/*
Theme Name: Chew Valley Trees
Theme URI: http://deckchair.co.uk/
Description: Custom theme for Chew Valley Trees designed by Deckchair Ltd
Version: 1.0
Author: Simon Pollard
Author URI: http://deckchair.co.uk/

	Chew Valley Trees v1.0
	 http://deckchair.co.uk/

	This theme was designed and built by Simon Pollard,
	for Deckchair UK Ltd http://deckchair.co.uk/

*/

/*
GENERAL
*/
#wrapper {
	background: url(images/sidebar-bg.gif) repeat-y top right;
}
.alignleft {
	float: left;
}
img.alignleft {
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
}
img.alignright {
	margin-left: 10px;
	margin-bottom: 10px;
}

/*
CONTENT
*/
.blue {
	color: #193f7e;
}
.underline {
	padding-bottom: 10px;
	border-bottom: 1px solid #9a9a9a;
	width: 520px;
}
small {
	color: #6a6a6a;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#content {
	float: left;
	padding-left: 20px;
	width: 520px;
}
#content h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
#content h2.underline {
	margin-bottom: 20px;
}
.post {
	border-bottom: 1px solid #9a9a9a;
	margin-bottom: 20px;
	padding-left: 110px;
	position: relative;
}
.post p {
	margin-top: 10px;
}
div.index-thumbnail {
	width: 100px;
	height: 100px;
	float: left;
	border: 1px solid #003;
	margin-left: -110px;
	display: inline;
}

/*
INDIVIDUAL POST
*/
#single_post {
	padding-left: 0px;
}
#single_post img {
	border: 2px solid #193f7e;
}
#single_post .addtoany_share_save_container img, .entry .addtoany_share_save_container img {
	border: none;
}
#content #single_post h2 {
	font-size: 30px;
}
#respond {
	width: 520px;
}
#commentform textarea {
	width: 520px;
}
#commentform #author, #commentform #email, #commentform #url {
	width: 250px;
}

/*
COMMENTS / RESPONSES
*/
ol {
	margin-left: 0px;
	padding: 0px;
}
ol li {
	padding: 5px;
	list-style: none;
	margin-left: 0px;
	border-bottom: 1px solid #9a9a9a;
}
ol li.odd {
	background-color: #f5f5f5;
}
ol li img.avatar {
	float: right;
}
li.comment cite, li.comment .comment-author span  {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: 700;
}
.comment-meta {
	margin-bottom: 12px;
}
.comment-meta a:link {
	font-size: 11px;
	font-weight: normal;
}
/*
SIDEBAR
*/
#sidebar {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	width: 186px;
}
#sidebar h3 {
	margin-top: 10px;
	color: #000;
	margin-bottom: 10px;
}
#sidebar ul {
	margin: 0 0 20px 0;
}
#sidebar ul li {
	list-style: none;
	color: #000;
	font-size: 12px;
	list-style: disc;
	margin-left: 20px;
	padding: 0px;
}
#searchform input#s {
	width: 100px;
	float: left;
	margin-right: 5px;
}
#searchform input#searchsubmit {
	float: left;
	margin-bottom: 10px;
}