/*
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 #logo {background-image: url('images/thistinyhouse.png'); background-repeat: no-repeat; width: 463px; height: 64px; text-indent: -9999px; }
.custom #logo a {width: 463px; height: 64px; display: block; outline: none;}
.custom #logo { position: absolute; top: 30px;}


/*teaser style*/
.custom div.teasers_box {padding:0;}
.custom .teaser {margin: 2em 0.5em 0.5em; padding: 1em; text-align: left; background: #e7f2f0 url(images/post-bg.jpg) repeat-x scroll 0 0; border:1px solid #DDDDDD; width: 44.1%;} 
.custom .teaser_right {margin-top: 2em; float:left;}
.custom #content .post_box {margin: 2em 1em 1em 1em; padding: 1em; text-align: left; background: #e7f2f0 url(images/post-bg.jpg) repeat-x scroll 0 0; border:1px solid #DDDDDD;}


.custom .teasers_box h2 { font-weight: bold; }

.custom .teasers_box {
border-color:#ffffff;
border-style:dashed;
clear:both;
}

.custom .teaser .format_teaser {
   margin-bottom:4px;
   margin-top:4px;
}



/***********************************************************************************************
/* Footer */
/* ****************************************************************************************** */

.custom #custom-footer
{
    padding: 5px;  
margin-top: 15px;  
height: auto;
    width: 775px;
    outline: none;
    float: left;
    background-color: #ffff99;
    color: #000000;
}

.custom .custom-footerleft
{
    padding: 5px;
    width: 200px;
    float: left;
font-size: 1.2em;
}

.custom .custom-footerright
{
    padding: 5px;
    width: 450px;
    float: right;
    text-align: right;
font-size: 1.2em;
}




/* This line removes the header bottom line border */
.custom #header { border-bottom: none; clear: both; }

/* This line removes the footer top line border */
.custom #footer { color: #fff; border-top: none; text-align: right; clear: both; }

/* This line removes the custom box bottom line border */
.custom #custom_box { border-bottom: none; }

/* These lines remove the vertical lines */
.custom #content { background-image: none; }
.custom #content_box { background-image: none; }


.custom .menu { float: right; }

.custom .menu a { text-transform: lowercase; font-weight: bold; font-size: 1.2em; letter-spacing: 0px; }
.custom .menu a:hover { color: #666; }

.custom .sidebar h3 { text-transform: lowercase; font-variant: normal; font-size: 1.5em; letter-spacing: .5px; }


/* This line changes the background color of the post box */
.custom .post_box, .custom .post_box.top { background: #e7f2f0; }


/* This line makes the nav links lowecase */
.custom ul#tabs li a { display: block; line-height: 1.5em; color: #f7f5c5; text-transform: lowercase; letter-spacing: 2px; }

.custom #header_area {background:#ffff99;}
	.custom #header_area .page {background:transparent;}
		.custom #header {border-bottom:0;}




/*---:[ navigation links ]:---*/
.custom .prev_next { text-transform: none; letter-spacing: 0px; color: #666; border-style: solid; border-color: #fff; clear: both; font-style: bold; font-size: 1.2em }



.custom img#wpstats{display:none}
