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


/* Grundlayout */

body.custom { background: url(images/bg-seite.jpg) #a7a288 no-repeat top center; background-attachment: fixed; font-family: Arial,Helvetica; margin: 42px 0px 0px 0px; padding: 0px; line-height: 23px; color: #2f2f2f; text-align: center; }

.custom #page { background: none; }

.custom #container { width: 998px; text-align: left; margin: 0 auto; padding: 20px 0px 0px 0px; overflow: hidden; }



/* Headerbereich */

.custom #header { position: relative; width: 998px; height: 131px; background: url(images/bg-oben.gif) no-repeat 0px 0px; padding: 0px; border: 0px; }
.custom #header .logo { position: absolute; left: 50px; top: 44px; color: #e16a40; font-size: 11px; text-transform: uppercase; }

.custom #header .logo-link { position: absolute; left: 48px; top: 54px; line-height: 60px; font-family: Georgia, "Times New Roman", serif; }
.custom #header .logo-link a { font-size: 52px; color: #2f2f2f;  font-weight: bold; }

	.custom .menu { position: absolute; left: 531px; top: 64px; margin: 0px; padding: 0px; list-style-type: none; width: 430px; z-index: 20; }
	.custom .menu li { float: left; background: #776f53; padding: 0px 0px 0px 0px; }
	.custom .menu li a { color: #fff; padding: 8px 16px 7px 16px; background-color: #776f53; font-size: 17px; font-variant: normal; }
	.custom .menu li a:hover { background: #e16a40; color: #fff; }

	.custom .menu .children ul { margin: 0px; padding: 0px; list-style-type: none; z-index: 20; }
	.custom .menu .children li { padding: 0px 0px 0px 0px; margin: 0px; background: #d6cdb2; border-bottom: 1px solid #776f53; border-left: 1px solid #776f53; border-right: 1px solid #776f53; }
	.custom .menu .children li a { color: #2f2f2f; padding: 7px 12px 7px 12px; background: #d6cdb2; font-size: 14px; letter-spacing: 0px; text-transform: none; display: block; }
	.custom .menu .children li a:hover { background: #ebe8db; color: #2f2f2f; }



/* Menu Rechts und Custom Box oben */
	
.custom #sidebars { margin: 30px 57px 0px 0px; }
.custom .sidebar h3 { font-variant: normal; text-transform: uppercase; border-bottom: 1px solid #eae5d7; font-family: Georgia, "Times New Roman", serif; font-size: 15px; }
.custom .sidebar ul.sidebar_list { padding: 20px 20px 20px 20px ; }
.custom .sidebar_list ul li a { color: #e16a40; font-size: 14px; }	

.custom #custom_box { margin: 0px 0px 0px 60px; padding: 0px 0px 20px 0px; z-index: 1; }
	
	

/* Content, Teaser etc. */
	
.custom #content_box { width: 998px; float: left; clear: both; background: url(images/bg-mitte.gif) repeat-y 0px 0px; }
.custom .post_box, .teasers_box, .full_width #content_box .page { margin: 0px 0px 0px 50px; border-width: 0 0 0; border-bottom: 1px solid #eae5d7;  }

.custom .post_box { padding: 14px 0px 0px 0px; }

.custom #content { width: 500px; }
.custom .format_text img, .custom .teaser img { border: 1px solid #eae5d7; }


	.custom .headline_area h1  { color: #e16a40; }

	.custom .headline_area h2 a { color: #e16a40; }
	.custom .headline_area h2 a:hover { color: #e16a40; text-decoration: underline; }
	.custom .headline_area h2 a:visited { color: #e16a40; }
	
	.custom .teasers_box { padding-top: 20px; padding-bottom: 20px; border-width: 0 0 0; border-bottom: 1px solid #eae5d7; }
	.custom .teaser h2 a { font-size: 18px; font-family: Arial,Helvetica; }
	.custom .teaser h2 a:hover { text-decoration: underline; color: #e16a40; }
	.custom .teasers_box .remove_bottom_margin { margin: 10px 0px 10px 0px; }

	.custom #commentform { border-top: 1px solid #eae5d7; }	
	.custom #comments { margin: 0px 0px 0px 50px; }
	.custom dl#comment_list { border-top: 1px solid #eae5d7; }
	.custom dl#comment_list .bypostauthor { background: #ebe8db; }
	.custom dl#comment_list dd { border-bottom: 1px solid #eae5d7; }

	.custom .prev_next { border-width: 0; margin: 0px 0px 0px 50px; letter-spacing: 0px; }
			 
	.custom #archive_info { margin: 30px 0px 0px 50px; padding: 0px 0px 0px 0px; border: 0px; }
	.custom #archive_info h1 {  color: #2f2f2f; text-decoration: none; font-size: 18px; margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px; }
	.custom #archive_info p { margin: 0px 0px 0px 0px; padding: 0px 0px 20px 0px; font-size: 14px; border-bottom: 1px solid #eae5d7; text-transform: none; letter-spacing: 0px; color: #2f2f2f; line-height: 23px; }

	.custom .teaser .format_teaser { margin: 0px 0px 8px 0px;}
	.custom .teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { color: #381; }
	.custom .teaser .teaser_author a:hover, .teaser a.teaser_comments:hover, .teaser a.teaser_category:hover, .teaser .edit_post a:hover { color: #261; }
	a.teaser_link { color: #8a8257; font-size: 14px; font-weight: bold; text-decoration: underline; }
	a.teaser_link hover { color: #e16a40; }

	
	.custom .headline_meta, .teaser_author, .teaser_date { font-size: 10px; text-transform: uppercase; font-style: normal; color: #a7a288; letter-spacing: 0px; }
	.to_comments, .bracket { font-size: 11px; color: #a7a288; }
	
	.prev_next { border-width: 0.1em 0 0 0; }

	
	
	
/* Footer */
	
.custom #footer { position: relative; width: 998px; height: 100px; border-width: 0px; background: url(images/bg-footer.gif) no-repeat 0px 0px; }
.custom #footer p { position: absolute; right: 60px; top: 20px; color: #fff; }


/* Mailchimp Basis Formatierung */

#mailchimp-widget { margin: 0px 0px 40px 0px; padding: 0px; }
#mc_custom_border { width: 80px; margin: 0px; padding: 0px; }

#mc_signup_container legend { background: transparent; font-weight: normal; color: #2f2f2f; text-transform: uppercase; border-bottom: 1px solid #eae5d7; font-family: Georgia, "Times New Roman", serif; font-size: 15px; }
#mc_signup_container input { width: 80px;  }






