/*
Theme Name: Barnsley Beer Company Theme
Theme URI: http://www.barnsleybeercompany.co.uk
Description: Theme for the Barnsley Beer Company News Blog
Version: 1.0
Author: Happy Hound Web Design
Author URI: http://www.happyhoundwebdesign.com
*/

/* Begin Images */
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 */

/* Content holder - to the left, all blog content held here. */
#blog {
	float: left;
	width: 600px;
	margin: 10px;
	text-align: justify;
}
#blog h2, #blog h2 a, #blog h2 a:hover, #blog h2 a:visited, #blog h2 a:active {
	letter-spacing: 2px;
	font-size: 24px;
	text-decoration: none;
}
#blog h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	border-bottom: 1px dashed #000;
	font-weight:100;
}

/* Classes within Blog */

/* Post */
.post {
	float: left;
	width: 580px;
	margin: 10px;
	text-align: justify;
}
.postmetadata {
	clear: both;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
	
/* Navigation */
.navigation {
	display: block;
	text-align: center;
	margin: 10px;
}

/* Sidebar - Permanent status down the right*/
#sidebar
{
	float: right;
	margin: 10px;
	width: 190px;
	background: url(http://www.barnsleybeercompany.co.uk/img/beer_img/nutty_stack-nuts.png) no-repeat bottom center;
	padding-bottom: 140px;
	text-align: right;
}
#sidebar h2 {
	margin-bottom: 0px;
}
#sidebar a, a:hover, a:visited, a:active {
	color: #000;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
}
#sidebar ul p, #sidebar ul select {
	margin: 3px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 3px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	font-size: 12px;
}
#sidebar ul ul li p {
	font-weight: 100;
}

#side_foot {
	float: right;
	margin: 0 10px 10px 10px;
	width: 190px;
}
#side_foot p {
	text-align: center;
	font-size:10px;
}


/* Comments*/
#comments {
	margin: 10px;
	padding: 5px;
}

.commentlist {
	padding: 5px;
	text-align: justify;
}
.commentlist li {
	margin: 5px;
	padding: 5px;
	list-style: none;
}

#respond {
	margin: 20px;
	padding: 5px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 475px;
	font-family: "Trebuchet MS";
}
.in_text {
	width: 375px;
	padding-right: 0px;
}




/*********** OTHER ****************************************************************************/









/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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 */