/*
 * $Id: format.css 1179 2010-05-14 13:10:53Z alex $
 * Style for the Paranoiacs!
 */

BODY {
	color: #282828;
	background-color: #C9C9C9;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

H1 {
	color: #370000;
	font-size: 1.5em;
	font-weight: bold;
	margin: 2px 0px;
	padding: 2px 0px;
}

H2 {
	color: #370000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2px 0px;
	padding: 2px 0px;
}

H3 {
	color: #370000;
	font-size: 1em;
	font-weight: bold;
	margin: 2px 0px;
	padding: 2px 0px;
}

/* Welcome page */
.welcome {
    font-size: x-large;
    font-weight: bold;
    color: #CC0000;
}


/* Haupt-Container für Seiten-Content */
.content_box {
	margin: 0% 6%;
	width: 88%;
}

/* Mittlerer Container für Content */
.mid_container {
	width: 300px; 
	height: 200px; 
	float: left; 
	margin: 5px; 
	padding: 2px;
}

#header A:hover, #header A:focus,
TR.menu A:hover, TR.menu A:focus {
	background: none;
}

/* Links */
A {
	color: #CC0000;
	text-decoration : none;
	padding: 2px 3px;
}

TR.menu A {
	padding: 0px;
}

A:hover {
	background-color : #CC0000;
	background: #CC0000 -moz-linear-gradient(#FF2222, #A20000);
	background:	#CC0000 -webkit-gradient(linear, left top, left bottom, from(#FF2222), to(#A20000));
	color : #FFFFFF;
	text-decoration : none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

A IMG {
	border: none;
}

.direct_link {
    padding-top: 3px;
	color: #774444;
	font-size: small;
}


.social_links {
	font-size: 0.666em;
	padding: 5px 5px 0px;
	margin: 10px 0px 0px;
	display: block;
	border-top: 1px solid #999999;
}
.social_links A, .social_links A:visited {
	color: #550000;
}


/* Tabellen/-zeilen */

.table {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.titlebar {
	color: #FFFFFF;
	font-weight: bolder;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.titlebar TD {
	background: #FF6767 url(/images/title_fade.png) top repeat-x;
	min-height: 29px;
	color: #FFFFFF;
	font-weight: bolder;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-shadow: 0px -1px 0px #47568F;
}
TR.titlebar H2, THEAD H2 {
	color: #FFFFFF;
	display: inline;
	font-size: 1.1em;
	font-weight: bold;
}

TR.titlebar A {
	color: #FFCC00;
}

TR.titlebar A:HOVER {
	background-color : #FFCC00;
	color : #FFFFFF;
	text-decoration : none;
}

/* New: rounded table */
TABLE.roundtable THEAD TD {
	border: none;
	background: #FF6767 url(/images/title_fade.png) top repeat-x;
	min-height: 29px;
	color: #FFFFFF;
	font-weight: bolder;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-shadow: 0px -1px 0px #47568F;
}

TABLE.roundtable THEAD TD.first {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
TABLE.roundtable THEAD TD.last {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
TABLE.roundtable TBODY TD.first {
	border-left: 2px solid #FF6767;
}
TABLE.roundtable TBODY TD.last {
	border-right: 2px solid #FF6767;
}

TABLE.roundtable TFOOT * TD {
	border: none;
	background-color: #FF6767;
	background: #FF6767 -moz-linear-gradient(#FF6767, #E8C1C1);
	background:	#FF6767 -webkit-gradient(linear, left top, left bottom, from(#FF6767), to(#E8C1C1));
	height: 15px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


.oddrow {
	background-color: #F2F2F2;
	background:	#F2F2F2 -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#FCFCFC));
	background:	#F2F2F2 -moz-linear-gradient(#DFDFDF, #FCFCFC);
	color: #000000;
}
.evenrow {
	background-color: #B9B9B9;
	background:	#B9B9B9 -webkit-gradient(linear, left top, left bottom, from(#B4B4B4), to(#CFCFCF));
	background:	#B9B9B9 -moz-linear-gradient(#B4B4B4, #CFCFCF);
	color: #000000;
}



/* Diverse Kleinigkeiten */

.fehler {
	background-color: #DD9999;
	padding: 10px;
	border: 1px solid #FF2222;
	font-size: 1.2em;
}

.notiz {
	color : #EEEEEE;
	background-color: #DD4444;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
}


.updateStatus {
	color : #501B1B;
	background-color: #F7DFDF;
	background: #F7DFDF -moz-linear-gradient(left, #EEBBBB, #F7DFDF);
	background:	#F7DFDF -webkit-gradient(linear, left top, right top, from(#EEBBBB), to(#F7DFDF));
	font-size: 0.66em;
	text-shadow: 0px 1px 0px #e5e5ef;
	padding: 3px;
	border: 1px solid #DD7777;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.small {
	font-size: xx-small;
}

.footer_text {
	color: #EFEFEF;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding-top: 8px;
	padding-bottom: 8px;
}

.title { 
	color: #971E00;  
	font-size: 1.2em;  
	font-weight: bold;
	text-shadow: 0px 1px 0px #e5e5ef;
}

/* ========== News ========== */
.news_date {
	font-style: italic;
}
.news_details {
	padding: 8px;
}
.news_details UL {
	padding: 0px 0px 0px 10px;
	margin: 0px 20px 10px 20px;
}
.news_details LI {
	padding-top: 10px;
	list-style-image: url(images/totenkopf_icon.gif);
}
.news_footer {
	display: block;
	color: #666666;
	padding: 10px 0px 0px;
	font-size: 0.666em;
	text-align: right;
	font-style: italic;
}

/* ========== Tour ========== */

/* Event HEUTE! */
TR.todays_gig TD {
	background-color: #FFBBBB;
	background: #FFBBBB -moz-linear-gradient(#FFBBBB, #DFCACA);
	background:	#FFBBBB -webkit-gradient(linear, left top, left bottom, from(#FFBBBB), to(#DFCACA));
}

/* Event in diesem Monat */
TR.upcoming_now TD {
	background-color: #EFCBCB;
	background: #EFCBCB -moz-linear-gradient(#EFCBCB, #D7D2D2);
	background:	#EFCBCB -webkit-gradient(linear, left top, left bottom, from(#EFCBCB), to(#D7D2D2));
}

/* Event im kommenden Monat */
TR.upcoming_next TD {
	background-color: #E3D7D7;
	background: #E3D7D7 -moz-linear-gradient(#E3D7D7, #D7D2D2);
	background:	#E3D7D7 -webkit-gradient(linear, left top, left bottom, from(#E3D7D7), to(#D7D2D2));
}


TD.event_date {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
.oddrow .event_date {
	text-shadow: 0px 1px 0px #B5B5BF;
}
.evenrow .event_date {
	text-shadow: 0px 1px 0px #e5e5ef;
}
.event_weekday {
	font-size: 0.5em;
	font-weight: normal;
	color: #666666;
	text-shadow: none;
}


.event_calendar_page {
	float: left;
	padding: 0px;
	margin-right: 1.5em;
	background:	#FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-align:	center;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
.event_calendar_page .month {
	background:	 #FF6767 url(/images/title_fade.png) top repeat-x;
	color: #FFFFFF;
	text-shadow: 0 -1px 0px #4f4f8f;
	font-size: 1.4em;
	font-family: Georgia, Times New Roman, serif;
	letter-spacing:	0.2em;
	padding: 0.2em;
	border-bottom: 1px solid #AAAAAA;
}
.event_calendar_page .weekday {
	font-size: 0.9em;
	color: #666666;
}
.event_calendar_page .day {
	color: #000000;
	font-size: 2.5em;
	padding: 0.01em 0.3em 0.1em;
	letter-spacing:	0.1em;
	line-height: 1em;
}
.event_calendar_page .year	{
	color: #666666;
	font-size: 1em;
	padding: 0 0.05em 0.3em;
}


.event_title {
	font-size: 1.25em;
}
.oddrow * .event_title {
	text-shadow: 0px 1px 0px #B5B5BF;
}
.evenrow * .event_title {
	text-shadow: 0px 1px 0px #e5e5ef;
}

.event_links {
	height: 10px;
	padding: 5px;
}
.event_links A {
	margin-right: 5px;
	font-weight: normal;
}

.event_details {
	font-size: 0.76em;
	padding: 10px 10px 0px;
}

.event_extras {
	text-align: center;
	font-size: 0.6em;
}

.event_extras A, .event_extras .dummy {
	display: block;
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

/* ===== VIDEOS ===== */
.video_category_table {
	margin-left: 30px; 
	margin-right: 30px;
	width: 850px;
}

H1.video_type {
	text-align: left;
	padding: 1px 5px;
	margin: 3px;
}
.video {
	width:396px; 
	height:396px; 
	float: left; 
	background-color: #BBBBBB;
	background:	#BBBBBB -webkit-gradient(linear, left top, left bottom, from(#BBBBBB), to(#999999));
	background:	#BBBBBB -moz-linear-gradient(#BBBBBB, #999999);
	margin: 5px; 
	padding: 2px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #888888;
}
.video H2 {
	font-size: 0.85em;
	text-align: center;
	padding: 1px 5px;
	margin: 3px;
	text-shadow: 0px 1px 0px #e5e5ef;
}
.video_date {
	font-size: 0.5em;
	font-weight: bold;
	text-align: right;
	padding: 1px 5px;
}
.video_info {
	font-size: 0.75em;
	text-align: center;
	margin-top: 5px;
}


/* ===== Bilder ===== */

.yearsplitter {
	margin-top: 10px;
	padding-left: 10px;
	border-left: 10px solid #DF4444;
	border-top: 2px solid #DF4444;
}

.image_tile {
	font-size: x-small;
	border-left: 10px solid #DF8888;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.image_tile A {
	font-size: medium;
	display: block;
	padding: 3px;
	margin-left: -10px;
	margin-bottom: -10px;
}

.odd_tiles {
	border-left: 10px solid #DF8888;
}

.even_tiles {
	border-left: 10px solid #DF9999;
}



/****************************************************************************
 L I G H T B O X  2   J S   L I B R A R Y
 Great stuff, look here: http://www.lokeshdhakar.com/projects/lightbox2/
 ****************************************************************************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
