/*  
Theme Name: flatscreentvmount
Theme URL:http://www.flatscreentv-wallmount.com/
*/

/*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 {
	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: #E7DCB5;
	text-align: center;
}

.wrapper {
	margin: 0 auto 0 auto;
	width: 960px;
	background: #fff;
	text-align: left;
}

.header {
	width: 960px;
	height: 200px;
	background: #E7DCB5 url(images/top.jpg) no-repeat;
	position: relative;
}

.topnav {
		position: absolute;
		top: 170px;
		left: 10px;
}	


.main {
	width: 720px;
	padding: 10px;
	float: left;
}

.main h2 {
	color: #9B7038;
	font-size: 2.1em;
	padding-right: 1em;
	text-align: right;
}
.post {
	font-size: 1.4em;
	margin-bottom: 40px;
	
}
.post h1,.post h2 {
	color: #7D5A2E;
	font-size: 2.4em;
	padding-left: 20px;
	padding-bottom: 0.5em;
	margin-bottom:0.5em;
	text-align: left;
	letter-spacing: -1px;
	border-bottom: 1px dotted #9B7038;
}
.post h2 a {
	color: #7D5A2E;
	text-decoration: none;
}

.post a{
	color: #0000ff;
	text-decoration: underline;
}

.post p, .post ul,.post ol {
	margin: 1.2em 1em 0 1em;
	line-height: 1.5em;
}	

.meta {
	text-align: right;
	padding-right: 2em;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
.hdra {
margin-left:-10px;
margin-bottom:10px;
}

.sidebar {
	width: 220px;
	padding: 10px 0;
	float:left;
}



.sidebar ul ul {
	margin: 0;
	padding-bottom: 15px;
}

.sidebar ul li {
	margin: 0;
	padding-top:10px;
	margin-top: 1em;
}

.sidebar h2 {
	background: url(images/menu.jpg)   no-repeat;
	height: 30px;
	color: #fff;
	font-size: 1.9em;
	padding: 0 0 0 40px;
}

.sidebar ul ul li {
	margin: 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #7C5A2D;
	padding: 5px 10px 5px 30px;
}

.sidebar ul ul li a{
	color: #7C5A2D;
	text-decoration: none;
}
.sidebar ul ul li a:hover{
	text-decoration: underline;
}


.footer {
	background: #7C5A2D;;
	padding: 1em;
	text-align: center;
	font-size: 1.3em;
	color: #fff;
	
}

.footer a {
	
	color: #fff;
}



.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}