/*
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: #DCDCD9 50% 0 no-repeat;
	color: #444b4e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body.custom .format_text {
	color: #444b4e;
	line-height: 18pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.custom #container {
	width: 960px;
}

.custom #page {
	position: relative;
	padding: 0;
	margin: 0px 0 10px;
}


#topmenu {
    text-align:right;
    padding: 4px 0;
}

#topmenu a {
    text-decoration:none;
	color: #5C5A58;
	font-size: 11px;
}

#topmenu a:hover {
    text-decoration:underline;
}


.custom #header {
	position: relative;
	padding: 0;
	border:none;
}

.custom #header #logo {
    text-indent: -999em;  
}

.custom #header #logo a {
    display: block;
    width: 647px;
    height: 101px;
 	background: #fffbde url(images/header.png) no-repeat;  
}


.custom #content_box {
	background: #fffbde url(images/content_bg.png) repeat-y;
	border-top: 6px solid #fffbde;
	border-bottom: 6px solid #fffbde;
}

* html .custom #content_box {
	height: 732px;
}

.custom #content {
	margin: 0;
	border-right: 6px solid #fffbde;
	width: 647px;
}

* html .custom #content {
	margin: 0 ;
	padding:0;
	padding-left: 15px;
}



/* MENU */


.custom ul#tabs { 
    background: #9d9790;
	border: none; 
}

.custom li { 
	list-style: none;
}


.custom ul#tabs li { 
	border: none; 
	background: none;
	float: left; 
	margin: 0;
	padding: 0;
}

.custom ul#tabs li a, 
.custom ul#tabs li a:visited { 
	display: block;
	line-height: 1em; 
	color: #E0E0CE; 
	text-decoration: none; 
	text-transform: capitalize; 
	letter-spacing: normal;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 16px 6px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.custom ul#tabs li a:hover, 
.custom ul#tabs li a:active { 
	color: #025844; 
}


.custom ul#tabs li.current_page_item a { 
	color: #025844; 
	cursor: default;
}




/* SIDEBAR */

div#header-image {
	background: #fffbde;
	padding-bottom: 4px;
}
	

#sidebars {
	width:300px;
	border-left: 6px solid #fffbde;
}


.sidebar ul.sidebar_list {
	padding:0;
	padding: 10px 15px;
}

.custom .sidebar h3 {
	font-variant: normal;
	color: #025844;
	letter-spacing: 0;
}



.custom li.widget_recent_entries a:link,
.custom li.widget_recent_entries a:visited {
	color: #5C5A58;
	text-decoration: underline;
}


/* NEWSLETTER */


.sidebar td#abo-text input {
	width: 130px;
	font-size: 13px;
	padding: 4px;
	background-color: #aac5bf;
	border: 1px solid #4a6861;
	color: #4a6861;
}

.sidebar td#abo-butt input {
	font-size: 13px;
	color: #648d64;
	background-color: #d1dfb5;
	border: 1px solid #648d64;
	padding: 3px;
	cursor: pointer;
}




/* FOOTER */

.custom #footer {
	text-align: right;
	font-size: 11px;
	padding: 0;
	border: none;
}

.custom #footer a:link, 
.custom #footer a:visited {
	text-decoration: underline;
	color: #5C5A58;
}


/* TEXT ELEMNTS */


.custom a:link, 
.custom a:visited { 
	color: #025844; 
	text-decoration: underline;
}


.custom a:hover,
.custom a:active { 
	text-decoration: none;
}	




.custom #content h2 a, 
.custom #content h2 a:visited, 
.custom #content h2 a:hover, 
.custom #content h2 a:active {
	color:#5C5A58;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	background: none;
	padding-left: 0px;;
}

.custom h1,
.custom h2,
.custom h2.entry-title {
	font-size: 18pt;
	color:#5C5A58;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.custom .headline_area h1,
.custom .headline_area h2 {
	font-size: 18pt;
}



/* FORM */

input {
	font-family: Verdana, Arial;
}

input.txtfield,
input.txtfield:focus {
	width: 280px;
	height: 20px;
	border: none;
	padding: 4px 12px;
	font-style: italic;
	font-weight: bold;
	background: transparent url(images/subscribe_input.png) no-repeat 0 0;
	float: left;
	margin-bottom: 15px;
}

body.abonnieren input.txtfield {
	float: none;
}

input.butt {
	width: 30px;
	height: 20px;
	border: none;
	padding: 4px 7px;
	background: transparent url(images/subscribe_button.png) no-repeat 0 0;
	color: #330000;
	font-weight: bold;
	cursor: pointer;
}


/* POST */

div#content_wrap {
	padding: 10px 20px;
}

.custom .prev_next {
	padding-left: 0;
	margin-left: 20px;
}
