body {
	background-color: #000000;
	color: #e0e0e0;
	font-family: bitstream vera sans, verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 12px;
}

img, a img {
	border: 0;
}

h2 {
	font-size: 1.17em;
	font-weight: bold;
	text-transform: lowercase;
	color: #800000;
	border-bottom: 1px solid #800000;
	margin-bottom: 5px;
	margin-top: 0;
}

h3 {
	font-size: 1em;
	color: #e0e0e0;
	font-weight: bold;
	text-transform: lowercase;
	border-bottom: 1px solid #808080;
	margin-bottom: 5px;
	margin-top: 5px;
}

blockquote {
	font-size: 1em;
	color: #e0e0e0;
	font-style: italic;
}	
	
.blogitem h4 {
	font-size: 1em;
	color: #808080;
	font-weight: normal;
	margin: 0;
}

.showcase h4 {
	font-size: 8pt;
	color: #800000;
	font-weight: normal;
	margin: 0;
}

a {
	color: #80bc15;
	text-decoration: none;
}

a:hover {
	color: #80bc15;
	text-decoration: underline;
}

.blogitem ul {
	margin: 0 -15px;
	list-style-image: url(images/arrow.png);
}

#header {
	margin: 0 auto;
	width: 800px;
	height: 130px;
	background-image: url('images/header_bg.png');
}

#nav {
	margin: 0 auto;
	width: 800px;
	height: 25px;
	background-image: url('images/nav_bg.png');
	color: #808080
}

#body {
	width: 800px;
	margin: 10px auto;
}

#container {
	background-color: #1a1a1a;
	background-image: url('images/sidebar_bg.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	width: 800px;
	height: 6px;
	background-image: url('images/footer_bg.png');
}

#stat_dropdown {
	position:absolute;
	z-index:2;
	left:50%;
	margin-left:-127px;
	top:31px;
	border:1px solid #FFFFFF;
	background-image:url(images/dropdown_bg.png);
	width:150px;
	display:none;
}

.sidebarlist {
	color: #808080;
	padding-left: 40px;
	text-transform: lowercase;
	list-style:none;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.3em;
} 

.menu_item {
	float: left;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 12px;
	background-image: url('images/nav_between.png');
	background-repeat: no-repeat;
	background-position: right;
	text-transform: lowercase;
}

a.menu_link {
	color: #808080;
	text-decoration: none;
	font-weight: normal;
}

a.menu_link2 {
	color: #e0e0e0;
	text-decoration: none;
	font-weight: normal;
}

a.menu_link:hover {
	color: #e0e0e0;
}

.content {
	padding: 0 10px;
	min-height: 400px;
	vertical-align: top;
}

.headline {
	border-bottom: 1px solid #800000;
	color: #800000;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.smallhead {
	color: #808080;
	text-transform: none;
	font-size: 10px;
	font-weight: normal;
	float: right;
	margin-top: 4px;
}

.small {
	font-size: 8pt;
}

.sidebar {
	color: #808080;
	padding-left: 40px;
	text-transform: lowercase;
	margin-bottom: 15px;
}

.textinput {
	background-color: #404040;
	border: 1px solid #808080;
	color: #cccccc;
	font-size: 12px;
	font-family: verdana, arial, tahoma, helvetica, sans-serif;	
}

.table_header {
	background-color: #606060;
	text-align: center;
}

.table_first {
	background-color: #202020;
}

.table_second {
	background-color: #303030;
}

.notice {
	margin: 10px 20px;
	color: #800000;
}

.blogitem {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 14px;
}

.email {
	display: none;
}

.comment {
	font-size: 8pt;
	color: #808080;
	line-height: 1.3em;
	margin-bottom: 14px;
}

.portfolio, .links {
	border: 1px solid #80bc15;
}