/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style theme for Wordpress
Version: 3.0
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/

@import url('css/nav.css');




/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#000000 url(images/bgneu.jpg) top center no-repeat;;
	color: #1d1d1d;
	}

body, select, input, textarea {
	font: 90% Verdana, Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	line-height:160%;
	}

a, a:visited,  a:active {
	/* color: #83a7ba; 
	color: #663000;
	
	/*
	text-decoration: none;
	background-color: #f9f5ee;
	border-bottom: 1px dotted #663000;
	*/
	}

a:hover, {
	color:#894822;
	background-color: #f3ece8;
	}

hr {
	display: block;
	height:1px;
	background:#d7d7d7;
	border:0;
	color:#d7d7d7;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;
	}

td {
	padding:4px 6px;
	background:#F5F3EE;
	border-bottom:1px solid #FFF;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
			
a img, a:visited img {
	border:none;
	}
	
blockquote {
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.02em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
				
.balkenred {
	border-top: 1px solid #dec8c8;
	border-bottom: 1px solid #dec8c8;
	background-color: #f0e5e5;
	color: #670001;
}
.balkencyan {
	border-top: 1px solid #abcace;
	border-bottom: 1px solid #abcace;
	background-color: #e5eff0;
	color: #005e6a;
}	
.balkenmagenta {
	border-top: 1px solid #d0b4c1;
	border-bottom: 1px solid #d0b4c1;
	background-color: #f1e8ec;
	color: #701c40;
}
.balkenblue {
	border-top: 1px solid #b0b9c6;
	border-bottom: 1px solid #b0b9c6;
	background-color: #e6e9ed;
	color: #0e2c52;
}
.balkenbrown {
	border-top: 1px solid #c0beb9;
	border-bottom: 1px solid #c0beb9;
	background-color: #ecebe9;
	color: #413b2b;
}
.balkenblack {
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	background-color: #eaeaea;
	color: #2e2e2e;
}
.balkengreen {
	border-top: 1px solid #b3c3c3;
	border-bottom: 1px solid #b3c3c3;
	background-color: #e7ecec;
	color: #184848;
}			
.balkenorange {
	border-top: 1px solid #e0cbb4;
	border-bottom: 1px solid #e0cbb4;
	background-color: #f1e7dd;
	color: #8e4c0f;
}	
.balkendarkbrown {
	border-top: 1px solid #b4a199;
	border-bottom: 1px solid #b4a199;
	background-color: #e9e3e1;
	color: #491c07;
}


/* ---------- @ Structure -----------*/

#logo {
	float: left;
	padding-top:36px;
	padding-left:45px;
	width:300px;
}

#page {
	width:980px;
	margin:0 auto;
	padding-top:75px;
	}
	
#wrapper {
	background:#FFFFFF url(images/wrapper.gif) top left no-repeat;
	font-size:0.75em;
	padding:0 25px 60px 25px;
	border-bottom:1px solid #cac8c2;
	border-right:1px solid #cac8c2;
	}

#masthead {
	padding:22px 0;
	background-color:#ece1cc;
	height:119px;
	border-top: #FFFFFF solid 22px;
	}

#content {
	width:605px;
	float:left;
	}

#contentpost {
	width:565px;
	float:left;
	padding-left: 22px;
	padding-right: 22px;
	}
	
#contentpostlinks {
	width:565px;
	float:left;
	padding-left: 22px;
	padding-right: 22px;
	line-height: 160%;
	}	
	
	
#contentpostlinks a, #contentpostlinks a:active, #contentpostlinks a:visited {
	color:#894822;
	text-decoration: underline;	
	}		
#contentpostlinks a:hover {
	color:#c4a390;
	}

#contentpostlinks img  {
	border: 1px solid #b9b9b9;
	padding: 2px;
	text-decoration: none;	
	}		
	
#contentpostlinks img a:hover {
	background: none;
	text-decoration: none;	
	}	
	

#contentpostlinks h4 {
	padding-bottom: 20px;
}		
	
#contentpostlinks ul {
	padding-top: 20px;
	list-style:none;
}	
	
#contentpostlinks li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style:none;
}	




#contentradio {
	width:605px;
	float:left;
	}	
	
#contentradio a, #contentradio a:active, #contentradio a:visited {
	color:#894822;
	text-decoration: underline;	
	}		
#contentradio a:hover {
	color:#c4a390;
	}

#contentradio img  {
	border: 1px solid #b9b9b9;
	padding: 2px;
	text-decoration: none;	
	}		
	
#contentradio img a:hover {
	background: none;
	text-decoration: none;	
	}	


	
#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#888787;
	padding: 0 0 0 20px;
	border-left:1px dotted #7c7c7c;
	margin:13px 0 0 20px;
	float:left;
	letter-spacing:0.01em;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 300px;
	float:right;
	}

#featured-cats {
	width:182px;
	float:left
	}

#more-posts {
	width:605px;
	float:left;

	}
	
	
/* ---------- @ Headers -----------*/

h1 {
	font-family: Georgia, Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	line-height: 23px;
	padding-left: 24px;
	padding-top: 8px;
	font-weight: normal;
	}
	
h2 {
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	margin: 25px 0 20px 0;
	}

#lead h2 {
	font-family: Georgia, Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	line-height: 28px;
	padding-left: 24px;
	padding-top: 8px;
	margin:3px 0 -8px 0;
	padding:0;
	}	
	
#leadcategory h2 {
	font-family: Georgia, Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	line-height: 28px;
	padding-left: 24px;
	padding-top: 8px;
	margin:3px 0 -8px 0;
	padding:0;
	}		
	
.post h2 {
	font-size:2.0em;
	padding: 0;
	margin: 15px 0 0 0;
	}
	
h2.posttitle {
	margin:38px 0 0 0px;
	padding:0 0 6px 0;
	color: #251a12;
	}

.posttitle a, .posttitle a:active, .posttitle a:visited	{
	font-family: Georgia, Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	line-height: 28px;
	padding-left: 24px;
	padding-top: 8px;
	margin:3px 0 -8px 0;
	padding:0;	
	color: #251a12;
	}
	
	
	
h2.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding:0 0 12px 0;
	margin:25px 0 20px 0;
	font-size:2.2em;
	}
				
h3 {
	border-top:1px solid #ece1cc;
	border-bottom:1px solid #ece1cc;
	padding:5px 0 5px 8px;
	margin:22px 0 15px 0;
	/* 
	border-top:3px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	padding:5px 0 5px 3px;
	margin:22px 0 15px 0;
	font-size:1em;
	letter-spacing:0.07em;
	color:#372a1f;
			
	font-size:1.0em;
	font-variant:small-caps;
	font-family: Georgia, Geneva, Arial, Helvetica, Verdana, sans-serif;
	background:none;
	background-color: #f9f5ee;
	color:#663000;
	letter-spacing:0.1em;
		
	*/
	font-size:0.9em;
	text-transform: uppercase;
	font-family: Verdana,Georgia, Geneva, Arial, Helvetica, Verdana, sans-serif;
	background:none;
	background-color: #f9f5ee;
	color:#663000;
	letter-spacing:0.1em;
	}

.post h3 {
	border:none;
	font:0.9em Georgia, "Times New Roman", Times, serif;
	color: #232323;
	letter-spacing:0;
	}
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 15px 0;
	}
		
h3#respond {
	margin:35px 0 20px 0;
	}

h3#comments {
	margin-top:30px
	}

h4 {
	font:normal 1.7em Georgia, "Times New Roman", Times, serif;
	padding-top: 4px;
	margin-bottom:-8px;
	letter-spacing:0em;
	}
.archive-list h4 {
	font:normal 1.7em Georgia, "Times New Roman", Times, serif;
	margin-bottom:-8px;
	letter-spacing:0em;
	}	
	

.post h4 {
	margin:15px 0;
	}
	

	
h5 {
	font-size:0.8em;
	text-transform: uppercase;
	font-family: Verdana,Georgia, Geneva, Arial, Helvetica, Verdana, sans-serif;
	background:none;
	background-color: #f9f5ee;
	color:#663000;
	letter-spacing:0.1em;
	padding:4px 8px;
	border-top:1px solid #ece1cc;

	/*
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding:4px 8px;
	margin-bottom:5px;
	background:#f5f3ee;
	border-top:1px solid #d7d7d7;
	*/

	}

h6 {
	font-family: Verdana,Georgia, Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	margin-top: -9px;
	margin-bottom:-16px;
	letter-spacing:0em;
	font-weight: bold;
	
	}

	
a h6 , a:link h6 , a:active h6 , a:visited h6  {
	color:#251a12;
	text-decoration: none;
	}	
	
#more-posts h3 {
	margin-bottom:9px;
}	
	
	

	
/* ---------- @ Content Styles -----------*/


/*Misc*/

h1 a, h1 a:visited {
	color:#444;
	text-decoration:none;
	}

h1 a:hover {
	color:#686868;
	}

h1 a:active {
	color:#929292;
	}
	
h2 a, h2 a:visited, h2 a:active {
	text-decoration: none;
	}
	
			
h4 a, h4 a:visited, h4 a:active {
	color:##663000;
	text-decoration: none;
	}
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	color: #663000;
	}
	
#more-posts img, .archive-list a img, .archive-list a:visited img {
	float:left;
	margin: 4px 18px 8px 0;
	padding:2px;
	/*border:1px solid #b9b9b9;*/
	border:1px solid #b9b9b9;
	background:#FFF;
	}
	
#more-posts img {
	margin:0px 12px 0px 0px;
	}

.recent-excerpts {
	color: #251a12;
	border-bottom:1px dotted #B6B6B6;
	padding-bottom: 3px;
	padding-top: 14px;
	}

#featured-cats ul {
	margin:3px 0 22px 0;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #B6B6B6;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
	}
		
#lead {
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
	margin-bottom:22px;
	width: 907px;
	height: 232px;
	background:#390f00 url(images/bgteaser.jpg) top left no-repeat;
	}
	
#lead:hover {
	/*background:#5f2800;
	border-bottom:1px solid #cbcbca;*/
	}

#lead-text {
	float:left;
	width:290px;
	padding:13px 15px 16px 0;
	color: #FFFFFF;
	}
	
#lead-text-cat {
	float:left;
	width:270px;
	padding:13px 15px 16px 0;
	color: #FFFFFF;
	}	
	
#leadcategory #lead-text-cat h2 a, #leadcategory #lead-text-cat h2 a:visited, #leadcategory #lead-text-cat h2 a:active,
#lead #lead-text h2 a, #lead #lead-text h2 a:visited, #lead #lead-text h2 a:active {
	color:#ece1cc;
	}		
#leadcategory #lead-text-cat h2 a:hover,
#lead #lead-text h2 a:hover {
	color:#894f00;
	}	
	
#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}

#lead img {
	float:left;
	margin-right:22px;
	}
	
	
#leadcategory {
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
	margin-bottom:22px;
	width: 582px;
	height: 229px;
	background:#390f00 url(images/bgteaser.jpg) top left no-repeat;
	}	
#leadcategory:hover {
	/*background:#5f2800;
	border-bottom:1px solid #cbcbca;*/
	}

#leadcategory-text {
	float:left;
	width:298px;
	padding:13px 15px 16px 0;
	color: #FFFFFF;
	}	


#leadcategory #lead-text h2 a, #leadcategory #lead-text h2 a:visited, #leadcategory #lead-text h2 a:active {
	color:#ece1cc;
	}		
#leadcategory #lead-text h2 a:hover {
	color:#894f00;
	}	
	
#leadcategory br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}

#leadcategory img {
	float:left;
	margin-right:22px;
	}	
	
	
.commentcount {
	padding-right: 19px;
	background:url(images/bubble.gif) no-repeat right;
	font:.5em Arial, Helvetica, sans-serif;
	}

#lead a, #lead a:active, #lead a:visited {
	color: #FFFFFF;
	}
#leadcategory a, #leadcategory a:active, #leadcategory a:visited {
	color: #FFFFFF;
	}

#lead h2 .commentcount {
	font-size:0.4em;
	}
	
#leadcategory h2 .commentcount {
	font-size:0.4em;
	}	

.postmetadata .commentcount {
	font-size:1em;
	}
		
.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	/*color:#894f00;*/
	color:#9a9a9a;
	letter-spacing:0.03em;
	}

#featured-cats .date {
	margin: 2px 3px 0 0;
	}


/*Sidebar and Widgets*/

#sidebar ul {
list-style: none;
}

#sidebar li, .headlines li {
padding-left: 14px;
margin-left: 10px;
background: url(images/list.gif) 0 0.8em no-repeat;
	line-height: 210%;
list-style:none;
	}

#sidebar a, #sidebar a:visited,
#home #content a, #home #content a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	color:#251a12;
	text-decoration: none;

	
	}

#sidebar a:hover, #sidebar a:active,
#home #content a:hover, #home #content a:active, 
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {
	color:#894822;
	text-decoration: underline;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	
.widget td {
	background:none;
	}
	
.widget table {
	border:none;
	}
	

		
		
	
/*Single Posts*/

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none;
	}
	
	
/*Archives*/

.archive-list li {
	list-style:none;
	/*width:285px;*/
	float:left;
	/*height:103px;*/
	margin: 10px 20px 0px 10px;
	border-bottom:1px dotted #b1b1b1;
	padding-bottom: 7px;
	}

.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:4px 0 0 0;
	}
		
#pagination {
	margin-top:30px;
	width:604px;
	}

#pagination .left {
	width:290px;
	text-align:right;
	}

#pagination .right {
	float:right;
	width:294px;
	}
#pagination a, #pagination a:active, #pagination a:visited {	
	color:#251a12;
	text-decoration: none;
	}
#pagination a:hover {	
	color:#686868;
	text-decoration: underline;
	}
	

/* ---------- @ Post Styles -----------*/

.entry {
	padding-top:1px;
	padding-bottom:10px;
	font: 1.0em Verdana, Georgia, "Times New Roman", Times, serif;
	color: #251a12;
	}
.entry a, .entry a:active, .entry a:visited {	
	color:#894822;
	text-decoration: underline;
	}
.entry a:hover {	
	color:#894822;
	background-color: #f3ece8;
	text-decoration: underline;
	}	
.entry img, .entry a img, .entry a:visited img {
	/*float:left;
	margin: 4px 18px 8px 0;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;*/	
}	

/*.entry .wp-caption {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
}*/
	
.postmetadata {
	padding: 7px 0;
	border-top:1px solid #d7d7d7;
	margin:0 0 20px 0;
	font-size:0.9em;
	font-family: Verdana,Georgia, Geneva, Arial, Helvetica, Verdana, sans-serif;
	background:none;
	}	
.postmetadataline {
	padding-top: 5px;
	border-top:1px solid #d7d7d7;
	background:none;
	height: 24px;
	}		
.postmetadataleft {
	float: left;
	}	
.postmetadataright {
	padding-left: 10px;
	padding-top: 3px;
	float: left;
	font-size:0.9em;
	font-family: Verdana,Georgia, Geneva, Arial, Helvetica, Verdana, sans-serif;
	}	
.postmetadataright a, .postmetadataright a:active, .postmetadataright a:visited {	
	color:#1d1d1d;
	text-decoration: none;
	}
.postmetadataright a:hover {	
	color:#894822;
	background-color: #f3ece8;
	}	
	
	
.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
			
.post ul li {
	margin: 0 0 5px 42px;
	line-height:115%;
	}

.post ol li {
	margin:0 0 5px 48px;
	line-height:115%;
	}


/*Images*/
	
.entry img {
	display:block;
	border:1px solid #999;
	padding:2px;
	margin:15px 0;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
	
	
	
	

/* ---------- @ Comments -----------*/

.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;	
	color:#FFF;
	}

.reply a:active {
	background:#CCC;
	}
			
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#f9f5ee;
	border-bottom:1px solid #ece1cc;
	border-top:1px solid #ece1cc;
	list-style:none;
	}

.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
.commentlist a, .commentlist a:link, .commentlist a:active, .commentlist a:visited {
	color: #894822;
}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
	
#trackbacklist li a, #trackbacklist li a:link, #trackbacklist li a:active, #trackbacklist li a:visited {
	color: #894822;
	}
			
cite.fn {
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.02em;
	display:block;
	padding-top:9px;
	}	

.says {
	display:none;
	}
	
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited, .comment-date a:active, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none;
	}


.commentmetadata a:active, .commentmetadata a:link, .commentmetadata a, .commentmetadata a:visited {
	text-decoration:none;
	color:#1d1d1d;
}
.commentmetadata a:hover  {
	text-decoration:underline;
	color:#333;
	}
	
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:5px;
	border:1px solid #d1ba92;
	border-left:1px solid #e3d4b9;
	border-top:1px solid #e3d4b9;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

.button:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none
	}

.button:active {
	background:#000;
	}

#commentform input {
	border: 1px solid #d7d7d7;
}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	border: 1px solid #d7d7d7;
	}

#searchform {
	padding-right: 56px;
	float:right;
	width:430px;
	text-align:right;
	padding-top:48px;
	}

#s {
	width:290px;
	height: 13px;
	font-size:1em;
	line-height: 1.2em;
	}
	
#s:focus {
	background:#f9f5ee !important;
	}

#searchsubmit {
	vertical-align:top
	}		
	

.widget select {
	font-size: 100%;
	width: 282px;
	padding: 2px;
	margin-left: 2px;
}
	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block;
	}
	


/* ---------- @ Footer -----------*/

#footer {
	font-size: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/bgnav.jpg) repeat-x;
	color: #dbd2ce;
	height: 33px;
	}

#footer a, #footer a:visited, #footer a:active {
	color: #dbd2ce;
	text-decoration:none;
	}

#footer a:hover {
	color:#978881;
	text-decoration:underline;
	}
		
#footer img {
	vertical-align:middle;
	margin-top: -4px;
	}
	
#copyright {
	padding-top: 11px;
	float:left;
	width:550px;
	}

#rss {
	padding-top: 11px;
	float:right;
	width:350px;
	text-align: right;
	}
			

			
			
#teaser { clear: both; width: 300px; height: 276px; text-align: left; padding: 0; margin: 0; background:  url(images/teaser.jpg) 0 0px;	}
#teaser li { float: left; margin: 0px; padding: 0px; list-style: none; background: none;}	
#teaser span { display: none; }	
		
#charts {	display: block;	background:  url(images/teaser.jpg) 0 0px;	padding: 0;	margin: 0;	height: 93px;}
#charts a:hover {	display: block;	background: url(images/teaser.jpg) 0 -276px;	padding: 0;	margin: 0;	height: 93px;	}
#charts a { display: block; margin: 0; width: 300px; height: 93px; text-decoration: none; color: #0D1D43; list-style: none; }
#charts span { display: none; } 

#buecher { display: block;	background:  url(images/teaser.jpg) 0 -91px;	padding: 0;	margin: 0;	height: 92px;}
#buecher a:hover { display: block;	background: url(images/teaser.jpg) 0 -369px;	padding: 0;	margin: 0;	height: 92px;	}
#buecher a { display: block; margin: 0; width: 300px; height: 92px; text-decoration: none; color: #0D1D43; list-style: none; }
#buecher span { display: none; } 

#playlist{ display: block;	background:  url(images/teaser.jpg) 0 -183px;	padding: 0;	margin: 0;	height: 91px;}
#playlist a:hover { display: block;	background: url(images/teaser.jpg) 0 -461px;	padding: 0;	margin: 0;	height: 91px;	}
#playlist a { display: block; margin: 0; width: 300px; height: 92px; text-decoration: none; color: #0D1D43; list-style: none; }
#playlist span { display: none; } 



.img-linespace {
float: left;
height:103px;
}

.list-breite {
width: 600px;
}


#musik-kaufen {
display: inline;
height: 22px;
}

#musik-kaufen img {
display: inline;
padding: 0;
margin: 0;
border: none;
padding-left: 1px;
padding-right: 2px;
float: left;
}

#musik-kaufen a, #musik-kaufen a:link, #musik-kaufen a:visited, #musik-kaufen a:active {
text-decoration: underline;
}

#reinhoeren a, #reinhoeren a:link, #reinhoeren a:visited, #reinhoeren a:active {
font-weight: bold;
}

#musik-kaufen a:hover {
color: #c4a390;
background: none;	
}

#musik-kaufen-left {
float: left;
height: 22px;
padding-top: 4px;
}

#buch-kaufen {
display: inline;
height: 22px;
}

#buch-kaufen img {
display: inline;
padding: 0;
margin: 0;
border: none;
padding-left: 2px;
padding-right: 1px;
}

#buch-kaufen a, #buch-kaufen a:link, #buch-kaufen a:visited, #buch-kaufen a:active {
text-decoration: none;
}
#buch-kaufen a:hover {
background: none;	
}




.toptenzahl {
float:left;
width:30px;
}

.toptenbild {
float: left;
width:190px;
height: 168px;
}

.toptenbilditunes {
float: left;
width:130px;
height: 128px;
}

.toptentext {
padding-top:16px;
}
.toptentext img {
        padding: 0px;

}

.toptentext a, .toptentext a:link, .toptentext a:visited, .toptentext a:active {
text-decoration: none;
color: #372a1f;
}

.toptentext a:hover {
text-decoration: underline;
color: #894822;
background: none;
}

.toptenartist {
	font-size:0.9em;
	text-transform: uppercase;
	font-family: Verdana,Georgia, Geneva, Arial, Helvetica, Verdana, sans-serif;
	background:none;
	color:#663000;
	letter-spacing:0.1em;
	font-weight: bold;
	padding-top: 15px;
}

.toptentextitunes {
padding-top:6px;
padding-bottom:4px;
}

.toptenfooter {
	clear: both;
}
.toptenfooteritunes {
	clear: both;
	height: 16px;
}




.musik-kaufen-charts {
display: inline;
height: 22px;
}

.musik-kaufen-charts img {
display: inline;
padding: 0;
margin: 0;
border: none;
padding-left: 1px;
padding-right: 2px;
float: left;
}

.musik-kaufen-charts a, .musik-kaufen-charts a:link, .musik-kaufen-charts a:visited, .musik-kaufen-charts a:active {
color: #894822;
text-decoration: underline;
}
.musik-kaufen-charts a:hover {
color: #c4a390;
text-decoration: underline;
}



.contactform {

}
.contactform label {
width: 100px;
float: left;
margin-top: 5px;
font: 100% Verdana, Arial, Verdana, Sans-Serif;
}



.contactform .contactsubmit {
height: 30px;
width: 500px;
}

.contactformtext {
margin-top: 5px;
margin-bottom: 5px;
padding-top:2px;
padding-bottom: 2px;
font-size: 1.0em;
width: 480px;
line-height: 130%;
}
