/*

Theme Name: The Social Business Wordpress Theme

Theme URI: http://www.thesocialbusiness.com

Description: A custom theme for Rob Greenland at the Social Business, built by Gaz Battersby with help from Rich Sage from the refueled skin

Author: Iamgaz 

Author URI: http://www.iamgaz.co.uk

version: 2.0

Tags: two-column, the social business

*/









/* basics */



*{margin:0; padding:0;}



body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	background-color: #dedede;
	background-image: url(images/blogbackground.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center top;
	}



	

h1 {

	font-size: 18pt;

	}



h2 {

	font-size:20px;

	color: #045A98;

	font-weight: 200;

}



h3 {

	font-size:20px;

	color: #045A98;

	font-weight: 200;

	

}



h4 {font-size: 9pt;}





img{ border: none; padding:0; }

img a{border:none;}



img.left{ float: left; border: none; padding: 6px 0 0 0; }

img.right{ float: right; border: none; padding: 0 0 0 6px; }



blockquote{

	border-left:1px solid #A5ABAB;

	margin:15px;

	padding:0 12px 0 12px;

	}



code{

	font-family:"Courier New", Courier, monospace;

	}

	

hr {

	border : 0;

	height : 15px;

	background-image: url(images/hr.gif);

	background-repeat: no-repeat;

	background-position: 0 0;

	margin-top: 20px;

	margin-right: 0;

	margin-bottom: 15px;

	margin-left: 0;

}





/* links */



a{

	color:#045A98;

	text-decoration:none;

	}



a:hover{text-decoration: underline;}







/* container */





#container {

	width: 960px;

	margin: 0 auto;

	padding:0;

	overflow: hidden;

	}

	

/* header */



#toplevel {

height:190px; 



}





#logo {

	background-color: #ffffff;

	float: left;

	height: 80px;

	width: 300px;

	margin-top:20px;

	margin-left:10px;

	background-image: url(images/logo.gif);

	background-repeat: no-repeat;
	
	position:relative;

}




/* MC sign up */



#mc_embed_signup {
	background-color:#025a9a;
	float:right;
	height:60px;
	margin-right:10px;
	margin-top:20px;
	position:relative;
	width:300px;

}



.mc-field-group {

	bottom:10px;

	left:5px;

	margin:0;

	padding:0;

	position:absolute;

}



#response {

	margin-top:55px;

	float:left;

	clear:both;

	text-align:left;

	color:#B2D1E7;

	font-size:12px;

	padding-left:10px;

}



/* Nav */



#nav {

float: right;

margin-right: 10px;

clear:right; 

margin-top:100px;

text-align:right;

width:550px; 



}



#navlist li {

display: inline;

list-style-type: none;

padding: 10px;



}



#navlist li a:link {

color: #ffffff;

text-decoration: none;



}



#navlist li a:visited {

color: #ffffff;

text-decoration: none;



}



#navlist li a:hover {

color: #ffffff;

text-decoration: underline;



}





/* content */





#content {

	float:left;

	width:620px;

	overflow: hidden;

	margin:14px;

	}



.post {

	margin:0;

	padding:0;

	line-height: 14pt;
	
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;

	}

	

.post h2{

	font-size: 33px;

	font-weight: 200;

	color: #045A98;

	line-height: 33px;

	}

	

.post h2 a{

	font-size: 33px;

	font-weight: 200;

	color: #045A98;

	line-height: 33px;

	}

	

.post h3{

	font-size: 15px;

	font-weight: 200;

	padding-top:5px;

	color: #509deb;

	line-height: 33px;

	}

	

.post h3 a{

	font-size: 15px;

	font-weight: 200;

	color: #509deb;

	padding-top:5px;

	line-height: 33px;

	}

	

.post ul {}



.post li {}



.entry p{margin:12px 0;}



.postmetadata{

	clear: both;

	background:#d7e3eb;

	padding:6px;

	margin: 20px 0;

	color: #509deb;

	}

	



.navigation {

	font-size:18px;

	width:100%;

	float:left;

	margin:0;

	padding:0;

	overflow:hidden;

	}

	

.alignleft a{float:left; margin:25px 0;}

.alignright a{float:right; margin:25px 0;}







/* sidebar */



#sidebar {

	background-color:#d7e3eb;

	width:300px;

	float:right;

	background-image: url(images/sidebarbg.gif);

	background-repeat: no-repeat;

	background-position: center top;

	padding-top: 15px;
	
	font-family: Georgia, Arial, Helvetica, sans-serif;
	
	font-size: 14px;
	
	color:#333333;

	}



#sidebar h2{

	font-size:20px;

	color: #045A98;

	font-weight: 200;

	margin: 0;

	padding: 0;

}



#sidebar label{

	font:normal 11pt arial, georgia, times;

	color: #000;	

	margin: 0;

	padding: 0;

}



#sidebar p {

	margin:0; 

	padding: 0 6px 0 12px;

	color: #509deb;	

	

}



#sidebar img {padding: 0; margin: 0;}



#sidebar ul {

	margin:12px;

	

	}



#sidebar ul li {

	margin: 0;

	padding: 0;

	line-height: 14pt;	

	}



#sidebar ul ul {

	margin:14px 0;

	padding-bottom:15px;

	border-bottom-width: 1px;

	border-bottom-style: dashed;

	border-bottom-color: #045A98;	

}



#sidebar ul ul li {

	list-style-type: none;

	}



#sidebar ul ul ul{

	margin: 0;

	padding: 0;

}



#sidebar ul ul ul li{

	padding: 0 0 0 15px;

	list-style-type: square;

	color: #898989;

}







/* comments */





#commentform {

	background:#fff;

	margin:0;

	padding:0;

	

	}

	

#commentform p {

	color: #000;

	

	}

	

#commentform a {color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

	

#commentform h3 {

	font-family: Georgia, Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-weight: 300;

	color: #045A98;

	margin:0;

	padding:0;

	}

	

#comment {

	margin-top:15px;

	margin-bottom:15px;

	width:80%;

	}



/*#author, #email, #url, #comment, #submit{

	background: #fff;

	font-family: Georgia, Arial, Helvetica, sans-serif;

	font-size: 8pt;

	margin:5px 5px 0 0;

	padding:0;

	border: 1px solid #000;

	}*/

	

#submit {

	margin:5px 5px 0 0;

	}



#comments {

	margin:0; padding:0

	}

	

ol.commentlist {

	list-style-type: none; 

	margin:0; 

	padding:0;

	

	}



.avatar {

	float:left; 

	margin:0 12px 0 0;

	}



ol.commentlist li {

	background: #fff;

	margin:10px 0;

	padding:5px 0 5px 10px;

	list-style-type:none;

	}



ol.commentlist li.alt {

	background: #eee;

	}

	

ol.commentlist li p { 

	margin: 6px 0 6px 0; 

	padding: 0 12px 0 0; 

	line-height: 14pt;

	}



ol.commentlist a  {color:#045A98;}



cite {

	font-family: Georgia, Arial, Helvetica, sans-serif;

	font-size: 9pt;

	font-weight: bold;

	font-style: normal;

	}

	

cite a{color: #509deb; text-decoration: none; }









/* search */



#searchform{

	padding:0;

	margin:14px 0;

	padding-bottom:15px;

	border-bottom-width: 1px;

	border-bottom-style: dashed;

	border-bottom-color: #045A98;	

	}



#searchform input#s{

	margin:0;

	padding:2px;

	}



#searchform input#searchsubmit{

	border:none;

	background:#333;

	color:#fff;

	text-transform:lowercase;

	}





	

/* misc */



img.centered {

	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

	}

	

.wp-caption {

   border: 1px solid #ddd;

   text-align: center;

   background-color: #f3f3f3;

   padding-top: 4px;

   margin: 10px;


}



.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;

}






/* Mailchimp */

#mc_signup_container {

	
	padding-bottom:5px;
	
	margin-bottom:15px;
	
	border-bottom-width: 1px;

	border-bottom-style: dashed;

	border-bottom-color: #045A98;	
	
	}



/* footer */



#footer {

	clear: both;

	width: 100%;

	background-image: url(images/footerbg.gif);

	background-repeat: no-repeat;

	background-position: center -5px;

	height:60px;

	padding-top:10px;	

	}

	

/*#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}

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

#footer a:hover{color: #5D5D5D;text-decoration: underline;}*/




