/*  
Theme Name: vacuumhose
Theme URL:http://www.vacuumhose.net/
Theme Author:http://www.vacuumhose.net/
Theme Description: Two columns right aside vacuum hose 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 {
	content: '';
	content: 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;
}

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

.header {
	width: 960px;
	height: 185px;
	background: url(images/bgheader.jpg) no-repeat;
}


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

.main h2 {
	color: #802B29;
	font-size: 2.3em;
	padding-right: 20px;
	text-align: right;
}
.entry {
	font-size: 1.4em;
	margin-bottom: 35px;
	
}
.entry h1,.entry h2 {
	color: #802B29;
	font-size: 2.3em;
	padding-left: 2em;
	padding-bottom: 0.5em;
	margin-bottom:0.5em;
	text-align: left;
}
.entry h2 a {
	color: #802B29;
	text-decoration: none;
}

.entry a{
	color: #0000ff;
	text-decoration: underline;
}

.entry p, .entry ul,.entry ol, .entry h3 {
	margin: 1.2em 1em 0 1em;
	line-height: 1.5em;
}	

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

.tega {
	margin: 0 0 10px -10px;
}
.meta {
	text-align: right;
	padding-right: 3em;
	font-size: 0.85em;
	margin-bottom: 0.5em;
}


.aside {
	width: 220px;
	padding: 10px 0;
	float:left;
}



.aside ul ul {
	margin: 0;
	padding-bottom: 15px;
}

.aside ul li {
	margin: 0;
	padding-top:10px;
	margin-top: 1em;
}

.aside h2 {
	background: url(images/bgaside.jpg)   no-repeat;
	height: 31px;
	color: #fff;
	font-size: 2.0em;
	padding: 2px 0 0 25px;
}

.aside ul ul li {
	margin: 0;
	font-size: 1.7em;
	font-weight: bold;
	color: #802B29;
	padding: 5px 10px 5px 30px;
}

.aside ul ul li a{
	color: #802B29;
	text-decoration: none;
}
.aside ul ul li a:hover{
	text-decoration: underline;
}


.footer {
	border-top: 1px dashed #802B29;
	padding: 1em;
	text-align: center;
	font-size: 1.3em;
}

.footer a {
	
	color: #802B29;
}



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

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