html{
	background-color:#281101;
	background-image:url('../images/background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom left;
}

div#logo{
	width:896px;
	height:84px;
	padding:0px;
	margin-top:20px;
}

form#login, div#userbox{
	height:84px;
	width:105px;
	float:right;
	padding:5px;
	font-size:12px;
}

	form#login input.text{
		width:100px;
		height:14px;
	}
	
	form#login input.submit{
		float:right;
		height:18px;
	}

div#userbox{
	width:150px;
}

div#menu a{
	padding-left:15px;
	background-image:url('../images/bullet.png');
	background-repeat:no-repeat;
	background-position:center left;
}

div#footer{
	width:886px;
	padding:5px;
	margin-bottom:20px;
	font-size:.8em;
	text-align:center;
}

div.box{
	background-image:url('../images/90.png');
	padding:10px;
	text-align:left;
	border:solid 2px #444444;
}

div.fullsize{
	width:900px;
	margin:10px auto auto auto;
}

div.content{
	width:671px;
	float:right;
}

div.clear{
	clear:both;
	height:0px;
}

div.back{
	padding:0;
	margin:0;
	width:auto;
	height:auto;
	text-align:right;
	font-size:.8em;
}

div.sidebar{
	width:171px;
	margin-bottom:10px;
}

div.clean{
	padding:0;
	margin:0;
	width:auto;
	height:auto;
}

div.error{
	background:url('../images/red30.png');
	color:#000000;
	padding:10px;
	margin:20px;
	border:solid 2px #ff0000;
	font-weight:bold;
}

	div.error ul{
		font-weight:normal;
		margin-bottom:0;
	}

h1,h2,h3,h4,h5,h6{
	margin-bottom:5px;
	font-weight:bold;
	border-bottom:solid 1px #888888;
}

	h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
		border:none;
	}

h1{
	font-size:2em;
}

h2{
	font-size:1.25em;
}

h3{
	font-size:1.1em;
}

a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:solid 1px #bbbbbb;
}

	a:hover{
		border-bottom:solid 1px #444444;
	}

ul{
	margin-left:15px;
	margin-bottom:1em;
}

	ul li {
		list-style-type:disc;
	}

ol{
	margin-left:20px;
	margin-bottom:1em;
}

	ol li{
		list-style-type:decimal;
	}



/*input.text{
	background-color:#ffffff;
}*/

/********* Blog/Content *********/
div.blog_posted_by, div.admin{
	font-size:.8em;
	color:#444444;
	text-align:right;
}

	div.admin .delete{
		color:#dd0000;
	}
	
	div.admin .edit{
		color:#444444;
	}

textarea.admin_large{
	width:100%;
	height:500px;
}

form.admin_edit{
	text-align:right;
}

form.admin_add{
	text-align:left;
}

	form.admin_add div.submit{
		text-align:right;
	}
	
	form.admin_add input.text_small{
		width:50%;
	}

	form.admin_edit input.text, form.admin_add input.text{
		width:100%;
	}