/*  
Theme Name: latticefencing
Theme URL:http://www.latticefencing.net/
Theme Author:http://www.latticefencing.net/
*/

/*Reset everything*/
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 {
	main: '';
	main: 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: #fff;
	text-align: center;
}

.lfbox {
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
}

.lfheader {
	width: 960px;
	height: 168px;
	background: #48592A url(images/lfheader.jpg) no-repeat;
}


.lfcontent {
	width: 720px;
	padding: 10px;
	float: left;
}

.lfcontent h2 {
	color: #4D5F2F;
	font-size: 1.92em;
	padding-right: 1.92em;
	text-align: right;
}
.lfentry {
	font-size: 1.4em;
	margin-bottom: 30px;
	
}
.lfentry h1,.lfentry h2 {
	color: #4D5F2F;
	font-size: 2.15em;
	padding: 0 8px 6px 12px;
	margin-bottom: 12px;
	text-align: left;
	border-bottom: 1px dotted #556934;
}
.lfentry h2 a {
	color: #4D5F2F;
	text-decoration: none;
}

.lfentry a{
	color: #blue;
	text-decoration: underline;
}

.lfentry p, .lfentry ul,.lfentry ol {
	margin: 1.18em 1.02em 0 1.02em;
	line-height: 1.5em;
}	

.lfentry ul {
	list-style: disc inside;
}
.lfentry ul li {
	margin: 0.84em;
}
.meta {
	text-align: left;
	padding-left: 2.6em;
	font-size: 0.92em;
	margin-bottom: 0.6em;
}
.lfaiv{
margin: 0 0 3px -10px;
}

.lfsidebar {
	width: 220px;
	padding: 10px 0;
	float:left;
}

.lfsidebar ul ul {
	margin: 0;
	padding-bottom: 18px;
}

.lfsidebar ul li {
	margin: 0;
	padding-top:10px;
	margin-top: 15px;
}

.lfsidebar h2 {
	background: url(images/lfsidebar.jpg)   no-repeat;
	height: 28px;
	color: #fff;
	font-size: 2.02em;
	padding: 1px 0 0 26px;
}

.lfsidebar ul ul li {
	margin: 0;
	font-size: 1.72em;
	font-weight: bold;
	color: #556934;
	padding: 6px 12px 4px 26px;
}

.lfsidebar ul ul li a{
	color: #556934;
	text-decoration: none;
}
.lfsidebar ul ul li a:hover{
	text-decoration: underline;
}


.lffooter {
	background: #48592A;
	padding: 1em;
	text-align: center;
	font-size: 1.26em;
	color: #fff;
	
}

.lffooter a {
	
	color: #fff;
}



.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

