/*
Theme Name: Cognitive Media
Theme URI: http://www.cognitivemedia.co.uk/
Description: Cognitive Media - Word Press Template
Version: 0.1
Author: GIANT * ROBOT
Tags: Custom Template
*/
/*ADDITIONS FOR WORD PRESS*/
@import url("wp.css");
html, body{
	background:#FFF;
	margin:0px;
	border:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:"Times New Roman", Times, serif;
}
img{
	border:0px;
}
a{
	color:#275A87;
	text-decoration:none;
}
a:hover{
	color:#97BA71;
}
#wrapper{
	position:absolute;
	top:0px;
	left:50%;
	width:975px;
	margin-left:-487px;
	padding-bottom:30px;
}
#header{
	float:left;
	width:100%;
	font-weight:bold;
	font-size:.7em;
	color:#265A88;
}
	#header #logo{
		float:left;
		margin-top:25px;
		font-size:2em;
	}
	#header #studio{
		float:left;
		margin-top:102px;
		margin-left:99px;
	}
	#header #email{
		float:left;
		margin-top:102px;
		margin-left:28px;
	}
	#header #address{
		float:left;
		margin-top:102px;
		margin-left:31px;
		clear:right;
	}
	#header #strapline{
		float:left;
		margin-top:24px;
		width:100%;
		text-align:center;
		font-size:2.8em;
		color:#95908E;
	} 
#nav{
	float:left;
	width:100%;
	height:147px;
	background:url(images/nav_background.png) repeat-x bottom left;
	overflow:hidden;
}
	#nav ul{
		float:left;
		list-style:none;
		margin:0px;
		padding:0px;
		display:inline;	
	}
	#nav ul li{
		float:left;
	}
	#nav ul li a{
		float:left;
		background:url(images/nav_grey_background.png) no-repeat;
	}
	#nav ul li a:hover{
		background:url(images/nav_blue_background.png) no-repeat;
	}
	#nav ul .active a{
		float:left;
		background:url(images/nav_blue_background.png) no-repeat;
	}
#main_image{
	float:left;
	width:100%;
	min-height:200px;
}	
#sub_nav{
	float:left;
	width:100%;
	height:49px;
	background:#265A88;
	font-size:.7em;
	color:#FFF;
}
	#sub_nav .tab{
		background:url(images/subnav_tab.png) no-repeat top left;
	}
#sub_nav_1{
	float:left;
}
	#sub_nav_1 #title{
		float:left;
		margin-right:25px;
	}
	#sub_nav_1 .tab{
		float:left;	
	}
#sub_nav_2{
	float:right;
}
	#sub_nav_2 #pdf_title{
		float:left;
	} 
	#sub_nav_2 #pdf_tab{
		float:left;
		margin-left:22px;	
	}

#footer_nav{
	float:left;
	width:100%;
	margin-top:4px;
	color:#FFF;
	font-size:.7em;	
}
	#footer_nav_1{
		float:left;
		height:120px;
		width:485px;
		background:#F57D22 url(images/footer_curved_bottom.png) bottom no-repeat;
	}
	#footer_nav_2{
		float:right;
		height:120px;
		width:485px;
		background:#97BA71 url(images/footer_curved_bottom.png) bottom no-repeat;
	}
	.footer_box{
		float:right;
		width:88px;
		height:88px;
		overflow:hidden;
		margin-top:15px;
		margin-right:15px;
		background:#FFF;	
	}
#footer_nav .footer_title{
	float:left;
}
#footer{
	float:left;
	width:100%;
	margin-top:20px;
	font-size:10px;
	color:#95908E;
	text-align:center;
}
#overlay{
	position:relative;
	width:100%;
	height:100%;
	background:url(images/background_semi_transparent_white.png);
}