* {
	margin: 0;
	padding: 0;
/*	border: 1px dotted #fff; */
}
html {
	width: 100%;
}
body {
	background: #040403 url('/gfx/bg.jpg') top center no-repeat;
	color: #cfd2c0;
	font: 0.8125em georgia, times;
	line-height: 1;
	margin: 0;
	width: 100%;
}
a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	padding: 0;
	border: 0;
	border-collapse: collapse;
}


.h {
	display: none;
}
.c {
	clear: both;
}


#container {
	margin: 0 auto;
	padding: 0 0 3em 25px;
	text-align: left;
	width: 840px;
}
#wrapper {
	float: left;
	width: 100%;
}
#main {
	width: 350px;
	margin: 0 450px 5em 0;
}
#extras {
	float: left;
	margin-left: -450px;
	width: 450px;
}
#extras div {
	border: 10px solid #ffffff;
}

#header {
	clear: both;
	height: 185px;
}

#navigation {
	margin: 0 0 1em 0;
	width: 840px;
}


#content {
	line-height: 1.5em;
}
.sub {
	padding: 0 15em 0 6em;
}


h1, h2, h3 {
	font-family: georgia, times;
	font-weight: normal;
}
h2 {
	color: #dadb98;
	font-size: 2em;
	line-height: .9em;
	margin: 0 0 .7em 0;
}
h3 {
	color: #ffffff;
	font-size: 1.5em;
	margin: 0 0 .4em 0;
}
h3 a {
	color: #ffffff;
	text-decoration: none;
}
p {
	margin: 0 0 .7em 0;
}


#main .readmore {
	margin: 2em 0 0 0;
}
#main .readmore a {
	color: #dadb98;
	font-family: georgia, times;
	font-size: 1.3em;
}
#main .archive {
	margin: .8em 0 0 0;
}
#main .archive a {
	color: #898f56;
	font-family: georgia, times;
	font-size: 1em;
}


#menu,
#menu ul {
	float: right;
	list-style: none;
	font-family: georgia, times;
}
#menu li.main {
	color: #fbcda5;
	float: left;
}
#menu a {
	font-size: 1.2em;
	background-color: #422a20;
	display: block;
	text-decoration: none;
}
#menu li.main a {
	color: #fbcda5;
	margin: 0 .5em 0 0;
	padding: .7em .7em;
}
#menu li.active a {
	background-color: #702407;
	color: #ffffff;
}
#menu li.main a:hover {
	background-color: #dadb98;
	color: #ffffff;
}

#menu ul {
	display: none;
	padding: .5em 0;
	position: absolute;
	top: 2em;
	left: 0;
}
#menu ul li {
	background-color: #dadb98 !important;
	font-size: .8em;
	position: relative;
	width: 13em;
}
#menu ul li a {
	background-color: #dadb98 !important;
	color: #ffffff !important;
	display: block;
	margin: 0;
 	padding: .5em 1em .5em 1.2em !important;
	text-decoration: none;
	text-transform: none;
}
#menu ul li a:hover {
	background-color: #dadb98;
}

#menu li ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#menu li:hover ul,
#menu li.over ul { /* lists nested under hovered list items */
	display: block;
}
#menu li:hover a,
#menu li.over a {
	background-color: #dadb98 !important;
	color: #ffffff !important;
}


ul.blog_entries {
	list-style: none;
}
.blog_entries a {
	color: #ffffff;
}
.blog_entries .excerpt .more {
	margin-left: 1em;
	text-decoration: none;
}
.blog_entries li {
	margin: 0 0 1.5em 0;
}


.gallery .image {
	background-color: #272921;
	float: left;
	height: 150px;
	margin: 0 .5em .5em 0;
	width: 150px;
}
.gallery a {
	display: block;
	height: 100%;
	width: 100%;
}
