@import url(_teasers.css);

body {
	background: black url(../images/bg/body.jpg) top left repeat-y;
	font-size: 80%;	
	color: #ACC2A8;
}

div#site_photo {
	position: absolute;
	top: 0px;
	left: 0px;	
}
div#header h1 img {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
a {
	color: #B4C3B1;
}
a img {
	color: #2A4B1D;
	border-color: #2A4B1D;
}
div#content h2 {
	background: transparent url(../images/bg/arrow.gif) top left no-repeat;
	padding-left: 25px;
}
div#main_menu {
	position: absolute;
	top: 137px;
	right: 20px;
	
}
div#main_menu a {
	margin-left: 10px;
	height: 20px;
}
div#main_menu a img {
	vertical-align: top;
}	
div#header {
	height: 167px;
	background: transparent url(../images/bg/header.jpg) top left repeat-x;
}
div#content {
	margin-left: 247px;
	padding: 1em;
}
div.title, div.name {
	color: #ddd !important;
}
div.entry {
	border-bottom-color: #20510C !important;
}
	div#site_credit {
	font-size: 80%;
	margin-top: 4px;
}


