/*
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 div.col.Footer1 ul.sidebar_list { width:100%;}
.custom div.col.Footer1 ul.sidebar_list li.widget { width:30%; padding:0; margin:0 1%; float:left; display: inline;}

body.custom {
    background: #eeeeee;
}

.custom #container {
    margin-top: 0px;
    margin-bottom: 2em;
    padding: 0px;
    background: #d1d1d1;
    border: 0.4em solid #d1d1d1; 
    width:750px;
}

.custom #content_box { background: none ; }

.custom #page {
    background: #fff;
}

.custom #tabs {
 border-bottom: none;
 }

.custom #header { border-bottom:none;
height:161px;
width:755px;
padding-top:0;
padding-bottom:0;
margin-left:-21px;
margin-top:-22px;
background:url(http://www.fortworthfitnesscamp.com/wp-content/uploads/2011/03/header3.png)
center left no-repeat; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }



.salesletter #header { padding: 0; border-bottom: 0em; }
.salesletter #sidebars { display: none; border: none; }
.salesletter #tabs {display:none;}
.salesletter #content_box { background:none; }
.salesletter .comments_closed { display: none; }
.salesletter #header #logo { display: none; }
.salesletter #header #tagline { display: none; }
.salesletter #content { margin: 0 auto; float: none; width:725px; }
.salesletter #content h2 { font-size:24px; text-align:center; font-weight:bold; font-style:italic; color: #D2232A; margin-bottom:11px; padding-bottom:0px; margin-top:-2px; }
.salesletter #content h1 { font-size:9px; text-align:center; font-weight:normal; }
.salesletter #content h3 { font-size:20px; text-align:center; font-weight:normal; margin-top:0px;}
.salesletter #content h4 { font-size:32px; text-align:center; font-weight:bold; margin-bottom:10px; line-height:36px; color: #000099;  }
.salesletter #content h5 { font-size:20px; margin-bottom:20px;}
.salesletter #content h6 { font-size:20px; text-align:center; font-weight:bold; font-style:italic; color: #D2232A; margin-bottom:5px; padding-bottom:0px; }

.testdrive #header { padding: 0; border-bottom: 0em; }
.testdrive #content_box { background:none; }
.testdrive .comments_closed { display: none; }
.testdrive #content { margin: 0 auto; float: none; width:725px; }
.testdrive #sidebars { display: none; border: none; }
.testdrive #header #logo { display: none; }
.testdrive #header #tagline { display: none; }
.testdrive #content h2 { font-size:30px; text-align:center; font-weight:bold; font-style:italic; color: #D2232A; margin-bottom:11px; padding-bottom:0px; margin-top:-2px; }
.testdrive #content h1 { font-size:30px; text-align:center; font-weight:bold; font-style:italic; color: #D2232A; margin-bottom:11px; padding-bottom:0px; margin-top:-2px; }
.testdrive #content h3 { font-size:20px; text-align:center; font-weight:normal; margin-top:0px;}
.testdrive #content h4 { font-size:30px; text-align:center; font-weight:bold; margin-bottom:10px; line-height:36px; color: #000099;  }
.testdrive #content h5 { font-size:20px; margin-bottom:20px; color: #000099;}
.testdrive #content h6 { font-size:20px; text-align:center; font-weight:bold; font-style:italic; color: #D2232A; margin-bottom:5px; padding-bottom:0px; }
.testdrive #footer { display: none; border: none; }

.secondary #content h2 { font-size:28px; text-align:center; font-weight:bold; font-style:italic; color: #D2232A; margin-bottom:11px; padding-bottom:0px; margin-top:-2px; font-family: Arial Black; }
.secondary #content h1 { font-size:9px; text-align:center; font-weight:normal; font-family: Arial Black; }
.secondary #content h4 { font-size:32px; text-align:center; font-weight:bold; margin-bottom:10px; line-height:36px; color: #000099; font-family: Arial Black;  }
.secondary #content h5 { font-size:20px; margin-bottom:20px; color: #000099;}
.secondary #content h6 { font-size:20px; text-align:center; font-weight:bold; font-style:italic; color: #D2232A; margin-bottom:5px; padding-bottom:0px; }

#content h2 { font-size:24px; font-weight:bold; color: #D2232A; margin-bottom:4px; padding-bottom:0px; margin-top:-2px; font-family: Arial Black; }

li{
padding-bottom:10px;
margin-bottom:10px;
}


/* -----   LOWER SECTION   ----- */
#footercustom {
       margin:auto;
       padding: 0px 0px 10px 0px;
       width: 100%;
       background:#333434;
} 

.footercustom h3 {
      margin: 0px 0px 10px 0px;
       padding: 3px 0px 3px 0px;
       text-align: left;
       color:#000099;
        text-transform:uppercase;
      font: bold 14px Arial, Tahoma, Verdana;
       border-bottom:3px solid #0084ce;
}




.footercustom ul {
      margin: 5px 5px 0px 5px;
      padding: 0px 0px 0px 0px;
      list-style-type: none;
      text-align: left;
}

.footercustom li {
      margin: 0px 0px 5px 0px;
      padding: 0px 0px 1px 0px;
}

custom #header { border: none; }
.custom ul.menu { border: none; }
.custom ul.menu li a { border: none;}


.custom .calendaricon {float: right;
margin-top: -1em;}
.custom .month {text-transform: uppercase;
font-family: arial black;
margin-top: -5.9em;
margin-left: 2.2em;
color:#ffffff;}
.custom .day {font-family: georgia;
font-weight:bold;
font-size: 16px;
margin-left: 1.5em;
padding-top: .1em;
padding-bottom: 1em;}
.custom .year {font-family: arial black;
margin-left: 2.2em;
margin-top: -1.8em;}

.footer2 {
       margin:auto;
       text-align:center;
       padding: 0px 0px 0px 0px;
       width: 100%;
} 


