/*
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, h6 { font-weight: normal; }
h4, h5 { font-weight: bold; }
h5, h6 { text-transform: uppercase; letter-spacing: 1px; }
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 { font-variant: small-caps; letter-spacing: 2px; color: #555; }
	h2 a { color: #111; }
	h2 a:hover { color: #2361a1; }
*/

/*Experimente mit HEader*/




/*Feature Box*/

#feature_box{
border:none;
background:#FFFFFF;
text-align:left;
/*background-color:#FFFF99;*/
}

/*Double Box*/

#double_box{
float:left;
}

#double_box_r {
float:left;
width: 185px;
}

#double_box_l {
float:left;
width: 185px;
}

.flickr_image{
margin-right:1px;
}


/* Footer Sidebar nebeneinander */
.footer1 .sidebar_list li.widget { 
color: black; 
width:23%; 
margin-right:2%; 
float:left;
text-align:left;
 }

.footer1 ul.sidebar_list li.widget h3 {
margin-bottom: 10px; 
font-size: 14px; 
color: #666666; 
text-align: left;
}		
		
		
		

/*Thesis Nav Bar - Removal*/

.custom ul#tabs {border-bottom:none; border-left:none;}
	.custom ul#tabs li {margin-bottom:0; border:none; background:none;}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:none;}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {}
		.custom ul#tabs li a:hover {text-decoration:none;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}



/*Remove Double Line in Header*/

.custom #header { 
border-bottom: 0; 

}


/*Place Searchbar in bleikamp Navigation*/

#s {
     float: right;
     /*background: url("images/bkg_search.png") 0 0 no-repeat;*/
     color: #CCCCCC;
     padding: 1px 1px 1px 1px;
	 margin: 0 0 15px 15px;
     width: 156px;
}

/*Logo Pseudo Elements*/


#header #logo a:link {color:#2361a1; background:#fff; text-decoration:none;} 
#header #logo a:hover {color:white; background:#2361a1; text-decoration: none;} 
/*#header #logo a:focus {color:brown; background:#fff; text-decoration: none;}*/
#header #logo a:active {color:brown; background:#fff; text-decoration:none;} 
#header #logo a:visited {color:#2361a1; background:#fff; text-decoration: none;}



/*Tab HOME auf Falllinie Startseite angleichen*/
#tabs li { margin-left: 5px;}

/*RSS*/




/**/
/*Custom Hintergrund Farbe*/
/**/

/*
body.custom {
    background: #5481bc;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #ffffff;
    border: 0.0em solid #ffffff;
}

.custom #page {
    background: #fff;
}

*/





/**/
/**/
/*Codeparkplatz*/
/**/
/**/



/*search form positioning*/
/*http://www.thesishacker.com/move-the-search-bar*/

/*
.custom .search {position: absolute;
z-index: -1;
margin: 1em 0 0 50em;
}
*/
















/*Custom Background Image*/		
/*If you ever want to set a background image*/
/*
body {
background: url(http://pixelfreund.ch/images/imagename.png) no-repeat; 
height: Xem; 
width: Xem;
}

/*
		