/*  
Theme Name: inductionstove
Theme URL:http://www.inductionstove.net/
*/

/*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;
}

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

.header {
	width: 960px;
	height: 200px;
	background: #fff url(images/stovetop.jpg) no-repeat;
	position: relative;
}


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

.content h2 {
	color: #414149;
	font-size: 2.1em;
	padding-right: 1em;
	text-align: right;
}
.post {
	font-size: 1.4em;
	margin-bottom: 40px;
	
}
.post h1,.post h2 {
	color: #414149;
	font-size: 2.3em;
	padding-left: 10px;
	padding-bottom: 0.5em;
	margin-bottom:0.5em;
	text-align: left;
	letter-spacing: -1px;
	border-bottom: 1px dotted #555560;
}
.post h2 a {
	color: #414149;
	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;
}	

.ptad {
	margin-left: -10px;
	margin-bottom:10px;
}

.meta {
	text-align: right;
	padding-right: 2em;
	font-size: 0.9em;
	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/asidebg.gif)   no-repeat;
	height: 28px;
	color: #fff;
	font-size: 1.9em;
	padding: 0 0 0 30px;
}

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

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


.footer {
	padding: 1em;
	text-align: center;
	font-size: 1.2em;
	color: #414149;
	
}

.footer a {
	
	color: #414149;
}



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

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