/*
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 #respond_intro p {color: black;}

.custom a {color: #295A61;}
.custom a: hover {color: #000;}


.custom #header {border-bottom: 3px double #DDDDDD; 
height:110px;
padding-top:10;
padding-bottom:10;
background:#fff url(http://174.120.127.91/~mylifein/wp-content/uploads/2010/02/headerinc.jpg)
center left no-repeat; 
}

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

    /* This line adds your custom background graphic */
    body.custom {
    background: #fff url(http://174.120.127.91/~mylifein/wp-content/uploads/2010/01/1.jpg); margin: 0 auto;
color: #43413e;

    }

    .custom #container {
    margin-top: 1em;
    margin-bottom: 1em;

    }

.custom #content_box {
background: #fff;


}

.custom #content{
background: #fff;


}

    .custom #page {
    background: #fff;
border: 10px solid #20687A;
margin: 0em;
padding: 0em;
    }

   /* This line changes the menu bar */
.custom ul#tabs { background:#fff ; color: #B1B2A2; text-transform: lowercase; border: none;}
.custom ul#tabs li {margin-bottom:0; border:none; background:none; font-weight: bold; color: #B1B2A2;border: none;}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:#fff; color: #B1B2A2;border: none;}
.custom ul#tabs li.rss { color: #594B4B; text-transform: lowercase;border: none;}
.custom ul#tabs li a {color: #B1B2A2; text-transform: lowercase;border: none;}
.custom ul#tabs li a:hover {text-decoration:none; background:#fff; color: #000;border: none;}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {text-transform: lowercase; color: #000;border: none;}
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#fff; color: #000;border: none;}, .custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#fff; color: #000;border: none;}


#tabs {
border-color:none;
border-style:none;
border-width:0 0 0px 0px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom: 0px;
margin-top: 27px;
}


   /* This line changes the side bar */
.custom #sidebars
{
background: #fff;
padding-top: 0px;
}

.post_box, .teasers_box { border-top: 1px dotted #000000; clear: both; }


#image_box, #video_box, #custom_box {background: transparent; margin-top: -160px; text-align: right;}


.headline_meta {color: #20687A;}
.headline_meta a {color: #20687A; font-weight: Bold;}



.custom #sidebars li a {color: #20687A}
.custom #sidebars h3 {font-weight: bold;}
.custom h2 a {color: #4C4B46;}
.custom h2 a:hover{color: #BDC268;}

/* This line changes comments*/
.custom #bracket {color:#BDC268;}

.format_text .to_comments span.bracket {
}

.comments_intro p { color: #8c8d87;}
		.comments_intro a { text-decoration: underline; }
		.comments_intro a:hover { text-decoration: none; }
		.comments_intro span { color: #8c8d87; line-height: 1em; }
		.comments_intro span.bracket { color: #51524e; }


/*---:[ home page teasers ]:---*/
.teaser a.teaser_link:hover { text-decoration: underline; }
.teaser .teaser_author { font-style: italic; color: #323030; }
	.teaser .teaser_author .author { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
.teaser .teaser_date { color: black; font-weight: bold;}
.teaser .edit_post { letter-spacing: 1px; color: #323030; }
	.teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { text-transform: uppercase; letter-spacing: 1px; color: #323030; border-bottom: 1px solid #323030; }
	.teaser .teaser_author a:hover, .teaser a.teaser_comments:hover, .teaser a.teaser_category:hover, .teaser .edit_post a:hover { color: #000; }
	.teaser .teaser_author a { font-style: normal; }
	.teaser .format_teaser a { text-decoration: underline; }
	.teaser .format_teaser a:hover { text-decoration: none; }
.teaser h2 a {font-weight: bold;}


#footer { color: #584A4A; text-align: right; clear: both; }
#footer a { color: #20687A; font-weight: bold;}

.post_box, .teasers_box {
border-top:none;
clear:both;
}

.custom_box {
background:none repeat scroll 0 0 transparent;
}
