/*
Theme Name: Guerilla
Theme URI: http://wordpress.org/
Description: Bespoke theme design for Guerilla
Version: 2010
Author: Rob Palmer
Author URI: http://guerilla.co.uk/

*/

/* Global -------------------------------------------------------------------- */

* {
	margin:0;
	padding:0;
	border:0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	height:100%;
	overflow-x: hidden;
}
body {
	font: normal 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-width:990px;
	color:#fff;
	position: relative;
	background:#000 url('images/random-bg.jpg') top center;
}
#wrapper,#wrapper-outer,#wrapper-innter,#header-wrap,#content-wrap,#footer-wrap,#news-header-wrap,#comments-wrap {
	margin:0 auto;
	width:100%;
	display:block;
	padding:0;
}
#header,#nav,#content,#footer,#news-header,#comments {
	margin:0 auto;
	width:1000px;
	display:block;
	position:relative;
}
ul,ol { 
	list-style:none; 
}
table { 
	border-collapse:collapse; 
	border-spacing:0; 
}
p {
	padding:6px 0 12px 0;
	line-height:20px;
}
b, strong {
	
}
em {
	font-style:normal;
}
small {
	font-size:80%;
}
.clear { 
	clear:both;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.clear {
	display: inline-block; /* for IE/Mac */
} 
.center {
	text-align:center;
}
hr {
	visibility:hidden;
	clear:both;
	height:20px;
}
code {

}
blockquote {
	text-align:center;
	padding:15px 20px;
	margin:0 auto;	
	display:block;
	clear:both;
	width:730px;
	height:125px;
	padding:50px 60px 70px 60px;
	background:url('images/BG-blockquote.png') no-repeat center;
}
blockquote p {
	font:normal normal 24px/26px Georgia, "Times New Roman", Times, serif;	
}
blockquote p em {
	display:block;
	padding:10px 0 0 0;
	margin:0;
	font:italic bold 13px/26px Georgia, "Times New Roman", Times, serif;		
}
a, a:visited {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
a:hover {
	color:#fff;
}
.no-margin {
	margin:0 !important;	
}
.none {
	border:none !important;	
}

/* Wrappers -------------------------------------------------------------------- */

#wrapper-outer {
	background:transparent url('images/BG-header-sep.png') no-repeat center 380px;	
}

/* Fonts Headers ------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	color:#fff;
}
h1 {
	float:left;
	padding:6px 0 0 0;
}

/* Images -------------------------------------------------------------------- */

.alignleft {
	float:left;
	margin:5px 5px 5px 0;
}
.alignright {
	float:right;
	margin:5px 0 5px 5px;
}
.aligncenter {
	float:none;
	text-align:center;
}
.left{
	float:left;	
}
.right{
	float:right;	
}

/* Header -------------------------------------------------------------------- */

#header {
	height:380px;
	text-shadow:1px 1px 0 #333;
}
#header p {
	position:absolute;
	right:0;
	top:170px;
	float:right;
	width:525px;
	text-align:right;
	font: normal normal 48px/54px Georgia,"Times New Roman", Times, serif;
	letter-spacing:-3px;
}
#header p strong {
	display:block;
	font: normal normal 58px/60px Georgia,"Times New Roman", Times, serif;
	letter-spacing:-4px;
}
#header p a, #header p a:visited {
	font: normal bold 47px/54px "Helvetica Neue", Helvetica, Arial, sans-serif;	
	text-decoration:underline
}
#header p a:hover {
	text-decoration:none;	
}
#header p img {
	position:absolute;
	top:92px;
	left:220px;
	z-index:-1;
}
#header p a#why {
	margin-left:50px;
}
#header #header-title {
	height:350px;
	display:block;
	float:right;
	width:500px;
}
div#logo {
	position:absolute;
	display:block;
	top:-50px;
	left:-400px;
	text-indent:-999em;
	width:1300px;
	height:800px;
}
div#logo img{
	position:absolute;
	top:0;
	left:0;
}

/* Global Nav ---------------------------------------------------------------- */

#nav-wrap {
	position:fixed;
	bottom:0;
	left:0;
	z-index:2001;
	width:100%;
	height:40px;
	background:#000;
}

/* Main Nav */

#nav {
	position:relative;
	padding:0;
}
#nav ul {
	position:absolute;
	z-index:1001;
}
#nav ul#menu-main-navigation {
	float:left;	
	margin-left:125px;
}
#nav ul#menu-social-navigation {
	float:left;
	margin-left:785px;
}
#nav ul#nav-search {
	float:left;
	margin-left:730px;
}
#nav ul li {
	float:left;
	padding:9px 6px 0 0;
	position:relative;
	height:32px;
}
#nav ul li a, #nav ul li a:visited {
	font:normal normal 18px "Helvetica Neue", Helvetica, Arial, sans-serif;	
	text-align:right;
	float:left;
	padding:0 12px 0 6px;
	text-transform:lowercase;
	color:#fff;
}
#nav ul#menu-social-navigation li a, #nav ul#nav-search li a {
	font:normal normal 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:2px 2px 0 1px;
}
#nav ul#nav-search li ul {
	width:260px;
}
#nav ul#nav-search li ul li {
	padding:8px 0;
	width:260px;
}
#nav ul#nav-search li ul li input {
	background:#000;
	color:#bbb;
	border:#3e3e3e 1px solid;
	width:246px;
	font:normal normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:4px 5px;
}
#nav ul#nav-search li ul li input:focus, #nav ul#nav-search li ul li input.search-active {
	color:#fff;	
	border-color:#666;
}

/* Sub Nav */

#nav ul li ul {
	position:absolute;
	left:-3000em;
}
#nav ul li:hover ul, #nav ul li.nav-hover ul {
	display:block;
	background:#000;
	border:#3e3e3e 1px solid;
	border-bottom:none;
	padding:4px 12px;
	bottom:41px;
	left:-6px;
	z-index:1002;
	width:210px;
}
#nav ul li ul li {
	display:block;
	clear:both;
	float:none;
	height:20px;
	width:210px;
}
#nav ul li ul li a, #nav ul li ul li a:visited {
	font-size:16px;	
	padding:0;
	margin:0;
}
#nav ul li ul li a:hover {
	padding:0;
	margin:0;
}

/* Social */

#social {
	float:right;
	padding:12px 0 0;
	background:none;
}
#social a {
	padding:0 1px 0;	
	background:none;	
}

/* Content ------------------------------------------------------------------- */

#content {
	padding:0;
	text-shadow:1px 1px 0 #333;
	min-height:600px;
}
#content a:hover {
	text-decoration:underline;	
}
a.post-edit-link {
	text-align:center;
	display:block;
	margin:20px auto;
	clear:both;
}

/* Page ---------------------------------------------------------------------- */

.page h2 {
	text-align:center;
	font: italic normal 120px/120px Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	padding:25px 0 25px 0;
	border-bottom:#fff 1px solid;
}

/* Footer -------------------------------------------------------------------- */

#footer {
	border-top:#fff 1px solid;	
	padding:30px 0 80px 0;
	margin-top:25px;
	height:270px;
	text-shadow:1px 1px 0 #333;
}
#footer address {
	display:block;
	margin:-50px auto 0 auto;
	width:270px;
	padding:160px 0 12px 0;
	background: url('images/BG-resistance.png') no-repeat top center;
	font: normal normal 26px/34px "Times New Roman", Times, serif;
}
#footer address span {
	padding:0 6px 0 14px;	
}
#footer strong{
	display:block;
	font-weight:bold;
	font-size:24px;
	padding:0 0 6px 0;
}
#footer #hog {
	position:absolute;
	right:-80px;
	top:-40px;
}
#copyright {
	display:block;
	text-align:center;
}
#copyright p {
	font-size:16px;	
	line-height:20px;
	padding:0;
}
#copyright p a:hover {
	text-decoration:underline;	
}

/* Mobile -------------------------------------------------------------------- */

@media only screen and (max-device-width: 480px) {
	#nav-wrap {
		position: absolute !important;
		width: 100%;
		bottom:-100px !important;
	}
}