@import url('css/reset.css');
body{
	margin: 0;
  color: #fff;
  font: normal 14px "Georgia","Times New Roman",serif;
	background: #eee8d4 url('images/background-tile.png') repeat-x 0px 74px;
	line-height: 1.4em;
}
h1{
	font-size: 24px;
	margin: 0;
	padding: 0;
}
blockquote{
	font-style: italic;
	line-height: 20px;
}
img#top-logo{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
div#header{
	background: #000 url('images/background-texture.jpg') no-repeat;
	height: 74px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
div#header-container{
	background-color: #000;
	text-align: center;
}
div#content{
	float: left;
	width: 530px;
	padding-left: 10px;
}
div#sidebar{
	width: 350px;
	float: right;
	margin-top: 10px;
}
div#sidebar ul{
	list-style: none;
}
div#sidebar h2{
	font-size: 16px;
}
div#page{
	margin: 0 auto;
	width: 920px;
	color: #0b0b09;
}
div#page h2{
	margin-bottom: 4px;
}
div#message{
	padding-top: 100px;
	padding-left: 30px;
	padding-bottom: 60px;
	margin-left: 320px;
	margin-right: 100px;
}
div#footer{
	margin-top: 30px;	
	font-size: 12px;
	color: #0f0f0b;
	clear: left;
	border-top: 1px dotted #0b0b09;
}
div.post{
	margin-bottom: 30px;
}
h1.title{
	padding-top: 24px;
	margin-left: 80px;
}
div#header a,div#header a:visited, div#header a:active{
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	background-color: transparent;
	opacity: 1;
}
div#header a:hover{
	border-bottom: 1px dotted #fffdf9;
}
a,a:visited, a:active{
	color: #0b0b09;
	text-decoration: none;
	border-bottom: 1px dotted #0b0b09;
}
a:hover{
	background-color: #fff;
	color: #000;
	opacity: 0.4;
	border-color: #000;
}
span#copyright{
	font-size: 14px;
	color: #a1956d;
	line-height: 3em;
	padding-left: 150px;
}