/*http://www.soubix.com/wp-admin/users.php
File:			custom.css
Description:		Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

body

{

background-image:url('http://soubix.com/wp-content/themes/thesis_181/custom/skins/thesisbusiness/images/global/light.png');

background-repeat:repeat-y;

color: black;
}

li.widget {
    font-size: 1.2em;
    color:white;
    line-height: 1.5em;
}

.custom .custom_panel .home_panel ul.sidebar_list li.widget a {
    color: #FFFFFF;
}

.custom .custom_panel .home_panel ul.sidebar_list li.widget h3 {
    color: #FFFFFF;
}

.custom .custom_panel .home_panel ul.sidebar_list li.widget p {
    color: #FFFFFF;
}


#custom_nav ul#custom_nav_menu > li {
background-image: url('images/main-menu/main-nav-bg.png');
background-color: #1b1c1d;
background-position: top left;
background-repeat: no-repeat;
display: inline;
float: left;
width: 155px;
height: 50px;
padding: 0 1.5em;
border-width: 1px 1px 0 1px;
border-color: transparent;
border-style: solid;
}

#footer, #footer a {
color: #FFF;
}

.custom #footer-widget-block { text-align:left; overflow:hidden; }
.custom .footer-widgets { width:33%; float:left; }
.custom .my-footer-one {}
.custom .my-footer-two {}
.custom .my-footer-three {}

#header {
    border-style: double;
    border-color: rgb(255, 238, 5);
    clear: both;
}