/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/



/* BEGIN Moving Navigation Menu Beside the Logo */
.custom #header { position: relative; }
.custom #header ul.menu { position: absolute; top: 1.15em; right: 2.2em; width: auto; }
.custom #header ul.menu li.rss { float: left; }
/* END Moving Navigation Menu Beside the Logo */


/* BEGIN: Header Logo Background Position */
.custom #header { background-position: 1% 80% }
/* END: Header Logo Background Position */


/* BEGIN: Header Height */
.custom #header {
    height: 5.6em;
}
/* END: Header Height */


/*HIDING PAGE TITLE HEADLINE ON INDIVIDUAL PAGES USING A CUSTOM CLASS*/
.custom.noheadingherekthxbye .headline_area {display:none;}
/*END: HIDING PAGE TITLE HEADLINE ON INDIVIDUAL PAGES USING A CUSTOM CLASS*/


/*---:[Remove all borders in Thesis 1.5]:---*/
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}
/*---:[END:Remove all borders in Thesis 1.5]:---*/


/*---:[Hide link to comments/closed comment notice on excerpts]:---*/
.custom .format_text .to_comments {display: none; } 
/*---:[END: Hide link to comments/closed comment notice on excerpts]:---*/


/* BEGIN: Headline h1 Styling */
.custom h1, h2  {
  color: #000000; font-size: 20px; font-weight: bold; line-height: 1.25em;  
} 
/* END: Headline h1 Styling */


/* BEGIN: More Headline h1, h2, h3 Styling */
.format_text h1, .format_text h2, .format_text h3 {
      margin: 1.33em 0 0.69em;
}
/* END: More Headline h1, h2, h3 Styling */





/* BEGIN: BODY TEXT */
.format_text {
    font-size: 1.37em;
    line-height: 1.471em;
}
/* END: BODY TEXT */

/* BEGIN: SIDEBAR TEXT */
li.widget {
    font-size: 1.25em;
    line-height: 1.32em;
}
/* END: SIDEBAR TEXT */

/* BEGIN: FORMAT PARAGRAPH MARGIN */
.format_text p {
    margin-bottom: 1.271em;
}
/* END: FORMAT PARAGRAPH MARGIN */


/* BEGIN: VERTICAL SPACE BETWEEN WIDGETS */
.custom li.widget {
    margin-bottom: 1.95em;
}
/* END: VERTICAL SPACE BETWEEN WIDGETS */


/*---:[BEGIN: PADDING SIDEBAR]:---*/
.custom ul.sidebar_list {
    padding-top: 1.65em;
    padding-left: 1.1em;
    padding-right: 0.1em;
}
/*---:[END: PADDING SIDEBAR]:---*/

/*---:[BEGIN: HIDE VERTICAL GRAY LINE BETWEEN CONTENT and SIDEBAR]:---*/
.custom #content_box {background:none;}
/*---:[END: HIDE VERTICAL GRAY LINE BETWEEN CONTENT and SIDEBAR]:---*/



/*---:[BEGIN: SLIDER FONT]:---*/
.custom .advanced-slider {
font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",sans-serif;
}
/*---:[END: SLIDER FONT]:---*/


/*---:[BEGIN: MENU LETTER SPACING & STYLE]:---*/
.menu a {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.867em 0.733em;
}
/*---:[END: MENU LETTER SPACING & STYLE]:---*/
