/* @group Black Theme */

/* General Settings */
body {color: #fff;}
 #outer_wrapper{background: #101010}
 #logo {background: url(../images/canvas_logo_white.png)  no-repeat left 0px;border-bottom: 6px solid #333;}

/*  Nav Settings */
 #top_wrapper ul li a, #top_wrapper ul li.active.parent li a {color: #fff;}
 #top_wrapper ul li a:hover,#top_wrapper ul li.parent.active a, #top_wrapper ul li#current.active a{color: #ccc}
 #top_wrapper ul li li a:hover, #top_wrapper li.parent.active a:hover {color: #333}
 #top_wrapper li ul {border-top: 6px solid #333;}

/* Galleria Settings */
 .jb_galleria li{background: #333;}
 #main_image {background: url(../images/black_menu_overlay.png);;border: 1px solid #000;}
 .nav a {color: #fff;}
 .nav a:hover {color: #ccc;text-decoration: none;}

/* Typography Settings */
 a {color:  #666;}
 a:hover {color: #ccc}
 #left_col ul li a {border-bottom: 1px solid #000;color: #fff;}
 #left_col ul li a:hover {color:#666}
 #top_wrapper li ul {background: url(../images/black_menu_overlay.png);}
 h1, h2 , h3, h4, h5, h6, .componentheading, .contentheading {color: #444;}
 #footer_wrapper ul li a, #very_top ul li a {color: #fff;}
 #footer_wrapper ul li a:hover, #very_top ul li a:hover {color: #D16733}
 .border {background: #101010;border: 1px solid #111;}
/* @end */