/*
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/
*/

/* BODY TAG */
body.custom {
	background-image:url(images/lots_background6.png);
	background-repeat:no-repeat;
	background-color: #3c241d;
	
}

.custom #footer {
	color:#fff;
	border-top: none;
	border-left: 1px inset #f0f0f0;
	border-right: 1px outset #f0f0f0;
	border-bottom: 1px outset #f0f0f0;
	 background-color: #fff;
background-image: url(images/lots_footer_background.png);
background-repeat: repeat-y;
padding: 11px 11px 11px 11px;
margin-right: -2px;
font-size: 12px;
}

.custom #footer a {
	color:#F28F16;
	text-decoration: none;
}


/* PAGE BORDER */

.custom #content {
	background-color: #FFFFFF;
}

.custom #content_box {
	border-left: 1px inset #f0f0f0;
	border-right: 1px outset #f0f0f0;
	border-bottom: 1px outset #f0f0f0;
	border-top: 1px inset #f0f0f0;
 background-color: #fff;
background-image:none;
} 



/* LINKS */
.custom a { 
color: #F28F16;
text-decoration: none; }

.custom a:link { 
color: #F28F16;
text-decoration: none; }

.custom a:hover, h2 a:hover, h3 a:hover {
	/* color: #EF9034; */
	color: #F25C05;
}

/* TEXT */
.custom p {color: #25262B; 
	/* margin-top: 4px; margin-bottom: 4px; line-height: 20px; */
}


.custom .teaser .format_teaser {
font-size: 1.3em;
line-height:1.6em;
}

.custom #header #logo a { color: #25262B;

}

/*
.custom #page { background-image:url(images/sh-header-windows.png);
background-repeat:no-repeat;} */

.custom #header { 
/* background-image: url(images/confab_header_background.png);
background-repeat: repeat-x;*/

border-bottom: 0px none;


}


.widget_logo a img {
background:transparent;
display:block;
padding: 0px 0px 0px 0px;
margin: -43px 0px -38px -11px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;	
z-index: 50;
position:relative;
} 



.custom #content h1, .custom #header #logo a, .custom h2 a {
	color: #F28F16;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 8px;
	letter-spacing: 1px;
	font-size: 32px;
	font-style: italic;
	line-height: 38px;
}

.custom .teaser h2 a {
	color: #113E59;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 8px;
	letter-spacing: 2px;font-size: 20px;
	font-style: italic;
	line-height: 24px;
}

.custom h2.entry-title a {
	color: #113E59;
	}
	
	.custom h2.entry-title a:hover {
	color: #8C3503;
	}

.custom #content h2, .custom h2, { color: #25262B; font: 20px/24px Georgia, "Times New Roman", Times, serif text-decoration: none; margin-top: 4px; margin-bottom: 4px;  letter-spacing: 4px; }

.custom h3 { color: #113E59; font: 18px/20px Georgia, "Times New Roman", Times, serif text-decoration: none; letter-spacing: 3px; margin-top: 4px; margin-bottom: 8px; }

/* TABS */


.custom ul#tabs {
	list-style: none;
border-left: 0px;
}


.custom ul#tabs li { 
margin-bottom: -0.1em;
background: #efefef; 
border-bottom:0;
/* border-bottom: 1px solid #113E59;*/
border-right: 1px solid #CCC9BC;
border-top: 1px solid #CCC9BC;
border-left: 0; 
float: left;
font-size:14px;
}

.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { 
background-color: #113E59;
border-bottom:0;
padding-bottom: 0; 
}

.custom ul#tabs li a { 
text-transform: none; 
letter-spacing: 1px; 

}

.custom ul#tabs li a:hover {
text-decoration:none;
color: #113E59;
background-color: #F28F16;
}

.custom ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; color:#FFFfff;
border-right: 1px solid #113E59; }
		
.custom ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
	
		.custom ul#tabs li.rss { 
		text-decoration:none;
		color: #ffffff;
		padding-right: 0; 
		background-color: #113E59;
	float: right; 
		}
		.custom ul#tabs li.rss a { padding-right: 16px; color: #ffffff;}
	.custom ul#tabs li.rss a:hover img { 

 background-color: #113E59; 

		}

.custom div#ads {}

.custom div.widget_box { background-color: #EFEADB; 
border: 1px #8C3503 solid;
}

.custom #sidebar_2 li.widget_archive h3 { text-indent: -9999px; height: 31px; width: 181px; background-image: url('images/lots_archives.png');
background-repeat: no-repeat; }

.custom #sidebar_2 li.widget_categories h3 { text-indent: -9999px; height: 31px; width: 181px; background-image: url('images/lots_categories.png');
background-repeat: no-repeat; }

.custom #sidebar_1 li.widget_recent_entries h3 { text-indent: -9999px; height: 31px; width: 181px; background-image: url('images/lots_recentposts.png');
background-repeat: no-repeat; }

.custom #sidebar_2 li.widget_twitter h3 { text-indent: -9999px; height: 31px; width: 181px; background-image: url('images/lots_twitter.png');
background-repeat: no-repeat; }

.custom #sidebar_2 li.widget_text h3 { text-indent: -9999px; height: 31px; width: 181px; background-image: url('images/lots_plug.png');
background-repeat: no-repeat; }

.custom #sidebar_1 li.widget_tag_cloud h3 { text-indent: -9999px; height: 31px; width: 181px; background-image: url('images/lots_tags.png');
background-repeat: no-repeat; }

/*
.custom #sidebar_1 li.widget_links h3 { text-indent: -9999px; height: 31px; width: 181px; background-image: url('images/lots_blogtastic.png');
background-repeat: no-repeat; } */

.custom #sidebar_1 li.widget_recent_comments h3 { text-indent: -9999px; height: 31px; width: 181px; background-image: url('images/lots_comments.png');
background-repeat: no-repeat; }

.custom #sidebar_1 li.multiwidget_author_avatars h3 { text-indent: -9999px; height: 31px; width: 181px; background-image: url('images/lots_hostesses.png');
background-repeat: no-repeat; }

.custom #sidebar_1 li.thesis_widget_search h3 { text-indent: -9999px; height: 31px; width: 181px; background-image: url('images/lots_search.png');
background-repeat: no-repeat; }

.custom #sidebar_1 li.ngg_images h3 { text-indent: -9999px; height: 31px; width: 181px; 
background-image: url('images/lots_gallery.png');
background-repeat: no-repeat; }
*/
