body {
background-color: #000; 
color: #e5e5e5;
}

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

/* Top Header */
#top #blogtitle a {
color: #fff;
}

#top #blogtitle a:hover {
color: #f90;
}

#top #blogtitle .seperator {
color: #ddd;
}

#top #blogtitle .description {
color: #ddd;
}

#top #toprightbar #topicons a:hover {
color: #ccc;
}

input.search_input {
border: 1px solid #eee;
color: #999;
}

button.submit_input {
background: transparent;
color: #ccc;
}


/* 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;
}


/* Dropdown Menu */
.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;
}

.top-menu-container .menu-item-has-children:after {
color: #fff;
}


/* 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 {
background-color: #4f4f4f;
color: #fff;
}

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

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

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

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


/* Quickies */
.h2_quickies {
border-bottom: 1px solid #4f4f4f;
}

.title_quickies a:hover {
color: #fff;
}

.feed_quickies a {
color: #7bb9d0 !important;
}

.feed_quickies a:hover {
color: #fff !important;
}


/* 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 {
background-color: #333;
border: 1px solid #555;
}

.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;
}

#commentform #submit:hover {
background: #e5e5e5;
}


/* 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 {
background-color: #333;
border: 1px solid #555;
}


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

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

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

.tooltip {
background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 100%);
background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
background: linear-gradient(to bottom, #ffffff 0%,#ececec 100%);
border: 1px solid #bbb;
color: #333;
}

.item_new {
color: #f60;
}