/* 
Theme Name: Baxendale Theme	 
Theme URI: eandhbaxendale.com 
Description: Theme based upon main eandhbaxendale.com layout 
Version: 1.0 
Author: Richard Wawrzyniak 
*/  

.sidebar-box ul, #Meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-box li, #Meta li {
	width:180px;
	height:20px;
	background-image: url(../../../../../Images/back4.png);
	line-height: 20px;
	text-indent: 5px;
	font-family:arial, verdana, sans-serif;
	font-size:0.6em;
	cursor:pointer;
}
.sidebar-box li a, #Meta li a {
	display: block;
	color: #000;
	text-decoration: none;
}
.sidebar-box li:hover, #Meta li:hover { font-weight:bold; }
/* Space out the index posts */
h2, h2 a {
	height: 30px;
	margin: 20px 0 10px 0;
	background: url(images/horizontal-line.png );
	font:Arial, Helvetica, sans-serif large bold;
	color:#0000FF;
}
.post {
	margin-bottom:20px;
	clear:right;
}
.entry { margin: 10px 0; }
.postmetadata {
	padding: 5px 0;
	border-top: 1px solid #ccc;
	clear:right;
	margin-bottom:30px;
}
.sticky {
	background: #f7f7f7;
	padding: 10px;
	margin-bottom:30px;
}
.sticky .postmetadata {
	padding: 5px 0;
	border-top: 1px solid #ccc;
	clear:right;
}
sticky .tags {
	float: left;
	display: block;
	margin-top: 10px;
	padding-left: 19px;
	background:transparent url(images/tag_blue.png) no-repeat 0 top;
}
blockquote { font-style:italic; }
span.editpost, span.editpost a {
	float:right;
	margin: 0;
	display: block;
	padding-left: 19px;
	background:transparent url(images/page_edit.png) no-repeat left top;
	color: #000;
	text-decoration: none;
}
.tags {
	float: left;
	display: block;
	margin-top: 10px;
	padding-left: 19px;
	background:transparent url(images/tag_blue.png) no-repeat 0 top;
}
.comments {
	float: right;
	display: block;
	padding-left: 19px;
	background:transparent url(images/comment.png) no-repeat 0 top;
	margin: 0px;
}
/* Begin Images */
.next a {
	float:left;
	display: block;
	padding-left: 19px;
	background:transparent url(images/arrow_left.png) no-repeat 0 top;
	margin: 0px;
}
.previous a {
	float:right;
	display: block;
	padding-right: 19px;
	background:transparent url(images/arrow_right.png) no-repeat 0 top;
	background-position:right;
	margin: 0px;
}
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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; }
/* End Images */
/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background:#F7F7F7;
	border: 1px solid #E7E8E6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding-top:5px;
	margin: 0 10px 10px;
	text-align:center;
	color: #8d8b8b;
}
.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;
}
/* End captions */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform { margin: 5px 10px 0 0; }
#commentform textarea {
	width: 100%;
	padding: 2px;
}
.clearfloat2 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.wp_tag_cloud a:hover {
	background-color: #00F;
	padding:2px;
	color:#FFF;
}
.wplogo {
	border:0px;
	height: 58px;
	width: 178px;
}
