/*
Theme Name: FrohFrohBlog
Theme URI: http://www.frohfrohblog.de
Description: The FrohFrohBlog theme by Stefan Kindler & Tom Cernohorsky
Version: 1.0
Author: Stefan Kindler, Tom Cernohorsky
Author URI: http://www.frohezukunftexport.de, http://www.rocotron.de
Tags: froh, zukunft, music, leipzig, dance

	FrohFroh v1.0
	 http://www.frohfrohblog.de

	This theme was designed by Stefan Kindler and built by Tom Cernohorsky.
	You will find the blog at http://www.frohfrohblog.de

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*************************************************************************************
* Body, page
*/

html
{
	height: 100%;
}

body 
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Courier New", Courier, mono;
	background-color: #A7A7A7;
	background-image: url('images/bgHeader.gif');
	background-position: top;
	background-repeat: repeat-x;
	color: #4A4A48;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	height: 100%;
}

#page 
{
	margin: auto;
	padding: 0;
	width: 790px;
	text-align: left;
	height: 97%;
	min-height: 700px;
}


/*************************************************************************************
* Page parts
*/

#search
{
	float: right;
	width: 176px;
	margin: 0 40px 0 0;
}

.clearer, .clear
{
	clear: both;
}

#header 
{
	position: relative;
	margin: 0;
	padding: 35px 0 0 0;
	height: 220px;
	width: 790px;
}

#header .left
{
}

#header H1
{
	margin: 20px 0 0 0;
	padding: 0;
}

#header #navCategories
{
	background-image: url('images/bgCategories.gif');
	background-repeat: no-repeat;
	width: 752px;
	height: 32px;
	margin: 16px 0 0 0;
}

#header .right
{
	position: absolute;
	top: 32px;
	left: 505px;
}

#header .right #flashheader
{
	width: 281px;
	height: 161px;
}

#content 
{
	color: #4A4A48;
}

.narrowcolumn 
{
	float: left;
	padding: 0 30px 20px 0;
	margin: 0;
	width: 508px;
}

#sidebar 
{
	padding: 0 0 160px 0;
	float: left;
	width: 212px;
}

.widecolumn 
{
	float: left;
	padding: 0 30px 20px 0;
	margin: 0;
	width: 508px;
}

#footer 
{
	background-image: url('images/bgFooter.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	clear: both;
	height: 35px;
	text-align: left;
}

#footer .inner
{
	margin: auto;
	padding: 2px 0 0 0;
	width: 790px;
}

#footer .text 
{
	float: left;
	width: 663px;
}

#footer .text P
{
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
}

#footer .text P A
{
	color: #FFFFFF;
}

#footer .image
{
	float: left;
	margin: -160px 0 0 0;
}




/*************************************************************************************
* Navigation
*/

/* Meta */

#meta
{
	margin: 12px 0 0 -10px;
	float: left;
}

#meta UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#meta UL LI
{
	float: left;
	font-size: 1.0em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 10px 0 10px;
	border-right: 1px solid #FFFFFF;
	line-height: 80%;
}

#meta UL LI.last
{
	border-style: none;
}

#meta UL LI A
{
	color: #FFFFFF;
}


/* Categories */

#header #navCategories UL
{
	margin: 0;
	padding: 10px 0 0 18px;
	list-style-type: none;
}

#header #navCategories UL LI
{
	float: left;
	margin: 0 37px 0 0;
}

#header #navCategories UL LI.last
{
	margin: 0;
}

#header #navCategories LI A#btnRelease IMG
{
	width: 119px;
	height: 13px;
	background-repeat: no-repeat;
}

#header #navCategories LI.unsel A#btnRelease IMG
{
	background-image: url(images/release_release.gif);
}

#header #navCategories LI.unsel A#btnRelease:hover IMG, #header #navCategories LI.sel A#btnRelease IMG
{
	background-image: url(images/release_release_sel.gif);
}

#header #navCategories LI A#btnPeople IMG
{
	width: 105px;
	height: 13px;
	background-repeat: no-repeat;
}

#header #navCategories LI.unsel A#btnPeople IMG
{
	background-image: url(images/people_people.gif);
}

#header #navCategories LI.unsel A#btnPeople:hover IMG, #header #navCategories LI.sel A#btnPeople IMG
{
	background-image: url(images/people_people_sel.gif);
}

#header #navCategories LI A#btnDance IMG
{
	width: 95px;
	height: 13px;
	background-repeat: no-repeat;
}

#header #navCategories LI.unsel A#btnDance IMG
{
	background-image: url(images/dance_dance.gif);
}

#header #navCategories LI.unsel A#btnDance:hover IMG, #header #navCategories LI.sel A#btnDance IMG
{
	background-image: url(images/dance_dance_sel.gif);
}

#header #navCategories LI A#btnLife IMG
{
	width: 60px;
	height: 13px;
	background-repeat: no-repeat;
}

#header #navCategories LI.unsel A#btnLife IMG
{
	background-image: url(images/life_life.gif);
}

#header #navCategories LI.unsel A#btnLife:hover IMG, #header #navCategories LI.sel A#btnLife IMG
{
	background-image: url(images/life_life_sel.gif);
}


/* Navigation */

.navigation 
{
	background-image: url(images/separatorWhite.gif);
	background-repeat: repeat-x;
	display: block;
	text-align: left;
	padding: 20px 0 60px 0;
}

#content .navigation A
{
	background-image: url(images/iconLinkInternal.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	font-size: 1.2em;
	text-decoration: underline;
}

#content .navigation A:hover
{
	color: #FFFFFF;
}


/*************************************************************************************
* Forms
*/

#searchform
{
	margin: 0;
	padding: 4px 0 0 0;
	background-image: url(images/bgSearch.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#searchform .label
{
	float: left;
	padding: 6px 18px 0 0;
}

#searchform LABEL
{
	color: #FFFFFF;
	font-size: 1.0em;
	text-transform: uppercase;
}

#searchform .field
{
	float: left;
	padding: 5px 0 0 0;
	margin: 0 10px 4px 0;
}


#searchform #s 
{
	width: 90px;
	padding: 1px 0 0 0;
	height: 10px;
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	line-height: 90%;
	border-style: none;
}

#searchform .submit
{
	float: left;
	padding: 1px 0 0 0;
}

#searchform #searchsubmit 
{
	background-image: url(images/btnSearch.gif);
	margin: 0 0 0 12px;
	width: 15px;
	height: 18px;
}

#searchform #searchsubmit:hover
{
	background-image: url(images/btnSearch_over.gif);
}


/*************************************************************************************
* Content / post
*/

a
{
	color: #4A4A48;
	text-decoration: none;
}

a:hover 
{
	color: #4A4A48;
	text-decoration: underline;
}

a.external
{
	background-image: url(images/iconLinkExternal.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
}

a.internal, a.more-link
{
	background-image: url(images/iconLinkInternal.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
}

h1, h2, h3 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

H1 
{
	padding: 0;
	margin: 0;
}

H2 
{
	font-size: 3.0em;
	font-weight: normal;
	margin: 0;
	padding: 15px 0 15px 0;
	color: #4A4A48;
}

H2 A
{
	text-decoration: none;
}

H2 A:hover
{
	text-decoration: none;
}

H2.center
{
	text-align: left;
	padding: 0;
}

H3 
{
	font-size: 2.0em;
	font-weight: normal;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite
{
	color: #4A4A48;
}

h2 a:hover, h3 a:hover
{
	color: #FFFFFF;
}

.search_header
{
	background-image: url(images/separatorWhite.gif);
	background-repeat: repeat-x;
	margin: 0;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.post, .page
{
	background-image: url(images/separatorWhite.gif);
	background-repeat: repeat-x;
	margin: 0 0 25px 0;
}

.narrowcolumn .postmetadata, .widecolumn .postmetadata
{
	padding: 8px 0 0 0;
	color: #FFFFFF;
	font-size: 1.0em;
	text-transform: uppercase;
}

.postmetadata .left
{
	float: left;
	padding: 2px 0 0 0;
}

.postmetadata .right
{
	float: right;
}

.postmetadata A
{
	color: #FFFFFF;
}

.postmetadata A:hover
{
	color: #FFFFFF;
}

.postmetadata .right A IMG
{
	width: 127px;
	height: 17px;
	background-repeat: no-repeat;
}

.postmetadata .right A IMG.category_1
{
	background-image: url(images/btn_release_release.gif);
}

.postmetadata .right A:hover IMG.category_1
{
	background-image: url(images/btn_release_release_over.gif);
}

.postmetadata .right A IMG.category_4
{
	background-image: url(images/btn_people_people.gif);
}

.postmetadata .right A:hover IMG.category_4
{
	background-image: url(images/btn_people_people_over.gif);
}

.postmetadata .right A IMG.category_5
{
	background-image: url(images/btn_life_life.gif);
}

.postmetadata .right A:hover IMG.category_5
{
	background-image: url(images/btn_life_life_over.gif);
}

.postmetadata .right A IMG.category_6
{
	background-image: url(images/btn_dance_dance.gif);
}

.postmetadata .right A:hover IMG.category_6
{
	background-image: url(images/btn_dance_dance_over.gif);
}

.headline
{
	clear: both;
	padding: 0 0 5px 0;
}

.entry
{
	font-size: 1.2em;
}

.entry P
{
	padding: 0;
	margin: 0 0 20px 0;
}

.entry P A, .entry A
{
	color: #4A4A48;
	text-decoration: underline;
}

.entry P A:hover, .entry A:hover
{
	color: #FFFFFF;
}

hr 
{
	background-image: url(images/separatorWhite.gif);
	background-repeat: repeat-x;
	height: 10px;
	border-style: none;
	margin: 0;
	padding: 0;
}

.narrowcolumn .entry, .widecolumn .entry 
{
	line-height: 1.6em;
}

.entry IMG
{
	border: 6px solid #B9B9BB;
	margin: 0 0 20px 0;
}

img.alignleft 
{
	margin: 4px 15px 2px 0;
	display: inline;
}

.widecolumn .post 
{
	margin: 0;
}

#content .separator
{
	background-image: url(images/separatorDarkgrey.gif);
	background-repeat: repeat-x;
	height: 10px;
	margin: 0 0 40px 0;
}



.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.entry TABLE
{
	padding: 0;
	border-spacing: 0;
	margin: 0 0 20px 0;
}

.entry TABLE.image
{
	margin: -20px 0 20px 0;
}

.entry TABLE
{

}

.entry TABLE TD
{
	padding: 0 20px 0 0;
	vertical-align: top;
}


/*************************************************************************************
* Sidebar
*/

#sidebar H2
{
	background-image: url(images/separatorDarkgrey.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 1.0em;
	font-family: "Courier New", Courier, mono;
	font-style: normal;
}

#sidebar LI.linkcat H2
{
	background-image: none;
	padding: 5px 0 10px 0;
}

#sidebar form 
{
	margin: 0;
}

#sidebar UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar UL LI 
{
	margin: 0 0 15px 0;
	font-size: 1.0em;
	text-transform: uppercase;
	padding: 0;
	color: #FFFFFF;
}

#sidebar UL LI A
{
	color: #FFFFFF;
}

#sidebar LI
{
	background-image: url(images/iconLinks.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#sidebar LI.rss
{
	background-image: url(images/iconRSS.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0;
}

#sidebar #rssLinks
{
	padding: 0 0 10px 0;
	background-image: url(images/iconRSS_small.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#sidebar LI.widget
{
	background-image: url(images/iconHerz.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 0 -2px 0;
}

#sidebar LI.widget .textwidget IMG
{
	padding: 0 0 13px 0;
}

#sidebar ul li.rss, #sidebar ul li #rssLinks A
{
	color: #4A4A48;
}

#sidebar ul li #rssLinks A:hover
{
	color: #FFFFFF;
}

#sidebar LI.tshirts
{
	background-image: url(images/iconShirts.gif);
	margin: 0;
	padding: 0;
	height: 32px;
}

#sidebar LI.tshirts H2
{
	font-size: 10px;
	line-height: 120%;
}

#sidebar LI.tshirts .image
{
	position: relative;
	margin: -31px 0 0 0;
	height: 31px;
	text-align: right;
}

#sidebar LI.tagcloud
{
	background-image: url(images/iconCloud.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 0 8px 0;
}

#sidebar LI.tagcloud H2
{
	padding: 10px 0 7px 0;
}

#sidebar UL LI.links
{
	margin: 0 0 8px 0;
}

#sidebar LI.linkcat
{
	background-image: url(images/iconLinkCat.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#sidebar UL LI UL
{
	margin: 0;
	padding: 0;
}

#sidebar UL LI UL LI
{
	background-image: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#sidebar .separator
{
	background-image: url(images/separatorDarkgrey.gif);
	background-repeat: repeat-x;
	height: 10px;
}

/*************************************************************************************
* Comments
*/

#respond
{
	background-image: url(images/separatorWhite.gif);
	background-repeat: repeat-x;
}

#respond:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#respond H3
{
	margin: 0;
	padding: 20px 0 10px 0;
}

#commentform 
{
	margin: 15px 10px 10px 0;
}

#commentform p 
{
	font-family: "Courier New", Courier, mono;
	padding: 0 0 10px 0;
	margin: 0;
	clear: both;
}

#commentform input 
{
	width: 170px;
	padding: 2px;
	margin: 0 10px 0 0;
}

#commentform textarea 
{
	width: 100%;
	padding: 2px;
}

#commentform LABEL
{
	color: #FFFFFF;
	text-transform: uppercase;
}

#commentform #submit 
{
	background-image: url(images/kommentar_senden.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 17px;
}

#commentform #submit:hover
{
	background-image: url(images/kommentar_senden_over.gif);
}

H3#comments
{
	background-image: url(images/separatorWhite.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 20px 0 20px 0;
}

.thread-alt 
{
}

.thread-even 
{
} 

.depth-1 
{
} 

.even, .alt 
{
}

#commentform input, #commentform textarea 
{
	font-size: 1.2em;
	font-family: "Courier New", Courier, mono;
}

.commentlist 
{
	padding: 0;
	margin: 0;
}

.commentlist LI
{
	background-image: url(images/separatorDarkgrey.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
}

.commentlist LI#comment-1
{
	background-image: none;
}

.commentlist .comment-author
{
	float: left;
	padding: 0 8px 0 0;
	margin: 5px 8px 0 0;
	border-right: 1px solid #FFFFFF;
	line-height: 90%;
}

.commentlist cite, .commentlist cite a 
{
	font-style: normal;
	font-size: 1.0em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.commentlist .comment-author A
{
	color: #FFFFFF;
}

.commentlist .comment-author SPAN.says
{
	display: none;
}

.commentlist .commentmetadata
{
	color: #FFFFFF;
	font-size: 1.0em;
	text-transform: uppercase;
	float: left;
	line-height: 90%;
	margin: 5px 0 0 0;
}

.commentlist .commentmetadata A
{
	color: #FFFFFF;
}

.commentlist LI.comment P
{
	clear: both;
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 1.2em;
}

.commentlist LI.odd
{
	background-color: #B9B9BB;
	padding: 8px 10px 0 10px;
}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}





.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


/*************************************************************************************
* 
*/





small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}





code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */











/* End Structure */



/*	Begin Headers */

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}



.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}


/* End Comments */



/* Begin Sidebar */

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
