/* Theme Name: Ratatheme
Theme URI: www.ratakresch.de 
Description: Website of a band called Ratakresch
Version: 1.0
Author: J&ouml;rg Breithut*/

/*** Seiteninformation - Navigation
*******************************/
#site-info .right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
#site-info .right ul li {
    border-right: 1px solid #000;
    display: inline;
    margin: 0;
    padding: 0 10px 0 5px;
}

html, body {
    margin: 0;
    padding: 0;
}
 
body {
	   /*font-family: Arial, Helvetica, sans-serif;*/
	   font-size: 12px;
	   font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
       color: #000000;
	   /*Hintergrundbild optimiert fuer 1700 x 1280 px*/
       background: url(bilder/hintergrund.jpg) no-repeat 0 0 fixed;
	   background-color:#333333; 
	   line-height: 15pt;  
}

/*** header
****************************************/
#header {
    background: url(../i/header-bg.png) no-repeat top center;
    overflow: hidden;
}

/*** common styles
****************************************/
.left {
    float: left;
}
 
.right {
    float: right;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
	color: #000000;
    font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

h2 a:hover {
  	color: #f2a724;
}

a { 
	outline: none;
	text-decoration: none;
	color: #000000;
}
 

/*** Keinen Rahmen um Bilder
*******************************/
img, a img, a:link img {
 border: none;
}

/*** grosses Ratakresch-Logo
*******************************/
#branding {
	margin: 30px 165px 0;
}

/*** Die Kategorien 
****************************************************/

#categories {
    width: 940px;
	height: 40px;
	margin: 35px 147px;
}
 
#categories-wrapper {
    width: 940px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

#categories-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
 
#categories-wrapper ul li {
    float: left;
    display: inline;
    margin: 0 0 0 0;
}
 
 
/** Blog und Sidebar im Paket 
************************************************/

#content-wrapper {
    margin: 1px 148px 10px;
    width: 940px;
}

/*** Blog-Inhalt
*******************************/
#content_head {
    background: url(bilder/post_bg_oben.png) no-repeat;
	border: none;
    width: 620px; /*655px - 1px - 1px - 15px - 15px = 623px */
	height: 28px;
}

#content {
	border: none;
    float: left;
    padding-right: 17px;
    width: 620px; /*655px - 1px - 1px - 15px - 15px = 623px */
}

#content_foot {
    background: url(bilder/post_bg_unten.png) no-repeat;
	border: none;
    width: 620px; /*655px - 1px - 1px - 15px - 15px = 623px */
	height: 28px;
}

/*** der gepostete Inhalt im Blog
*******************************/
.post {
	background: url(bilder/post_bg_mitte.png) repeat-y;
    padding: 10px 15px;
}
 
.post h2 {
    font: Arial, Helvetica, sans-serif;
    font-size: 20px;
	font-weight: bold;
	line-height: 0pt;  
}

.post-date {
    font: Arial, Helvetica, sans-serif;
	color: #f2a724;
	float: left;
    font-size: 20px;
	font-weight: bold;
	padding-right: 15px;
	text-transform: uppercase;
}

img.underline {
	padding: 0 0 0 0;
	margin: 0 0 0;
}

.post-author {
    font: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 0pt;  
}
 
.post-author a:hover {
   	color: #FF9900;
}

.navigation {
	background: url(bilder/post_bg_mitte.png) repeat-y;
    padding: 10px 15px;
}
 
 
/**** More-Tag ***/
.post-more {
    font: Arial, Helvetica, sans-serif;
	color: #f2a724;
    font-size: 11px;
	font-style: italic;
}

img.post-thumb {
    border: 10px inherit;
    margin: 0 0 10px 10px;
	float: left;
}


/**** das Bild aus dem Plugin ***/
.imgtfe {
    border: none;
    margin: 18px 10px 0 1px;
	float: left;
}
/**** Ende, das Bild aus dem Plugin ***/


/**** Der Eintrag ***/
.entry {
	padding: 2px 0 25px 0;
}

.entry p {
	margin-bottom: 1em; 
}

.entry img {
	margin-bottom: 2em; 
}

#text a:link {
	background: #f2a724;
}

#text a:visited {
	background: #f2a724;
}

#text a:hover {
	background: #ffe797;
	color: #000000;
}

.addthis_container {
	text-decoration: none;
	margin-top: 4em;
}

.post-continue a {
    color: #f2a724;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
/****Ende des Eintrags ***/



/*** Der Sidebar
*******************************/
#sidebar {
	float: right;
	width: 300px;
}

#sidebar h4 {
	color: #776a23;
	font-size: 18px;
	font-weight: normal;
}


/*** Sidebar - Suche und Teaserboxen
*******************************/
.sidebar-fotos {
	background: url(bilder/teaserbox_fotos.png) no-repeat;
	padding: 0 0 0 0;
	margin: 0;
	width: 300px;
	height: 326px;
}

.teaserfoto {
	padding: 93px 0 0 15px;
}

.sidebar-search {
	background: url(bilder/teaserbox_suche.png) no-repeat;
	padding: 0 0 20px 0;
	width: 300px;
	height: 36px;
}

.sidebar-jukebox {
	background: url(bilder/teaserbox_jukebox.png) no-repeat;
	padding: 93px 0 0 14px;
	margin-top: 20px;
	width: 300px;
	height: 247px;
}

.sidebar-infos {
	background: url(bilder/teaserbox_infos.png) no-repeat;
	list-style: none;
	width: 300px;
	height: 63 px;
}

.sidebar-infos ul {
	margin: 0 0 0 0;
	padding: 12px 20px;
	list-style: none;
	list-style-position:inside;
}

.sidebar-infos ul li {
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
}

.sidebar-infos a:hover {
	color: #FF9900; 
}


/*** Sidebar - Tags
*******************************/

.sidebar-tags ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-tags ul li {
	display: inline;
	margin: 0;
	padding: 0 3px;
}

/*** Sidebar - Die neuesten Kommentare
*******************************/
.sidebar-pop-posts ul, .sidebar-recent-com ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*** Sidebar - Die Kommentare
*******************************/

.sidebar-recent-com ul li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 12px;
	width: 300px;
	height: 17px;
}

.sidebar-recent-com {
	background: url(bilder/teaserbox_kommentare.png) no-repeat 0 0;
	margin: 7px 0 20px 0;
	width: 300px;
	height: 326px;
}

.sidebar-recent-com ul {
	padding: 93px 120px 0 3px;
}	

.sidebar-recent-com a:hover {
	color: #FF9900; 
}

.sidebar-recent-com li {
	max-width: 280px;
}


/************ hier fangen die Kommentare an **************/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
