/*
Theme Name: superschurke.de
Theme URI: http://superschurke.de/
Description: Standard-Theme für superschurke.de
Version: 1.0
Author: Alexander Gross
Author URI: http://binarybonsai.com/
Tags: 
*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
  html {height:100%;}

  body {
    height:100%;
    min-height:100%;
    margin:0%;
    padding:0%;
    text-align:center;
    background: url(/wp-content/themes/superschurke/images/public/bg_body.jpg) repeat-x;
    background-color: #fefefe; 
    font: normal 12px Arial;
  }

  div#container { 
    height: 100%;
    width: 950px;
    margin: 0px auto;
    text-align:left;
  }

  div#innerwrapper {
    width: 100%;
  }

  div#content { 
    width: 913px;
    margin: 0px auto;
    float: left;
    background: url(/wp-content/themes/superschurke/images/public/bg_content.png) repeat-y;
    padding: 15px 30px;
  }

  div#main_content { 
    width: 800px;
    float: left;
  }

  div#additional_content { 
    width: 150px;
    float: right;
    margin-left: 15px;
    padding: 0px 15px;
    border-left: 2px dotted #194B1A;
  }
  
  div#footer {
    clear: both;
    width: 963px;
    background: url(/wp-content/themes/superschurke/images/public/bg_content_bottom.png) no-repeat;
  }

  div#header {
    width: 970px;
    height: 125px;
    margin: 0px auto;
    background: url(/wp-content/themes/superschurke/images/public/bg_header.png) no-repeat;
  }
  

  div#header img#logo { margin: 18px 0px 0px 60px; float:left; }

  /** Navigation ***/
  ul#navigation { float:right; margin: 0px; padding: 0px; list-style-type:none; position:absolute; top:81px; margin-left: 192px; }
  
    ul#navigation li {
      width: 180px;
      height: 35px;
      float: left; 
      margin-right: 12px;
    }

      ul#navigation li a {
        width: 180px;
        height: 20px;
        display: block;
        text-align:center;
        background:url(/wp-content/themes/superschurke/images/public/bg_nav.png);
        padding-top:15px;
        font: normal 12px Verdana;
        text-decoration: none;
        color: #333;
      }

      ul#navigation li a:hover {
        color: #194B1A;
      }
    
      ul#navigation li.current_page_parent a,
      ul#navigation li.current_page_item a {
        background:url(/wp-content/themes/superschurke/images/public/bg_nav_active.png);
        font: bold 12px Verdana;
        text-decoration: none;
        color: white;
      }

      ul#navigation li.current_page_parent a:hover,
      ul#navigation li.current_page_item a:hover {
        color: #fff;
      }

	div#submenu ul { float:right; margin: 0px; margin-right: 15px; padding: 0px; list-style-type:none;  }
	div#submenu ul li {
		float:right;
		list-style-type:none;
		border-bottom:1px solid #194B1A;
		border-right:1px solid #194B1A;
		}
	div#submenu ul li a {
		display: block;
		padding: 2px 10px;
		}
	div#submenu ul li.current_page_item { 
		background-color:#194B1A;
		}
	div#submenu ul li.current_page_item a { 
		color:#fff; 
		}



  /** Text und Schrift ***/

  h3 {
    padding: 0px; 
    margin: 0px 0px 10px 0px; 
    font: bold 12px Verdana;
    color: #194B1A;
  }

  p { 
    padding: 0px; 
    margin: 0px; 
    font: normal 12px Arial;
    color: #000;
    line-height: 180%;
  }
  
  img { border: 0px }

  
  div#additional_content h3,
  div#additional_content p {
    margin-left: 13px; 
  }


  innerwrapper a, innerwrapper img { z-index: 1; }

  a {
    position: relative;
    cursor:pointer;
    font: bold 12px Arial;
    color: #FF8800;
    text-decoration: none;
    background: none;
  }

  a:hover {
    color: #fff;
    background: #FF8800;
  }


  /** Sonderformate ***/

  div#stilbluete { 
    float: right;
    width: 716px;
    margin-right: 35px;
    margin-top: 10px;
    padding: 10px 10px 0px 10px;
    background: url(/wp-content/themes/superschurke/images/public/bg_stilbluete.png) no-repeat; 
  }
  
    div#stilbluete p.quote {
      font-weight: normal;
      font-size: 1.1em;
      line-height: 120%;
      font-family: Georgia;
      color: #194B1A;
    }  

    div#stilbluete p.author {
      text-align: right;
      font-size: 1em;
      font-family: Georgia;
      font-style: italic;
      color: #194B1A;
    }
    
	div#stilbluete a:hover {
		background: none;
		}
  
  div#stilbluete.bottom {
    margin-top:0px;
    background: url(/wp-content/themes/superschurke/images/public/bg_stilbluete_bottom.png) no-repeat; 
  }
  
  div.separator {
    width: 140px;
    border-top: 2px dotted; 
    margin: 20px 10px 0px 10px; 
  }


  div.sloganbox div.thumbnail { 
    height: 140px; 
    width: 140px;
    padding: 10px 13px 16px 13px;
    display: block;
    background: url(/wp-content/themes/superschurke/images/public/bg_slogan.jpg) no-repeat;
  }
  
  div.sloganbox h3 { 
    margin-bottom: 3px; 
  }

  div.sloganbox div.separator {
    margin-top: 8px;
  }
  
  div#additional_content form#searchform input#s {
    width: 140px;
    height: 27px;
    padding-top: 5px;
    padding-left: 5px;
    background: url(/wp-content/themes/superschurke/images/public/bg_input_archive.jpg) no-repeat;
    border: 0px;
    font: normal 12px Arial;
    color: #194B1A;
    position: relative;
    z-index: 1;
  }

  div#additional_content form#searchform input#searchsubmit { display:none }
  

  ul#subnav { margin: 0px; margin-left:13px; padding: 0px; list-style-type:none; }
  
      ul#subnav li {
        display: inline;
        margin: 0px;
        padding: 0px;
      }

      ul#subnav li a {
        line-height: 180%;
        display: block;
        margin: 0px;
      }

      ul#subnav li.key0 a { color: #FF8800;  }
      ul#subnav li.key0 a:hover { background: #FF8800; color: #fff;  }
      ul#subnav li.key1 a { color: #FF9419;  }
      ul#subnav li.key1 a:hover { background: #FF9419; color: #fff;  }
      ul#subnav li.key2 a { color: #FFA033;  }
      ul#subnav li.key2 a:hover { background: #FFA033; color: #fff;  }
      ul#subnav li.key3 a { color: #FFAB4C;  }
      ul#subnav li.key3 a:hover { background: #FFAB4C; color: #fff;  }
      ul#subnav li.key4 a { color: #FFB866;  }
      ul#subnav li.key4 a:hover { background: #FFB866; color: #fff;  }
      ul#subnav li.key5 a { color: #FFC37F;  }
      ul#subnav li.key5 a:hover { background: #FFC37F; color: #fff;  }
      ul#subnav li.key6 a { color: #FFCF99;  }
      ul#subnav li.key6 a:hover { background: #FFCF99; color: #fff;  }
      ul#subnav li.key7 a { color: #FFDBB2;  }
      ul#subnav li.key7 a:hover { background: #FFDBB2; color: #fff;  }
      ul#subnav li.key8 a { color: #FFE7CC;  }
      ul#subnav li.key8 a:hover { background: #FFE7CC; color: #fff;  }
      ul#subnav li.key9 a { color: #FFF3E5;  }
      ul#subnav li.key9 a:hover { background: #FFF3E5; color: #fff;  }

  
  div.comment { margin-bottom: 15px }
    div.comment span.date { font: normal 11px Arial }
    div.comment p { font: normal 9px Arial }
  
  
  div.blogentry {
    width: 700px;
    clear: left;
  }
  
  div.bloginfo {
    width: 700px;
    clear: left;
    border-top: 2px dotted #194B1A;
    margin-bottom: 40px;
  }
  

  div.blogentry h1 { margin-top: 20px}

  div.post h1,
  div.blogentry h1 {
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    color: #194B1A;
    font: bold 16px Arial; 
    border-bottom: 2px solid #194B1A;
  }

  div.blogentry ul,
  div.blogentry p {
	margin-bottom:10px;	
	}

	div.blogentry cite,
	div.blogentry cite a {
		font-family: Georgia;
		font-size: 1em;
		font-style: italic;
	}

  div.blogentry ul li {
	list-style: disc;
	margin-left: 35px;
	padding-left: 0px;
	}

  div.blogentry ol {
  	margin-left: 0px;
  }

  div.blogentry ol li {
	list-style: decimal;
	margin-left:0px;
	padding-left: 0px;
	}

  div.blogentry h1 a {
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    color: #194B1A;
    font: bold 16px Arial; 
  }

  div.blogentry h1 a:hover {
	color: #FF8800;
	background-color: white;
  }

  strong { font-weight: bold; color:#194B1A }
  em	{ font-style: italic}
  
  div.entry {
  	margin-top: 5px;
  }

  div.entry hr {
    border-top: 2px dotted; 
    margin: 20px 0px 10px 0px; 
  }

  div.entry h2 {
  	font-size: 1.8em;
    font: bold 12px Verdana;
    color: #194B1A;
    margin-top: 10px;
    margin-bottom: 10px;
  	}

  .entry ol {
	padding: 0 0 0 35px;
	margin: 0;
  }

  .entry ol li,
  .entry ul li {
  	margin-left: 0px;
    margin-bottom: 5px;	
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
  }
  
  textarea { width: 200px }


  div.blogentry p.image { float: left; background: #fff; padding: 0px 20px 10px 0px; }

  div.entry img { 
  	float: left;
  	border: 1px solid #194B1A;
  	margin:0 10px 10px 0;
  	}
  div.entry img.alignright {
  	float: right;
  	margin:0 0 10px 10px;
  	}
  div.entry img.no-border {
  	border: 0px;
  	}
  div.entry img.alignnone  {
  	float: none;
  	}
  div.entry a:hover.no-background  {
  	background: none;
  	}
  	



  div.entry { margin-bottom: 15px; }
  
  div.blogentry p.date { float:right; font: bold 11px Arial; color: #fff; margin: 0px 0px 10px 10px; background:#8ca58c; padding: 0px 3px 2px 3px  }
  
  div.keywords {
    float: right;
    font-weight: bold;
  }


	/** Widgets */
	ul.widgets li.widget
	{
		list-style-type:none; padding-left:0px;
		width: 140px;
		border-bottom: 2px dotted; 
		margin: 0px 10px 20px 10px;
		padding-bottom: 10px;
	}

	ul.widgets li h2 {
		margin-left: 0px; 
		padding: 0px; 
		margin: 0px 0px 10px 0px; 
		font: bold 12px Verdana;
		color: #194B1A;
	}
	
	ul#recentcomments a { font-size:11px }
	ul#recentcomments a.url { font-size:12px; color: black; font-weight: normal }

	/*** Twitter */

	div.blogentry ul.twitter,
	ul.twitter {
		margin-left:0px;		
		list-style: none;
		}

	div.blogentry ul.twitter li,
	ul.twitter li {
		list-style: none;
		margin-bottom: 10px;
		margin-left: 0px;
		}
	div.blogentry ul.twitter li,
	ul.twitter li {
		line-height: 150%;
		margin-bottom: 10px;
		margin-left: 0px;
		}
	ul.twitter li p {
		line-height: 100%;
		margin:0px;
		}
	ul.twitter li p.date {
		font-style: oblique;
		font-size: 0.9em;
		color: #194B1A;
		background: none;
		float: none;
		margin: 0px;
		padding: 0px;
		}

	ul.twitter li p.tweet,
	ul.twitter li p.tweet a {
		font-size: 1em;
		}


	ul.rss-feeds {
    	margin-left: 13px; 
	}

/*
	li.widget_tag_cloud a.tag-link-6 {
		font-size: 10px;
		color: black;
	}
*/

	/** Other */

	h2.pagetitle {
		font: bold 16px Verdana;
		color: #194B1A;
		border-bottom: 2px dotted #194B1A;
		width: 700px;
	}
	
	div.navigation {
		border-top: 0px dotted #194B1A;
		width: 700px;
	}


	/*** Zitate */

	blockquote {
		margin: 1em 1em;
		border-left: 1px dashed #999;
		padding-left: 1em; }
	blockquote p:first-letter {
		float: left;
		margin: .2em .1em .1em 0;
		font-size: 180%;
		font-weight: bold; }
	blockquote.leftmargin {
		margin-left: 170px;
	}
	
	blockquote p {
		font-family: Georgia;
		font-style: italic
		}
	
	blockquote cite {
		display: block;
		text-align: right;
	}
		
/*	
	blockquote p {
		font-style: italic;
		background: #eee url(/wp-content/themes/superschurke/images/blockquote.gif) no-repeat 0px -3px;
		text-indent: 30px;
		padding: 10px;
		color: #69614d;
	}


	/*** Kommentare */

	ol.commentlist li {
		border-top: 1px solid black;
		margin-bottom: 20px;
		width: 700px;
		}

	ol.commentlist img {
		float: left;
		margin-right: 10px;
		}

	ol.commentlist small.commentmetadata {
		float:right; 
		font: bold 11px Arial; 
		color: #fff; 
		margin: 0px 0px 10px 10px; 
		background:#8ca58c; 
		padding: 0px 3px 2px 3px  		
		}


	form#commentform p {
		clear: left;
	}

	form#commentform p label {
		width: 120px;
		float: left;
	}

	form#commentform p span.small {
		font-size: 10px;
		font-style: italic;
	}

	form#commentform p input {
		float: left;
		border: 1px solid #194B1A;
		padding: 2px;
	}

	form#commentform textarea {
		width: 690px;
		padding: 5px;
		border: 1px solid #194B1A;
	}

	form#commentform p.xhtml-tags {
		border-top: 1px solid #194B1A;
		width: 700px;
		margin-top: 50px;
	}

	form#commentform p code {
		font-size: 11px;
	}



	/*** Hassscrabbler */
	table.download-songs {
		margin-bottom: 20px;
		}
	table.download-songs td {			
		padding-right: 15px;
		padding-bottom: 5px;
		}
	table.download-songs td.song-title {			
		}
	table.download-songs td.song-length {
		}
	table.download-songs td.song-size {
		}



	/*** Youtube plugin */
	a.youtube {
		background: none;
		}
	a:hover.youtube {
		background: none;
		}


	/*** Marcus Wiebusch */
	div.blogentry ul.quotes-wiebusch {
		list-style: none;
		margin-left: 0px;
		padding-left: 0px;
		}

	div.blogentry ul.quotes-wiebusch li p.tweet,
	div.blogentry ul.quotes-wiebusch li {
		list-style: none;
		padding-left:0px;
		line-height: 150%;
		font-family: Georgia;
		font-size: 1.2em;
		margin-bottom: 10px;
		margin-left: 0px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #194B1A;
		}
	div.blogentry ul.quotes-wiebusch li p.date {
		text-align: right;
		font-style: oblique;
		font-size: 0.9em;
		font-weight: normal;
		color: #194B1A;
		background: none;
		float: none;
		margin: 0px;
		padding: 0px;
		}

	ul.quotes li span.author {
		color: #194B1A;
		}
