/*  
Theme Name: Zeke (2-Column) 1.0 + Widgets
Theme URI: http://www.solostream.com
Description: 2-Column, 1.0 + Widgets, modified Wurstakademie
Author: Michael D. Pollock, modified by Mario Pizzinini, http://www.wurstakademie.com
Author URI: http://www.solostream.com/
*/


/* -------------------[ Main Page Elements ]------------------- */

body {
	font-size: 10pt;
	font-family: verdana,tahoma,geneva,sans-serif;
	background: #9B9871 url(images/wurst-bg1.jpg);
	color: #303324;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 140%;
	}

#wrap {
        padding: 0 5px;
        clear: both;
	width: 960px;
	margin: 0 auto;
        background: #9b9871 url(images/wurst-bg2.gif) top left repeat-y;
        }

#header {
        width:960px;
        clear: both;
        padding: 0;
	margin: 0 auto;
        height:247px;
        background: #330000 url(images/wursthead.jpg) top center no-repeat;
	}

#nav {
        width:960px;
        background: #C5C08E url(images/wurstnav.gif) center center no-repeat;
        height:40px;
        line-height:40px;
        margin: 0 auto;
        }

#page {
        clear: both;
	margin: 0 auto;
	padding: 0;
	}  

#contentleft {
        width: 680px;
        float:left;
        padding: 0;
        margin: 0;
        } 

#contentright {
	font-family:tahoma,geneva,verdana,sans-serif;
	font-size: 8pt;
        width: 250px;
        float:left;
        padding: 15px 0 15px 15px;
        margin: 0 0 15px;
        } 


#map {
	float: center;
	border: 1px solid black;
	}


#sidebar {
        width: 250px;
	font-size: 8pt;
        float: left;
        margin: 0;
	padding: 0;
	} 

#footer {
        border-top:1px solid #9B9871;
	font-family:tahoma,geneva,verdana,sans-serif;
	font-size: 8pt;
        color:#996600;
        width:960px;
        background:#C5C08E url(images/wurst-bg-footer.gif) top left repeat-y;
	font-size: 8pt;
        clear: both;
 	line-height: 150%;
        margin: 0px auto;
        padding: 20px 0;
	height: 200px;
        }

#footer-left, #footer-right {
	float: left;
	}

#footer-left {
        text-align: center;
	width: 620px;
	padding-left: 30px;
	padding-right: 30px;
	}

#footer-right {
        text-align: left;
	width: 230px;
        padding-left: 20px;
	}

#footer p {
        margin: 0;
        }

/* -------------------[ Headings ]------------------- */

h1, h2, h2a, h3, h4, h5, h6, h7 {
        color:#330000;
	font-family: tahoma,geneva,verdana,sans-serif;
        letter-spacing:-1px;
        line-height: 130%;
	margin: 0;
	padding: 0;
	text-align: left;
        font-weight:normal;
	}

h1 {
	font-size: 16pt;
	margin: 0;
	}

h2 {
	font-size: 14pt;
        text-transform:uppercase;
        letter-spacing:0px;
	}

h2a {
	font-size: 14pt;
        text-transform:uppercase;
        border-bottom:1px dotted #330000!important;
        letter-spacing:1px;
	text-align: center;
        line-height: 180%;
	}


h3 {
	font-size: 12pt;
	}

h4,h5,h6,h7 {
	font-size: 10pt;
	}

h8 {
	font-size: 10pt;
	font-family: verdana,tahoma,geneva,sans-serif;
	color: #000;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	}

h9 {
	font-size: 10pt;
	font-family: verdana,tahoma,geneva,sans-serif;
	color: #000;
	text-align: left;
	margin: 0 0;
	padding: 0 14px;
	}

#header h1.blogtitle {
        color: #FAF7E8;
        text-align:center;
        font-size:30px;
        line-height:100%;
        padding: 50px 100px 5px;
        margin: 0;
        }

#sidebar h2, #midcontent h2  {
        font-weight: bold;
        text-transform:uppercase;
        border-bottom:1px dotted #000!important;
        font-size:9pt;
        letter-spacing:0px;
        margin: 3px 0;
        padding: 0;
        }


h1.sectionhead, h2.sectionhead, h2#trackbacks, h2#comments, h2#respond  {
        line-height:100%;
        font-weight: bold;
        font-size:10pt;
        text-transform:uppercase;
        letter-spacing:0px;
        border-bottom:1px solid #9B9871;
        margin: 0;
        padding: 10px 15px;
        background:#E5E0C3;
        }

h3#trackbacks  {
        line-height:100%;
        font-weight: bold;
        font-size:10pt;
        text-transform:uppercase;
        letter-spacing:0px;
        margin: 0;
        padding: 10px 15px;
        background:#E5E0C3;
        }

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
        margin-bottom: 10px;
        }


/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	color: #996600;
        text-decoration: underline;
        font-size: bold;
	}

a:hover, a:active {
        text-decoration:underline;
        color:#000;
	}

.entry a, .entry a:link, .entry a:visited, .postinfo a, .postinfo a:link, .postinfo a:visited, .postinfo2 a, .postinfo2 a:link, .postinfo2 a:visited, .postinfo-comment a, .postinfo-comment a:link, .postinfo-comment a:visited, .postinfo3 a, .postinfo3 a:link, .postinfo3 a:visited {
        text-decoration: underline; 
        }

.post h1 a, .post h2 a, .featurepost h2 a, .featurepost h1 a,  .featurepost2 h2 a, .featurepost2 h1 a {
        color:#330000;
        }

#footer a:hover, #footer a:active {
        text-decoration:underline;
        color:#000;
	}

/* -------------------[ Footnotes ]------------------- */

.footnotes {
  font-size: 80%;
  line-height: 1.5em;
  padding: 10px 0 10px 0;
}

.footnotes .footnotedivider {
  width: 200px;
  border-bottom: 1px solid #9C9872;
}

sup.footnote a {
  text-decoration: none;
  font-size: 90%;
}

.footnotes li {
  margin: 0 0 0 20px;
}

sup.footnote {
  line-height: 0em;
}

.footnotereverse a {
  padding: 0 0 0 5px;
  text-decoration: none;
}
	
/* -------------------[ Images ]------------------- */

img.alignright {
        float: right;
        clear: right;
        margin: 0 0 5px 10px;
        background: #fff;
        padding: 0px;
        border: 1px solid #ccc;
        }

img.alignleft {
        float: left;
        clear: left;
        margin: 0 10px 5px 0px;
        background: #fff;
        padding: 0px;
        border: 1px solid #ccc;
        }

img.centered { 
        display: block; 
        padding: 0px; 
        margin: 0 auto 20px auto; 
        border: 1px solid #ccc; 
        float: none; 
        clear: both;
        }

/* -------------------[ my References ]------------------- */

.mmyref {
  font-family: arial, verdana, tahoma, helvetica, sans-serif;
  font-size:10px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

/* -------------------[ Sidebar ]------------------- */


#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
	}

#sidebar ul li ul {
        list-style-type: square;
        margin: 0;
        padding: 0;
        }

#sidebar ul li ul li {
        list-style-type:none;
        padding-left:15px;
        margin:0;
        background:url(images/wurstarrow.gif) 0 5px no-repeat;
        }

/* -------------------[ Form Elements ]------------------- */

#commentform {
        font-size:8pt;
        background: #F2ECCE;
        padding: 15px 15px 1px;
        margin: 0;
        border-bottom:1px solid #9B9871;
        }

#commentform label {
        display:block;
        margin: 0;
        }

#commentform input {
	width: 170px;
	padding: 1px;
	margin: 0px 5px 10px 0;
	}

#commentform textarea {
        width: 400px;
        padding: 0;
	margin: 0px 0px 10px 0; 
	}

#commentform #submit {
	margin: 0 0 20px 0;
	}

#commentform p {
        margin: 5px 0;
	}


/* -------------------[ Comments ]------------------- */


ol.commentlist {
        font-size:8pt;
        padding: 0;
        margin: 0;
        }

ol.commentlist li {
	display: block;
	list-style: none;
        padding: 15px 15px 1px;
	margin: 0;
        border-bottom:1px solid #9B9871;
	}

ol.tblist {
        font-size:8pt;
	list-style: none;
        padding: 15px 15px 10px;
        margin: 0;
        border-bottom:1px solid #9B9871;
        }



ol.tblist li {


	display: block;
	list-style: none;

        padding: 0;
        margin: 0 0 5px 0;  
        background: url(images/wurstarrow.gif) 0 3px no-repeat;
        padding-left: 14px;     
	}

.odd {

        }


/* -------------------[ Misc Tags and Classes ]------------------- */

p.description {
        color:#FAF7E8;
        font-size: 12pt;
        padding: 0 100px;
        margin: 0;
        text-align:center;
        } 

.post ul, .singlepost ul {
        list-style-type: none;
        }

.post ul li, .singlepost ul li {
        list-style-type:none;
        background: url(images/wurstarrow.gif) 0 4px no-repeat;
        padding: 0 0 2px 14px;
        }

p {
	margin-top: 8px;
	margin-bottom: 15px;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
        border-left:5px solid #330000;
        padding-left:5px;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

.navigation {
	text-align: center;
	font-size: 8pt;
	margin:0;
	padding: 10px 15px;
	}

.alignleft {
        float:left;
        }

.alignright {
        float:right;
        }

.entry {
	padding: 0;
	margin: 0;
	}

.postinfo {
	font-family:tahoma,geneva,verdana,sans-serif;
	font-size: 8pt;
        background: url(images/doc.gif) 0 3px no-repeat;
        clear: both;
	margin: 0 0 10px;
	padding-left: 14px;
	}

.postinfo-comment {
	font-family:tahoma,geneva,verdana,sans-serif;
	font-size: 8pt;
	background: url(images/comment.gif) 0 3px no-repeat;
        clear: both;
	margin: 0 0 10px;
	padding-left: 14px;
	}

.postinfo2 {
	font-family:tahoma,geneva,verdana,sans-serif;
	font-size: 10pt;
	background: url(images/comment.gif) 0 3px no-repeat;
	text-align: left;
        clear: both;
	margin: 0 0 10px;
	padding-left: 14px;
	}

.postinfo3 {
	font-family:tahoma,geneva,verdana,sans-serif;
	font-size: 10pt;
	text-align: left;
        clear: both;
	margin: 0 0 10px;
	padding-left: 3px;
	}

.post {
	margin: 0 ;
	padding: 15px 15px 5px;
        border-bottom:1px solid #9B9871;
	}

.featurepost {
	margin: 0;
	padding: 15px 15px 5px;
        background:#F2ECCE;
        border-bottom:1px solid #9B9871;
	}

.featurepost2 {
	margin: 0;
	padding: 15px 15px 5px;
        background:#FAF7E8;
        border-bottom:1px solid #9B9871;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

hr {
        display: block:
        clear:both;
        }

a.more-link,a.more-link:link,a.more-link:visited,a.more-link:hover {
        background: url(images/arrow-rt.gif) 100% 70% no-repeat;
        text-decoration:none;
        padding-right:16px;
        border: 1px solid #996600;
        padding-left: 3px;
        padding-right: 17px;
        }

/* -------------------[ Search ]------------------- */

#searchform {
	margin: 0;
	padding: 0; 
        }

#searchform #s {
        font-size:8pt;
        width: 247px;
	margin-right: 2px;
	}

#searchform #submit {
        font-size:8pt;
	}

/* -------------------[ Navigation ]------------------- */

ul.nav {
	font-size: 8pt;
        font-weight:bold;
        letter-spacing: 0px;
        height:40px;
        line-height:40px;
        float:left;
	list-style: none;
        text-transform:uppercase;
	padding: 0;
	margin: 0;
        }

ul.nav li {
        float: left !important;
        margin: 0;
        padding: 0;
        list-style-type: none;
        }

ul.nav li a, ul.nav li a:link, ul.nav li a:visited {
        text-decoration:underline; 
        color: #000;
        float: left;
        display: block;
        padding: 0 10px;
        }

ul.nav li a:hover, ul.nav li a:active {
        text-decoration:underline;
        background: #9B9871;
        text-decoration: underline;
        }

ul.nav li.current_page_item a {
        text-decoration:underline;
        background: #9B9871;
        text-decoration: underline;
        }

ul.nav li ul {
        float:left;
        margin:0;
        padding:0;
        }

/* ---------------[ Tables ]--------------- */

.entry table {
	margin-bottom:15px;
        padding:auto;
        border:auto;
        }

.entry tr, .entry td, .entry th {
	margin:auto; padding:auto; border:auto;
        }



.entry td, .entry th {
	padding:8px;
	vertical-align:top;
}

.entry th {
	font-weight:bold;
	background:#E5E0C3;
}

.entry td {
	border:1px solid #E5E0C3;
}

/* ---------------[ Related Entries ]--------------- */

.related {
        margin: 0 0 1px;
        background:#eee;
        padding:10px 10px 8px;
        }

.related ul {
        line-height:130%;
        margin: 0;
        padding-left:0;
        list-style-type: none;
        }

.related ul li {
        list-style-type:none;
        padding: 0 0 0 14px;
        margin: 0 0 2px;
        background: url(images/wurstarrow.gif) 0 3px no-repeat;
        }

ul#archives {
        margin: 0 0 15px 5px;
        padding: 0;
        }

ul#archives ul {
        padding:0;

        }

ul#archives ul li {
        background:transparent;
        padding-left:0;
        margin:0;
        }

ul#archives ul ul {
        margin:0;
        margin-left: 10px;
        padding:0;
        }


/* ---------------[ Im Fokus ]--------------- */

#hinweis .textwidget {
        background: #f2ecce url(images/info.jpg) no-repeat right bottom;
        padding: 1em; border: 1px solid #9b9871; margin: 5px 0 15px 0;
}

#hinweis .textwidget p {
        margin: 0;
}

#hinweis .textwidget p.abstand-oben {
        margin-top: 1em;
}


