/*  
Theme Name: Biologic
Theme URI: http://www.biologicenv.com.au/blog
Description: Biologic Blog Theme
Version: 1.0
Author: Claire Jarvis
Author URI: http://www.chalk.cc

*/


/* Core Structure */

body{
	margin:0;
	padding:0;
}

#container{
	width:900px;
	margin-right:auto;
	margin-left:auto;
}

#header{
	height:114px;
	width:900px;
	position:relative;
	top:10px;
	left:0px;
}

#banner{
	width:900px;
	height:252px;
	margin-top:20px;
}

#content{
	width:900px;
	display:block;
	float:left;
	clear:left;
}

#footer{
	width:900px;
	height:15px;
	float:left;
	clear:both;
	margin-top:30px;
	padding-bottom:10px;
}


/* Structure within header div */
#logo{
	width:310px;
	position:relative;
	top:0px;
	left:0px;
}

#nav{
	width:590px;
	height:106px;
	position:relative;
	top:-108px;
	left:384px;
}

#links{
	position:relative;
	top:90px;
	left:35px;
}


/* Structure within content div*/

#blog{
	width:600px;
	margin-top:10px;
	float:left;
	clear:left;
}

#blogtext{
	width:550px;
	margin-left:30px;
}


#side{
	width:200px;
	float:right;
	clear:right;
	margin-top:10px;
	margin-left:10px;
	margin-right:30px;
}

#sidetext{
	width:190px;
	margin-left:20px;
}



/* Formatting */

a:active{
	text-decoration:none;
	color:#ed8e27;
}

a:link{
	text-decoration:none;
	color:#ed8e27;
}

a:visited{
	text-decoration:none;
	color:#ed8e27;
}

a:hover{
	text-decoration:none;
	color:#000;
}


body{
	font-family:Arial;
	font-size:12px;
	background-color:#f6f6f6;
	color:#2e2d2d;
	border:none;
	text-align:left;
	letter-spacing:0.3px;
	line-height:120%
}

.date{
	font-style:italic;
}

.entry{
	border-bottom:1px solid #d4d4d4;
}

#footer{
	border-top:1px solid #9e9e9e;
	color:#9e9e9e;
	font-weight:bold;
	font-size:10px;
	text-align:center;
}

#footer a:active{
	text-decoration:none;
	color:#9e9e9e;
}

#footer a:link{
	text-decoration:none;
	color:#9e9e9e;
}

#footer a:visited{
	text-decoration:none;
	color:#9e9e9e;
}

#footer a:hover{
	text-decoration:none;
	color:#000;
}

#header{
	border-bottom:2px solid #ed8e27;
}

#image{
	width:760px;
	border:none;
	height:252px;
}

img{
	border:none;
}

#links{
	color:#ed8e27;
}

hr{
	height:1px;
	background:#ed8e27;
	border:none;	
}

#side{
	border:1px solid #d4d4d4;
}

.subtitle{
	color:#000;
	font-weight:bold;
	font-size:12px;
}

#team{
	border-right:1px solid #d4d4d4;
}

.title{
	color:#ed8e27;
	font-weight:bold;
	font-size:14px;
}

#searchsubmit, #submit{
	background-color:#ed8e27;
	color:#fff;
	border:0;
	margin:3px 0 0 5px;
	padding:5px;
	text-align:left;
}

#searchfm{
	background-color:#fff;
	border:1px #ed8e27 solid;
	width:100px;
}