/*
File:			custom.css
Description:	Custom styles for Thesis


/*custom nav*/
.custom ul.menu {text-align:center;}
    .custom ul.menu li {display:inline; float:none;}
        .custom ul.menu li a {display:inline-block;}

.custom .menu a {
text-transform:lowercase;
line-height:16px; font-size:14px; letter-spacing: 2px;
}

/*custom subheading h2*/
.custom .format_text h2{font-size:22px;}

/* Sidebar Headers*/
.custom .sidebar h3{background-color: #bdc24e; text-align:center; text-transform:lowercase; font-variant:normal; padding: 3px;
}

/*custom previous/next*/
.custom .prev_next {border: none; margin: 10px; padding: 0;}
        .custom .prev_next p {-moz-border-radius: 5px; -webkit-border-radius: 5px; background: #DAEAE7; padding: 10px; border: 1px #D6D6D6 solid;}


/* change space between widgets */
.custom li.widget {margin-bottom: 1em;}


/* Comment Bracket*/
.custom .format_text .to_comments span.bracket {color: #bdc24e;}

/*Highlight Author Comment*/
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #b6d9d3 none repeat scroll 0 0; padding-top:20px;}

/*Thumbs*/
.custom .teaser img {
   border:3px solid #F2F2F2; margin:2px 10px 0 0;}

/* footer widget area setup */
.custom #footer {
background: #fff;
padding:0em;
text-align:left;
}
.custom #footer a{
border-bottom: 1px none #cccccc;
}

/* footer widget area setup */
#footer_setup {
background: #fff;
padding:1.5em;
margin-bottom: 5px;
overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
text-align: center;
width: 33%;
padding-right: 0px;
color: #2361A1;
display: inline-block;
float: left;
height: 100%;
}

/* widget item headers */
#footer_setup .footer_items h3 
{color: #bdc24e; font-size: 18px; 
letter-spacing: 0px;
width: 100%;
border-top: #ED7E281px; border-bottom: #ED7E281px;
text-transform: lowercase;
}

/*Footer Links*/
.custom #footer a{
font-size:12px; 
color: #8C8788;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style:none;
font-size:1.4em;
line-height:1.5em;
}
#footer_setup .footer_items ul { margin: 1em; padding: 0px; }
/*-----------------------*/

