/*
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/
*/
h1, h2, h3, h4, h5, h6 {
font-weight:bolder;
letter-spacing:-0.05em;
}
.custom #header {
height: 75px;
background: transparent url(http://www.franz-brandtner.de/_Images/header-footer.jpg) no-repeat scroll 0 0;
padding-bottom:30px;
border-bottom: none;}
.custom #header #logo a {
color:#FFFFFF;
font-family:"Trajan Pro";
letter-spacing:0;
font-weight: bolder;
font-size: 23px;
line-height: 30px;
margin-left: 20px;
padding-top:24px;
}
#header #logo a:hover { color: #FFFFFF; }
#header #tagline { font-weight: normal; color: #FFFFFF; }
.custom #header #tagline {
color:#FFFFFF;
font-size:10px;
padding:0 3px;
text-decoration:none;
border-top:1px solid #FFFFFF;
display: block;
width: 610px;
margin-left: 20px;
}
.custom #wrap {
    background: transparent url(http://www.franz-brandtner.de/_Images/light-hg.gif) no-repeat scroll 0 0;
}
body.custom {
    background:#BEC3C6 url(http://www.franz-brandtner.de/_Images/bg.jpg) repeat-x scroll 0 0;
}
.custom ul#tabs {
margin-top: 26px;
}
#content_box {
background:white url(images/dot-ddd.gif) repeat-y scroll 60em 0;
}
#content {
border-right: 1px solid #ccc;
float: left; 
}

#sidebar_1 .widget {
background:transparent url(http://www.franz-brandtner.de/_Images/widgetsep.png) no-repeat scroll center bottom;
padding:10px 15px 19px 0px;
width: 225px;
}
.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}
.custom #page {
    background: #fff;
	padding: 0em
}
.custom .sidebar ul.sidebar_list { padding-right: 1.1em; padding-left: 10px; }
.custom	#sidebars { width: 25.9em; border: 0; float: left; background-color:#F4F5F7;}
#header #logo { font-weight: bold; }


body { font-family: verdana, Georgia, "Times New Roman", Times, serif; }
body.custom { color: #555555;}
.custom .format_text { font-size: 12px; line-height: 1.667em; }
.custom	.format_text p { margin-bottom: 1.571em; }
.sidebar h3 { font-variant: normal; letter-spacing: 0.2px; color: #555555; font-size: 16px; font-weight: bolder; }
#footer_notizen {
padding: 5px 10px;
font-size: 9px;
}
.post h2 {
border-bottom:1px solid #CCCCCC;
display:block;
font-family:Verdana,"BitStream vera Sans";
margin-top:10px;
font-size: 16px;
padding:0 5px 3px;
color:#555555;
letter-spacing:0.2px;
}
.post h2 a.title:hover {
color:#2970A6;
}
#sidebar_1 li {
background:transparent url(http://www.franz-brandtner.de/_Images/icons.gif) no-repeat scroll 0 -320px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-top:5px;
padding-left: 20px;
}
.custom li.widget {
margin-bottom: 0px;
}
#header #logo {
font-size:3.2em;
line-height:0;
}
.post_box {
padding-top:1.2em;
}
ul.sidebar_list {
padding-top:1.2em;
}
#tabs {
border-style:none;}
#sidebar {
background:#F7F7F7 none repeat scroll 0 0;
}
h2 a {
color:#555555;
}
#footer {background-color:white;
}
#footer_notizen {
background-color:white;
}