html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #060606;
	color: #dcdcdc;
	font-family: Georgia, serif;
	line-height: 1.3em;
	min-width: 730px;
}

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

p {
	font-size: 14px;
	margin: 4px 0 10px 0;
}

#background-2 {
	background: url(../images/grunge-right.jpg) right center repeat-y;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}
#background-1 {
	background: url(../images/grunge-left.jpg) left center repeat-y;
}

#header-background {
	background: #060606 url(../images/pawns.jpg) repeat-x left top;
}
#header {
	background: url(../images/azorian-collective.jpg) no-repeat right top;
	height: 95px;
	position: relative;
	z-index: 100;
}

#menu {
	list-style: none;
	margin: 0;
	padding: 0 30px 0 0;	
	position: relative;
}
#menu li {
	display: inline;
	float: right;
	margin: 67px 3px 0 5px;
	padding: 0;
}
#menu li a {
	background: no-repeat center center;
	color: #882525;
	font-family: "Times New Roman", serif;
	font-size: 16px;
}

h1 {
	height: 95px;
	margin: 0;
	position: absolute;
	text-indent: -9999px;
	width: 100%;
}
h1.news {
  background: url(../images/title-latest-news.jpg) no-repeat 21px bottom;
}

.odd-section-break {
	background: url(../images/checkerboard.jpg) repeat-x left top;
	height: 29px;
}
.even-section-break {
	background: url(../images/checkerboard.jpg) repeat-x  80px top;
	height: 29px;
}

#content {
	min-height: 400px;
	width: 680px;
	margin: 35px;
	padding: 0 0 130px 0;
	position: relative;
	z-index: 150;
}

.entry-seperator {
	background: url(../images/seperator.jpg) no-repeat center 1px;
	height: 40px;
	margin: 15px 0 0 0;
}

h2, h3 {
	color: #691919;	
	font-weight: normal;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;	
}

h2 {
	font-size: 25px;
}
h3 {
	font-size: 18px;
	margin-top: 10px;
}

.entry .heading {
	padding: 3px 0;
}
.entry h2 {
	margin: 0;
}
.entry .signature {
	color: #343333;
	font-size: 13px;
}

.entry .meta {
	margin-top: 0px;
	font-size: 13px;
}

.comment-list .comment-author {
	line-height: 14px;	
}
.comment-list .comment-time a {
	color: #343333;
  font-size: 13px;	
  margin: 0;
	text-decoration: none;
}
.comment-list .comment-time a:hover {
	text-decoration: underline;	
}
.comment-list cite {
	font-style: normal;	
}

label {
	margin-left: 5px;	
}
textarea {
	width: 680px;	
}

#logo {
	background: url(../images/logo.png) no-repeat center center;
	bottom: 120px;
	height: 389px;
	margin: 20px 0 10px 0;
	position: absolute;
	right: 90px;
	width: 105px;
	z-index: 50;
}

#footer {
	background: #060606;
	bottom: 0;
	height: 100px;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.copyright {
	color: #444;
	line-height: 70px;
	text-align: center;
}

.clear {
	clear: both;
}