﻿/* File: custom.css Description: Custom styles for Thesis BASIC USAGE: If you have enabled the custom stylesheet in the 
Thesis options panel, the tag will be appended with the "custom" class, like so: 

. 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/ 

ID Selectors '#' indicates ID and '.' is division


*/



/***********************************************************************************/
/**** THEME BACKGROUND                                                          ****/
/***********************************************************************************/

/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

/*    body.custom { 
        background: #570e00; 
        }
*/
    .custom #container { 
        margin-top: 1em;  
        margin-bottom: 2em; 
        padding: 0.3em; 
        background: #570e00; 
        border: 0.4em solid #570e00; 
        }
    .custom #page { 
        background: #fff; 
        }
/*---:[ end Set 1                                                             ]:---*/
/***********************************************************************************/



/***********************************************************************************/
/**** HEADER CUSTOMIZATION                                                      ****/
/***********************************************************************************/

/*---:[ White background with black site title and a burgundy tag line        ]:---*/

    .custom #header {
        background-color:#FFFFFF;
        }
    .custom #header #logo a {
        color:#000000;
        }
    .custom #header #logo a:hover {
        color:#000000;
        }
    .custom #header #tagline {
        color:#570e00;
        }

.custom #header { padding-top: .5em } 

/*---:[ end Set                                                               ]:---*/
/***********************************************************************************/



/***********************************************************************************/
/**** THEME NAVIGATION                                                          ****/
/***********************************************************************************/

/*---:[ Installs second nav bar at the top. customized through custom-function ]:---*/
/*---:[ Grey background, black text.                                           ]:---*/

    .custom ul#topnav {
        font-family:arial,veranda,"sans serif";
        border-style: none;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        background:#E4E4E4 none repeat scroll 0 0;
        width: 100%;
        float: left;
        }
    .custom ul#topnav li { 
        float: right; 
        padding: 3px 10px 3px 0px;
        }
    .custom ul#topnav li a { 
        font-size: 1.1em; 
        color: #000000; 
        }
    .custom ul#topnav li a:hover { 
        text-decoration: underline; 
        }

/*---:[ end Set                                                                ]:---*/


/*---:[ Removes double line above Thesis nav Tabs                              ]:---*/

    .custom  #header {
        border-bottom:none;
        clear:both;
        }

/*---:[ end Set                                                                ]:---*/



/*---:[ Change the Thesis navigation tabs                           ]:---*/


/* Change Color of All Menu Tabs */
    .custom .menu li {
        background: #570e00;
        color: #FFFFFF;
        font-weight: bold;
        }

/*Change Color of Active Menu Tab */
    .custom ul.menu li.current-cat a, .custom ul#tabs li.current_page_item a {
        background-color: #FFFFFF;
        font-weight: bold;
        color: #000000;
        }

/* Change Colors of Menu Tabs When Hovering */
    .custom ul.menu li a:hover {
        background: #570e00;
        font-weight: bold;
        color: #FFFFFF;
        }

/* Remove Underline on Menu Tabs When Hovering */
    .custom ul.menu li a:hover {
        text-decoration: none;
        }

/*Remove Uppercase Formatting on Menu Tabs Text */
    .custom ul.menu li a {
        text-transform: none;
        }


/*---:[ end Set                                                                ]:---*/
/************************************************************************************/




/************************************************************************************/
/**** SIDEBARS                                                                   ****/
/************************************************************************************/

/*---:[ Adjusts the sidebar header titles                                      ]:---*/

    .sidebar h3 {
        font-weight:bold; 
        color:#FFFFFF;
        padding:2px 2px 2px 4px;
        background-color: #570e00 /* #EEEEEE */;
        text-align:left
        }
    .sidebar h3 a {
        font-weight:bold; 
        color:#FFFFFF;
        padding:2px 2px 2px 4px;
        background-color: #570e00 /* #EEEEEE */;
        text-align:left
        }
    .sidebar h3 a:hover {
        font-weight:bold; 
        color:#FFFFFF;
        padding:2px 2px 2px 4px;
        background-color: #570e00 /* #EEEEEE */;
        text-align:left
        }

/*---:[ end Set                                                                ]:---*/


/*---:[ Grey background, black text.                                           ]:---*/

    /* This changes the entire content area background colour to grey */
    .custom #content_box {
        background-color: #EEEEEE; 
        }

    /* This changes the post areA content box back to white */
    .custom #content {
        background-color: #FFFFFF;
        }

/*---:[ end Set                                                                ]:---*/
/************************************************************************************/




/************************************************************************************/
/**** POST CUSTOMIZATIONS                                                        ****/
/************************************************************************************/

/*---:[ Changes the colour of the titles within posts and pages                ]:---*/

    .custom h1 { 
        font-weight:bold; 
        /* color: #570e00; */ 
        }
    .custom h2 { 
        font-weight:bold; 
        /* color: #570e00; */ 
        }
    .custom h3 { 
        font-weight:bold; 
        /* color: #570e00; */ 
        }

/*---:[ end Set                                                                ]:---*/


/*---:[ Custom Welcome Box                                                     ]:---*/

    .custom #welcome_box {​
        width: 90%;​
        padding: 0.571em 0.786em;​
        ​margin-left: 1em;​
        ​margin-right: 1em;​
        ​margin-bottom: 1em;​
        ​margin-top: 1em;​
        ​margin-bottom: 0em;​
        ​padding-bottom: 0em;​
        ​}

/*---:[ end Set                                                                ]:---*/



/*---:[ Custom Subscribe To Box                                                ]:---*/
    /* This formats the outside box */
    .custom div.post_ad {
        background-color: #ffffa0;
        margin: 0px;
        padding: 6px;
        border: 3px solid #e5e597;
        }

    /* This formats the headline */
    .custom div.format_text.entry-content div.post_ad h3 {
        margin-top: 0;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1em;
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        padding-bottom: 5px;
        margin-bottom: 6px;
        }

    /* This formats the text */
    .custom div.format_text.entry-content div.post_ad p {
        margin: 0 0 9px;
        }

/*---:[ end Set                                                                ]:---*/
/************************************************************************************/




/************************************************************************************/
/**** FOOTER CUSOMIZATION                                                        ****/
/************************************************************************************/

/*---:[ Adjusts existing footer information                                    ]:---*/

    .custom #footer_1 {
        text-align:left; 
        color:#333;
        }
    .custom #footer_1 ul.sidebar_list li.widget {
        width:23%; 
        margin-right:2%; 
        float:left;
        }
    .custom #footer_1 ul.sidebar_list li.widget h3 {
        color:#FFFFFF;
        }
    .custom #footer_1 ul.sidebar_list li.widget a {
        color:#444; 
        border-bottom:0;
        }
    .custom #footer_1 ul.sidebar_list li.widget a:hover {
        color:#111;
        }

/*---:[ end Set                                                                ]:---*/


/*---:[ Footer background settings                                             ]:---*/

    .custom #footer_area {
        background:#570e00 /*c3d9d6*/; 
        padding:0em 0; /* was 0.5em 0 */
        /* border-top:1px solid #bbd; */ 
        }
    /* .custom #footer {
        border-top:0;
        } */

/*---:[ end Set                                                                ]:---*/
/************************************************************************************/




/************************************************************************************/
/**** OTHER CUSOMIZATIONS                                                        ****/
/************************************************************************************/

/*---:[ Custom Archive                                                         ]:---*/

    .custom .archive h3 {
        margin-top: 0; 
        color:#570e00;
        }
    .custom .archive ul {
        font-size: .85em; 
        }
    .custom .archivel { 
        float: left; 
        width: 40%;
        }
    .custom .archiver { 
        float: right; 
        width: 60%;
        }

/*---:[ end Set                                                                ]:---*/
/************************************************************************************/
