/* @override http://www.raubbau.eu/wp-content/themes/thesis_151/custom/custom.css?071909-130758 */

/*
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: Standards ]:---*/
body { 
	color: #666; 
}
.custom #page {
	width: 97%;
	}

/*---:[ global elements ]:---*/
.custom a { color: #2c53a2; text-decoration: none; } /* Orange = FF7c00 */
.custom a:hover { text-decoration: none; }
.custom .alignright {
	text-align: right;
}

/*---:[ Header mit klickbarem Logo ]:---*/
.custom #header { 
	padding: 0 0 5px 0; 
	border: none;
	height: 80px;
	/* width: 960px; */
	}
.custom #header #logo a {
	height: 230px; 
	background: url('images/FDP-Header-Image_2.jpg') no-repeat; 
	outline: none; 
	display: block; 
	}
.custom #header #logo { 
	text-indent: -9999px; 
	}
.custom #header #tagline { 
	}

.custom #header #menu_right { 
	font-size: 12px; 
	float: right; 
	}

/*---:[ Navigationsmenu: Tabs ]:---*/
.custom #footer { 

	color: #888; 
	border: none; 
	text-align: right; 
	clear: both; 
}


/*---:[ Navigationsmenu: Tabs ]:---*/
.custom #tabs { 
	/* font-family: Trebuchet, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-weight: bold;
	font-size: 11px;
	background: #444;
	margin: 126px 0 20px;
}
.custom ul#tabs { 
	/* border: 1px solid #ddd; */
	/* border-width: 0 0 1px 1px; */
	border: none;
	padding: 5px 2px 5px 10px;
	}

.custom ul#tabs li  { 
	margin: 0 5px 0 0;
	border: none;
	}
.custom ul#tabs li a { 
	display: block;
	line-height: 1em; 
	padding: 3px 6px;
	color: white; 
	background: #444;
	text-transform: uppercase;
	font-weight: bold; 
	letter-spacing: 0.1px; 
	}
.custom ul#tabs li a:hover, .custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a { 
	text-decoration: none; 
	cursor: default; 
	border: none; 
	color: white; 
	background: #2c53a2; 
	/*padding: 5px 5px 5px 5px;*/
	}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { 
	text-decoration: none; 
	cursor: default; 
	border: none; 
	color: white; 
	background: #2c53a2; 
	/*padding: 5px 5px 5px 5px;*/
	}
	
/*---:[ Titel ]:---*/
.custom h1, h2, h3, h4 { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight: bold;
	line-height: 1.1em;
}
.custom h1 { 
	font-size: 2em; 
	letter-spacing: -0.02em;
}
.custom h1, .custom h2 { 
	font-size: 46px; 
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	letter-spacing: -0.05em;
	line-height: 0.9em;
	/* color: #d00d00; */
	padding-bottom: 10px;
}
.custom h1 { color: #333; }
.custom h2 a { color: #444; }
.custom h2 a:hover { 
	color: #2c53a2; 
	text-decoration: none;
	}
.custom h3 {
	margin: 25px 0 15px 0;
	font-size: 1.05em;
	font-weight: bold; 
	letter-spacing: -0.1px;
	color: #666; 
	}
.custom h4 {
	margin: 20px 0 10px 0;
	font-size: 1.1em;
	font-weight: bold; 
	letter-spacing: -0.5px;
	color: #666; 
	text-transform: uppercase;
	}

/*---:[ content styles ]:---*/
.custom .format_text {
	font-size: 15px;
	}
.custom .format_text a { 
	text-decoration: none; 
	}
.custom .format_text a:hover { 
	text-decoration: underline; 
	}
.custom .category_title, .custom .category_title a { 
	font-size: 14px; 
	font-weight: normal;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #888;
	}

.custom .format_text ul, .custom .format_text ol { 
	margin: -10px 0 10px 30px;
	padding: 0; 
	}
	
/*---:[ headline meta data (includes bylines) ]:---*/
.custom .headline_meta { 
	font-size: 11px;
	font-style: normal; 
	color: #888; 
}
.custom .headline_meta span, .custom .headline_meta abbr { 
	font-style: normal; 
	text-transform: uppercase; 
	letter-spacing: 0; 
	}
	
/*---:[ home page teasers ]:---*/
.custom .teaser h2 { 
	font-size: 28px; 
	letter-spacing: -0.05em;
	line-height: 0.9em;
	padding-bottom: 5px;
}
.custom .teaser .teaser_date { 
	text-transform: none;
	letter-spacing: 0;
	color: #888; 
	}


/*---:[ Image Alignments ]:---*/
.custom img.alignleft {
	margin: 0 20px 10px 0;
	}
.custom img.alignright {
	margin: 0 0 10px 20px;
	}


/*---:[ Comments ]:---*/
.custom #comments {
	width: 560px;
	margin: 20px 0 0 10px;
	border-top: 1px solid #cccccc;
	}


/*---:[ Sidebar: Schrift etc. ]:---*/
.custom #sidebars {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	} 
.custom .sidebar h3, .custom #custom_box h3 { 
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: -0.2px; 
	margin: 0 0 5px 0; 
	padding: 0;
	color: #444; 
	font-weight: normal;
	}
.custom #custom_box h3 { 
	margin: 20px 0 10px 0; 
	}
.custom #custom_box { 
	background: white; 
	border-bottom: none; 
	font-size: 12px;
	margin: 0 5px 20px 5px; 
	padding: 0;
	}

.custom .text_input { 
	width: 97%; 
	background: #f6f6f6;
	padding: 3px 6px;
	border: 1px solid #ddd;
	}
.custom li.widget ul { 
	list-style: none; 
	line-height: 1em;
	}
.custom li.widget ul li { 
/*	padding: 0 0 2px 20px; */
/*	background: url('images/bullet.gif') 0px 0px no-repeat; */
	}
	


/*---:[ multimedia box ]:---*/
.custom #image_box { 
	background: white; 
	border-bottom: none; 
	}
.custom #image_box img { 
	display: block; 
	background: #fff; 
	border: none;
/*	border-style: solid; 
	border-color: #ddd; 
*/
	}

/* ************************************* */
/* Formatierung fuer Sociable-Plugin      */ 
/* ************************************* */
.custom .sociable {
	margin: 30px 0 0 0;
	border-top: 1px solid #cccccc;
	}
.custom .sociable h4 {
	margin: 30px 0 0 0;
	}

/* ************************************* */
/* Formatierung fuer Buttons 125x125      */ 
/* ************************************* */
.custom .button125 {
	/* height: 125px; */
	width: 260px; /* 2 Buttons nebeneinander */
	margin: 0px 0 0 10px;
	}
.custom .button125 .left {
	display: block;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	width: 125px;
	height: 125px;
	float: left; 
	clear: both; 

	}
.custom .button125 .middle {
	display: block;
	padding: 0; 
	margin: 0 0 0 1px;
	}
.custom .button125 .right {
	display: block;
	margin: 0;
	padding: 10px 0 0 0 ;
	width: 125px;
	height: 125px;
	float: right; 

	}
/* ************************************* */
/* Formatierung fuer Greet-Plugin         */ 
/* ************************************* */
.custom .greet_block {
	border: 1px solid #ddd;
	background: #f6f6f6;
}
.custom .greet_text {
	font-size: 12px;
	color: #666;
	line-height: 15px;
}

/* ************************************* */
/* Formatierung fuer Pagebar-Plugin       */ 
/* ************************************* */
.pagebar {
	font-size: 12px; 
	padding: 30px 0;
	text-align: center;
}

.pagebar a, .pageList .this-page {
	color: #2c53a2;
	padding: 2px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
}
.pagebar a:visited {
	padding: 2px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
}
.pagebar .break {
	padding: 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}
.pagebar .this-page {
	padding: 2px 6px;
	border: 1px solid #ddd;
	font-weight: normal;
	vertical-align: top;
	background: #2c53a2;
	color: white;
}
.pagebar a:hover {
	color: white;
	background: #2b52a1;
	border-color: #ddd;
	text-decoration: none;
}

/* ************************************* */
/* Formatierung fuer Farbboxen            */ 
/* ************************************* */
.bluebox, .greenbox, .redbox, .orangebox, .yellowbox, .graybox, .whitebox {
	margin: 30px 0;
	padding: 0px 25px;
}
.bluebox {
	background-color: #EBF2F5; /* #EBF2F5; */
	border: 1px solid #E2E9EC; /* #E5ECEF;  #DBE2E5; */
}
.greenbox {
	background-color: #E9F5C6; /* #E9F5C6; */
	border: 1px solid #E3EFC0; /* #D9E5B6; */
}
.redbox {
	background-color: #FFECED; /* #FFE6E8; */
	border: 1px solid #F0E6E7; /* #EFD6D8; */
}
.orangebox {
	background-color: #FFF1DD; /* #FDECDB; */
	border: 1px solid #F0EBD7; /* #EDDCCB; */
}
.yellowbox {
	background-color: #FFFFCA;
	border: 1px solid #F0F0C5;		
}
.graybox {
	background-color: #F2F2F2;
	border: 1px solid #ECECEC;
}
.whitebox {
	background-color: #F6F6F6;
	border: 1px solid #E6E6E6;
}

/* ************************************* */
/* Formatierung fuer Twitter-iFrame von @thlang  */ 
/* ************************************* */
.chunk, .tweet, .custom .chunk, .custom #loadArea, .custom .tweet, #loadArea {
	font-family: Trebuchet, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif  !important;
}