/*
Theme Name: ACMS
Theme URI: http://www.codescheme.net/2007/06/06/acms-wordpress-theme/
Description: Fixed-width 3-col layout CMS-style 
Version: 1.5
Author: Codescheme
Author URI: http://www.codescheme.net/
Tags: fixed width, widget ready, 3 columns, white, blue, gray
*/


body {
margin: 0;
padding:0;  
font-size: 100.1%;
color: #333333;
background: url(http://www.geotechnics.co.uk/news/wp-content/themes/acms/images/background_gradient.gif) repeat-x;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{
width: 950px;
margin: 0 auto;
padding: 0;
text-align:left;

}

#wrapper2{
padding: 0;
width: 950px;
background: #fff;
text-align:left;
float: left;
display: inline;
}
#wrapper3{
padding: 0;
width: 930px;
background: #fff;
text-align:left;
margin: 0 10px;
float: left;
display: inline;
}
#header{
display: inline;
background: #fff;
width: 950px; 
float: left;
margin: 0;

}

#superheader{
background:#0669a6;
border-bottom:1px solid #666;
}	

#subheader{
border-top:2px solid white;
background: #0669a6;
}
		
form#searchform{
margin:5px 10px 5px 0;
font-size: 68%;
}

#sidebar {
float:left;
width: 157px; 
margin: 0;
padding: 10px 10px 20px 10px;
overflow:hidden;
background: #fff;
display: inline;

}

#content {
margin: 10px 0 0 0;
padding: 0;
font-size: 78%;
display: inline;
float: left;

}

#contentwrapper{
margin: 0 23px 0 0;
background: #fff;
float: right;
width: 750px;
display: inline;
}

#centercontent{
margin:0 0 0 10px;
padding:0 15px 20px 18px;
}

#pagecontent{
margin:0 0 0 10px;
padding:0 10px;
}

#news{
float:right;
width: 160px;
padding: 0 10px 0 0;
overflow:hidden;
}

#footer {
clear: both;
font-size: 80%;
background: #000;
padding: 0;
/* height: 50px; */
margin: 0;
}

#subscribe{
font-size:90%;
}


#navigation{
padding: 5px 15px;

}

#navigation div.fleft{
float:left;
}

#navigation div.fright{ 
float:right;
}

/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
margin: 12px 0;
padding: 0;
}
p,li{
line-height:20px;
}
h1, h5, h6{
font-weight:100;
}
h2, h3, h4{

}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
	margin: 27px 0 0 0;
}
h3{
	font-size: 140%;
}
h4{
	font-size: 120%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}

table{
	font-size: 100%;
}

table tr{
vertical-align:top;
}

a{
color:#333333;
font-weight:100;
text-decoration:none;
}
a:hover{
color:#333333;
}

a img{
border:0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
padding: 5px 10px;
margin:3px 15px;
font-style:italic;
}

blockquote ul{
padding: 3px 10px;
margin: 4px;
}

form{
margin: 0;
padding:3px;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

/* Headings */ 

#superheader h3{
margin: 0;
padding: 5px 10px 10px 10px;
color:;
}

#superheader h3 a{
font-weight:100;
}

#superheader h3 a:hover{
text-decoration:none;
}

#subheader h1{
margin: 0;
font-family: Verdana, sans-serif;
padding: 3px 10px;
font-weight:100;
color: #333333;
font-size: 85%;
}

#footer a{
font-weight: 100;
text-decoration:underline;
}




/* post styles */

#centercontent a{
font-weight:800;
}

.post{
margin: 0 0 15px 0;
}


.post h2, #centercontent h2 {
border-bottom: 1px solid #eee;
padding: 0 0 0 0;
}

#centercontent h2 {
font-size:160%;
font-weight: 100;
color:#333333;
}

.post h2 a{
font-weight:100 !important;
}


.postmetadata{
font-size:78%;
border-bottom:1px solid #bbb;
padding: 1px 0 1px 10px;
text-align:right;
margin: 0;
clear: both;
}

.postmetadata p{
margin: 0;
}

.navigation{
text-align:center;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left; width: auto;
}

.alignright {
	float: right; width: auto;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/*  Comments   */

h3#comments, h3#postcomment{
	font-size: 100%;
	font-family:verdana, sans-serif;
}	


li p.commentheader{
margin: 3px 0 10px 0;
display: block;
padding: 1px 5px;

}


ul#commentlist{
padding: 0 0 0 0px;
list-style-type:none;
font-size: 90%;
margin:0;
}

ul#commentlist li{
	border-bottom: 1px solid #ddd;
	padding: 0 20px 5px 5px;
	margin: 0 0 16px 0;
}

ul#commentlist li table{
	
}

ul#commentlist li table td.author {
	width:55px;
	text-align: center;
}

ul#commentlist li table td.author img{
border: 2px solid #ccc;
}


ul#commentlist li p.commentauthor {
	padding: 0;
	margin: 0 0 2px 0;
	overflow:hidden;
}


ul#commentlist li p.commentheader{
margin: 0 0 10px 0;
padding: 1px 0px;
font-size: 100%;
}

ul#commentlist li td{
padding: 2px 8px;
}

ul#commentlist li div.commenttext{
width:100%;
padding:0 8px 2px 8px;
}


/*  sidebar styles */

.menu{
padding:0 2px 0 2px;
margin:0;
font-size:110%;
}
.menu a{
font-weight: 100;
}

.menu ul{
margin:0px 0px 0 0px;
padding:0 0 0 0;
list-style-type:none;
}

.menu #pagemenu ul{
padding: 0px;
}

.menu ul li{
border-bottom:1px dotted #ccc;
background: none;
padding: 0px 0px;
margin:0;
}

.menu ul li ul li{
border: none !important;
padding: 0 0 0 0;
}

.menu a:hover{
}

.menu h3{
font-family:verdana, sans-serif;
font-size:100%;
margin:7px 0px 4px 0;
padding:5px 0 4px 5px;
color: #333333;
background: #fff;
font-weight: 100;
}

.menu form{
margin:0px;
padding:5px 0px;
}


.menu #pagemenu ul li{
border-bottom:none !important;

}

/* Calendar styles */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
font-weight: 800;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover {
background-color: #000065;
}

#footer ul {
margin:0;
padding:0;
}

#footer ul li{
display:inline;
}

#footer a{
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}
#footer p {margin: 0; padding: 0;}

/* Pages Menu */
	
#pagemenu {
	width: 156px;
	margin: 0px;
	padding: 3px 0 0 0;
	}
	
#pagemenu li a {

	text-decoration: none;
	font-size: 1em;
	}	

#pagemenu .archives {
	color: #333333;
	display: block;
	padding: 8px 0 0 0;
	font-weight: bold;
}
#pagemenu li a:link, #pagemenu li a:visited {
	color: #333333;
	display: block;
	padding: 8px 0 0 0;
	}
	
#pagemenu li a:hover {
	color: #333333;
	padding: 8px 0 0 0;
	text-decoration: underline;
}	
	
.credits{
color:#333333;
font-size:9px;
text-align: right;
padding-right: 20px;
}			





/*.navbar {width: 800px; background: url(images/nav_bg.gif) repeat-x top; padding: 8px 0 0 0; height: 28px;} */
.navbar a { background: url(images/nav_spacer.gif) no-repeat center right; padding: 8px 12px 10px 8px; font-size: 0.8em;}
.navlink {width: auto; padding: 10px 8px; }
.navlink_spacer {width: 2px; height: 25px; margin: 8px 5px 0 3px; background: url(images/nav_spacer.gif) no-repeat;}
.navlink_spacer_2 {width: 1px; height: 25px; margin: 8px 5px 0 3px; background: #fff;}
.navlink a:link, .navlink a:visited, .navlink a:active { color: #fff; text-decoration: none; font-weight: normal;}
.navlink a:hover { color: #fff; text-decoration: underline; font-weight: normal;}

.topnav {
	width: 230px;
	padding: 10px 0 0 20px;
	background-color:#0669a6;
}
.topnav a {padding: 8px 12px 10px 8px; font-size: 0.8em;}
.topnav a:hover, .navbar a:hover {text-decoration: underline;}
.with {background: url(images/nav_spacer2.gif) no-repeat center right;}


.nav_top  {width: 930px; float: left; display: inline; margin: 0 13px;}
.nav_top {background: #777f81; padding: 0 0 3px 0;}
.nav_top a:link, .nav_top a:visited, .nav_top a:hover, .nav_top a:active {color: #fff; font-size: 0.9em;}
.nav_top_link {margin: 5px 10px 0 10px; float: left; display: inline;}
.nav_top_link_right {margin: 5px 30px 0 10px; float: left;}
.nav_top_link_fb {margin: 0 10px 0 0; float: left; width: auto;}
.nav_top_link_tw {margin: 0; float: left; width: auto;}

/* banner */

.banner{
	width: 900px;
	background: #fff;
	padding: 5px 0 10px 0;
	float: left;
	display: inline;
}

.banner_links {width: 530px; float: right; margin: 20px 0px 0 0; font-size: 1em; display: inline; clear: right;}
.banner_links a {font-size: 1em; color: #315893; font-weight: bold; margin: 0 10px;}

.bottom_links  {width: 950px; float: left; display: inline; background: #fff; text-align: center;}
.bottom_links {padding: 0 0 10px 0;}
.bottom_links a:link, .bottom_links a:visited, .bottom_links a:hover, .bottom_links a:active {color: #602f42; line-height: 1.4em; margin: 0 10px;}
.bottom_links p {color: #602f42; line-height: 1.4em;}

.nav {width: 700px; height: 100%; position: relative; margin: 0 0 0 270px;}
.nav_inner {width: auto; position: absolute; bottom: 1px; background: #602f42; padding: 0 0 3px 0;}
.nav a {margin: 0 15px 0 0; display: inline-block;}
.nav a:link, .nav a:visited, .nav a:active { color: #fff; text-decoration: none; font-size: 0.95em; font-weight: bold; margin: 2px 14px 0 0;}
.nav a:hover {color: #fff; text-decoration: underline; font-size: 0.95em; font-weight: bold; margin: 2px 14px 0 0;}