/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/


/*colors of optin*/
.custom .homepageoptin {
background-color: #2BACB8;
font-size: 14px;
height: 60px;
border-radius: 10px;
}

.custom .mc-field-group {
padding-left: 225px;
padding-bottom: 10px;
margin-top: 20px;
}

.custom #mce-FNAME {
margin:15px;
}

.custom #mce-email {
margin: 15px;
}


/*float mc button right*/
.custom #mc-embedded-subscribe {
float: right;
margin-right: 50px;
margin-top: 15px;
}

/*sidebar h3 style change*/
.custom .sidebar h3 {
background-color: #BAB8B9;
text-align: center;
font-family: 'Verdana', sans-serif;
color: #0D288D;
padding: 5px;
}

/*changes menu font*/
.custom .menu a, .menu_control {
font-family:'Verdana', sans-serif;
font-size: 14px;
}

/*Styles footer widgets*/
.footer-widgets.sidebar {
    float: left;
    width: 33%;
    font-size: 8px;
}


/*adds floats to home page*/
/*make divs float side by side*/
.float  {float: left; width: 300 px; padding: 18px;}

/*clears floats*/
/*clears the floating effect*/
.clearfloats {clear:both;}

#container {
  margin: 0 auto;
  width: 110em;
}





    