/*  
Theme Name: SteelWeaver
Theme URI: http://www.steelweaver.com
Description: Theme crafted specific to this site.
Version: 1.0
Author: Amanda B aka sprite
Author URI: http://www.eastpath.net

*/

html{
	overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	background: #dadada;
	color: #000000;
}

b, strong{
	color: #770000;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

hr{
	border: 0;
	background-color: #000000;
	height: 1px;
}

blockquote {
	padding: 10px;
	background: transparent url(layout/quote.png) left top no-repeat;

}

a:link, a:visited{
	text-decoration: none;
	color: #990000;
}

a:hover{
	text-decoration: none;
	color: #770000;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 10px auto 0 auto;
	width: 1000px;
	text-align: left;
	padding: 0px;
	border: 0;
	background: url("layout/background_cols.jpg") repeat;
}

#header{
	margin: 0 auto 0 auto;
	width: 1000px;
	background: #dadada;
	border-bottom: 1px solid #000000;
}

#container{
	float: left;
	width: 615px;
}

.post{
	padding: 10px 10px 10px 10px;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry {
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #000000;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#sideleft{
	float: left;
	width: 235px;
	margin: 0 0 0 0;
	display: inline;
	height: 1%;
}

#sideleft ol{
	width: 228px;
	margin: 10px 5px 10px 5px;
	padding: 0 0 0 0;
}

#sideleft ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
	width: 228px;	
}

#sideright{
	float: left;
	width: 150px;
	margin: 0 0 0 0;
	display: inline;
	height: 1%;
	font-size: 15px;
}

#sideright ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	width: 150px
}

#sideright ul li{
	padding: 10px 0 10px 0;
}

#sideright ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	margin-top: 10px
}

#sideright ul ul li{
	padding: 0;
	line-height: 24px;
	font-size: 17px;
}


table#wp-calendar{
	width: 100%;
}

#footer{
	clear: both;
	padding: 5px 0 10px 0;
	background: #dadada;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #000000;
}

#footer p{
	line-height: 18px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #000000;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #000000;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.four{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}