/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag
will be appended with the "custom" class, like so: <body class="custom">. You can use
the "custom" class to override *any* CSS declarations contained in the style.css file.


*/


/***HEADER***/
.custom #header {padding-bottom:2.2em;padding-top:0;}
.custom #header_area  {background: #7A7A7A url(header_bg.jpg) repeat;}
.custom #header_area .page {background: transparent;}
.custom #header {background: none; border:none; padding: 0; position:relative;}
.custom #header #logo a:hover{color:#ddd;}
.custom #header #tagline {color: #DDDDDD; font-size: 18px; padding-left: 0; margin-top: 0.2em; padding-bottom:0;}

/***HEADER END***/

/***NAV MENU***/

     /* Remove Thesis Navigation */

      remove_action('thesis_hook_before_header', 'thesis_nav_menu');
/***NAV MENU END***/


 /***CONTENT AREA MODS***/


.custom #feature_box {background: #FFFFFF; border-bottom:none; border: 1px solid silver; padding:0.6em; -moz-border-radius: 4px; -webkit-border-radius: 4px;}

.custom #content_box {background: #FFFFFF; margin-top: 2em; margin-bottom: 2em; border: 1px solid silver; padding:0.6em; -moz-border-radius: 4px; -webkit-border-radius: 4px;}

.custom .format_text a {
text-decoration:underline;
}

.custom .format_text a:hover {
text-decoration:underline;
}

/* HEADER WIDGET */
.custom .sidebar ul.sidebar_list {position: relative;}
.custom #header_widget_1 ul.sidebar_list li.widget {position: absolute; display: block; top:36px; left:477px; width:468px; }

/*---:[Alert Bar One]:---*/
.alert_one {
width: 99%;
color: #111;
background: #e3f0f2;
border-bottom: 0.4em solid #3d5a84;
padding-left: 2em;
font-size: 1.2em;
text-align: center;
}

/*---[Alert Bar Two]---*/
.alert_two {
background: #e3f0f2;
border: 4px solid #3d5a84;
font-size: 1.2em;
color: #111;
padding-left: 2em;
height: 2em;
text-align: center;
}

/*---[Alert Bar Three]---*/
.alert_three {
background: #e3f0f2;
border: 2px solid #2cac53;
font-size: 1.2em;
color: #000;
padding-left: 2em;
height: 2em;
text-align: center;
}

/*---[Alert Bar Four]---*/
.alert_four {
background: #e3f0f2;
border: 4px solid #b41404;
font-size: 1.2em;
color: #000;
padding-left: 2em;
height: 4em;
text-align: center;
}


/* FTC Compliance */

#ftc_comp{
background-color:#EAEAEA;
border:1px solid #CCCCCC;
color:#333333;
margin:10px;
text-align:center;
padding:5px;
width:90%;
}

