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

/*header*/



body.custom {
background:url(images/body_bg_ornament.jpg) repeat-x;
background-color:#D1D8A5;

}

.custom #header 
{
padding:0;
border-top:2px solid #FFF;
margin: 0;
height:200px;
border-bottom:0;
background:url(images/banner_laden.jpg) no-repeat;
}
	
.custom #header #logo a
{
display:block;
width:500px;
height:200px;
text-indent:-999px;
padding: 0 0 0 0;
border: 0;
margin: 0;
}

.custom #header #tagline 
{
color:#000000;
text-indent: -9999px;
}

/*menu*/
/* Define the Navigation */

.custom .menu { 
height: 30px; 
border-left:none; 
color: #111111; 
background-color:#A4B14A;
border-top:2px solid #fff;
border-bottom:2px solid #fff;
}
.custom .menu a  { 
padding: 6px 8px 0px 8px;
height: 24px; 
text-decoration: none; 
color:#333118;
font-weight: bold; 
letter-spacing:0;
}

.custom .menu a:hover {
background-color: #D1D8A4; 
text-decoration: none; 
color:#333118; 
}

.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover  {
background-color: #D1D8A4; 
font-weight: bold; 
color:#333118;
background-color:#D1D8A4;
}

.custom .headline_area h1{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 26px;
color: #696B1D;
font-weight: normal;

}

.custom  h2 {
margin:0 0 10px 0;
padding:0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #696B1D;
font-weight: normal;
}

.custom  h3 {
margin:0 0 10px 0;
padding:0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #696B1D;
font-weight: normal;
}

.custom .entry-title a {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 26px;
color: #696B1D;
font-weight: normal;
}


.custom .post_image_link img {
background-color: #D1D8A4;
border:1px solid #A4B14A;
}

/*multimediabox*/

.custom #multimedia_box {background:#fff;}


.custom .comments_closed p {
  display: none;
}

/*sidebar special Box*/
.custom #sidebar_1 a.teaser {
display:block;
width: 238px;
background: url(images/forward.gif) right no-repeat;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
color: #696B1D;
font-weight: normal;
padding: 8px 0 8px 0;
margin-left: 2px;
border-top: 1px solid #B0AFA3;
text-decoration: none;
}

.custom #sidebar_1 a.teaser:hover {
text-decoration: underline;
}

.custom #sidebar_1 h4 {
  padding:10px 0 0 0;
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color: #263310;
  font-size: 12px;
  font-weight: bold;
}

.custom #sidebar_1 h3 {
font-variant:normal;
letter-spacing:0;
margin:0 0 10px 0;
padding:0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #696B1D;
font-weight: normal;
}


/* Position the Search Box */
.custom #s { 
font-size:8pt; 
position:relative; 
float:right; 
margin:0 0px 6px 0; 
background:#fff; 
color:#999; 
width:200px;
font-weight:bold;
} 
.custom widget thesis_widget_search { 
height: 30px;
background:#fff; 
}

/** header wrap**/
.custom #headerwrap {
background:url(images/header_back.jpg) repeat-x;
	height:70px;
	border-botton:2px solid #fff;
}

/** header logo part (left) **/
.custom #header_left {
	text-align: left;
	float:left;
	width:245px;
	height:70px;
}


/** logo link **/
.custom #header_left img {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

/** header links part (right) **/
.custom #header_right {
	text-align: right;
	float:right;
	height:70px;
	width:60%;
}

.custom #header_right ul {
	padding-top:45px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;		
}

.custom #header_right ul li {
	float:right;
	padding-right: 10px;
}

.custom #header_right a {
font-size:8pt; 
	color: #696B1D;
	text-decoration: none;
font-weight:bold;
}

.custom #header_right a:hover {
	color: #696B1D;
	text-decoration: underline;
}
.custom #footer {

}	
	
/* Header Images */

.about #header {background:url(images/banner_laden.jpg) center top no-repeat;}
.kurse #header {background:url(images/banner_kurse.jpg) center top no-repeat;}
.anfanger #header {background:url(images/banner_kurse.jpg) center top no-repeat;}
.fortgeschrittene #header {background:url(images/banner_kurse.jpg) center top no-repeat;}
.3-stunden-training-basic #header {background:url(images/banner_kurse.jpg) center top no-repeat;}
.3-stunden-training-parcours #header {background:url(images/banner_kurse.jpg) center top no-repeat;}
.3-stunden-training-technik #header {background:url(images/banner_kurse.jpg) center top no-repeat;}
.team #header {background:url(images/banner_team.jpg) center top no-repeat;}
.kontakt #header {background:url(images/banner_kontakt.jpg) center top no-repeat;}
.anfahrt #header {background:url(images/banner_kontakt.jpg) center top no-repeat;}
.about #header {background:url(images/banner_kontakt.jpg) center top no-repeat;}
.impressum #header {background:url(images/banner_kontakt.jpg) center top no-repeat;}
.datenschutz #header {background:url(images/banner_kontakt.jpg) center top no-repeat;}