/*  
Theme Name: knifeblanks
Theme URL:http://www.knifeblanks.net/
*/

/*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: #fff;
	text-align: center;
}

.wrapper {
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
}

.top {
	width: 960px;
	height: 170px;
	background: #BABCCA url(images/bgtop.jpg) no-repeat;
}


.content {
	width: 720px;
	padding: 10px;
	float: left;
}

.content h2 {
	color: #656C81;
	font-size: 2.2em;
	padding-right: 2em;
	text-align: right;
}
.post {
	font-size: 1.4em;
	margin-bottom: 30px;
	
}
.post h1,.post h2 {
	color: #656C81;
	font-size: 2.3em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	margin-bottom:0.5em;
	text-align: left;
	border-bottom: 1px dotted #6E768D;
}
.post h2 a {
	color: #656C81;
	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;
}	

.post ul {
	list-style: disc inside;
}
.post ul li {
	margin: 0.7em;
}
.meta {
	text-align: right;
	padding-right: 2em;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
.apar {
margin: 0 0 10px -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/bgsidebar.jpg)   no-repeat;
	height: 28px;
	color: #fff;
	font-size: 2.0em;
	padding: 1px 0 0 26px;
}

.sidebar ul ul li {
	margin: 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #656C81;
	padding: 6px 10px 4px 20px;
}

.sidebar ul ul li a{
	color: #656C81;
	text-decoration: none;
}
.sidebar ul ul li a:hover{
	text-decoration: underline;
}


.bottom {
	padding: 1em;
	text-align: center;
	font-size: 1.2em;
	color: #656C81;
	border-top: 1px dotted #656C81;
	
}

.bottom a {
	
	color: #656C81;
}



.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

