/*
Theme Name: Condor
Description: The WordPress theme for Condor.
Version: 1.0
Author: Simon McFarlane [simon@clearbytes.co.uk]
Author URI: http://www.looktouchfeel.co.uk
*/



body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    	height: 100%;  
	font-size: 62.5%;	
	color: #333;
	text-align: center;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
    }


body a img {
	border: none;
}

img{
	display: block;
}

.clearing{	
	clear: both;
}





/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/*------ general styles ------*/


.clear {
	clear: both;
	overflow: hidden;
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}
	
.hide {
	display: none;
	}
	
	
	
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
        min-height: 0;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




/*------ wrap ------*/


#wrap {
	margin: 0px auto 0px auto;
	padding: 10px 0 0 0;
	width: 967px;
	text-align: left;
}



.contact{
	float: left;
	width: 668px;
	margin-left: 14px;
	font-size: 2.1em;
	font-weight: bold;
	color: #555;
}


* html .contact{
	margin-left: 7px;
}


.contact a{
	color: #555;
	text-decoration: none;
}


.contact a:hover{
	text-decoration: underline;
}


#company a{
	margin-top: 35px;
	float: right;
	width: 229px;
	height: 120px;
	color: #85878A;
	font-size: 0.1em;
	background: #85878A url(img/logo.gif) no-repeat 13px 19px;
}




/*------ navigation ------*/


#main-nav{
	float: left;
	width: 665px;
	background: #85878A;
	color: #fff;
	margin-left: 14px;
	margin-top: 10px;
	padding: 8px 0 8px 2px;
}


* html #main-nav{
	margin-left: 7px;
}


#main-nav li{
	float: left;
	font-size: 1.4em;
	border-right: 1px solid #fff;
}


#main-nav li a{
	display: block;
	height: 22px;
	margin: 0 8px;
	color: #85878A;
	font-size: 1px;
}


#main-nav li.page-item-2 a{
	width: 48px;
	background: url(img/nav-home.gif) no-repeat 0 0;
}

#main-nav li.page-item-2 a:hover,
#main-nav li.page-item-2.current_page_item a{
	color: #fff;
	background-position: -48px 0;
}
	

#main-nav li.page-item-5 a{
	width: 89px;
	background: url(img/nav-what.gif) no-repeat 0 0;
}

#main-nav li.page-item-5 a:hover,
#main-nav li.page-item-5.current_page_item a{
	color: #fff;
	background-position: -89px 0;
}


#main-nav li.page-item-7 a{
	width: 170px;
	background: url(img/nav-who.gif) no-repeat 0 0;
}

#main-nav li.page-item-7 a:hover,
#main-nav li.page-item-7.current_page_item a{
	color: #fff;
	background-position: -170px 0;
}


#main-nav li.page-item-9 a{
	width: 86px;
	background: url(img/nav-people.gif) no-repeat 0 0;
}

#main-nav li.page-item-9 a:hover,
#main-nav li.page-item-9.current_page_item a{
	color: #fff;
	background-position: -86px 0;
}


#main-nav li.page-item-11 a{
	width: 39px;
	background: url(img/nav-blog.gif) no-repeat 0 0;
}

#main-nav li.page-item-11 a:hover,
#main-nav li.page-item-11.current_page_item a,
#main-nav li.page-item-11.current_page_parent a{
	color: #fff;
	background-position: -39px 0;
}


#main-nav li.page-item-13{
	border-right: none;
}

#main-nav li.page-item-13 a{
	width: 83px;
	background: url(img/nav-contact.gif) no-repeat 0 0;
}

#main-nav li.page-item-13 a:hover,
#main-nav li.page-item-13.current_page_item a{
	color: #fff;
	background-position: -83px 0;
}


* html #main-nav li.current_page_item a,
#main-nav li.current_page_parent a{
	color: #85878A;	
	background-position: 0 0;
}


#sub-nav{
	float: left;
	width: 667px;
	margin: 1px 0 0 14px;
	background: #BFD441;
}


* html #sub-nav{
	margin-left: 7px;
}


#sub-nav li{
	float: left;
	background: url(img/subnav-bg.gif) no-repeat 100% 50%;
}


#sub-nav li.first{
	background: none;
}

#sub-nav li a{
	display: block;
	color: #000;
	font-size: 1.2em;
	text-decoration: none;
	margin: 2px 6px; 
	padding: 3px 6px;
}


#sub-nav li a:hover,
#sub-nav .current_page_item a{
	background: #000;
	color: #fff;
}


#sub-nav li strong{
	display: block;
	color: #000;
	font-size: 1.4em;
	margin: 2px 6px; 
	padding: 3px 6px;
}



/*------ tagline ------*/


#tagline{
	float: left;
	width: 687px;
	height: 232px;
	background: url(img/tagline-bg.jpg) no-repeat 0 0;
}


#tagline h2{
	font-size: 3em;
	font-weight: bold;
	color: #555;
	width: 374px;
	padding: 50px 0 0 40px;
}



#tagline h2.blog{
	width: 309px;
	height: 125px;
	margin: 30px 0 0 60px;
	padding: 0 0 0 0;
	background: url(img/condor-blog.gif) no-repeat 0 0;
	text-indent: -9999px;
}




/*------ content ------*/


#content{
	float: left;
	width: 687px;
	margin: 10px 0 0 0;
}


#content .gutter{
	float: left;
	width: 600px;
	padding: 18px 49px 18px 18px;
	border: 1px solid #dedede;
	margin-left: 14px;
	background: #fefefe url(img/content-bg.jpg) repeat-x 0 0;
}


* html #content .gutter{
	margin-left: 7px;
}

#content h3{
	font-size: 2.3em;
	font-weight: bold;
	color: #555;
	padding-bottom: 20px;
}


#content h4{
	font-weight :bold;
	padding-bottom: 15px;
	font-size: 1.3em;
}


#content p{
	padding-bottom: 15px;
	font-size: 1.2em;
}


#content ul{
	padding-bottom: 12px;
	font-size: 1.2em;
}


#content ol{
	padding-bottom: 12px;
	font-size: 1.2em;
}


#content ul li{
	padding: 0 0 3px 10px;
	background: url(img/bullet.gif) no-repeat 0 6px;
}


#content ol li{
margin-left: 25px;
}

#content a{
	color: #9FB429;
	text-decoration: none;
}


#content a:hover{
	text-decoration: underline;
}


#content img{
	border: 1px solid #000;
	margin: 20px 0 0 0;
}



/*------ post ------*/


#content .pagetitle{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 20px 0;
}


#content .post{
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}


#content .post h4{
	margin-top: -20px;
}


.alignright{
	float: right;
	margin: 0 0 5px 10px !important;
}


.alignleft{
	float: left;
	margin: 0 10px 5px 0 !important;
}


.navigation{
	font-size: 1.2em;
}

/*------ respond ------*/



#respond textarea{
	width: 560px;
	padding: 2px;
	font-size: 1.0em;
	font-family: 'trebuchet ms';
	border: 1px solid #dedede;
}


.commentlist{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}



.commentlist li{
	float: left;
	width: 540px;
	margin: 0 !important;
	padding: 10px 10px 0 10px !important;
	border: 1px solid #000;
	margin: 0 0 30px 0 !important;
	background: #fff url(img/casestudy-bg.jpg) repeat-x 0 0;
}


.commentlist .fn{
	font-size: 1.4em;
}


.commentlist .comment-meta{
	margin-bottom: 10px;
}


/*------ casestudy ------*/


.casestudy{
	float: left;
	width: 560px;
	padding: 10px 10px 0 10px;
	border: 1px solid #000;
	margin-bottom: 30px;
	background: #fff url(img/casestudy-bg.jpg) repeat-x 0 0;
}






#content h5{
	font-size: 1.3em !important;
	font-weight :bold;
}


.casestudy img{
	float: right;
	padding: 5px;
	background: #fff;
	margin: 20px 0 5px 20px !important;
}


/*------ sidebar ------*/

#sidebar{
	float: right;
	width: 209px;
	margin-top: 20px;
	padding: 15px 10px 40px 10px;
	background: #85878A url(img/sidebar-bottom.jpg) no-repeat bottom left;

}




#sidebar .form{
	float: left;
	padding: 18px 10px;
	background: #fff url(img/sidebar-bg.jpg) repeat-x 0 0;
}



#sidebar .form h2{
	font-weight: bold;
	font-size: 1.5em;
}


#sidebar .form span textarea{
	width: 180px;
	height: 120px;
	margin: 10px 0;
	padding: 2px;
	font-size: 1.2em;
	font-family: 'trebuchet ms';
	border: 1px solid #dedede;
}


#sidebar .form span input{
	width: 180px;
	padding: 2px;
	margin: 5px 0 0 0;
	font-size: 1.2em;
	font-family: 'trebuchet ms';
	border: 1px solid #dedede;
}


#sidebar .form .submit{
	background: #BFD441;
	border: none;
	width: 80px;
	margin: 20px 0 0 50px;
	padding: 2px 0;
	font-size: 1.6em;
	color: #000;
	font-family: 'trebuchet ms';
}


	
#sidebar .widget_text a:hover{
	text-decoration: underline;
	}	
	
	
#sidebar .form2{
	float: left;
	color: #fff;
	}
	
#sidebar .form2 li{
	margin-bottom: 20px;
	}	
	
#sidebar .form2 a{
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	}	
	
#sidebar .form2 a:hover{
	text-decoration: underline;
	}	
	
#sidebar .form2 .blogroll li{
	margin-bottom: 0px;
	}		
	
#sidebar .form2 h2{
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
}	


#sidebar .form2 .widget_text{
	color: #C1D542;
	font-size: 1.3em !important;
}

#sidebar .form2 .widget_text a{
	color: #C1D542;
	text-decoration: none;
	font-size: 1em !important;
	}


#sidebar .form2 .execphpwidget li{
	margin-bottom: 0px;
}



/*------ #cases ------*/


#cases{
	float: left;
	width: 190px;
	padding: 18px 10px;
	margin-bottom: 25px;
	background: #fff url(img/sidebar-bg.jpg) repeat-x 0 0;
}


#cases h4{
	font-weight: bold;
	font-size: 1.5em;
}


#cases li{
	margin-top: 10px;
	padding-left: 10px;
	font-size: 1.2em;
	background: url(img/bullet-green.gif) no-repeat 0 6px;
}


#cases li a{
	color: #9FB429;
	text-decoration: none;
}


#cases a:hover{
	text-decoration: underline;
}


#cases p{
	text-align: center;
	padding: 30px 0 20px 0;
}


#cases p a{
	color: #555;
	font-size: 1.2em;
	text-decoration: none;	
}



/*------ #sidebar .aktt_tweets ------*/


#sidebar .aktt_tweets{
	float: left;
	padding: 18px 10px;
	margin-bottom: 25px;
	background: #fff url(img/sidebar-bg.jpg) repeat-x 0 0;
}


#sidebar .aktt_tweets h4{
	font-weight: bold;
	font-size: 1.5em;
}


#sidebar .aktt_tweets li{
	margin-top: 10px;
	padding-left: 10px;
	font-size: 1.2em;
	background: url(img/bullet-green.gif) no-repeat 0 6px;
}


#sidebar .aktt_tweets li a{
	color: #9FB429;
	text-decoration: none;
}


#sidebar .aktt_tweets a:hover{
	text-decoration: underline;
}


#sidebar .aktt_tweets p{
	text-align: center;
	padding: 30px 0 20px 0;
}


#sidebar .aktt_tweets p a{
	color: #555;
	font-size: 1.2em;
	text-decoration: none;	
}


#sidebar .aktt_credit{
	display: none;
}



#content ul#logos{
float: left;
margin: 0;
padding: 0 0 15px 0;
}


#content ul#logos li{
float: left;
margin: 0 3px 3px 0;
padding: 0;
background: none;
}



/*------ footer ------*/


#footer{
	float: left;
	width: 967px;
	padding: 14px 0 10px 0;
	color: #666666;
	font-size: 1.2em;
}


#footer a{
	text-decoration: none;
	color: #666666;
}


#footer a:hover{
	text-decoration: underline;
}


#footer .terms{
	float: left;
	margin-left: 14px;
}


* html #footer .terms{
	margin-left: 7px;
}


#footer .siteby{
	float: right;
}


#footer .siteby span{
	color: #1072BA;
}

