body {
background-color: #1f1f1f; 
color: #e5e5e5;
}

h1, h2, h3, h4, h5, h6 { color: #fff }

/* Top Header */
#top { background: #0f0f0f; }
#top #blogtitle a { color: #fff; }
#top #blogtitle a:hover { color: #f90; }
#top #blogtitle .seperator { color: #ddd; }
#top #blogtitle .description { color: #ddd; }


/* Top Menu */
.top-menu-container { background: #5f5f5f; }
.top-menu-container ul.menu { color: #fff; }
.top-menu-container ul.menu li { color: #fff; }
.top-menu-container ul.menu li a { color: #fff; }
.top-menu-container ul.menu li a:hover { background-color: #f80; }
.top-menu-container ul.menu li.current-menu-item a { background-color: #f80; }
.top-menu-container ul.menu li.current_page_item a { background-color: #f80; }

.top-menu-container ul.menu ul li {
background-color: #5f5f5f;
border-top: 1px solid #444;
}

.top-menu-container ul.menu li.current-menu-item li a {
background-color: #5f5f5f;
color: #fff;
}

.top-menu-container ul.menu li.current-menu-item li a:hover {
background-color: #f80;
}


/* News Blocks */
.favicon {
background-color: #1F1F1F !important;
}

.news-entry h2 a, .news-entry h2 a:active, .news-entry h2 a:link, .news-entry h2 a:visited {
color: #fff;
}

.news-entry h2 a:hover {
color: #aaa;
}

.news-entry a, .news-entry a:active, .news-entry a:link, .news-entry a:visited {
color: #7bb9d0;
}

.news-entry li  {
border-top: 1px solid #505050;
}

.news-entry li a.itemtitle:visited {
color: #888;
}

.news-entry li a.itemtitle:hover {
color: #fff;
background-color: #4f4f4f;
}

.news-entry li a.itemsummarytitle:visited {
color: #888;
}

.news-entry li a.itemsummarytitle:hover {
color: #fff;
background-color: #4f4f4f;
}

.news-entry li a.itemtitle_alphabets:hover {
color: #fff;
background-color: #4f4f4f;
}

.news-entry img{
background-color: #555;
}


/* Post */
.post a {
color: #39f;
}

.post a:hover {
color: #f50;
}

.post blockquote {
background: url(images/quote_black.gif) no-repeat; 
color: #aaa;
}

.postcontent .postcommentbox {
background: url(images/comment_black.gif) no-repeat right bottom;
color: #000;
}

.postcontent .postcommentbox a {
color: #000;
}

.postcontent .postcommentbox a:hover {
color: #fa0;
}

.postmeta {
color: #bbb;
}

.postmeta a {
color: #eee;
}

.postmeta a:hover {
color: #aaa;
}

.posttags {
color: #eee;
}

.posttags a {
color: #ccc;
}

.posttags a:hover {
color: #aaa;
}

.postcontent h2 a {
color: #fff;
}

.postcontent h2 a:hover {
color: #f50;
}

.navigation a {
color: #39f;
}

.navigation a:hover {
color: #f50;
}


/* Sidebar */
#sidebar {
color: #f5f5f5;
}

#sidebar h3 {
border-bottom: 1px solid #aaa;
color: #f5f5f5;
}

#sidebar ul li {
border-bottom: 1px solid #555;
}

#sidebar ul li a {
color: #ccc;
}

#sidebar ul li a:hover {
color: #39f;
}

#sidebar ul li:hover {
background-color: #4f4f4f;
}

#sidebar ul li ul li {
color: #ccc;
}


/* Comments */
.commentlist {
color: #ddd;
}

.commentlist li {
border-bottom:1px solid #555;
}

.pingbacklist li {
border: 1px solid #555; 
background-color: #333;
}

.pingbacklist a {
color: #999;
}

span.bypostauthor a.url {
background-color: #555;
color: #fff;
}

.commenttext blockquote {
background: url(images/quote_comments_black.gif) no-repeat; 
}

.commentmeta {
color: #bbb;
}

.commentmeta a {
color: #777;
}


/* Footer */
#footer {
border-top: 1px solid #666;
color: #999;
}

#footer a {
color: #666;
}

#footer a:hover {
color: #f50;
}

#bottombar {
background-color: #3f3f3f;
border-top: 1px solid #666;
}

#bottombar h3 {
color: #eee;
}

#bottombar li a {
color: #ccc;
}

#bottombar li a:hover {
color: #aaa;
}


/* Images */
.gallery-caption {
color: #ccc;
}


/* Captions */
.wp-caption {
border: 1px solid #555;
background-color: #333;
}


/* Misc */
.photovideowrapper {
border: 1px solid #555;
background-color: #333;
}

.photovideowrapper a.mediaitemtitle:visited {
color: #888
}

.show_thumbnail {
border: 1px solid #555;
}

.tooltip {
background: #ececec url(images/bg_newsblock.gif) repeat-x left top;
color: #333;
border: 1px solid #bbb;
}

.item_new {
color: #f60;
}