body{
	background-color: #000000;
}

#header a, #header a:hover{
	color: #FFFFFF;
}

.leftwrapper, #lbottom{
	background-color: #FFFFFF;
}

.rightwrapper, #rbottom, .photo-navigation{
	background-color: #C0C0C0;
}

/* @group Navigation */

#navigation, #navbottom, #nav ul ul{
	background-color: #0D0D11;
}

#nav ul li:hover, #nav ul li.current{
	background-color: #EE6601;
}

#nav ul li{
	background-color: #585858;
}

#navtitle{
	color: #FFFFFF;
}

#nav a{
	color: #FFFFFF;
}

/* @end */

/* @group Content */

#contentarea h1, #contentarea h2, .blog-entry-title, #content .blog-entry-title a.blog-permalink, .album-title, .movie-page-title{
	color: #000000;
}

#content{
	color: #53585A;
}

#content a{
	color: #EE6700;
}

/* @end */

/* @group Sidebar */

#sidebarcontent{
	color: #53585A;
}

a{
	color: #EE6502;
}

#sidebar h1, .photo-background p.photo-title{
	color: #000000;
}

/* @end */

/* @group Footer */

#footer, #copy{
	color: #D9D9D9;
}

#footercontent ul li a, #copy a{
	color: #EE6502;
}

#copy a:hover, #footercontent ul li a:hover{
	color: #02FF00;
}

/* @end */

/* @group Blog */

#sidebar #blog-categories a.blog-category-link-enabled, #sidebar #blog-archives .blog-archive-link-enabled, #sidebar #blog-rss-feeds a{
	color: #FFFFFF;
	background-color: #2E3642;
}

#sidebar #blog-categories a:hover, #sidebar #blog-categories a.current, #sidebar #blog-archives a:hover, #sidebar #blog-archives a.current, #sidebar #blog-rss-feeds a:hover, #sidebar #blog-rss-feeds a.current{
	color: #FFFFFF;
	background-color: #EE6502;
}

#sidebar #blog-categories .blog-category-link-disabled, #sidebar #blog-archives .blog-archive-link-disabled, #sidebar ul.blog-tag-cloud{
	color: #000000;
	background-color: #CCCCCC;
}

#sidebar ul.blog-tag-cloud li a{
	color: #000000;
}

#sidebar ul.blog-tag-cloud a:hover, #sidebar ul.blog-tag-cloud a.current{
	color: #146CD7;
}

/* @end */

/* @group Contact Form */

.form-input-field, .form-input-button[name="submitButton"]{
	color: #000000;
	background-color: #A8B1B6;
}

.form-input-field:focus, input.form-input-button:hover{
	color: #FFFFFF;
	background-color: #EE6502;
}

/* @end */