/* @group White */

/* General Settings */
body {color: #444}
 #outer_wrapper{background: #fff}
 #logo {background: url(../images/canvas_logo_dark.png)  no-repeat left 0px}

/* Nav Settings */
 #top_wrapper ul li a, #top_wrapper ul li.active.parent li a {color: #444;}
 #top_wrapper ul li a:hover, #top_wrapper ul li.parent.active a,body.light #top_wrapper ul li#current.active a{color: #999;}

 #top_wrapper ul li li a:hover, #top_wrapper li.parent.active a:hover {color: #A69E9D}
 #top_wrapper li ul {border-top: 6px solid #A69E9D;}

/* Galleria Settings */
 .jb_galleria li{background: #fff;}
 #main_image {background: #eee;border: 1px solid #ddd;}
 .nav a {color: #233;}
 .nav a:hover {color: #8FB259;text-decoration: none;}

/* Typography Settings */
 a {color:  #000;}
 a:hover {color: #999}
 #left_col ul li a {border-bottom: 1px solid #ddd;color: #444;}
 #left_col ul li a:hover {color: #999;}
 #top_wrapper li ul {background: url(../images/white_menu_overlay.png);}
 h1, h2 , h3, h4, h5, h6, .componentheading, .contentheading {color: #333;}
 #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: #8FB259;}

/* @end */