/*  
Theme Name: Luke27 Layout 
Theme URI: http://www.luke27.de
Description: Layout f&uuml;r Luke27.de
Version: 1.0
Author: Marco Berndt
Author URI: http://www.marcoberndt.de

	This theme was designed and built by Marco Berndt.

	The CSS, XHTML and design is copyrighted by Marco Berndt.
	Copyright 2007 Marco Berndt.
	All rights are reserved.

*/

/* quick and dirty */

div.entry table.live_table a {
color: #000;
font-size: 11px;
}

div.entry table.live_table th {
color: #fff;
font-size:12px;
}

div.entry table.live_table td {
color: #000;
font-size:11px;
}

ul#umfrage {
	list-style: none;
}

ul#umfrage h3 {
border-left: 3px solid #fff;
padding-left: 5px;
font-size: 13px;
}

ul#umfrage li div.wp-polls {
border-bottom: 1px solid #fff;
padding-bottom: 10px;
}


/* General Styles */

* {
	padding: 0;
	margin: 0;
}

blockquote {
	padding-left: 50px;
}

img {
	border: none;
}

body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
}

h1 {
	color: #fff;
	font-size: 15px;
	padding-bottom: 20px;
}

h2 {
	color: #fff;
	font-size: 13px;
	padding-bottom: 10px;
}

/* Frontpage */

div#logo a#logo_button {
	width: 238px;
	height: 201px;
	display: block;
}

div#logo a#logo_button:hover {
	background: url(images/luke27_logo_hover.gif) no-repeat 10px 5px;
}

div#frontpage {
	margin: -23px;
}

div#frontpage_1, div#frontpage_2, div#frontpage_3, div#frontpage_4, div#frontpage_5, div#frontpage_6 {
	height: 50px;
}

div#frontpage_1 {
	width: 281px;
	background: url(images/frontpage/frontpage_1.jpg) no-repeat top left;
}

div#frontpage_2 {
	width: 200px;
	background: url(images/frontpage/frontpage_2.jpg) no-repeat top left;
}

div#frontpage_2 a.gbook-link {
	left: 59px;
	top: 10px;
	width: 81px;
	height: 28px;
	display: block;
	text-decoration: none;
	position: relative;
}

div#frontpage_2 a.gbook-link:hover {
	background: url(images/frontpage/frontpage_2_hover.jpg) no-repeat top left;
}

div#frontpage_3 {
	width: 294px;
	background: url(images/frontpage/frontpage_3.jpg) no-repeat top left;
}

div#frontpage_4 {
	width: 281px;
	background: url(images/frontpage/frontpage_4.jpg) no-repeat top left;
}

div#frontpage_5 {
	width: 200px;
	background: url(images/frontpage/frontpage_5.jpg) no-repeat top left;
}

div#frontpage_6 {
	width: 294px;
	background: url(images/frontpage/frontpage_6.jpg) no-repeat top left;
}

td#frontpage_7 {
	width: 281px;
	background: url(images/frontpage/frontpage_7.jpg) repeat-y top left;
}

td#frontpage_8 {
	width: 200px;
	background: url(images/frontpage/frontpage_8.jpg) repeat-y top left;
}

td#frontpage_9 {
	width: 294px;
	background: url(images/frontpage/frontpage_9.jpg) repeat-y top left;
}

div.frontpage_inner {
	padding: 12px;
	padding-bottom: 0;
}

div#home-26 {
	visibility: hidden;
}

img.slideshow_img {
	border: 3px solid #cc0001;
}

div#status {
	width: 48px;
	height: 24px;
	background: url(images/slideshow/slideshow-nav-status.gif) no-repeat left top;
	text-align: center;
}

div#vonbis {
	padding-top: 4px;
}

a#_back {
	width: 24px;
	height: 24px;
	background: url(images/slideshow/slideshow-nav-back.gif) no-repeat left top;
	display: block;
}

a#_back:hover {
	background-position: left bottom;
}

a#_next {
	width: 24px;
	height: 24px;
	background: url(images/slideshow/slideshow-nav-next.gif) no-repeat left top;
	display: block;
}

a#_next:hover {
	background-position: left bottom;
}

div#slideshow_text {
	width: 61px;
	height: 24px;
	background: url(images/slideshow/slideshow-nav-text.gif) no-repeat left top;
}

div#slideshow_nav {
	padding-top: 12px;
}

div.entry a.frontpage_gbook_lauf {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

span.frontpage_gbook_author {
	font-style: italic;
}

div.entry a.frontpage_gbook_date {
	font-size: 9px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

div.entry a.frontpage_gbook_date:hover {
	text-decoration: underline;
}

span.frontpage_gbook_content {
	font-size: 11px;
	font-weight: normal;
}

div.entry a.frontpage_gbook_content {
	color: #fff;
	text-decoration: none;
}

div.entry a.frontpage_gbook_content:hover {
	text-decoration: underline;
}

hr.gbook_trenner {
	width:176px;
	color: #fff;
	height: 1px;
	background-color: #fff;
	border: 0;
}

div.news-pic {
	float: left;
	border: 1px solid #fff;
	width: 100px;
	position: relative;
}

div.news-text {
	float: left;
	position: relative;
	width: 148px;
}

div.entry a.news-title {
	text-decoration: none;
	color: #cc0001;
	font-size: 12px;
}

div.entry a.news-title:hover {
	text-decoration: underline;
}

span.news-text {
	color: #fff;
	font-size: 11px;
	line-height: 120%;
}

div.entry a.news-more {
	float: right;
	text-decoration: none;
	font-size: 10px;
	color: #cc0001;
}

div.entry a.news-more:hover {
	text-decoration: underline;
}

div.news-text {
	padding-left: 5px;
}

div.news_trenner {
	width: 258px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	height: 1px;
	background-color: #fff;
	border: 0;
}

h1.news-title-h1 {
	padding-bottom: 3px;
}

div.frontpage_inner a.frontpage_gbook_content {
	font-size: 11px;
	font-weight: normal;
}

/* Div */

div#container {
	position: absolute;
	left: 50%;
	margin-left: -400px; 
	width: 800px;
}

div#innercontainer {
 	width: 800px;
	background: url(images/container_bg.jpg) no-repeat top left;
	background-color: #000;
}

div#head {
	width: 800px;
	height: 234px;
}

div#logo {
	width: 238px;
	height: 201px;
	margin-top: 5px;
	/*margin-left: 9px;*/
	padding-left: 9px;
	float: left;
}

div#mainnav {
	float: left;
	height: 50px;
	width: 540px;
	margin-top: 135px;
}

div#header {
	width: 780px;
	height: 150px;
	background: url(images/header_home.jpg) no-repeat left top;
	margin-left: 9px;
}

div#content {
	width: 798px;
	padding-bottom: 9px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

div#innercontent {
	margin-left: 9px;
	margin-top: 10px;
	width: 776px;
	border: 2px solid #333;
	background-color: #000;
}

div#player {
	position: absolute;	
	top: 235px;
	left: 40px;
	border: 1px solid #333;
	background: url(images/player.gif) no-repeat left top;
}

div#player a {
	display: block;
	width: 176px;
	height: 15px;
}

div#footer {
	text-align: right;
	margin-top: 5px;
	padding-bottom: 8px;
	width: 800px;
}

/* Page Template */

div.pageoben {
	width: 776px;
	height: 23px;
	background: url(images/page_bg_01.gif) no-repeat left top;
}

div.pageunten {
	width: 776px;
	height: 23px;
	background: url(images/page_bg_03.gif) no-repeat left top;
}

div.page {
	background: url(images/page_bg_02.gif) repeat-y left top;
	padding-left: 23px;
	padding-right: 23px;
	clear: both;
}

/* Category Template */

/* In archive.php definiert */

div.catoben1 {
	width: 776px;
	height: 23px;
	background: url(images/page_bg_01.gif) no-repeat left top;
}

div.catunten1 {
	width: 776px;
	height: 23px;
	background: url(images/page_bg_03.gif) no-repeat left top;
}

div.catmitte1 {
	background: url(images/page_bg_02.gif) repeat-y left top;
	padding-left: 23px;
	padding-right: 23px;	
color: #fff;
}

h1.cat1h1 a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

h1.cat1h1 a:hover {
	text-decoration: underline;
}

small.cat_small_2 {
	border-left: 3px solid #fff;
	color: #fff;
	padding-left: 3px;
	line-height: 200%;
}

div.catoben2 {
	width: 776px;
	height: 23px;
	background: url(images/cat_bg_01.gif) no-repeat left top;
}

div.catunten2 {
	width: 776px;
	height: 23px;
	background: url(images/cat_bg_03.gif) no-repeat left top;
}

div.catmitte2 {
	background: url(images/cat_bg_02.gif) repeat-y left top;
	padding-left: 23px;
	padding-right: 23px;
color: #000;
}

h1.cat2h1 a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
}

h1.cat2h1 a:hover {
	text-decoration: underline;
}

small.cat_small_1 {
	border-left: 3px solid #fff;
	color: #fff;
	padding-left: 3px;
	line-height: 200%;
}

small.cat_small_2 {
	border-left: 3px solid #000;
	color: #000;
	padding-left: 3px;
	line-height: 200%;
}

div.entry a.catmore1 {color:#fff;float:right;}
div.entry a.catmore2 {color:#000;float:right;}

/* Single Template */

div.navigation {
	background: url(images/page_bg_02.gif) repeat-y left top;
	width: 776px;
	height: 30px;
	font-size: 15px;
}

div.alignleft {
	float: left;
	padding-left: 23px;
}

div.alignleft a, div.alignright a {
	color: #ccc;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

div.alignleft a:hover, div.alignright a:hover {
	text-decoration: underline;
}

div.alignright {
	float: right;
	padding-right: 23px;
	
}


h1.single a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

h1.single a:hover {
	text-decoration: underline;
}

small.single {
	border-left: 3px solid #fff;
	color: #fff;
	padding-left: 3px;
	line-height: 200%;
}

/* Search Template */

h1.pagetitle {
	text-align: center;
	font-size: 15px;
}

h1.center {
	font-size: 15px;
}

input#s {
	background-color: #666;
	border: 1px solid #fff;
	font-size: 13px;
}

input#s:focus {
	background-color: #333;
	color: #fff;
}

input#searchsubmit {
	color: #fff;
	background-color: #666;
	border: 1px solid #ccc;
	height: 18px;
	margin-left: 5px;
}

input#searchsubmit:focus {
	background-color: #333;
}

/* Guestbook */

h1.respond {
	font-size: 11px;
}

h2.comments {
	font-size: 15px;
}

form#commentform input {
	border: 1px solid #ccc;
	background-color: #666;
	margin-bottom: 5px;
	color: #fff;
}

form#commentform p label {
	position: relative;
	top: -6px;
}

form#commentform input#submit {
	margin-top: 5px;
}

form#commentform textarea#comment {
	border: 1px solid #ccc;
	background-color: #666;
	color: #fff;
}

form#commentform input:focus {
	background-color: #333;
	color: #fff;
}

form#commentform textarea#comment:focus {
	background-color: #333;
	color: #fff;
}

small.commentmetadata a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

small.commentmetadata a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
}

div.comment-number {
	font-size: 13px;
}

div.comment-number a {
	font-weight: bold;
}

div.gbookentry {
	padding-top: 10px;
}
cite.cite {
	font-size: 12px;
	font-weight: bold;
}

div.entrytext a.gbook_link {
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

div.entrytext a.gbook_link:hover {
	text-decoration: underline;
} 

cite.cite a {
	color: #fff;
	text-decoration: none;
}

cite.cite a:hover {
	text-decoration: underline;
}

#gbook_white {
	color: #fff;
}

#gbook_white p a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#gbook_white p a:hover {
	text-decoration: underline;
}

#gbook_black {
	color: #000;
}

#gbook_black p a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#gbook_black p a:hover {
	text-decoration: underline;
}

div#gbook_black a {
	color: #000;
	text-decoration: none;
}

div#gbook_black a:hover {
	text-decoration: underline;
}

div#gbook_white a {
	color: #fff;
	text-decoration: none;
}

div#gbook_white a:hover {
	text-decoration: underline;
}

cite#gbook_black a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

cite#gbook_black a:hover {
	text-decoration: underline;
}

cite#gbook_white a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

cite#gbook_white a:hover {
	text-decoration: underline;
}

div.comment-page-numbers {
	color: #fff;
}

div.entrytext div.comment-page-numbers div.comment-page-numbers_inner {
	text-align: center;
}

div.comment-page-numbers a {
	text-decoration: none;
	color: #fff;
}

div.comment-page-numbers a:hover {
	text-decoration: underline;
}

div.comment-number a {
	color: #fff;
	text-decoration: none;
}

div.comment-number a:hover {
	text-decoration: underline;
}

/* Footer */

div#footer {
	color: #444;
	font-size: 10px;
}

div#footer a {
	color: #666;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

/* Content */

div.entry {
	clear: both;
	line-height: 150%;
}

/* a */

div.catmitte1 div.entry a, div.entry a {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

div.catmitte2 div.entry a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

div.catmitte1 div.entry a:hover, div.catmitte2 div.entry a:hover, div.entry a:hover {
	text-decoration: underline;
}

div.entry a.lyrics {
	font-size: 10px;
	font-weight: normal;
	color: #cc0001;
}

/* a "links" */

a.vnamusic_link {
	display: block;
	width: 109px;
	height: 139px;
	background: url(images/links/VNA_Logo_transparent.gif) left top no-repeat;
}

a.vnamusic_link:hover {
	background-image: url(images/links/VNA_Logo_transparent_hover.gif);
	text-decoration: none;
	color: #333;
}

a.myspace_logo {
	display: block;
	width: 110px;
	height: 110px;
	background: url(images/links/myspace_logo.gif) left top no-repeat;
}

a.myspace_logo:hover {
	background-image: url(images/links/myspace_logo_hover.gif);
	text-decoration: none;
	color: #000;
}

a.flex_logo {
	display: block;
	width: 247px;
	height: 86px;
	background: url(images/links/FLXBLZ.gif) left top no-repeat;
}

a.flex_logo:hover {
	background-image: url(images/links/FLXBLZ_hover.gif);
	text-decoration: none;
	color: #333;
}

a.streetmartz {
	display: block;
	width: 180px;
	height: 159px;
	background: url(images/links/streetmartzlogo.gif) left top no-repeat;
}

a.streetmartz:hover {
	background-image: url(images/links/streetmartzlogo_hover.gif);
	text-decoration: none;
	color: #333;
}

/* Mainnav */

div#mainnav ul.mainnav {
	list-style: none;
	margin-top: 11px;
	margin-left: 9px;
}

div#mainnav ul.mainnav li.page_item {
	height: 26px;
	display: block;
	float: left;
}

div#mainnav ul.mainnav li.page_item a {
	height: 26px;
	float: left;
}

div#mainnav ul li a span {
	display: none;
}

/* Mainnav "News" */

div#mainnav ul.mainnav li.page_item a.mainnav_news {
	width: 59px;
	background: url(images/mainnav/mainnav_01.jpg) no-repeat 0% 100%;
}

div#mainnav ul.mainnav li.page_item a.mainnav_news:hover {
	background-position: 0% 0%;
}

div#mainnav ul.mainnav li.page_item a.mainnav_news_current {
	width: 59px;
	background: url(images/mainnav/mainnav_01.jpg) no-repeat 0% 0%;
}

/* Mainnav "About27" */

div#mainnav ul.mainnav li.page_item a.mainnav_about-27 {
	width: 99px;
	background: url(images/mainnav/mainnav_02.jpg) no-repeat 0% 100%;
}

div#mainnav ul.mainnav li.page_item a.mainnav_about-27:hover {
	background-position: 0% 0%;
}

div#mainnav ul.mainnav li.page_item a.mainnav_about-27_current {
	width: 99px;
	background: url(images/mainnav/mainnav_02.jpg) no-repeat 0% 0%;
}

/* Mainnav "Releases" */

div#mainnav ul.mainnav li.page_item a.mainnav_releases {
	width: 100px;
	background: url(images/mainnav/mainnav_03.jpg) no-repeat 0% 100%;
}

div#mainnav ul.mainnav li.page_item a.mainnav_releases:hover {
	background-position: 0% 0%;
}

div#mainnav ul.mainnav li.page_item a.mainnav_releases_current {
	width: 100px;
	background: url(images/mainnav/mainnav_03.jpg) no-repeat 0% 0%;
}

/* Mainnav "Live" */

div#mainnav ul.mainnav li.page_item a.mainnav_live {
	width: 54px;
	background: url(images/mainnav/mainnav_04.jpg) no-repeat 0% 100%;
}

div#mainnav ul.mainnav li.page_item a.mainnav_live:hover {
	background-position: 0% 0%;
}

div#mainnav ul.mainnav li.page_item a.mainnav_live_current {
	width: 54px;
	background: url(images/mainnav/mainnav_04.jpg) no-repeat 0% 0%;
}
/* Mainnav "Downloads" */

div#mainnav ul.mainnav li.page_item a.mainnav_downloads {
	width: 124px;
	background: url(images/mainnav/mainnav_05.jpg) no-repeat 0% 100%;
}

div#mainnav ul.mainnav li.page_item a.mainnav_downloads:hover {
	background-position: 0% 0%;
}

div#mainnav ul.mainnav li.page_item a.mainnav_downloads_current {
	width: 124px;
	background: url(images/mainnav/mainnav_05.jpg) no-repeat 0% 0%;
}

/* Mainnav "Links" */

div#mainnav ul.mainnav li.page_item a.mainnav_links {
	width: 66px;
	background: url(images/mainnav/mainnav_06.jpg) no-repeat 0% 100%;
}

div#mainnav ul.mainnav li.page_item a.mainnav_links:hover {
	background-position: 0% 0%;
}

div#mainnav ul.mainnav li.page_item a.mainnav_links_current {
	width: 66px;
	background: url(images/mainnav/mainnav_06.jpg) no-repeat 0% 0%;
}

/* Mainnav "Video" */

div#mainnav ul.mainnav li.page_item a.mainnav_videos {
	width: 74px;
	background: url(images/mainnav/mainnav_07.jpg) no-repeat 0% 100%;
}

div#mainnav ul.mainnav li.page_item a.mainnav_videos:hover {
	background-position: 0% 0%;
}

div#mainnav ul.mainnav li.page_item a.mainnav_videos_current {
	width: 74px;
	background: url(images/mainnav/mainnav_07.jpg) no-repeat 0% 0%;
}

/* New Linklist */
div#new_linklist {
width: 104px;
height: 45px;
float:left;
margin-left: 219px;
}

div#new_linklist a:hover {
background-position: left -45px;
}

div#new_linklist a {
width: 104px;
display: block;
height: 0px;
margin-top: 2px;
overflow: hidden;
padding-top: 45px;
background: url(images/mainnav/link_umfrage.jpg) no-repeat left top;
}
