@import url(_teasers.css);

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

div#site_photo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;	
}
div#header {
	position: relative;
	height: 166px;
	background: url(../images/bg/header.jpg) repeat-x;
}
div#header h1 {	
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #555;
}
div#header h1 span {
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
}
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#navbar {
	position: relative;
	width: 100%;
}
div#main_menu {
	background: url(../images/bg/menu.jpg);	
	text-align: center;
	padding: 5px;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	line-height: 23px;
	
}
div#main_menu a {	
	color: white;
	padding: 3px 0px;
}
div#main_menu span {
	margin: 0px 4px;
}
div#main_menu span img {
	vertical-align: middle;
}
div#main_menu span.selected a,
div#main_menu span a:hover {
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}
	
div#header {
	height: 167px;
	background: transparent url(../images/bg/header.jpg) top left repeat-x;
}
div#content, div#footer {
	margin-left: 247px;
	padding: 1em;
	position: relative;
}
div.title, div.name {
	color: #ddd !important;
}
div.entry {
	border-bottom-color: #555 !important;
}
div#site_credit {
	font-size: 80%;
	margin-top: 4px;
}


