/* Colors ============================================================= */

body { 
	color: #ededed;	
	background-color: #111111;
}

a {
	color:#f3f3f3;
}

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

.main-nav li a {
    background: #111;
	color: #d5b54d;

}

.main-nav ul li a:hover, .main-nav .sub-menu li a:hover, .filter a:hover, ul#thumb-list li:hover, ul#thumb-list li.current-thumb, .pagination .current, button:hover, input.submit:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .pagination a:hover, .filter .active {
	background: #d5b54d;
	color: #111;
}

.blog-title a:hover, .blog-meta a:hover, .format-standard .blog-thumb a:hover, .format-image .blog-thumb a:hover, .flickr_badge_image a:hover, .portfolio-thumb a:hover, .gallery-thumb a:hover, .widget-img a:hover , .sub-footer a:hover, a:hover, .main-nav .current-menu-item  > a, .current-menu-item, .nivoSlider:hover, .main-nav .current-menu-parent > a{
	color: #d5b54d;
}

.post-navigation .totop:hover {
	background: url("../images/slider/arrow_up_d.gif") no-repeat scroll center center #fff600;
}

.nivo-prevNav:hover, .post-navigation .prev-l:hover {
	background: url("../images/slider/arrow_left_d.gif") no-repeat scroll center center #fff600;
}

.nivo-nextNav:hover, .post-navigation .next-l:hover {
	background: url("../images/slider/arrow_right_d.gif") no-repeat scroll center center #fff600;
}

.container, .content {
    background: url('../images/black-bg.png');
}

.sub-footer, #wap-wap {
	background: url('../images/black-bg.png');
	color: #d5b54d;
}

.sub-footer a {
	color: #777777;
}

.blog-meta {
	color: #999999;
}

.blog-meta a {
	color: #dedede;
}

.format-standard .blog-thumb a, .format-image .blog-thumb a, .flickr_badge_image a, .nivoSlider, .portfolio-thumb a, .gallery-thumb a {
	border: 2px solid;
	display: block;
	color: #232323;
}

.flickr_badge_image a, .widget-img a {
	border: 3px solid;
	display: block;
	color: #232323;

}

#progress-bar, .over-more, .over-more-title {
	background: #d5b54d;
	color: #000000;
}

 button, input.submit, input[type="submit"], input[type="reset"], input[type="button"] {
	background: #555;
	color: #fff;
}

.widget ul li {
    padding: 4px 0 4px 12px;
	border-top: 1px dotted #303030;
	background: url('../images/menu-arr.gif') no-repeat left 11px transparent;
	
}

.widget ul li:last-child {
	border-bottom: 1px dotted #303030;
}

::selection {
	background: #fff600;
	color: #000000;
}
::-moz-selection {
	background: #fff600;
	color: #000000;
}