/* 
*
* Primary Elements
*
*/

body {
	color: #f2f2f2;
}

/* MAIN */

#main {
    background-color: #282828;
    background-image: url(../../images/style/dark/main.png);
}

/* FEATURED POSTS DISPLAY */

.featured-wrapper .entry .border{
    border: 1px solid #000000;
}

#main .slideshow-wrapper {
    background-image:  url(../../images/style/dark/slideshow-wrapper.png);
}

#main .slideshow-wrapper .slide-next,
#main .slideshow-wrapper .slide-prev {
    background-image: url(../../images/style/dark/slideshow-arrows.png);
}

.slideshow-nav-inner a img {
    background-image: url(../../images/style/dark/slide-buttons.png);
}

/* HOMEPAGE BOXES */

#homepage-boxes .widget h2 {
    border-bottom: 1px solid #000000;
}

/* SLOGAN */

#slogan {
	background: #363636;
	border: 1px solid #000000;
}

/* SIDEBAR */

#sidebar .widget ul,
#sidebar-left .widget ul,
#home-widget-columns .widget ul {
    border-bottom: 1px solid #000000;
}

#sidebar .widget li,
#sidebar-left .widget li,
#home-widget-columns .widget li {
	border-top: 1px solid #000000;
}

#sidebar .widget li a,
#sidebar-left .widget li a,
#home-widget-columns .widget li a {
    color: #f2f2f2;
}

/* FOOTER */

#footer-top {
    background-image: url(../../images/style/dark/footer-top.png);
}

/* MAGAZINE */

#magazine .magazine-entry img {
    border: 1px solid #000000;
}

/* BLOG */

#content .entry h1 a,
#content .entry h2 a {
    color: #ffffff;
}

#content .entry .meta {
    border-bottom: 1px solid #1a1a1a;
    border-top: 1px solid #1a1a1a;
}

#content .entry .meta a {
    color: #cccccc;
}

#content .entry .meta a:hover {
    color: #ffffff;
}

#content .entry .meta .right .author,
#content .entry .meta .right .comments {
    color: #cccccc;
}

/* COMMENTS */

#comments .comment .comment-author img {
	border: 1px solid #000000;
}

#comments .comment .commentmetadata a {
	color: #666666;
}

#comments .comment .commentmetadata a:hover {
	color: #999999;
}

#comments ul.children {
	border-left: 1px solid #000000;
}

#comments ul.children li {
	background-image: url(../../images/style/dark/comment.png);
}

#comments .comment-body {
	background: #242424;
	border: 1px solid #000000;
}

/* COMMENTS FORM */ 

#respond {
	background: #242424;
	border: 1px solid #000000;
}

#commentform input,
#commentform textarea {
	background-color: #242424;
	border: 1px solid #181818;
	color: #666666;
}

#commentform input:focus,
#commentform textarea:focus {
	border: 1px solid #000000;
}

#commentform .form-submit input {
	background-color: #242424;
	border: 1px solid #000000;
}

#commentform .form-submit input:hover {
	background-color: #000000;
}

/* CONTACT FORM */ 

#contact input, #contact textarea {
	background-color: #282828;
    border: 1px solid #000000;
    color: #f2f2f2;
}

#contact #submit {
    background-color: #282828;
    border: 1px solid #000000;
}

#contact #submit:hover {
    background-color: #1a1a1a;
}

/* PORTFOLIO */

#full-width-content a.thumb {
    background-color: #282828;
}

#full-width-content a.thumb .enlarge {
    background-color: #282828;
}

#full-width-content a.thumb .image {
    background-image: url(../../images/style/dark/enlarge.png);
}

#full-width-content a.thumb .video {
    background-image: url(../../images/style/dark/enlarge-video.png);
}

#full-width-content .portfolio-box h2 a {
    color: #ffffff;
}

/*
*
* Typography
* 
*/

.button,
.more-link {
	background-color: #353535;
	background-image: url(../../images/style/dark/button.png);
    border: 1px solid #242424;
    color: #cccccc;
    text-shadow: 0 0 0;
}

.button:hover,
.more-link:hover {
    border-color: #000000;
    color: #ffffff;
}

blockquote {
    border-left-color: #242424;
}

pre, code {
    background: #242424;
    border: 1px solid #000000;
}

.clean {
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
}

.clean th {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background: #121212;
}

.clean td {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.pretty, .frame, .gallery img {
    background-color: #242424;
    background: -moz-linear-gradient(bottom, #242424 0px, #3d3d3d 100%);
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #242424),color-stop(1, #3d3d3d));
    border: 1px solid #000000;
}

.text-highlight {
    color: #000000;
}

.warning {
    color: #000000;
}

/*
*
* SHORTCODES
* 
*/

/* TABS */

.themeblvd-tabs .tab-wrapper {
    border: 1px solid #000000;
}

.themeblvd-tabs .tab-menu a {
    background-color: #121212;
    border: 1px solid #000000;
}

.themeblvd-tabs .tab-menu a:hover {
    background-color: #000000;
    color: #f37226;
}

.themeblvd-tabs .tab-menu a.active {
    background-color: #121212;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#121212');
    background: -moz-linear-gradient(bottom , #121212 0px, #000000 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #121212),color-stop(90%, #000000));
    color: #f37226;
}

.themeblvd-tabs .tab {
	background-color: #121212;
	border-radius: 0 5px 5px 5px;
}

/* TOGGLE */

.themeblvd-toggle .trigger {
    color: #000000;
}

.themeblvd-toggle .box {
	background-color: #121212;
    border: 1px solid #000000;
}

.toggle-fancy .trigger {
    background: #1a1a1a;
    background: -moz-linear-gradient(bottom, #1a1a1a 0px, #282828 100%);
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #1a1a1a),color-stop(1, #282828));
    border: 1px solid #000000;
}

/* ANYTHING SLIDER */

.subpage-slideshow-nav-inner a {
    background: url(../../images/style/dark/slide-buttons.png) 0 0 no-repeat;
}

/* NIVO SLIDER */

.nivo-controlNav a {
	background: url(../../images/style/dark/slide-buttons.png) 0 0 no-repeat;
}

/*
*
* WIDGETS
* 
*/

/* SIMPLE CONTACT */

#sidebar .widget ul.themeblvd-simple-contact li {
    background-image: url(../../images/shared/simple-contact-dark.png);
}

/* TABS */

#sidebar .themeblvd-tabs .tab-wrapper,
#sidebar-left .themeblvd-tabs .tab-wrapper {
    border: 1px solid #000000;
}

#sidebar .themeblvd-tabs .tab-menu a,
#sidebar-left .themeblvd-tabs .tab-menu a {
    background-color: #121212;
    border: 1px solid #000000;
}

#sidebar .themeblvd-tabs .tab-menu a:hover,
#sidebar-left .themeblvd-tabs .tab-menu a:hover {
    background-color: #000000;
    color: #ffffff;
}

#sidebar .themeblvd-tabs .tab-menu a.active,
#sidebar-left .themeblvd-tabs .tab-menu a.active {
    background-color: #121212;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#121212');
    background: -moz-linear-gradient(bottom , #121212 0px, #000000 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #121212),color-stop(90%, #000000));
    color: #ffffff;
}

#sidebar .themeblvd-tabs .tab-wrapper,
#sidebar-left .themeblvd-tabs .tab-wrapper {
	background-color: #000000;
}

/* FEEDBACK */

#sidebar .themeblvd-feedback .feedback-meta .tagline,
#sidebar-left .themeblvd-feedback .feedback-meta .tagline {
    color: #cccccc;
}

#sidebar .themeblvd-feedback .feedback-middle,
#sidebar-left .themeblvd-feedback .feedback-middle {
	color: #000000;
}

/* RECENT POSTS */

.themeblvd-recent-posts img {
	border-color: #000000;
}

/*
*
* PLUGINS
* 
*/

/* PAGE NAVI PLUGIN */

.wp-pagenavi a,
#portfolio .wp-pagenavi a,
#content .wp-pagenavi a {
    border: 1px solid #000000;
    color: #242424;
}

.wp-pagenavi a:hover,
#portfolio .wp-pagenavi a:hover,
#content .wp-pagenavi a:hover {
    border: 1px solid #000000;
    background-color: #121212;
}

#content div.page .wp-pagenavi a:hover {
    border: 1px solid #000000;
    background-color: #121212;
}

.wp-pagenavi span.current {
    border: 1px solid #000000;
    color: #242424;
    background-color: #121212;
}

#content div.page .wp-pagenavi span.current {
	background-color: #121212;
}