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

.custom #container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.custom #page {
    background: #f4e9a9;
	padding: 0;
}

.custom #header {
	position: relative;
    background: #f4e9a9;
	padding: 20px 0 0;
	border:none;
	border-bottom: 1px solid white;
}


.custom #content_box {
	background: #fff url(images/content_bg.gif) repeat-y;
	min-height: 730px;
}

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

.custom #content {
	margin: 0;
	padding-left: 40px;
	width: 570px;
}

* html .custom #content {
	margin: 0 ;
}



/* MENU */

#header #logo {
	margin-left: 20px;
	margin-bottom: 20px;
}

#header #header-info {
	position: absolute;
	width: 294px;
	top: 30px;
	left: 615px;
	color: #993333;
	font-size: 12px;
	line-height: 16px;
	background: transparent url(images/header-info.png) 100% 0 no-repeat;
}

.custom #top-menu {
	border-bottom:1px solid white;
}

.custom ul#tabs { 
	border: none; 
}

.custom li { 
	list-style: none;
}


.custom ul#tabs li { 
	border: none; 
	float: left; 
	margin-bottom: 0;
	border-right: 2px solid #f4e9a9;
	padding: 0px 0px;
	background: #993333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

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

.custom ul#tabs li:hover,
.custom ul#tabs li.sfhover { 
	color: #fff;
	background: #CC6666;
}
	
.custom ul#tabs li.search-tab { 
	background: none;
	border: 1px solid #993333;
}
	

.custom ul#tabs li.search-tab input { 
	vertical-align:top;
	font-size: 14px;
	padding: 1px 5px;
	border: none;
	
}

.custom ul#tabs li.search-tab input#s { 
	padding: 3px 10px 2px;
	background-color: #fff;
	margin-right: -3px;
	color: #999966;
	width: 182px;
}

.custom ul#tabs li.search-tab input.btn { 
	background-color: #993333;
	color: #fff;
	font-size: 16px;
	height: 23px;
	cursor: pointer;
	width: 80px;
	padding: 0;
}



/* dropdown menu */


.custom ul#tabs li ul {
position: absolute;
left: -999em;
height: auto;
width: 80px;
font-weight: normal;
margin: 0;
margin-top: 0px;
z-index: 1;
}

.custom ul#tabs li li {
background:#CC6666;
border: 0px;
margin-top:0px;
border-top:1px solid #FEC7C4;
padding:0;
}

.custom ul#tabs li li a {
margin-top:0;
	padding: 4px 8px;
}

.custom ul#tabs li li a:hover {
background:#993333;
color:#fff;
}

.custom ul#tabs li ul li:first-child 
{

}

/* breite der submenus */
.custom ul#tabs li ul a {
width: 170px;
}

.custom ul#tabs li ul ul {
margin: -1.75em 0 0 14em;
}

.custom ul#tabs li:hover ul ul, .custom ul#tabs li:hover ul ul ul, .custom ul#tabs li.sfhover ul ul, .custom ul#tabs li.sfhover ul ul ul {
left: -999em;
}

.custom ul#tabs li:hover ul, .custom ul#tabs li li:hover ul, .custom ul#tabs li li li:hover ul, .custom ul#tabs li.sfhover ul, .custom ul#tabs li li.sfhover ul, .custom ul#tabs li li li.sfhover ul {
left: auto;
}





/* SIDEBAR */

.sidebar {
	float:right;
	width:164px;
}

a.rss {
	background:transparent url(images/icon-rss.gif) no-repeat scroll 0% 50%;
	padding-left:16px;
	font-size: 14px;
}

#left-bar-float img {
	margin-bottom: 1px;
}


#sidebars {
	border-top: 1px solid white;
}

#sidebars img {
	margin-bottom: 1px;
}



/* NEWSLETTER */

#newsletter-box {
	width:162px;
	padding: 10px 0 ;
	color: #660033;
	border:1px solid #993333;
	background-color: white;
	margin: 1px 0 10px;
}

#newsletter-box form {
	padding: 0px 0px 0;
}

#newsletter-box li.widget {
	margin-bottom: 20px;
}

input#abo-text {
	width: 130px;
	font-size: 13px;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 5px;
}

input#abo-butt {
	font-size: 13px;
	color: #669966;
	background-color: #dff1bb;
	border: 1px solid #669966;
	padding: 1px 3px;
	margin-right: 4px;
}

.custom ul.sidebar_list li.widget_archive {
	margin: 0px;
	padding:0;
}



/* FOOTER */

#copy {
	text-align: right;
	color: white;
	font-size: 11px;
	padding: 3px 0 5px;
}

#copy a:link, #copy a:visited {
	text-decoration: underline;
	color:#993333;
}


/* LINKS */

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


.custom a:hover { 
	color: #660000;
	text-decoration: none;
}				

.custom h2 a, .custom h2 a:visited, .custom h2 a:hover, .custom h2 a:active {
	color:#993333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.custom h1,
.custom h2,
.custom h2.entry-title {
	color:#993333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Special */

#left-bar-float {
	float:left;
	width:164px;
}

#left-bar-absolute {
	position:absolute;
	top:155px;
	left:0;
	width:164px;
	height: 732px;
	z-index: 0;
}

body.custom .format_text p {
	font-size: 0.9em;
}