/*
Theme Name: Bergmann
Description: Bergmann Brauerei Wordpress Theme von <a href="http://www.neuefabrik.de/">NEUEFABRIK</a>
Version: 0.8
Author: Patric Schwarz
Author URI: http://www.neuefabrik-berlin.de/
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none;  }
ol ol, ul ul, ol ul, ul ol { margin-left: 0px; margin-bottom: 0; }
img { border: none; }
img  a { border: none; }



/* Body
-------------------------------------------------------------------*/
body { 
        margin: 0 auto;
        font: 12px/18px Georgia, Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: #000 url(images/bg.jpg); 
}

*:first-child+html body {background:  url(images/bg.jpg)}

* html body {background:  url(images/bg.jpg) }

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Helvetica, Arial, Geneva, sans-serif; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 12px; line-height: 24px; margin-bottom: 0px; font-weight: normal; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #644e44; }
h1 a, h2 a, h3 a { color: #644e44; }
h1, h2, h3 { color: #644e44; }

h1 a:link { text-decoration:none; }
h1 a:hover { color: #de0221; text-decoration:none; }
h1 a:visited { color: #644e44; text-decoration:none; }

a { color: #de0221; text-decoration:none; }
a:hover { color: #de0221; text-decoration:underline;}
a:visited {color: #de0221;}
a:active, a:focus{outline: none}

p { margin-bottom: 10px; font-family: Georgia, Verdana, Helvetica, Arial, Geneva, sans-serif; line-height:1.6em;}

input, textarea { font: 12px Georgia, Verdana, Helvetica, Arial, Geneva, sans-serif; width: 180px; }

blockquote { 
	font: italic 14px/22px Georgia, Verdana, Helvetica, Arial, Geneva, sans-serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; 
}




/* Header
-------------------------------------------------------------------*/
#header { 
	width: 980px; 
	height: 231px; 
        margin: 0 auto;
	
	position: relative; 
	
}
#header h1 { 
        width: 230px;
        position: absolute;
        top: 80px;
        left: 160px;
	font: 20px Verdana, Helvetica, Arial, Geneva, sans-serif; 
	padding-top: 10px; 
	margin-bottom: 0; 
	color: #000; 
	text-indent: -200em;
}
#header h1 a { 
        color: #333; 
	text-decoration: none; 
}
#header span {
        position: absolute;
        top: 195px;
        left: 150px; 
	padding-left: 10px; 
	font-size: 12px; 
	color: #333; 
	text-indent: -200em;
}


/* Container
-------------------------------------------------------------------*/
#wrapper { 
	width: 980px; 
	overflow: hidden; 
	background-color: #fff;
	background: url(images/container.jpg) repeat-y;
    margin: -3px auto;
	padding: 50px 0px 0px 0px;   
		
}



/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 850px; 
	height: 35px; 
	margin-left: 50px;
    
}
#nav ul { 
	
	height: 35px; 
}
#nav ul li { 
	float: left; 
	
}
#nav ul li.current_page_item { 
        
        height: 35px;
}
#nav ul li a {
        
    height: 35px;
    display: block; 
	
	
	
	
}




/* Content
-------------------------------------------------------------------*/
#content { 
	width: 600px; 
	float: left; 
	padding: 40px 0px 0px 0px; 
	margin:0px;
	
	
}
#contentsingle { 
	width: 600px; 
	float: left; 
	padding: 40px 0px 0px 50px; 
	margin-left:0px;
	
	
}
#content .post { margin-bottom: 40px; margin-right:30px;}
#content .post p { margin-bottom: 20px; margin-left:0px;}
#content .post img { margin-left:0px; padding:5px; border:0px solid #de0221;}
#contentsingle .post img { margin-top: 0px; margin-left:0px; padding:0px 0px 0px 0px; border:0px solid #de0221;}
#contentsingle img.replacement  { margin-top:0; margin-left:0px; padding:0px; background-color: transparent; border:none;}
#contentsingle h1  { margin-left:0px;}

#content img.replacement  { margin-left:0px; padding:0px; background-color: transparent; border:none;}
#content .post h3 a { text-decoration: none; font-size: 20px; padding-left: 0px; }
#content .post-list li { list-style: none; }

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 6px 5px 5px 5px; 
	margin-bottom: 20px; 
        text-align: right;
	background: url(images/meta_bg.gif) top center no-repeat; 
}
#contentsingle .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 6px 5px 5px 5px; 
	margin-bottom: 20px; 
        text-align: right;
	background: url(images/meta_bg.gif) top center no-repeat; 
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }
#contentsingle #pages { text-align: center; }
#contentsingle #pages a { color: #414d4c; text-decoration: none; }
#contentsingle #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 235px;
	float: right;
	font-size: 11px; 
	margin: 0 0px 10px 0;
	color: #555;
	padding-top:30px;
	padding-right:70px;
}

#sidebar h3 { 
        font: normal 18px Verdana, Helvetica, Arial, Geneva, sans-serif; 
        color: #de0221; 
        padding-left: 0px;
}

#sidebar a { color: #38463e; text-decoration: none; }
#sidebar a:hover { color: #38463e; }

#sidebar .block {
	width: 205px;
	padding: 5px; 
	margin: 0px 0px 20px 0px;
	border: 5px solid #e3be36; 
	overflow: hidden;
	color: #555;
	
}
#sidebar .block li { 
	background: url(images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 12px;
}
#sidebar .block a:hover { color: #777; }

/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }



/* Search
-------------------------------------------------------------------*/
#search {
	
}

#search input { border: 0; }

#search #s { 
	width: 150px;
        height: 26px;
	padding: 3px 0 4px 5px;
	margin-right: -4px;
	vertical-align: top;
	line-height: 0;
	font-size: 12px;
	vertical-align: top;
	color: #333;
	background: url(images/search_bg.jpg) no-repeat;
}
#search #searchsubmit { 
	width: 56px; 
	height: 26px;
        text-align: center;
	background: url(images/searchbt_bg.jpg) no-repeat;
        font-weight: bold;
}
.bt{
        cursor: pointer;
}



/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: center; 
	font: bold 17px Georgia, Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #414d4c; 
}
#comments .comment { 
	background: #E7E8EB; 
	margin-bottom: 10px; 
	overflow: hidden; 
	width: 600px; 
	padding-bottom: 5px; 
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	width: 500px; 
	background: #F7F8F9; 
}
#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 16px Georgia, Verdana, Helvetica, Arial, Geneva, sans-serif;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #F7F8F9; 
	border: 5px solid #E7E8EB; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 565px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit {
        width: 148px;
        height: 30px;
        background: url(images/submit_bg.gif) no-repeat;
        text-align: center;
        border: none;
}




/* Footer
-------------------------------------------------------------------*/

#footer { 
	width: 980px; 
        height: 197px;
	margin: 0 auto; 
	background: url(images/fuss.jpg) no-repeat;
        position: relative; 
		
}

.rss {
        float: right;
	width: 200px; 
        height: 73px;
}

#footer-inner {

        clear: both;
        text-align: left; 
	width: 900px; 
	margin: 0 auto;
        padding-top: 90px; 
		padding-left: 12px;
}
#footer p { 
	font-size: 11px; 
	margin: 0; 
}
#footer a { color: #ff0000; }

#navline1  {  padding: 0px 0px 0px 0px;}
#navline2  {  margin: 0px 0px 0px 0px;}

#navi2  { float:left; width:205px; padding: 40px 0px 0px 50px; text-align:left;}
#navi2  ul { list-style:none;}

#navi2  ul li { list-style:none; margin-bottom:5px;}
#navi2  ul li a{ list-style:none; text-decoration:none; font-family: Verdana, Helvetica, Arial, Geneva, sans-serif; font-weight:bold; font-size: 18px; color:#665146;}
#navi2  li a:hover {color:#de0221;}
#navi2  li.current_page_item  a{color:#de0221;}

#nav ul #dbb  a{background: url(images/nav_dbb.gif) 0px 5px no-repeat; text-indent: -200em; width:66px;}
#nav ul #diesorten  a{background: url(images/nav_unserbier.gif) 0px 5px no-repeat; text-indent: -200em; width:197px;}
#nav ul #aktuelles  a{background: url(images/nav_aktuelles.gif) 0px 5px no-repeat; text-indent: -200em; width:188px;}
#nav ul #bezugsquellen  a{background: url(images/nav_bezugsquellen.gif) 0px 5px no-repeat; text-indent: -200em; width:260px;}
#nav ul #kontakt  a{background: url(images/nav_kontakt.gif) 0px 5px no-repeat; text-indent: -200em; width:137px;}
#nav ul #dbb  a:hover{background: url(images/nav_dbb_a.gif) 0px 5px no-repeat; text-indent: -200em; width:66px;}
#nav ul #diesorten  a:hover{background: url(images/nav_unserbier_a.gif) 0px 5px no-repeat; text-indent: -200em; width:197px;}
#nav ul #aktuelles  a:hover{background: url(images/nav_aktuelles_a.gif) 0px 5px no-repeat; text-indent: -200em; width:188px;}
#nav ul #bezugsquellen a:hover{background: url(images/nav_bezugsquellen_a.gif) 0px 5px no-repeat; text-indent: -200em; width:260px;}
#nav ul #kontakt a:hover{background: url(images/nav_kontakt_a.gif) 0px 5px no-repeat; text-indent: -200em; width:137px;}

#nav ul #dbb-aktiv  a{background: url(images/nav_dbb_a.gif) 0px 5px no-repeat; text-indent: -200em; width:66px;}
#nav ul #diesorten-aktiv  a{background: url(images/nav_unserbier_a.gif) 0px 5px no-repeat; text-indent: -200em; width:197px;}
#nav ul #aktuelles-aktiv  a{background: url(images/nav_aktuelles_a.gif) 0px 5px no-repeat; text-indent: -200em; width:188px;}
#nav ul #bezugsquellen-aktiv  a{background: url(images/nav_bezugsquellen_a.gif) 0px 5px no-repeat; text-indent: -200em; width:260px;}
#nav ul #kontakt-aktiv  a{background: url(images/nav_kontakt_a.gif) 0px 5px no-repeat; text-indent: -200em; width:137px;}

#template_dbb #nav ul #dbb  a{background: url(images/nav_dbb_a.gif) 0px 5px no-repeat; text-indent: -200em; width:66px;}
#template_sorten #nav ul #diesorten  a{background: url(images/nav_unserbier_a.gif) 0px 5px no-repeat; text-indent: -200em; width:197px;}
#template_bezugsquellen #nav ul #bezugsquellen  a{background: url(images/nav_bezugsquellen_a.gif) 0px 5px no-repeat; text-indent: -200em; width:260px;}
#template_aktuelles #nav ul #aktuelles  a{background: url(images/nav_aktuelles_a.gif) 0px 5px no-repeat; text-indent: -200em; width:188px;}

#content .post img.noframe{
border:0px;
}

#shortnav{
position:absolute;
top: 25px;
right:80px;
}
#shortnav a{
text-decoration:none;
}
#neuefabrik{text-align:left; color:#666; font-size:9px; margin-top:35px; margin-left:50px}
#leerspalte{float:left; margin-left:50px;
}
hr {border-top: 1px solid #db0028; margin-bottom:20px;}
table, tr, td {border:none;}
tr {padding:5px;}
td {padding:5px;}

ul.children {display:none}

