/*  
Theme Name: lampshadeframes
Theme URL:http://www.lampshadeframes.org/
Theme Author:http://www.lampshadeframes.org/
Theme Description: Two-columns lamp shade theme
*/

/*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 {
	lsfmain: '';
	lsfmain: 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: #631401;
	text-align: center;
}

.lsfbox {
	margin: 0 auto 0 auto;
	width: 960px;
	background: #fff;
	text-align: left;
}

.lsftop {
	width: 960px;
	height: 195px;
	background: #631401 url(images/lsftop.jpg) no-repeat;
}


.lsfmain {
	width: 720px;
	padding: 10px;
	float: left;
}

.lsfmain h2 {
	color: #631401;
	font-size: 25px;
	padding-right: 17px;
	text-align: right;
}
.lsfpost {
	font-size: 1.4em;
	margin-bottom: 45px;
	
}
.lsfpost h1,.lsfpost h2 {
	color: #631401;
	font-size: 31px;
	padding: 0 0 6px 11px;
	margin-bottom:6px;
	text-align: left;
	letter-spacing: -1px;
}
.lsfpost h2 a {
	color: #631401;
}

.lsfpost a{
	color: blue;
	text-decoration: underline;
}

.lsfpost p, .lsfpost ul,.lsfpost ol, .lsfpost h3 {
	margin: 1.25em 1em 0 1em;
	line-height: 1.55em;
}	

.lsfpost ul {
	list-style: disc inlsfaside;
	margin-left: 1em;
}
.lsfpost li {
	margin-top: 1em;
	margin-bottom: 1em;
}
.lsfpost ul ul {
	list-style: circle inlsfaside;
	margin-left: 3em;
}
.lsfpost ul ul li {
	padding-left: 3em;
}

.lsfgd {
	margin: 0 0 6px -10px;
}
.lsfmeta {
	text-align: right;
	padding-right: 4em;
	margin-bottom: 0.5em;
}


.lsfaside {
	width: 200px;
	padding: 10px;
	float:left;
}



.lsfaside ul ul {
	margin: 0;
	padding-bottom: 15px;
}

.lsfaside ul li {
	margin: 0;
	padding-top:10px;
	margin-top: 1em;
}

.lsfaside h2 {
	background: url(images/lsfaside.jpg)   no-repeat;
	height: 28px;
	color: #fff;
	font-size: 1.8em;
	padding: 2px 0 0 24px;
}

.lsfaside ul ul li {
	margin: 0;
	font-size: 1.7em;
	font-weight: bold;
	color: #631401;
	padding: 5px 8px 5px 26px;
}

.lsfaside ul ul li a{
	color: #631401;
	text-decoration: none;
}
.lsfaside ul ul li a:hover{
	text-decoration: underline;
}


.lsfbottom {
	border-top: 4px double #771801;
	background: #fff;;
	padding: 1em;
	text-align: center;
	font-size: 1.3em;
}

.lsfbottom a {
	
	color: #631401;
}



.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}