/*
Theme Name: Section
Theme URI: http://sectiondesign.co.uk
Description: Section custom theme.
Version: 1.0
Author: Paul Butt
Author URI: http://sectiondesign.co.uk
*/



body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #000;
}
#content {
	float:left;
	background: url(images/blogbg.png) repeat-y;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px 0px 20px;
	clear: both;
}
h2 a {
		font-weight: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
}
h3 a {
	font-weight:normal;
	clear:both;
}
.pagetitle {
	margin-top:30px;
}
a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}

p {
	font-size: 13px;
	line-height: 160%;
}
#logo {
	height: 61px;
	width: 370px;
	float: left;
	padding: 0px;
	margin-top: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo h1 {
	margin: 0px;
	padding: 0px;
}
#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headerlinks {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: none;
	float: left;
	width: 100%;
	text-align: right;
	height: 60px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCC;
}
#headerlinks ul {
	padding: 0px;
	margin: 30px 0px 0px;
}

#headerlinks li {
	display: inline;
	padding: 0px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #000;
	letter-spacing: 6px;
	margin: 0px 0px 0px 20px;
}

#headerlinks a {
	font-weight:normal;
}
#headerlinks a:hover {
	text-decoration: underline;
	font-weight:normal;
}

#search {
	float: right;
	clear: right;
	margin-top: 12px;
}
#main {
	width: 660px;
	float: left;
	margin: 0px;
	padding-bottom: 30px;
}
#main-wide {
	width: 900px;
	float: left;
	margin: 0px;
	padding-bottom: 30px;
}
#main-wide h2 {
	margin-top:30px;
	margin-bottom:20px;
}
#sidebar {
	float: left;
	width: 200px;
	border-left: 1px solid #CCC;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 30px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #CCC;
	font-weight:normal;
	padding-top: 8px;
	padding-bottom: 8px;	
}
#sidebar a:hover {
	text-decoration: underline;
}

#twitter ul li a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	line-height: normal;
	padding: 10px 0px 0px;
}


#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-top: 30px;
}
#sidebar h2 a {
	font-weight:bold;
}

.twitter {
	padding:0;
	margin:0;
}
.twitter-item {
	font-size:11px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	margin: 0px;
	padding-bottom: 10px;
	padding-top:10px;
}
.twitter-timestamp {
	color:#999;
	font-style:italic;
	text-decoration: none;
}
#sidebar ul li .twitter-link , #sidebar ul li .twitter-user {
	margin:0;
	padding:0;
	border:0;
	line-height: 160%;
}
abbr {
	text-decoration:none;
	border:0;
}
#twitter ul .last   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.post {
	margin-top: 34px;
	padding-right: 20px;
	clear: both;
}

.post p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.date {
	width: 150px;
	padding: 0px;
	float: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear:both;
}
.date p, .postfooter p {
	font-size:11px;
}
.date .day {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 5px;
}

.postbody {
	width: 480px;
	float: left;
}
.postbody p {
	margin-bottom:20px;
}

.postfooter {
	clear: both;
	float: left;
	width: 630px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 11px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.commentcount {
	float: left;
	width: 150px;
}
.tags {
	float: left;
}
#footer {
	width: 900px;
	clear: both;
	float: left;
	font-size: 12px;
	color: #666;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color:white;
}


#footer a {
	text-decoration: none;
	color: #999;
	border:none;
	font-weight: bold;
}
#footer img a {
	border:none;
	margin-left: 5px;
}
.footerlinks {
	float: right;
}
.copyright {
	float: left;
}
#s {
	background-image: url(images/searchbg.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 21px;
	width: 185px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 10px;
	padding-top: 4px;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-indent: 7px;
}
#searchsubmit {
	background-image: url(images/searchsubmit.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 21px;
	width: 27px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}
#sidebar ul li .last{
	border-bottom-style: none;
}
blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
}
#main li {
	font-size:13px;
	margin:0 0 6px 0;
}
.navigation .nextpage {
	float:right;
	margin-right:30px;
}
.navigation {
 height:30px;
}
.navigation .prevpage {
	float:left;
}
textarea {
	width:480px;
}
ol.commentlist {
	margin-right: 30px;
	margin-left:150px;
	padding:0px;
}
.fn {
	font-style:normal;
	font-size: 15px;
	font-weight:bold;
}
.comment-author {
	float:left;
	margin-bottom:15px;
}
.comment-body {
}
.comment-meta {
	float:right;
}
div.comment-body p {
	clear:both;
}

.says {
	display:none;
}
.comment-meta a {
	font-weight:normal;
	font-size:11px;
}
.comment {
	border-bottom:1px dotted #ccc;
	padding-top:10px;
	padding-bottom:10px;
}
#comments {
	margin-left:150px;
	margin-top:30px;
	clear:both;
}
#respond {
	margin-left:150px;
	clear:both;
}
a img {
	border:0;
}