/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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 overwrite *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!
*/

/* colors: 780000 red ; FF0000 bright red; 000000 black ; 4A0000 dark red ;000000 black; */

//.custom #content { border-right: none; }

//body.custom { background: #fff url('images/home-trainer-bg.jpg') repeat-y; }


		
		
/* Icons */
#rss { width: 10em; height: 70px; margin: 0 0 1.0em 0; background: url('images/rss.gif') 50% 0 no-repeat; text-align: center; float:left; }
	#rss a { display: block; width: 48px; height: 48px; margin: 0 auto; }

#email-image { width: 10em; height: 70px; margin: 0 0 1.0em 0; background: url('images/email-image.gif') 50% 0 no-repeat; text-align: center; float:right; }
	#email-image a { display: block; width: 48px; height: 48px; margin: 0 auto; }


/*    Gravatar styling */
.custom #comment_list dt .avatar { margin: 0 1.571em 1.571em 0; float: left; clear: left; }


.home .headline_area {display:none;}
//.home .post_box {padding-top:0em;}

/* h2 tags within page content 
.home .format_text h2 {
font-size:1.7em;
line-height:0.232em;
margin:1.111em 0 0.556em;
}*/

/* #header {
padding-bottom:1em;
padding-top:15em;
background:url('images/Logo Home Trainer Lema.jpg') no-repeat;
}*/

.custom #page { padding: 0em;}
.custom .sidebar h3 { background-color:#DA251C; padding-right: 1em; padding-left:1em;}

.custom .menu { background-color:#DA251C;}
.custom .sidebar ul.sidebar_list { padding-right:0;} 
.custom .sidebar ul.sidebar_list ul{ padding-left:1em;} 

.custom #header { background:url('images/logo-hometrainer-b.png') no-repeat #000000;
 padding-top:2em;padding-bottom:2,5em;
}
.custom #tagline {
	margin-left:700px;
padding-top:25px;
}
.custom hr { margin-bottom: 1em; color:#fff;}

.custom #content a img {padding:0.5em; background-color:#cccccc; border: 1px solid #989898;} 
.custom #content a img:hover {background-color:#780000;}