/*
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.custom {
	background: url(images/parkett1.jpg) repeat;
	color: #4c4c4c;
}

.custom #container {
    margin-bottom: 2em;
    background: #4f4f4f;
	padding: 0.3em;
	margin-top: 4em;
}

.custom #page {
    background: white;
}

.custom ul#tabs li ul {display:none; position:absolute; list-style:none;}
	.custom ul#tabs li ul li {float:none;}

.custom ul#tabs li:hover ul {display:block;}

.custom #column_wrap {
background:none;
}

.custom #archive_info {
	border-bottom-width: 0;
}

.custom .comments_closed p {
  display: none;
}

.custom #nav_area {
	padding-right: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px none black;
	background-image: none;
}
	.custom #nav_area ul {border-bottom:none; border-left:none;
}
		.custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none;}

.custom #title_area { border-bottom: 1px none black; width: 1400px;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0;
	height: 200px;
	margin-left: -15px;
	background: url(images/header2.jpg) no-repeat;
	margin-top: 2em;
}
	.custom #header {border-bottom:none;}
		
.custom #content_box.full_width { background: none;
}

ul#tabs { list-style: none; border: 0 none #ddd;
	padding-right: 0;
	padding-left: 0;
	background-color: white;
}

ul#tabs li { margin-bottom: -0.1em; background: white; border: 1px none #ddd; float: left;
	border-bottom-style: none;
	border-left-width: 0;
	border-left-style: hidden;
	color: #888;
}

ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #fff;
	border-bottom-width: 0;
	border-bottom-style: none;
	color: black;
}

ul#tabs li a { display: block; color: #888;
	text-transform: none;
}

ul#tabs li a, ul#tabs li a:visited { color: #888;
	text-transform: uppercase;
	text-decoration: none;
}

ul#tabs li a:hover { color: black;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

ul#tabs li.current_page_item a, ul#tabs li.current_page_item a:visited, ul#tabs li.current-cat a, ul#tabs li.current-cat a:visited { cursor: default;
	color: black;
	background-color: white;
	text-transform: uppercase;
}

ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover {
	text-transform: uppercase;
	color: black;
}

.custom .full_width #content { width: 96em; }

.drop_cap {
	
}

.custom .sidebar h3 { margin-bottom: 1em; padding: 0.636em 0.455em 0.545em 0.455em; text-transform: uppercase; letter-spacing: 2px; color: black;
	line-height: 10px;
	border-bottom: 1px dotted silver;
}

.sidebar a:hover {
	border-bottom: 1px dotted silver;
	text-decoration: none;
}

.custom .format_text p.note {
text-align: left;
	color: white;
	font-size: 12px;
	direction: ltr;
	background-color: #44443f;
	padding: 10px 10px 10px 45px;
	word-spacing: 1px;
	border: 1px dotted gray;
}

.custom #content_box, .custom #column_wrap {
		background:none;
	}

/*---:[ global elements ]:---*/

a, a:visited { color: #888; }

a:hover { color: #232323; text-decoration: none; }

a img {
	border-style: none;
}

blockquote { border-left: 1px solid #ddd; color: #666; }

acronym { font-weight: bold; font-size: 0.786em; line-height: 1em; text-transform: uppercase; letter-spacing: 1px; border-bottom: none; cursor: help; }

abbr { font-size: 1em; line-height: 1em; border-bottom: none; }

sub, sup { line-height: 0.5em; }

code { font: 0.929em Consolas, "Andale Mono", Courier, "Courier New"; color: #050; }

pre { margin-bottom: 1.833em; padding: 0.75em 0.917em; font: normal 0.857em/1.5em Consolas, "Andale Mono", Courier, "Courier New"; background: white; border: 1px dotted silver; overflow: auto; clear: both;
	color: #4c4c4d;
}

input, textarea { color: black; background: white;
	font: 1em verdana;
}

input:focus, textarea:focus { background: #fff; }

	.format_text .text_input, #comment_form p .text_input { width: 14em; padding: 0.286em; border-width: 0.071em; }

img.frame { background: white; border-style: dotted; border-color: silver; }

/*---:[ headlines ]:---*/

h1, h2, h3, h4 {
}

h1, h2 {
	color: black;
	font-size: 2em;
}

	h2 a, h2 a:visited {
	color: #888;
	line-height: 20px;
	font-size: 1.5em;
}

	h2 a:hover { color: black; }
	
	.post_box h1, .post_box h2 { padding-top: 1em; }
	
	.no_byline .post_box h1, .no_byline .post_box h2 { margin-bottom: 1em; }
	
	#archive_info h1 { font-weight: normal; font-size: 2.4em; line-height: 1em; padding-top: 0.458em; }

h3 { font-weight: normal; font-size: 1.286em; line-height: 1.222em; }

	.format_text h3 { margin: 1.833em 0 0.611em 0;
	color: #888;
}

	.format_text h3.top { margin: 0 0 0.611em 0 !important; }
	
	.sidebar h3 { line-height: 1.385em; margin-bottom: 0.615em; font-variant: small-caps; letter-spacing: 2px; color: #888;
	font-size: 1.0em;
}

h4 { }

	.format_text h4 { line-height: 2.2em; }

.custom .sidebar h3 { margin-bottom: 1em; padding: 0.636em 0.455em 0.545em 0.455em; text-transform: uppercase; letter-spacing: 5px; color: #888;
	line-height: 10px;
	font-size: 15px;
}

.sidebar a:hover {
	border-bottom: 1px solid black;
	text-decoration: none;
	color: black;
}

/*---:[ home page teasers ]:---*/

.teaser a.teaser_link { display: block;
	background-color: transparent;
	text-decoration: underline;
}

.teaser a.teaser_link:hover {
	text-decoration: none;
	float: left;
	color: black;
}

.teaser .teaser_author { font-style: italic; color: #888; }

	.teaser .teaser_author .author { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }

.teaser .teaser_date { color: #888; }

.teaser .edit_post { letter-spacing: 1px; color: #888; }

	.teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { text-transform: uppercase; letter-spacing: 1px; color: #888; border-bottom: 1px solid #eee; }

	.teaser .teaser_author a:hover, .teaser a.teaser_comments:hover, .teaser a.teaser_category:hover, .teaser .edit_post a:hover { color: #111; }

	.teaser .teaser_author a { font-style: normal; }

	.teaser .format_teaser a { text-decoration: underline; }

	.teaser .format_teaser a:hover { text-decoration: none; }

.comments_closed p { display: none; }

/*---:[ footer styles ]:---*/

.custom #footer {
	border-top: 1px dotted silver;
	color: gray;
	text-align: center;
	font-size: 1.2em;
}
#footer a { border-bottom: 1px none red;
}
#footer a:hover { color: #111; }

.custom #header { padding-top: 0em; padding-bottom: 0em; }

.custom .post_box {
	margin-top: -23px;
} 
