/*
 Serenity Dark
 by Jay Allan Jethwa <http://www.jethwa.de>
 
 Copyright (c) 2008, all rights reserved.
*/

body
{
	background-color: #303538;
}

a
{
	color: #74CFFF;
}

#header
{
	background: #1F2326;
}

#menu-background li:hover
{
    background-color: #303538;
}

#menu-background li.active, #menu-background li.current_page_item
{
	background-color: #1F2326;
}

#intro
{
	background-color: #1F2326;
}

#content
{
	background-color: #303538;
}

.infobox
{
	background: #262626 url("../images/infobox-background.gif") repeat-x;
	
	/*border: 1px solid #383838;*/
}

.infobox h1
{
	padding-left: 10px;

	font-weight: normal;
	color: #B3EE3A;
}

#portfolio-menu
{
	background-color: #2D2D2D;
}

#subcontent
{
	background-color: #282C2F;
}

#footer
{
	background-color: #1F2326;
}

.copyright
{
	color: #868686;
}

.commentlist dd, blockquote
{
	color: #000;
	background-color: #DDE4F0;
}

.commentlist dd.alt
{
	color: #006699;
}

.commentlist dd a, blockquote a
{
	color: #006699;
}

textarea, input
{
	color: #FFF;
	background-color: #303538;
	
	border: 1px solid #777777;
}
