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

/******************************************************************************/
/* COLOURS:                                                                   */
/******************************************************************************/
/* Background: #f0f0f0 (white)                                                */
/* Borders: #735c78 (purple)                                                  */
/* Text: #000000 (black)                                                      */
/* Highlight (dark): #a2bab5 (light grey)                                     */
/* Highlight (light): #d8d8d8 (light grey)                                    */
/******************************************************************************/

/******************************************************************************/
/* PAGE:                                                                      */
/******************************************************************************/
.custom .hidden {
    display: none;
}
body {
    background: #fff url('images/bg2.png') 0 0 repeat;
    color: #000;
}
.custom #header {
    border: 3px solid #fff;
    border-bottom: 0 none;
    padding-left: 40px;
    -moz-border-radius-topleft: 40px;
    -webkit-border-top-left-radius: 40px;
    -moz-border-radius-topright: 40px;
    -webkit-border-top-right-radius: 40px;
}
.custom #tabs {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    padding-left: 40px;
    background-color: #F0F0F0;
    background-image: none;
    padding-top: 1em;
    border-bottom: solid 1px #89ABA4;
}
.custom #content_box {
    border: 3px solid #fff;
    border-top: 0 none;
    width: 95.4em;
}
.custom #column_wrap {
    width: 74em;
    border-right: 1px solid #ddd;
}

/******************************************************************************/
/* HEADER:                                                                    */
/******************************************************************************/
.custom #header_area {
}
.custom #header_area .page {
}
.custom #header {
    border-bottom: 0 none;
    background-color: #F0F0F0;
    background-image: none;
}
.custom #header_area {
}
.custom #header {
    background: #681d78 url("images/headerbg.png") top left repeat-x;
    padding-top: 3px;
}
.custom #header #logo {
    background: transparent url("images/logo.gif") top left no-repeat;
    text-indent: -5000px;
    line-height: 70px;
}
.custom #header #tagline {
    font-family: Perpetua Titling,Avant Garde,Helvetica,Arial,sans-serif;
    font-variant: small-caps;
    letter-spacing: 4px;
    color: #fff;
}
.custom #tabs li.current_page_item {
    font-weight: bold;
    border-bottom: 0 none;
    background-color: #F0F0F0;
}
.custom #tabs li {
    border: 1px solid #89ABA4;
    border-bottom-width: 1px;
    margin-right: 1em;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
}
/******************************************************************************/
/* FOOTER:                                                                    */
/******************************************************************************/
.custom #footer_area {
}
.custom #footer {
    margin-top: 2em;
    padding-left: 40px;
    padding-right: 40px;
    border: 3px solid #fff;
    background-color: #F0F0F0;
    background-image: none;
    -moz-border-radius-bottomleft: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -webkit-border-bottom-right-radius: 40px;
}
.custom #footer .float-right {
    float: right;
    text-align: right;
    padding-left: 4em;
}
.custom #footer .float-left {
    float: left;
    text-align: left;
    padding-right: 4em;
}
.custom #footer .float-left li {
    list-style-type: none;
}
.custom #footer a {
    text-decoration: none;
    border-bottom: 0 none;
    font-size: 120%;
}
.custom #footer .float-left a:hover {
    text-decoration: underline;
}
.custom #footer .clear-both {
    clear: both;
}
.custom #footer #design-by a {
    font-size: 100%;
}
.custom #footer #design-by {
    font-weight: bold;
}
.custom #footer #design-by a:hover {
}

/******************************************************************************/
/* CONTENT:                                                                   */
/******************************************************************************/
.custom #content_box {
    background-color: #F0F0F0;
    background-image: none;
}
.custom #breadcrumbs {
    background-color: #F0F0F0;
    background-image: none;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    padding: 1em 0 0 1em;
}
.custom #breadcrumbs a {
}
.custom li.thesis_widget_google_cse form input[type="submit"] {
    margin-top: 0;
}
.custom input[type="submit"] {
    border-width: 1px;
    padding: 0.313em 2.5em;
}
.custom h1.entry-title, .custom .headline_area h1, .custom h2.entry-title {
    background-color: #681d78;
    color: #fff;
    font-weight: bold;
    padding: 2px 5px;
    font-family: Perpetua Titling,Avant Garde,Helvetica,Arial,sans-serif;
    font-variant: small-caps;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.custom h2.entry-title a {
    color: #fff;
}
.custom .bracket {
    display: none;
}
.custom .post_box {
    padding-top: 1.1em;
}
.custom .to_comments span {
}
/******************************************************************************/
/* BOTH SIDEBARS:                                                             */
/******************************************************************************/
.custom .sidebar h3 {
    background-color: #681d78;
    color: #fff;
    font-weight: bold;
    padding: 2px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.custom #sidebar_1, .custom #sidebar_2, .custom #sidebars {
    width: 21em;
}
.custom #column_wrap .sidebar .sidebar_list {
    padding-top: 1.1em;
}
/******************************************************************************/
/* LEFT SIDEBAR:                                                              */
/******************************************************************************/
.custom .subscribe-button {
    float: left;
    padding: 0 5px 0 0;
}
.thesis_widget_subscriptions .sub_email a {
    background: 0 none;
    padding: 0 5px 0 0;
}

/******************************************************************************/
/* RIGHT SIDEBAR:                                                             */
/******************************************************************************/

/******************************************************************************/
/* POST:                                                                      */
/******************************************************************************/

/******************************************************************************/
/* FORMS:                                                                     */
/******************************************************************************/
.custom .contactform label {
    display: block;
    float: left;
    padding-right: 0.5em;
    width: 10em;
    text-align: right;
}
.custom .contactform input, .custom .contactform textarea {
    margin-bottom: 5px;
}
.custom .contactform textarea {
     position: relative;
     left: 10.5em;
     top: -1.5em;
}
.custom .contactform #contactsubmit {
     position: relative;
     top: -2em;
     left: 10.5em;
     margin: auto 0;
     border-color: #DDD #AAA #AAA #DDD;
     background-color: #FFF;
     font-weight: bold;
}


