/*
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%;
}
body {
	font: normal 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-width:990px;
	color:#333;
	position: relative;
	background:#fff url('images/BG-main.png');
}
#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:0px auto;
	width:1000px;
	display:block;
	position:relative;
}
#header,#content,#footer,#news-header,#comments {
	overflow:hidden;
}
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:#333;
	font-weight:bold;
}
a:hover {
	color:#ed1c24;
}
.no-margin {
	margin:0 !important;	
}
.none {
	border:none !important;	
}
::-moz-selection {
	background: #ed1c24;
	color: #fff;
}
::selection {
	background: #ed1c24;
	color: #fff;
}

/* Fonts Headers ------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	color:#b6b6b6;
}
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 -------------------------------------------------------------------- */

#wrapper{
	background:url('images/BG-header.gif') repeat-x top center;	/* took this out whilst trying out topnav */
	 /*margin-top:40px; only use this line if nav is at top, remove or comment out if not */
}
#header{
	height:217px;
	background:url('images/BG-header-center.gif') repeat-x bottom center;	
	overflow:hidden;
}

#header p {
	position:absolute;
	right:20px;
	top:150px;
	float:right;
	width:560px;
	text-align:center;
	font: normal normal 22px/30px Georgia,"Times New Roman", Times, serif;
	letter-spacing:-1px;
}
#header p a, #header p a:visited {
	font-weight:bold;
	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:325px;
	display:block;
	float:right;
	width:500px;
}
div#logo {
	display:block;
	margin:0 auto;
	width:900px;
	height:215px;
	background:url('images/BG-header-bars.gif') no-repeat center;
}
div#logo img{
	display:block;
	text-align:center;
	margin:0 auto;
}
div#logo a{
	display:block;
	margin:0;
	height:33px;
	width:145px;
	position:absolute;
	top:89px;
	left:446px;
	z-index:2;
}
#headline{
	float:right;
	padding:45px 20px 0 0;
	font-size:92px;	
}

/* Global Nav ---------------------------------------------------------------- */


/*bottom nav */
#nav-wrap {
	position:fixed;
	bottom:0;
	left:0;
	z-index:9999!important;
	width:100%;
	height:40px;
	background:#000;
}


/* top nav */
/*#nav-wrap {
	position:fixed;
	top:0;
	left:0;
	z-index:2001;
	width:100%;
	height:40px;
	background:#000;
}*/

/* Main Nav */
#nav {
	position:relative;
	padding:0;
	height:40px;
}
#nav ul {
	position:absolute;
	z-index:9999!important;
}
#nav ul#menu-main-navigation {
	float:left;	
	margin-left:125px;
}
#nav ul#menu-social-navigation {
	float:left;
	margin-left:785px;
}
#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 {
	float:left;
	margin-left:700px;
	width:180px;
}
#nav ul#nav-search li {
	padding:10px 0;
	width:180px;
}
#nav ul#nav-search li input {
	background:#000;
	color:#bbb;
	border:#3e3e3e 1px solid;
	width:160px;
	font:normal normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:2px 5px;
}
#nav ul#nav-search li input:focus, #nav ul#nav-search li input.search-active {
	color:#fff;	
	border-color:#666;
}

/* Sub Nav */

#nav ul li ul {
	position:absolute;
	left:-999em;
	display:none;
	padding:0;
}
/* bottom nav*/
#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;
}

/* top nav*/
/*#nav ul li:hover ul, #nav ul li.nav-hover ul {
	display:block;
	background:#000;
	border:#3e3e3e 1px solid;
	border-top:none;
	padding:0px 12px 12px 12px;
	top:40px;
	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;
	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 60px/60px Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	padding:38px 0 0 0;
	font-style:italic;
}

/* Showreel Button */
a#showreel{
	width:140px;
	height:36px;
	position:absolute;
	z-index:2000;
	left:860px;
	background:url('images/LINK-showreel.png') no-repeat right top;	
	font: normal normal 16px/18px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding-top:17px;
	display:block;
	color:#333;
}
a#showreel em{
	display:none;	
}
a#showreel:hover{
	background-position:right bottom;
	
}  
a#showreel:hover em{
	display:block;	
}

/* Resource Area Button */
a#resource-area{
	width:160px;
	height:36px;
	position:absolute;
	z-index:2000;
	left:0px;
	background:url('images/LINK-resourcearea.png') no-repeat left top;	
	font: normal normal 16px/18px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding-top:17px;
	padding-left:47px;
	display:block;
	color:#333;
}
a#resource-area em{
	display:none;	
}
a#resource-area:hover{
	background-position:left bottom;
	
}  
a#resource-area:hover em{
	display:block;	
}


p#integrated-marketing-communications{
	position:absolute;
	top: 15px;
	left: 0px;
	font: italic normal 14px/16px Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.5px;
	color:#c2bebe;
	text-align:left;
}

/* Footer -------------------------------------------------------------------- */

#footer-wrap{
	width:1000px;	
	overflow:hidden;
}
#footer {
	border-top:#b6b6b6 1px solid;	
	padding:35px 0 80px 0;
	margin-top:25px;
	height:210px;
}
#footer h6{
	font-size:80px;
	padding:20px 0 30px 20px;
	color:#ed1c24;
}
#footer address {
	display:block;
	margin:0 auto;
	padding:0;
	font: normal normal 18px/22px Georgia, "Times New Roman", Times, serif;
}
#copyright {
	display:block;
	text-align:center;
}
#copyright p {
	font-size:12px;	
	line-height:22px;
	padding:0;
}
#copyright p strong, #copyright p a{
	font-weight:bold;
	font-size:16px;
	color:#333;
}
#copyright p a:hover {
	color:#ed1c24;
}
#copyright p#footer-strap{
	position:absolute;
	top:22px;
	left:380px;
	display:block;
	margin:0 auto;
	color:#333;
	font: italic normal 26px/34px Georgia, "Times New Roman", Times, serif;
}
#footer-globe{
	position:absolute;
	right:0;
	bottom:0;
}
#wpstats{
	display:none;
	visibility:none;
}

/* Mobile -------------------------------------------------------------------- */

@media only screen and (max-device-width: 480px) {
	#nav-wrap {
		position: absolute !important;
		width: 105%;
		bottom:0 !important;
	}
	#header-wrap,#content-wrap,#footer-wrap,#news-header-wrap,#comments-wrap {
		padding:0 20px;
	}
}
@media only screen and (max-device-width: 1024px) {
	#nav-wrap {
		position: absolute !important;
		width: 105%;
		bottom:0 !important;
	}
	#header-wrap,#content-wrap,#footer-wrap,#news-header-wrap,#comments-wrap {
		padding:0 20px;
	}
}
