/*   
Styled to appear similar to the previous theme used on littlestorping.co.uk
*/

/*
Colours used in the theme:
                    #29303B
Border green        #108a10
Light grey          #f1f1f1
Mid grey (bgcolour) #b3b3a8
*/

body {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height:1.5em;
	font-family: Trebuchet MS, Georgia, Arial, serif;
   	color:#29303B;
    background: #b3b3a8;
}

a:link, a:visited {
	color: #0b5a0b;	
	text-decoration:none;
}

a:hover, a:focus {
	color: #2bc62b;
	text-decoration:underline;
}

h1 a:link, h1 a:visited {
    text-decoration: none;
    color: #fff;
}

h1 a:hover, h1 a:focus {
    text-decoration: underline;
}

div#page { 
    width: 766px;
   	margin: 0px auto;
	padding:8px;
    background: #fff;
	border-left: 4px solid #108a10;
	border-right: 4px solid #108a10;
}

#header {
	border-top: 5px solid #108a10;
	border-right: 5px solid #108a10;
    border-left: 5px solid #108a10;
    background: url('images/classic/bg.gif'); 	
	width: 756px;
	margin: 0;
	padding:0;
}

div#headerimgouter {
	border-bottom: 5px solid #108a10;
	border-right: 5px solid #108a10;
    border-left: 5px solid #108a10;
	background: url('images/classic/bg.gif'); 	
	width: 756px;
	margin: 0;
	padding:0;
}

div#headerimg {
	border: #ccc 1px solid;
	padding: 2px;
    background: url("images/ls_top.png") no-repeat center center;
    height: 157px; 
    width: 746px;
}

div#content {
    float:left;
    width: 535px;
}



div#sidebar {
	float:right;
    width: 185px;
    border-left: 1px solid #f1f1f1;
}

div#sidebartop    {
    background: #fff;
} 

div.othersidebars    {
    margin-top: 25px;
    background: #fff;
} 

div#footer {
	clear: both;
	font-size: 0.8em;
	color: #999;
	background: #fff;
	text-align:center;
    border-top: 1px solid #f1f1f1;
    margin-top: 20px;
}

div.navigation {
    padding: 10px 20px;
    margin: 10px 0px;
    font-style: italic;
    color: #b3b3a8;
}

div.navigation a:link, div.navigation a:visited {
    text-decoration: none;
    color: #b3b3a8;
}

div.navigation a:hover, div.navigation a:focus {
    text-decoration: underline;
}

div#sidebar ul, div#sidebar li {
    margin: 0;
    padding: 10px;
	list-style-type: none;
}

div#sidebar h2 {
	margin: 0;
	padding-top:25px;
	padding-left:5px;
	padding-bottom:5px;
	font-size: 1em;
	color: #333;
	border-bottom:#f1f1f1 1px solid;
}

.screen-reader-text {
    display: none;
}


h1, h2, h3, h4 {
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

h1 {
    margin: 0;
	padding:  20px;
	text-align:left;
    color: #fff;
    font-size: 1.5em;
}

#header h1 {
	margin: 0;
	font-size: 1.5em;
	color: #f0f0f0;
	letter-spacing: 0.5em;
	padding:10px;
	text-align:right;
}


#header a:link, #header a:visited, #header a:hover, #header a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

div.post {
    background: #fff;
   	padding: 10px 20px;
    margin: 30px 0;
}

div.post img {
    padding: 3px;
    border: 2px solid #cfcfcf;
}

div.narrowcolumn {

}

.postmetadata {

}


h2.postmetadata {
	font-family: Trebuchet MS, Georgia, Arial, serif;
	border-bottom:#108a10 1px solid;
    maring-bottom: 0px;
   	font-size: 0.9em;
   	letter-spacing: 0px;
}

h2.posttitle {
}

small.postmetadata {
    color: #b3b3a8;
}

div.navigation {

}

ol.commentlist, li.comment {
    padding-left: 0px;
    list-style: none;
}

li.comment {
    clear: both;
    border-bottom:#f1f1f1 1px solid;
    padding-top: 5px;
}

li:hover.comment {
    background: #f1f1f1;
}

.commenttext {
    padding-left: 70px;
}

img.avatar {
    float: left;
    margin-right: 5px;
    border: none;
}

div.fn {
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

.comment p {
    margin: 0;
}

div.commentmetadata {
    font-size: 0.8em;
}

div.commentmetadata a {
    color: #b3b3a8;
}
