/*
Theme Name: WSI
Theme URI: http://www.wsiwebdesign.co.uk/blog
Description: Blog design for WSI
Author: WSI
Author URI: http://www.wsiwebdesign.co.uk
*/

/* text -----------------------------------------------------------------------*/

body{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 70.01%;
	color: #343232;
}

table, tr, td, pre, code, li, ul,  input{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1em;
}

h1{
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 12px;
  color: #003767;
}

h2{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
  color: #4288ad;
}

h3{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
}

p{
	margin-bottom: 15px;
	line-height: 1.5em;
}

hr{
	background-color: #ebebeb;
	border: 0px;
	width: 500px;
	height: 2px;
	margin: 5px 0px 30px 80px;
}

a:link {color: #fe8000; text-decoration: underline; font-weight: bold;}
a:visited {color: #fe8000;	text-decoration: underline; font-weight: bold;}
a:hover {color: #003767;text-decoration: none; font-weight: bold;}
a:active {color: #fe8000; text-decoration: underline; font-weight: bold;}

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

body{
	background-color: #569ec1;
	background-image: url(images/blue-background.jpg);
	background-repeat: no-repeat;
	background-position: top;
   text-align: center;
}

#wrapper{
	margin: 0 auto;
	width: 980px;
	margin-top: 9px;
}

#header{
	width: 925px;
	height: 74px;
	text-align: right;
	color: #003767;
	font-weight: bold;
	padding-top: 23px;
	padding-right: 55px;
	font-size: 1.2em;
}

#top-nav{
	width: 980px;
	height: 36px;
	line-height: 38px;
	margin: 0px;
}

#top-nav ul li{
	float: left;
	margin: 6px 0 0 15px; 
	background-color: #cbd2db;
}

#top-nav ul li a{
	color: #003767;
	font-size: 1.2em;
	text-decoration: none;
	padding: 6px 19px; 
}

#top-nav ul li a:hover{
	background-color: #fff;
	color: #fe8000;
}

#top-nav ul li:hover{
	background-color: #fff;
}

#top-nav ul li a.bdown{
	background-color: #fff;
}



#top-nav ul li ul{
	background-color: #fff;
	width: 220px;
	margin-left: -5px;
	margin-top: -5px;
	padding: 10px;
	border-bottom: solid 5px #b3bccb;
	border-right: solid 5px #b3bccb;
	border-left: solid 5px #b3bccb;
}

#top-nav ul li ul li{
	background-color: #fff;
	text-align: left;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
}

#top-nav ul li ul li a{
	background-color: #efefef;
	border: solid 1px #efefef;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

#main-section{
	margin-top: 9px;
	width: 980px;
	background-color: #fff;
	padding: 15px 0 15px 0;
}

#content-main{
	text-align: left;
	padding: 15px 0 15px 30px;
	font-size: 1.2em;
}

#content-left ol{
	list-style-type: decimal;
	font-size: 0.8em;
	margin: 20px 0px;
	padding-left: 15px;
}

#content-left ul{
	list-style-type: square;
	font-size: 0.8em;
	margin: 20px 0px;
}

#content-left ol li, #content-main ul li{
	margin-left: 23px;
	padding-left: 0px;
	padding-bottom: 10px;
}

.social-links{
	float:left;
	margin-right: 20px;
}

.content-left{
	float: left;
	width: 665px;
}

.content-right{
	float: left;
	width: 200px;
	margin: 0px 0px 0px 30px;
	padding: 10px;
}

.content-right-grey{
	background-color: #f4f4f4;
	border: solid 1px #ebebeb;
	padding: 20px 10px 0px 0px;
}

.content-right-grey a{
	line-height: 1.1em;
}

#tag_cloud-3 div{
	width: 160px;
	font-size: 0.8em;
	text-align: center;
}

#tag_cloud-3 div a{
	margin: 3px;
}

.content-social-media{
	width: 200px;
	margin-top: 15px;
	text-align: center;
}

.content-social-media img{
	margin: 7px;
}

.content-right ul{
	font-size: 0.9em;
	font-weight: normal;
	list-style: none;
	padding-left: 0px;
}

.blog-about{
	width: 622px;
	padding: 10px;
	font-size: 0.8em;
	margin: 0px 10px 20px 0px;
	background: #fff url(images/column-bg.jpg) top repeat-x;
	border-top: 2px solid #a3c5d5;
}

.blog-column{
	width: 180px;
	float: left;
	padding: 10px;
	font-size: 0.8em;
	margin: 0px 20px 20px 0px;
	background: #fff url(images/column-bg.jpg) top repeat-x;
	border-top: 2px solid #a3c5d5;
}

.blog-column a{
	text-decoration: none;
	margin: 10px 0px;
	display: block;
	height: 40px;
}

.blog-post{
	width: 622px;
	padding: 10px;
	margin: 0px 10px 20px 0px;
	background: #fff url(images/column-bg.jpg) top repeat-x;
	border-top: 2px solid #a3c5d5;
}


.blog-post ol li{
	
	list-style-type:decimal;
	margin-left:20px;
}

.blog-post a{
	color:#343232;
	text-decoration: none;
}

.blog-post a:hover{
	color:#343232;
	text-decoration: underline;
}


#twitter-3>div>ul>li{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}



#webscan-form{
	width: 950px;
	height: 2px;
	clear: both;
	text-align: left;
	background-color: #ebebeb;
	background-image: url(images/form-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border-top: solid 1px #aeaeae;
	padding: 0px 0 15px 30px;
	margin-bottom: 5px;
}

#webscan-form table tr td{
	border: solid 2px #ebebeb;
}

#webscan-form table tr td input{
	margin-left: 10px;
	width: 175px;
	border: 0px;
	font-size: 1em;
}

.form-table-left{
	width: 130px;
	height: 27px;
	line-height: 27px;
	text-align: right;
	padding-right: 10px;
}

.form-table-right{
	width: 198px;
	height: 27px;
	line-height: 27px;
	text-align: left;
	background-image: url(images/webscan-form-bg.jpg);
	background-repeat: no-repeat;
}

/* tabs ---------------------------------------------------------------------*/

.tab-navigation{
	height: 48px;
	width: 970px;
	background-color: #fff;
	background-image: url(images/project-profile-nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 10px;
	border-bottom: solid 1px #6b95be;
}

.tab-navigation li{
	float: left;
	text-align: left;
	font-size: 1em;
	line-height: 18px;
	margin-left: 8px;
}

.tab-navigation a{
	display: block;
	height: 44px;
	width: 175px;
	color: #003767;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	margin-right: 3px;
	padding-left: 5px;
	background-image: url(images/tab-bg.jpg);
}

.tab-container{
	width: 950px;
	height: 192px;
	color: #656363;
	clear: both;
	text-align: left;
	background-color: #e9efff;
	background-image: url(images/project-profile-bg.jpg);
	background-repeat: repeat-x;
	padding: 15px 0 15px 30px;
	border-bottom: solid 1px #6b95be;
	margin-bottom: 15px;
}

.tab-container a{
	color: #4288ad;
}

.what-we-did{
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	font-weight: bold;
}

.what-we-did img{
	vertical-align: middle;
	margin-left: 3px;
}

.alignleft{
margin-bottom:20px;	
}

.diggbutton {
float:left;
padding:3px 5px 5px 5px;
}

#searchform div label{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
  color: #4288ad;
}

#s{
	width: 80px;
}
