/* 
Theme Name: Betteridge and Milsom

Theme URL: http://whiteboardframework.com/
Author: ADM Computing, Jakub Gadkowski
Author URI: http://www.adm-computing.co.uk
Version: 1.0
Based on Whiteboard framework by Brian Purkiss http://brianpurkiss.com
*/

@import "reset.css";


body {
    width: 100%;
    height: 100%;
    font-size: 62.5%;  /* 1em = 10px */
	background-image:url(images/body-bg-760.png);
	background-repeat:repeat-y;
	background-position:center top;
	
}

#container{
	height:auto;
	width:100%;
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
    line-height: normal;
}

#header{
	height:auto;
	width:auto;
}

#topTitle{
    height: 134px;
    width: 760px;
    margin:0 auto;
}

#topTitle p, #topTitle a span{
    display:none;
}

#topTitle h1 a{
    height: 134px;
    width: 760px;
    background: url(images/header_logo-760.png) no-repeat;
    display:block;
}

/* horizontal menu on header */
#topNav{
    height: 34px;
    width: 100%;
    background-color: #e3e3e3;
    text-align: center;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-bottom:10px; /* necessary for the rotating pictures div */
  
}


.menu ul {
		list-style-type:none;
        margin:0 auto;
        height: 36px;
        width: 755px;
        border-left:2px dashed #fff;
        border-right:2px dashed #fff;
        border-bottom:2px solid #000;
}

.menu ul li {
        float:left;
        height:34px;
        margin-bottom:10px;
        
}

.menu ul li a {
    font-size: 1.4em;
    font-weight: bold;
    color:#000;
    text-decoration:none;
    height: 25px;
    padding:8px 15px 5px 15px;
    display:block;
    
}
.menu .page-item-22 { /* Contact page */
    float:right;
}
 /* hover states behaviours */

 .menu li.current_page_item{
     background-color: #222;
     color: #fff;
 }

 .menu ul li:first-child{
     
}

 .menu .current_page_item:first-child a{
    border-left:0px;
    padding-left:15px;
 }

 .menu .current_page_item a{
    color: #fff;
    padding:8px 13px 5px 13px;
    border-right:2px solid #fff;
    border-left:2px solid #fff;
 }

 .menu a:hover{
    color: #660099;
}

.menu li.current_page_item:hover{
    background-color: #660099;
    color:#fff;
}

.menu .current_page_item a:hover{
    color:#fff;
}

/* end of horizontal menu */

/* rotating banners */

#rotating_banner { /* some additional style are applied to this div by the jquery cycle gallery script */
	margin:0 auto;
	width:760px;
	height:185px;
}

/*end of rotating banners */


#content_wrapper {
	width:760px;
	margin:0 auto;
	padding: 60px 0px 20px 0px;
	height:100%;
	overflow:hidden;
	
}

#content{
	float:left;
	width:525px;
	margin-left:20px;
}

.post {
    border-top:1px dotted #666;
    border-bottom:1px dotted #666;
	overflow:auto;
}

.post p{
     font-size: 1.3em;
     line-height: 1.6em;
     margin:25px 0;
}

.post table tr {
	height:85px;
}

.post table td {
	text-align:left;
	vertical-align:top;
}

.post h1{
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
    font-size: 2em;
	font-weight:200;
    color:#333;
    margin:20px 0 10px 0;
}

.post h1 a{
	text-decoration:none;
	color:#333;
}

.post h1 a:hover {
	text-decoration:underline;
}

.post h2 {
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
    font-size: 1.6em;
    color:#660099;
    margin:20px 0 10px 0;
}

.post h2 a {
	text-decoration:none;
	 color:#660099;
}

.post h2 a:hover {
	text-decoration:underline;
}

.post .post_excerpt_link {
	text-decoration:none;
	color:#000;
}

.post .post_time {
    font-size:1.2em;
    color:#777;
    font-weight: bold;
    margin:0 0 25px 0;
    padding:0 0 15px 0;
    border-bottom:1px solid #ddd;
}

.newspost h2 {
     margin:20px 0 0 0;
}
.post p.wp-caption-text {

	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0px;
	padding:0 0 0 4px;
	color:#FFF;
	background:#000;
}
.post .social_links {
	font-size:8px;
}

.post ul, .poat ol {
	padding-left:25px;
	list-style-type:disc;
}

.postmeta{}
.postnavigation{}
#searchform{}

/****************************** sidebar  **************************************/

#sidebar{
	float:right;
	width:200px;
}

#sidebar p{
    font-size:1em;
}

#sidebar .widgettitle {
	display:block;
	padding:0.5em 0;
}

#sidebar .ui-state-active a, #sidebar .ui-state-default a, #sidebar .widgettitle {  /****  this and two following entries set up image under accordeon menu ***/
 text-decoration: none;
 padding-left:10px;
 font-size:1em;
}

#sidebar .ui-state-active a, #sidebar .widgettitle{
    background-color: #555;
    color: #eee;
    background: url(images/menu_bg_active.png) repeat-x;
}

#sidebar .ui-state-default a {
    background-color: #eee;
    color: #555;
    background: url(images/menu_bg.png) repeat-x;
}

#sidebar .sidebar-menu {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size:1.2em;
}

#sidebar .page_item a{
	display:block;
	color:#000;
	text-decoration:none;
}

#sidebar .page_item a:hover{
	text-decoration:underline;
}

#sidebar .page_item {
	padding:6px 0 6px 24px; 
	background-image:url('images/horiz_dotted.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}

#sidebar .page_item:hover {
		background-color:#eee;
}

/********* styling of sidebar posts **********/
#sidebar .cat-post-item .post-title {
    color: #660099;
    text-decoration: none;
    font-size: 12px;
    font-weight:bold;
}
#sidebar .cat-post-item .post-date {
    color:#555;
	font-size:0.8em;
}

#sidebar .cat-post-item {
	margin:5px auto 5px auto;
	padding-bottom:5px;
	width:180px;
	background-image:url('images/horiz_dotted.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}

/********* end of sidebar posts **********/

/******** sidebar latest projects *******/

#sidebar .enhanced-recent-posts li a {
    color: #660099;
    text-decoration: none;
    font-size: 12px;
    font-weight:bold;
}

#sidebar .enhanced-recent-posts li a:hover {
	text-decoration:underline;
}

#sidebar .enhanced-recent-posts li {
	margin:5px auto 5px auto;
	padding-bottom:5px;
	width:180px;
	background-image:url('images/horiz_dotted.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}

/******** end of latest projects *******/


/********  	reset sidebar margin from plugin ********/

#sidebar .ui-accordion {
	margin-top:0;
}

/********  			end of reset  			********/


/****************************** end of sidebar  **************************************/

#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

/******* footer **********/

#footer {
	height:auto;
	width:auto;
	background-color: #e3e3e3;
        border-top:4px solid #555;
        padding-top:20px;
}

#footer-sidebar {
    font-family: Verdana, Geneva, sans-serif;
    font-size:1.2em;
    line-height: 130%;
    color:#555;
    width: 720px;
    margin:0 auto;
	padding-left:25px;
    list-style-type: none;
}

#footer-sidebar1, #footer-sidebar2, #footer-sidebar4{
    float:left;
    width:32%;

}

#footer-sidebar1{
 
}

#footer-sidebar2{
    text-align: right;
}

#footer-sidebar3 {
    clear:left;
    width:auto;
    height:20px;
    margin: 0 0 0 55px;
    padding:10px 0 10px 0;
    line-height: 20px;
    font-size: 10px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#footer-sidebar3 ul {
}

#footer-sidebar3 ul li{
    float:left;
}

#footer-sidebar3 ul li a{
    padding:0 10px 0 10px;
    text-decoration: none;
    color:#555;
}

#footer-sidebar3 ul li a:hover{
    text-decoration: underline;
}

#footer-sidebar3 ul .current_page_item a{
    color:#333;
    font-weight: bold;
}

#footer-sidebar3 ul li.page_item:first-child:before {
    content: "|";
}

#footer-sidebar3 ul li.page_item:after {
    content: "|";
}

#footer-sidebar3 h2.widgettitle {  /********** hides menu title *******/
    display:none;
}

#copyrigth_note {
    width:100%;
    height:30px;
    background-color: #555;
    text-align: center;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size:1.2em;
    line-height: 30px;
    color:#eee;
    
}
#copyrigth_note p{
    vertical-align: middle;
}



/************************** Portfolio pages    ****************************/

#content_wrapper.portfolio-main {
	width:696px;
	min-height:400px;
	padding-left: 65px;
	background-repeat:no-repeat;
	background-position:1px 0;
}

#content_wrapper.portfolio-73 {
	background-image: url('images/portfolio-tags-commercial.jpg');
}

#content_wrapper.portfolio-71 {
	background-image: url('images/portfolio-tags-community.jpg');
}

#content_wrapper.portfolio-66 {
	background-image: url('images/portfolio-tags-education.jpg');
}

#content_wrapper.portfolio-76 {
	background-image: url('images/portfolio-tags-health.jpg');
}

#content_wrapper.portfolio-82 {
	background-image: url('images/portfolio-tags-private-housing.jpg');
}

#content_wrapper.portfolio-69 {
	background-image: url('images/portfolio-tags-social-housing.jpg');
}

#content_wrapper.portfolio-2 {
	background-image: url('images/portfolio-tags-main.jpg');
}


#content_wrapper.portfolio-main #content {
	width:460px;
}

/**** portfolio posts  *******/
.portfolio-post {
	margin-bottom:10px;
	padding-bottom:10px;
	overflow: hidden;
	width: 100%;
	border-bottom:3px solid #f1f1f1;

}

.portfolio-post h2 {
	display: block;
	background:#f1f1f1;
	font-size:1.4em;
	font-family: Corbel,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	text-align:right;
	padding:5px 5px;
	margin-bottom:10px;
	border-bottom:1px solid #5882be;
	color:#000;
}

.portfolio-post .pTitle {
	font-size: small;
	font-weight:bold;
	float:left;
	line-height: 1.4em;
}

.portfolio-post-img {
	width:100px;
	height:auto;
	text-align:center;
}

.portfolio-post-img a{
	color:#000;
}

.porftolio-post-content, .portfolio-post-single {
	overflow:visible;
	height:auto;
	width: 280px;
	margin-right:5xp; 
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size:1.2em;
	color:#333;
}

.porftolio-post-content p, .portfolio-post-single p{
	font-size: 12px;
}

.portfolio-post-single {
	width: auto;
}

.portfolio-post .pLabel {
	display:inline-block;
	width: 80px;
	font-weight:bold;
	
}
.portfolio-post .projectImages {
	width: 105px;
}

.portfolio-post .brief-content {
	
	display:block;
	float:right;
	width:200px;
}

.portfolio-post .full-content {
	

	width:100%;
}

.portfolio-post .full-content p{
	margin: 5px 0 10px 0;
}

	/** portfolio lighbox gallery ***/
.portfolio-post .cboxGallery li{
	float:left;
	background-color:#e9e9e9;
	padding:3px;
	border:1px solid #aaa;
	margin:5px 5px 5px 0;
	line-height:0;
}

	/** end of portfolio lighbox gallery ***/
	
/**** end of portfolio posts  *******/



/*** portfolio sidebar menu ****/

#porfolio-menu {
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
}

/* inactive menu items */
#porfolio-menu .page-item-73 {
	border-left:10px solid #fbf3e6;
}

#porfolio-menu .page-item-71 {
	border-left:10px solid #fbe7e0;
}

#porfolio-menu .page-item-66 {
	border-left:10px solid #fbe9f1;
}

#porfolio-menu .page-item-76 {
	border-left:10px solid #e0f2f6;
}

#porfolio-menu .page-item-82 {
	border-left:10px solid #E6ECF5;
}

#porfolio-menu .page-item-69 {
	border-left:10px solid #fbf3e6;
}

/* active menu items */
#porfolio-menu .page-item-73.current_page_item {
	border-left:10px solid #E1AF56;
}

#porfolio-menu .page-item-71.current_page_item {
	border-left:10px solid #E45E2F;
}

#porfolio-menu .page-item-66.current_page_item {
	border-left:10px solid #E66AA1;
}

#porfolio-menu .page-item-76.current_page_item {
	border-left:10px solid #2CA9C2;
}

#porfolio-menu .page-item-82.current_page_item {
	border-left:10px solid #5882be;
}

#porfolio-menu .page-item-69.current_page_item {
	border-left:10px solid #E1AF56;
} 

/*** end of portfolio sidebar menu ***/


/************************** End of portfolio pages    ****************************/


/*** careers sidebar menu ****/


/* inactive menu items */
#careers-menu .page-item-387 {
	border-left:10px solid #fbf3e6;
}

#careers-menu .page-item-389 {
	border-left:10px solid #fbe7e0;
}

#careers-menu .page-item-391 {
	border-left:10px solid #fbe9f1;
}

#careers-menu .page-item-393 {
	border-left:10px solid #e0f2f6;
}

/*#careers-menu .page-item-82 {
	border-left:10px solid #E6ECF5;
}

#careers-menu .page-item-69 {
	border-left:10px solid #fbf3e6;
}
*/
/* active menu items */
#careers-menu .page-item-387.current_page_item {
	border-left:10px solid #E1AF56;
}

#careers-menu .page-item-389.current_page_item {
	border-left:10px solid #E45E2F;
}

#careers-menu .page-item-391.current_page_item {
	border-left:10px solid #E66AA1;
}

#careers-menu .page-item-393.current_page_item {
	border-left:10px solid #2CA9C2;
}

/*#porfolio-menu .page-item-82.current_page_item {
	border-left:10px solid #5882be;
}

#porfolio-menu .page-item-69.current_page_item {
	border-left:10px solid #E1AF56;
} */

/*** end of careers sidebar menu ***/



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* class for images of directors to give them some space */
.director_img {
	margin:10px 20px 20px 30px;
}
/* end of directors */

/* End Images */


.floatleft {
	float:left;
}

.floatright {
	float:right;
}


.form-field input, .form-field textarea {

width:auto;
}