/*
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 #header_area {background:#fff;}
.custom #header {border:0px;}
.custom #header #logo a { display: block; height: 65px; width: 369px; background: url('http://www.ditschfitness.com/images/endurance_logo.png') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }

.custom #nav_area {background:#99ca45; border-bottom:1px solid #000; }
.custom #nav_area .page .menu {background:#99ca45;}

/* Top Nav bar */
.custom #topnav {
border-style: none;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
background: #000;
width: 100%;
float: right;
}
.custom #topnav li { float: right; padding: 5px 15px 5px 0px; }
.custom #topnav li a { font-size: 1.5em; color: #fff; }
.custom #topnav li a:hover { text-decoration: underline; } 
.custom #topnav .page {background:#000;}

/* CUSTOM BODY - CONTAINER - PAGE STUFF */
body.custom {
    background: #86888b;
}

.custom #page {
    background: #fff;
}

.custom #content_box {background:none;}

.custom #content_area {margin: 20px 0 0 0;}

/* PRODUCT STUFF */


.custom .product {margin:20px 0px; overflow:hidden;}
.custom .product h3 {margin: 0px; text-align: left; font-size: 18px; padding: 10px; color: #fff; background-color: #86888b;}
.custom .product h3 span {font-size: 12px; color: #000000; font-weight: normal; text-transform: uppercase; }
.custom .product p {padding:10px;}

/* CUSTOM BOX */
.custom div.welcome_box {
background: #ffffa0 none repeat scroll 0 0;
border:1px solid #86888b;
padding:0.571em 0.786em;
margin-left:1em;
margin-right: 1em;
margin-top: 1em;
margin-bottom: 0.5em;
padding-bottom: 0em;
}


/* Sale Box */
.custom div.special_sale {
background: #f7f3e2 none repeat scroll 0 0;
border:1px solid #86888b;
padding:0.571em 0.786em;
margin-left:1em;
margin-right: 1em;
margin-top: 1em;
margin-bottom: 0.5em;
padding-bottom: 0em;
}


/* SOCIAL LINKS CSS */

/* Define the clear div to offset the link floats */
div.clear{
  clear: both;   
  height: 1px;
  width: 1px;
} 

/* This is the style for the container */  
div.socialmedia_sidebar
{
  background: #eee;
  margin: 0px; 
/* If you are using this below the media box, 
use a negative top margin to raise it up. If not, adjust accordingly */
  padding: 5px 0 5px 10px;   
  border-bottom: 1px dashed black;
} 

div.socialmedia_sidebar ul li{
  float: left;         
  list-style: none;    
  text-align: left;
} 

div.socialmedia_sidebar span.name{
  font-size: 16px;
  margin-right: 5px;
}

div.socialmedia_sidebar span.service{
  font-style: italic;
  font-size: 14px;
  color: #000;
}  

div.socialmedia_sidebar ul li a{
  width: 295px; 
  padding: 3px;    
  display: block;      
  border: 1px solid #fff;    
}

/* Non-hover profile links */      
#rss{ background: #eee url('http://www.endurancebasecamp.com/images/socialmedia/feed.png') 5px 5px no-repeat; height: 20px; text-indent: 25px;} 
#podcast{ background: #eee url('##PATHTOITUNESICON##') 5px 5px no-repeat; height: 20px; text-indent: 25px;} 
#youtube{ background: #eee url('http://www.endurancebasecamp.com/images/socialmedia/youtube.png') 5px 5px no-repeat; height: 20px; text-indent: 25px;} 
#flickr{ background: #eee url('http://www.endurancebasecamp.com/images/socialmedia/flickr.png') 5px 5px no-repeat; height: 20px; text-indent: 25px;} 
#twitter{ background: #eee url('http://www.endurancebasecamp.com/images/socialmedia/twitter.png') 5px 5px no-repeat; height: 20px; text-indent: 25px;} 
#facebook{ background: #eee url('http://www.endurancebasecamp.com/images/socialmedia/facebook.png') 5px 5px no-repeat; height: 20px; text-indent: 25px;} 
#email{ background: #eee url('http://www.endurancebasecamp.com/images/socialmedia/email.png') 5px 5px no-repeat; height: 20px; text-indent: 25px;} 
#vimeo{ background: #eee url('http://www.endurancebasecamp.com/images/socialmedia/vimeo.png') 5px 5px no-repeat; height: 20px; text-indent: 25px;} 
  

/* Hover profile links */
#rss:hover{ background: #86888b url('http://www.endurancebasecamp.com/images/socialmedia/feed.png') 5px 5px no-repeat;}  
#podcast:hover{ background: #86888b url('http://www.endurancebasecamp.com/images/socialmedia/xxx.png') 5px 5px no-repeat;}  
#youtube:hover{ background: #86888b url('http://www.endurancebasecamp.com/images/socialmedia/youtube.png') 5px 5px no-repeat;} 
#flickr:hover{ background: #86888b url('http://www.endurancebasecamp.com/images/socialmedia/flickr.png') 5px 5px no-repeat;} 
#twitter:hover{ background: #86888b url('http://www.endurancebasecamp.com/images/socialmedia/twitter.png') 5px 5px no-repeat;}
#facebook:hover{ background: #86888b url('http://www.endurancebasecamp.com/images/socialmedia/facebook.png') 5px 5px no-repeat;}   
#email:hover{ background: #86888b url('http://www.endurancebasecamp.com/images/socialmedia/email.png') 5px 5px no-repeat;}   
#vimeo:hover{ background: #86888b url('http://www.endurancebasecamp.com/images/socialmedia/vimeo.png') 5px 5px no-repeat;}  


/* FLICKR IMG */

.flickrimg { margin: 15px;
             float:left; }
.flickrimg { border: 1px #000000; padding: 5px; background: #ccc;}

/* SIDEBAR STYLING */

.custom .sidebar ul li {border: solid 2px #99ca45; background: #eeeeee;}
.custom .sidebar ul li h3 {font-size: 20px; padding: 5px; color: #fff; background-color: #99ca45;}
.custom .sidebar ul li ul li {border: 0px; padding: 5px;}
.custom .sidebar .WishListMember_Widget #wlmember_loginwidget {padding: 0px 0px 10px 20px;}



/*---:[ WordPress Image Captions ]:---*/
.format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; }
.format_text .wp-caption { background-color: #f3f3f3; border: 0.071em solid #ccc; text-align: center; padding: 0.714em; }
.format_text .wp-caption p { font-size: smaller; font-style: italic; margin-bottom: 0; }

/* author avatar */
.custom .headline_area .avatar {float:left; border:3px solid #ddd; margin-right:1em;}    

/* social links on the left of page */

.custom #feedback { background: transparent; width: 3.2em; position: fixed; top: 40%; left: 0.25%; }

.custom #feedback a { display: block; text-indent: -9999px; height: 32px;}

.custom #feedback #facebook { background: url('http://thesistutor.com/wp-content/uploads/2009/07/facebookicon.png') no-repeat 0 -32px; }
    .custom #feedback #facebook:hover { background-position: 0 0; }

.custom #feedback #rss { background: url('http://thesistutor.com/wp-content/uploads/2009/07/rssicon.png') no-repeat 0 -32px; }
    .custom #feedback #rss:hover { background-position: 0 0; }

.custom #feedback #email { background: url('http://thesistutor.com/wp-content/uploads/2009/07/emailicon.png') no-repeat 0 -32px; }
    .custom #feedback #email:hover { background-position: 0 0; }

.custom .sidebar ul.sidebar_list {position: relative;}
.custom #header_widget_1 ul.sidebar_list li.widget {position: absolute; display: block; top:0px; left:477px; width:468px; }

/* comments out */

.custom .comments_closed p {
  display: none;
}

.custom #feature_box {
padding-right: 0px;
padding-left: 0px;
border: 0px;
background: #000;
}

.custom #sbar_float_right {
    width: 225px;
        background: #fff;
        float: right;
}

/*--- Remove Headers on Pages ---*/

.custom #post-11 .headline_area { display: none; }
.custom #post-37 .headline_area { display: none; }
.custom #post-116 .headline_area { display: none; }

  
/*--- Make paypal buttons look pretty ---*/

.custom .format_text input {
width:auto;
}

#join_now {align:right; margin: 0px 10px 0px 0px; padding: 5px; background: #99ca45; width: 140px; color: #ffffff;}


#dashboard_box {background: #eee; padding: 0px; margin: 0px 0 10px 0px; border: 2px solid #86888b;}
#dashboard_box h3 {background: #86888b; color: #fff; margin:0px; padding: 5px;}
#dashboard_box p {padding: 5px;}