/*  
Theme Name: PuPoRoSka 2009
Theme URI: http://project54.de/
Description: PuPoRoSka Theme by <a href="http://www.beatbyter.de">David Houstek</a>.
Version: 1.0
Author: David Houstek
Author URI: http://beatbyter.de/
*/


/* Begin Typography & Colors */
html {
	background: #000 url(images/2009/body_background_black.jpg) repeat-y top center;
}

body {
	font-size: 72%;
	font-family: Arial, sans-serif;
	line-height: 150%;
	text-align: center;
	}

#page { text-align: left; }
	
	#menu { width: 417px; margin: 0; float: left; padding: 0; }

	#page>#menu { width: 417px; margin: 0; float: left; padding: 0; }

#header {
	background-color: #73a0c5;
	}

#sidebar {
	float: right;
	margin-top: 320px;
	width: 360px;
}

#content {
	font-size: 1.2em;
	margin-left: 443px;
	margin-right: 20px;
	color: #000;

	width: 480px;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ab5598;
	text-transform: uppercase;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p { color: #000; line-height: 140%; font-size: 12px; }

.entry p a, .date a, .entry a {
	background: #ffcc00;
	color: #000;
	padding: 1px;
}

.entry p a:hover, .entry a:hover, .date a:hover {
	color: #fff;
	background: #ad5398;
	text-decoration: none;
}

.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
	
.commentlist li {
	font-weight: bold;
	}

.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;
	}


.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #ab5598;
	}
	

a, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0 auto 20px auto;
	padding: 0;
	width: 960px;
	border: none;
	}
	
	
.post {
	margin: 0 0 30px;
	text-align: left;
	}

.post p { margin: 2px 0 10px 0; }

.postmetadata {
}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px;
	text-align: right;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 20px 0 30px 0;
	}

h2 {
	margin: 10px 0 0 0;
	line-height: 120%;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 20px 0 0 2px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	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: square;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.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 */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* Begin Menu */

div#navigation { padding: 0.4em 0.3em; margin: 0 1px 0 0; position: relative; top: -350px; }
div#navigation ul { margin: 0 0 0 1.3em; padding: 0; }
div#navigation ul li { float: left; list-style-type: none; height: 18px; line-height: 18px; margin-right: 7px; }
div#navigation ul li a span { visibility: hidden; font-size: 4px; }

div#navigation ul li#home      { width: 65px; background: url(images/2009/home.gif)    no-repeat; }
div#navigation ul li#news      { display: none; }
div#navigation ul li#band      { width: 65px; background: url(images/2009/band.gif)    no-repeat; }
div#navigation ul li#dates     { width: 80px; background: url(images/2009/dates.gif)   no-repeat; }
div#navigation ul li#music     { width: 70px; background: url(images/2009/music.gif)   no-repeat; }
div#navigation ul li#pics      { width: 70px; background: url(images/2009/pics.gif)    no-repeat; }
div#navigation ul li#links     { width: 70px; background: url(images/2009/links.gif)   no-repeat; }
div#navigation ul li#guestbook { width: 80px; background: url(images/2009/guest.gif)   no-repeat; }
div#navigation ul li#contact   { width: 105px; background: url(images/2009/contact.gif) no-repeat; }
div#navigation ul li#shop      { width: 80px; background: url(images/2009/merch.gif)   no-repeat; }

div#navigation ul li#home     :hover { background: url(images/2009/home_active.gif)    no-repeat; }
div#navigation ul li#band     :hover { background: url(images/2009/band_active.gif)    no-repeat; }
div#navigation ul li#dates    :hover { background: url(images/2009/dates_active.gif)   no-repeat; }
div#navigation ul li#music    :hover { background: url(images/2009/music_active.gif)   no-repeat; }
div#navigation ul li#pics     :hover { background: url(images/2009/pics_active.gif)    no-repeat; }
div#navigation ul li#links    :hover { background: url(images/2009/links_active.gif)   no-repeat; }
div#navigation ul li#guestbook:hover { background: url(images/2009/guest_active.gif)   no-repeat; }
div#navigation ul li#contact  :hover { background: url(images/2009/contact_active.gif) no-repeat; }
div#navigation ul li#shop     :hover { background: url(images/2009/merch_active.gif)   no-repeat; }

div#navigation ul li#home_active { background: url(images/2009/home_active.gif)    no-repeat; }
div#navigation ul li#band_active { background: url(images/2009/band_active.gif)    no-repeat; }
div#navigation ul li#dates_active { background: url(images/2009/dates_active.gif)   no-repeat; }
div#navigation ul li#music_active { background: url(images/2009/music_active.gif)   no-repeat; }
div#navigation ul li#pics_active { background: url(images/2009/pics_active.gif)    no-repeat; }
div#navigation ul li#links_active { background: url(images/2009/links_active.gif)   no-repeat; }
div#navigation ul li#guestbook_active { background: url(images/2009/guest_active.gif)   no-repeat; }
div#navigation ul li#contact_active { background: url(images/2009/contact_active.gif) no-repeat; }
div#navigation ul li#shop_active { background: url(images/2009/merch_active.gif)   no-repeat; }

div#navigation ul li#home      a { width: 65px; display: block; }
div#navigation ul li#news      a { display: none; }
div#navigation ul li#band      a { width: 65px; display: block; }
div#navigation ul li#dates     a { width: 80px; display: block; }
div#navigation ul li#music     a { width: 70px; display: block; }
div#navigation ul li#pics      a { width: 70px; display: block; }
div#navigation ul li#links     a { width: 70px; display: block; }
div#navigation ul li#guestbook a { width: 80px; display: block; }
div#navigation ul li#contact   a { width: 105px; display: block; }
div#navigation ul li#shop      a { width: 80px; display: block; }

div#navigation ul li a       { color: #231F20; font-size: 1.8em; text-transform: uppercase; }
div#navigation ul li a:hover { color: #ff9400; text-decoration: none; }

div#footer div#navigation { margin: 0 2px 0 -1px; }

/* End Menu */

/* Dates */

div.date { padding: 1px 0; line-height: 100%; }

div.date h2 { color: #000; font-size: 16px; margin: 2px 0 2px 0; text-align: center; }

div.date p { font-size: 11px; margin: 0 0 8px 0; text-align: center; }

div#toursnippet div.date h2 { text-align: left; margin: 0; line-height: 120%; font-size: 12px; }

div#toursnippet p { margin: 4px 0 0 0; line-height: 150%; }

div.old { color: #444; }

div.old h2 { font-size: 14px; color: #444; text-align: center; }

div.old p { font-size: 11px; }

div#sidebar div.date { border: none; }

/* Newsletter */
form#newsletter { margin-left: 14px; background: url(images/newsletter_background.gif) no-repeat; width: 366px; height: 88px; padding: 8px 25px; }

form#newsletter h2 { color: #000; }

form#newsletter p { margin: 0; padding: 0; }

/* Toursnippet */
div#toursnippet { margin-left: 14px; background: url(images/toursnippet_background.gif) no-repeat; width: 368px; height: 188px; padding: 8px 25px; }

div#toursnippet h2 { color: #000; }

div#toursnippet a { font-weight: bold; color: #000; }

/* Suche */
div#suche { margin-left: 14px; background: url(images/2008/bg_search.gif) no-repeat; width: 366px; height: 88px; padding: 8px 25px; }

div#suche h2 { color: #000; }

div#suche form, div#suche form div { margin: 0; padding: 0; text-align: left; }

div#suche form div input#s, form input#newsletter_email { width: 200px; }

/* Music */
div#music ul { list-style-type: none; margin: 0; padding: 20px 20px; background: url(images/music_background.jpg) no-repeat; width: 450px; height: 260px; }
div#music ul li { line-height: 100%; margin: 0; }
div#music ul li span.songtitle { font-weight: bold; float: left; display: block; width: 140px; }
div#music ul li object {  }

div#music2 ul { list-style-type: none; margin: 0; padding: 20px 20px; background: url(images/music_background_2.jpg) no-repeat; width: 450px; height: 260px; }
div#music2 ul li { line-height: 100%; margin: 0; }
div#music2 ul li span.songtitle { font-weight: bold; float: left; display: block; width: 140px; color: #fff; }
div#music2 ul li object {  }

/* Links */
div#links p { line-height: 180%; }

div#links a { font-size: 16px; }

/* Shop */

ol.tracklisting { line-height: 100%; }

	ol.tracklisting li { line-height: 115%; }

div.button { float: left; width: 117px; height: 160px; text-align: center; margin-right: 2px; }

div.button img { height: 115px; width: 115px; }

/* Band */

div.entry ul { list-style-type: square; margin: 0; padding: 0 0 0 20px; }

div.entry ul li { padding-left: 8px; text-indent: 0; font-size: 12px; }

/* Guestbook */

ol.commentlist { margin: 0; padding: 0; }

ol.commentlist li p, ol.commentlist small { margin-left: 70px; }

ol.commentlist li p { font-size: 14px; line-height: 120%; text-align: left; }

div.comment-number { float: left; margin: 0 10px 10px 0; font-size: 24px; background: #ffcc00; color: #000; width: 60px; height: 40px; padding-top: 20px; text-align: center; }

/* Pics */

div.mypicsgallery { text-align: center; width: 100%; }

div.mypicsgallery img { height: 60px; width: auto; margin: 0 auto; }

div.mypicsgallery a, div.mypicsgallery a:hover { background: none; }

/* Spezielle Überschriften */

h2#liveontour { background: url(images/headline_liveontour.jpg) no-repeat; width: 128px; height: 21px; }
h2#newsletter { background: url(images/headline_newsletter.jpg) no-repeat; width: 111px; height: 22px; }
h2#suche { background: url(images/headline_suche.jpg) no-repeat; width: 65px; height: 23px; }

h2#liveontour span, h2#newsletter span, h2#suche span { visibility: hidden; }

#content table.timetable td,
#content table.anmeldung td { font-size: 100%; padding: 2px 5px; }
#content table.anmeldung input,
#content table.anmeldung textarea { background: #555; padding: 2px; color: #fff; border: none; width: 200px; }
