/*  
Theme Name: Firewood Shed
Theme URL:http://www.firewoodshed.net/
Theme Author:http://www.firewoodshed.net/
Theme Description: Two-columns storage shed theme
*/

/*Global Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	yfcontent: '';
	yfcontent: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

body {
 font: 62.5%/1.4 Arial, sans-serif;
	background: #849A46;
	text-align: center;
}

.fwsbox {
	margin: 0 auto 0 auto;
	width: 960px;
	background: #fff;
	text-align: left;
}

.fwstop {
	width: 960px;
	height: 166px;
	background: #6B471D url(images/fwstop.jpg) no-repeat;
}


.fwscontent {
	width: 720px;
	padding: 10px;
	float: left;
}

.fwscontent h2 {
	color: #4E3415;
	font-size: 1.82em;
	padding-right: 16px;
	text-align: right;
}
.fwspost {
	font-size: 1.4em;
	margin-bottom: 3em;
	
}
.fwspost h1,.fwspost h2 {
	color: #4E3415;
	font-size: 2.08em;
	padding: 0 0 5px 10px;
	margin-bottom:4px;
	text-align: left;
	letter-spacing: -1px;
	border-bottom: 1px dotted #6B471D;
}
.fwspost h2 a {
	color: #4E3415;
}

.fwspost a{
	color: blue;
	text-decoration: underline;
}

.fwspost p, .fwspost ul,.fwspost ol, .fwspost h3 {
	margin: 1.26em 0.5em 0 1em;
	line-height: 1.5em;
}	

.fwspost ul {
	list-style: disc inside;
	margin-left: 1em;
}
.fwspost li {
	margin-top: 1em;
	margin-bottom: 1em;
}
.fwspost ul ul {
	list-style: circle inside;
	margin-left: 2.5em;
}
.fwspost ul ul li {
	padding-left: 3.5em;
}

.fwsnc {
	margin: 0 0 5px -10px;
}
.fwspostmeta {
	text-align: right;
	padding-right: 2.1em;
	margin-bottom: 0.5em;
}


.fwsaside {
	width: 200px;
	padding: 10px;
	float:left;
}



.fwsaside ul ul {
	margin: 0;
	padding-bottom: 1.65em;
}

.fwsaside ul li {
	margin: 0;
	padding-top:1.1em;
	margin-top:1.1em;
}

.fwsaside h2 {
	background: url(images/fwsaside.jpg)   no-repeat;
	height: 28px;
	color: #fff;
	font-size: 1.74em;
	padding: 1px 0 0 28px;
}

.fwsaside ul ul li {
	margin: 0;
	font-size: 1.56em;
	font-weight: bold;
	color: #4E3415;
	margin: 4px 10px 4px 20px;
	padding: 2px 5px 2px 15px;
	border-bottom: 1px dotted #6B471D;
}

.fwsaside ul ul li a{
	color: #4E3415;
	text-decoration: none;
}
.fwsaside ul ul li a:hover{
	text-decoration: underline;
}


.fwsbottom {
	background: #6B471D;;
	padding: 1em;
	color: #fff;
	text-align: center;
	font-size: 1.25em;
}

.fwsbottom a {
	
	color: #fff;
}



.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}
