/*
Theme Name: Hamlet Wood Custom
Theme URI: http://www.hamletwood.org.uk
Description: Custom Hamlet Wood Theme
Version: 1
Author: Dan Jenkins
Author URI: http://deejay-designs.co.uk
Tags: deejay-designs, custom
*/



/* Begin Typography & Colors */
*{
margin:0;
padding:0;
}

body{
margin: 10px;
padding: 0;
font: 1em "Trebuchet MS", verdana, arial, sans-serif;
font-size: 100%;
overflow: scroll;
}

img{
margin: 5px;
}

a:link{
text-decoration: none;
color: #0A72D3;
}

a:hover{
text-decoration:underline;
}

a.hwLinkSidebar:link, a.hwLinkSidebar:visited{
font-size:1.3em;
text-decoration:none;
color: #0A72D3;
}

a.excerpt{
text-decoration: none;
color:black;
}
        
#content a img{
border: none;
}

.pageContainer{
width: 990px;
margin-left: auto;
margin-right: auto;
height: auto;
}

.blueBar{
width: 990px;
height: 5px;
text-align: center;
}

#content{
float: left;
text-align: left;
font-family: Geneva, Arial, Helvetica, sans-serif;
padding-left: 15px;
width: 77%;
width:750px;
}

#content li{
margin-left: 20px;
}

#footer{
margin:0px auto;
text-align:center;
clear:both;
margin-bottom:10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
}

#sidebar{
float:right;
margin-right:25px;
font-size:0.7em;
padding:0;
text-align:right;
width:190px
}

#sidebar ul{
list-style:none;
margin-top:2px;
margin-bottom:2px;
}

#content .post{
margin-top:5px;
font-size:0.9em;
clear:both;
}

#content .post .entry p{
margin-top:5px;
}

#content .post .extraMeta .date small{
margin-top:4px;
font-size:0.8em;
font-weight:bold;
color: #0A72D3;
}

#content .post .postmetadata{
margin-top:4px;
font-size:0.7em;
}

#content .comments .nocomments{
font-size:0.7em;
}

#content .post .extraMeta .tags{
font-size:0.8em;
}

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

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