/*
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.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


.custom #footer {
text-align:left;
}

body.custom {
    background: #44443f;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}

.custom #page {
    background: #ffffff; 
}

/*remove border and background of all tabs*/
.custom ul#tabs {
border-color:#DDDDDD;
border-style:none;
border-width:0 0 0px 1px;
}

.custom #tabs li {
border-style:none;
}

.custom #tabs .current_page_item, #tabs .current-cat {
  background: none;
}


.custom #tabs {
 position:relative;
 top:-30px;
 left:2px;
}

.custom #header {
border-top:1px solid #DDDDDD;
border-bottom:1px solid #DDDDDD;
border-left:1px solid #DDDDDD;
border-right:1px solid #DDDDDD;
background:#EFEFEF none repeat scroll 0 0;
clear:both;
height: 100px;
}

.custom .comments_closed p {display: none ;}

.custom li.widget p a {
text-decoration:none;
}

.custom #multimedia_box {
margin-bottom:2.2em;
clear: both;
}
.custom #footer_1 {text-align:left; color:#433C24; }
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left; line-height:1.5em;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#555555;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#2361A1; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#2361A1; text-decoration:underline;}
                .custom #footer_1 ul.sidebar_list {padding-left:0em; padding-right:0em;}
                .custom #footer_1 ul.sidebar_list {padding-top:1.0em;}
        .custom #footer_1 p{font-size: 1.1em;}


.custom #sidebar_3 {text-align:left; color:#433C24; float:left; width:49%;}
	.custom #sidebar_3 ul.sidebar_list li.widget {float:left; line-height:1.5em;margin-bottom:0;}
		.custom #sidebar_3 ul.sidebar_list li.widget h3 {color:#55555;}
		.custom #sidebar_3 ul.sidebar_list li.widget a {color:#2361A1; border-bottom:0;}
		.custom #sidebar_3 ul.sidebar_list li.widget a:hover {color:#2361A1;}
                .custom #sidebar_3 ul.sidebar_list {padding-left:1.0em; padding-right:1.0em;}
                .custom #sidebar_3 ul.sidebar_list {padding-top:1.3em;}
               .custom #sidebar_3 {border-width:0 0.1em 0 0;border-color:#DDDDDD;border-style:dotted;margin-bottom:2.2em;}


.custom #sidebar_4 {text-align:left; color:#433C24; width:50%; float:right;}
	.custom #sidebar_4 ul.sidebar_list li.widget {line-height:1.5em;margin-bottom:0;}
		.custom #sidebar_4 ul.sidebar_list li.widget h3 {color:#55555;}
		.custom #sidebar_4 ul.sidebar_list li.widget a {color:#2361A1; border-bottom:0;}
		.custom #sidebar_4 ul.sidebar_list li.widget a:hover {color:#2361A1;}
                .custom #sidebar_4 ul.sidebar_list {padding-left:1.0em; padding-right:1.0em;}
                .custom #sidebar_4 ul.sidebar_list {padding-top:1.3em;}
 
.custom #toptabs {
font-family:"Gill Sans MT","Gill Sans",Calibri,"Trebuchet MS",sans-serif;
font-size:1.1em;
padding:0.545em 0.818em;
color:#111111;
display:block;
letter-spacing:2px;
line-height:1em;
text-transform:uppercase;
}

.custom #postfooter-left {clear:both; float:left; width:48%;}

.custom #postfooter-left h1{
font-size: 1.2em;
font-weight: normal;
}



.custom #postfooter-right {
clear:none; 
float:right; 
width:44.5%;
background:#EFEFEF none repeat scroll 0 0;
border:1px solid #DDDDDD;
margin-bottom: 3%;
padding-top: 4px;
padding-left: 4px;
}

.custom #postfooter-right ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left: .5em;
}

.custom #postfooter-right a {
text-decoration: none;
}

.custom #postfooter-right .sub_rss a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/icon-rss.gif) no-repeat scroll 0 50%;
padding-left:20px;
}

.custom #postfooter-right .sub_email a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/icon-email.gif) no-repeat scroll 0 50%;
padding-left:20px;
}

.custom .widget_wp_sidebarlogin .avatar_container img, #sidebar-login .avatar_container img {
margin-bottom:10px;
}

.custom #footer a {
border-bottom:0 none;
color:#2361A1;