/*
Theme Name: Manor Castle Greens
Theme URI: http://sheffieldgreenparty.org.uk/
Description: The Manor Castle Greens theme.
Author: Samuel Musarika
Version: 0.1
*/

@import "styles/reset.css";

body {
	background: repeat #ffffff url(images/body_bg.png);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: 0 auto;
	width: 869px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 15px 0;
}

h1 { font-size: 28px; margin-bottom: 25px; }
h2 { font-size: 20px; margin-bottom: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; margin-bottom: 15px; }
h5 { font-size: 14px; margin-bottom: 0; }
h6 { font-size: 12px; margin-bottom: 0; }

a { color: #1fb3dd; text-decoration: none; word-wrap: break-word }
a:hover, a:active { color: #888; }
a:focus { outline: 1px dotted #ccc; }

.padder { 
	padding: 10px;
}
.clear { clear: left; }

p {	margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }

hr {
	background-color:#E7E7E7;
	border:0 none;
	clear:both;
	height:1px;
	margin: 20px 0;
}
#header {
	float: left;
	margin: 20px 0 0 0;
}
#content {
	float: left;
}
#access {
	float: left;
	margin: 30px auto;
	width: 869px;
}
#access a {
	color: #339900;
	font-size: 20px;
	font-weight: bold;
}
#menu_container {
	margin: 0 auto;
}
#access .ul_home {
	float: left;
}
#access ul.menu, .menu ul {
	float: left;
	display: inline;
}
#access ul.menu li, .menu ul li {
	display: inline;
}

#content {
}
#home_left {
	float: left;
	width: 250px;
}
#home_right {
	background: none repeat scroll 0 0 #000000;
	float: right;
	height: 357px;
	width: 615px;
}
#featured {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	height: 337px;
	margin: 10px;
	width: 370px;
}
.th_home {
	float: left;
	width: 370px;
}
#home_intro {
	color: #FFFFFF;
	float: right;
	height: 337px;
	line-height: 20px;
	margin: 10px;
	width: 200px;
}
#home_bottom {
	float: left;
	margin: 65px 0 0 0;
	width: 869px;
}
.meta_homepage {
	background: none repeat scroll 0 0 #B1B5B8;
	color: #ffffff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 120px;
	margin: 10px;
	padding: 10px;
	width: 120px;
}
.image_teaser {
	background: none repeat scroll 0 0 #B1B5B8;
	color: #ffffff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 130px;
	margin: 10px;
	padding: 5px;
	width: 130px;
}
.post {
	clear: both;
	line-height: 20px;
}
.entry {
	float: left;
	margin: 10px 0;
	width: 525px;
}
.page_entry {
	float: left;
	margin: 10px 0;
}
.post_entry {
	float: left;
	margin: 10px 0;
	width: 688px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 5px 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	float: left;
	font-size: 12px;
	margin: 5px 0;
}
#respond input {
	height: 30px;
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
	height: 250px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

#footer {
	border-top: 2px solid #339900;
	color: #B1B5B8;
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0;
	padding: 20px 0;
	width: 100%;
}