/*
*  Allgemeine Einstellungen
*/

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.25;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#center {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
}

#main-body {
	margin: 0;
	padding: 0;
}

/* \*/
#main-body {height: 1%;}
/* */ 

#status {
  font-size: 85%;
	margin: 10px 0 0 0;
  padding: 10px 0 10px 10px;
	border-left: 1px dotted #f5be42;
	border-bottom: 1px dotted #f5be42;
}

#logo {
  margin: 20px 0 0 0;
  background: url("pictures/header.jpg") no-repeat;
  height: 200px;
	clear: both;
}

#logoTribeAfterTribe {
  margin: 20px 0 0 0;
  background: url("pictures/header_tribeaftertribe.jpg") no-repeat;
  height: 200px;
  clear: both;
}

#logoThreeFish {
  margin: 20px 0 0 0;
  background: url("pictures/header_threefish.jpg") no-repeat;
  height: 200px;
  clear: both;
}

#navigation {
  font-size: 150%;
  border-top: 1px dotted #f5be42;
  border-right: 1px dotted #f5be42;
  background-color: #000000;
  margin: 20px 0;
  padding: 8px 0 0 0;
}

#navigation img {
	border: none;
}

#navigation ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 10px;
}

#navigation ul li {
	display: inline;
	padding: 0 4px;
}

#content {
	float: left;
	margin: 0;
	padding: 5px 10px;
	width: 650px;
}

#location {
	margin: 0 0 20px 0;
	color: #f5be42;
	font-weight: bold;
	border-bottom: 1px dotted #2a2a2a;
}

#sidebar {
	float: right;
	margin: 0;
	padding: 5px 10px;
	width: 200px;
}

#footer {
	color: #505050;
	font-size: 90%;
	margin: 0 0 10px 0;
  padding: 2px 0 0 10px;
	clear: both;
	border-top: 1px dotted #2a2a2a;
}

/*
*  Überschriebene HTML Tags
*/

img {
	margin: 0;
	padding: 0;
	border: none;
}

h2 {
	color: #FF6600;
	font-style: italic;
	margin: 40px 0 0 0;
	clear: both;
}

h3 {
	color: #FF6600;
	font-weight: bold;
	border-bottom: 1px dotted #2a2a2a;
	margin: 20px 0 0 0;
}

a:link {
	color: #f5be42;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #f5be42;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	font-weight: bold;
	color: #707070;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}

hr {
	color: #1f1f1f;
	margin: 40px 0 20px 0;
}

/*
* Selbstdefinierte allgemein Klassen
*/

.header {
	margin: 0;
	color: #f5be42;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px dotted #2a2a2a;
}

.black {
	color: #000000;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.simplequote {
	font-style: italic;
	font-weight: bold;
	color: #707070;
}

.slim {
	border: 1px dotted #2a2a2a;
	padding: 5px;
	margin: 5px 0 5px 5px;
}

.username {
	font-weight: bold;
	color: #47a2ff;	
}

.leftHalf {
	float: left;
	width: 325px;
	margin: 0 0 20px 0;
}

.rightHalf {
	float: right;
	width: 325px;
	margin: 0 0 20px 0;
}

/*
*  Sidebar
*/

.sidebarelement {
	text-align: right;
	color: #505050;
	font-size: 75%;
	margin: 0 0 20px 0;
}

.sidebartopline {
	color: #FF6600;
}

/*
*  Homepage Elemente
*/

.robbiLeft {
	float: left;
	width: 200px;
	margin: 0 0 20px 0;
}

.robbiRight {
	float: right;
	width: 400px;
	margin: 0 0 20px 0;
}

.latestNewsHeader {
  color: #707070;
  font-size: 150%;
	border-bottom: 2px dotted #2a2a2a;
}

.latestNews {
  color: #707070;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

.latestNews li {
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #2a2a2a;
}

.latestNews li .date {
	color: #ff6600;
	font-style: italic;
}

/*
*  Tribe After Tribe Homepage Elemente
*/

.tribeAfterTribeLeft {
	float: left;
	width: 300px;
	margin: 0 0 20px 0;
}

.tribeAfterTribeRight {
	float: right;
	width: 300px;
	margin: 0 0 20px 0;
}

.tribeAfterTribeCritics {
	font-weight: bold;
	line-height: 1.5;
}

.tribeAfterTribeCriticsQuote {
	color: #959595;
	font-style: italic;
}

.tribeAfterTribeCriticsSource {
	float: right;
	color: #FF6600;
	font-weight: bold;
}

/* 
* Formulare
*/

#form {
	border: 1px dotted #2a2a2a;
	background-color: #101010;
	padding: 5px 10px;
}

#form .input {
	color: #FFFFFF;
	border: 1px dotted #FFFFFF;
	background-color: #333333;
}

/*
* Band Homepage
*/

.outnowpic {
	border: 1px solid #2a2a2a;
	margin: 10px 0 0 0;
	padding: 2px;
}

.upcomingtourdates {
	margin: 10px 0 0 0;
}

/*
*  News
*/

.news {
	clear: both;
	margin: 0;
	padding: 0;
}

.newsLeft {
	float: left;
	width: 100px;
	font-weight: bold;
	color: #FF6600;
	margin: 0 0 20px 0;
}

.newsRight {
	float: left;
	width: 550px;
	margin: 0 0 20px 0;
}

.newsRight p {
	margin: 0 0 10px 0;
	padding: 0;
}

.newsPic {
	border: 1px solid #2a2a2a;
	padding: 2px;
	margin: 0 0 20px 20px;
}


/*
*  Contact
*/

.contactLeft {
	float: left;
	font-weight: bold;
	font-size: 150%;
	font-style: italic;
	color: #FF6600;
	width: 250px;
	margin: 40px 0 0 0;
	clear: both;
}

.contactRight {
	float: right;
	width: 350px;
	margin: 40px 0 0 0;
}

.contact {
	margin: 0;
	padding: 0;
}

.contact dt {
	font-weight: bold;
}

.contact dd {
	font-size: 90%;
	margin: 0 0 0 10px;
	padding: 0;
}

/*
*  Links
*/

.links {
	margin: 0 0 20px 0;
}

.links dt {
	margin: 0;
	padding: 0;
}

.links dd {
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 90%;
}

/*
*  Guestbook
*/

.guestbookentries {
	margin: 20px 0;
}

.guestbookentries dt {
	border-bottom: 1px dotted #2a2a2a;
	margin: 0 0 20px 0x;
}

.guestbookentries dd {
	margin: 0 0 30px 10px;
	color: #505050;
}

.guestbookname {
}

.guestbooknameadmin {
	color: #6DB7FB;
}

.guestbookcommentheader {
	font-size: 80%;
	margin: 0 0 0 20px;
}

.guestbookentries .guestbookcomment {
	font-size: 80%;
	margin: 0 0 20px 20px;
}

/*
*  Board
*/

.boardentries {
	margin: 20px 0;
}

.boardentries dt {
	border-bottom: 1px dotted #2a2a2a;
	margin: 0 0 20px 0x;
}

.boardentries dd {
	margin: 0 0 30px 10px;
	color: #505050;
}

.boardname {
}

.boardnameadmin {
	color: #6DB7FB;
}

.boardheader
{
	border-bottom: 1px solid #FFFFFF;
}

.boardupdate
{
	font-size: 75%;
}

/*
*  Fans
*/

#form fieldset {
	border-top: 1px dotted #2a2a2a;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
}

#form legend {
	color: #FFFFFF;
}

#fanmap {
	padding: 0;
	margin: 5px;
}

#fanlist {
	margin: 25px 0;
}

.fanentry {
	height: 220px;
	width: 200px;
	border: 1px dotted #2a2a2a;
	padding: 3px;
	margin: 3px;
	float: left;
	text-align: center;
}

.fansmallentry {
	width: 200px;
	border: 1px dotted #2a2a2a;
	padding: 3px;
	margin: 3px;
	float: left;
	text-align: center;
}

.fanname {
	font-weight: bold;
}

.fancity {
	font-size: 80%;
}

.fancountry {
	font-size: 80%;
}

.fanleft {
	float: left;
	width: 323px;
	margin: 0 2px 0 0;
	padding: 0;
	clear: both;
}

.fanright {
	float: right;
	width: 323px;
	margin: 0 0 0 2px;
	padding: 0;
}

.fanfavorites, .fanaddress {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.fanfavorites li {
	font-size: 80%;
}

.fanphoto {
	border: 1px solid #2a2a2a;
	margin: 5px 0 0 20px;
	padding: 2px;
}

/* 
* Bio
*/

.biopic {
	border: 1px solid #2a2a2a;
	margin: 0 10px 10px 0;
	padding: 2px;
}

/*
* Albums
*/

.albumspic {
	border: 1px solid #2a2a2a;
	margin: 10px 0 0 0;
	padding: 2px;
}

.albumsentry {
	width: 200px;
	padding: 3px;
	margin: 3px;
	float: left;
	text-align: center;
}

#albumcover {
	float: left;
	width: 300px;
	margin: 20px 0 20px 0;
	padding: 2px;
	border: 1px solid #2a2a2a;
	text-align: center;
}

#albuminfo {
	float: right;
	width: 320px;
	margin: 20px 0 20px 0;
	font-size: 90%;
}

#albuminfo table td {
	padding: 0 5px 0 0;
}

#albumdetails {
	clear: both;
	font-size: 90%;
	margin: 0 0 20px 0;
}

#albumdetails table td {
	padding: 0 50px 0 0;
}

#albummusicians {
	clear: both;
	font-size: 90%;
	margin: 0 0 20px 0;
}

#albummusicians table td {
	padding: 0 50px 0 0;
}

#albumlyrics {
	padding: 20px;
	font-size: 90%;
}

/*
* Tour
*/

.tour2col {
	padding: 0;
	margin: 0 0 20px 0;
	width: 100%;
}

.tour1col {
	padding: 0;
	margin: 0 0 20px 0;
	width: 50%;
}

.tour1col tr, .tour2col tr {
	padding: 0;
	margin: 0;
}

.tour1col tr th, .tour2col tr th {
	border-bottom: 1px solid #2a2a2a;
}

.tour1col tr td, .tour2col tr td  {
	padding: 0 10px 0 0;
	margin: 0;
}

.tourheader {
	color: #505050;
	font-size: 90%;
	margin: 20px 0;
}

.tourpic {
	border: 1px solid #2a2a2a;
	margin: 0 10px 10px 0;
	padding: 2px;
}

/*
* Media
*/

.mediapic {
	border: 1px solid #2a2a2a;
	margin: 0 10px 10px 0;
	padding: 4px;
}

/*
* Shop
*/

.shopItem {
	border: 1px solid #2a2a2a;
	margin: 0 10px 10px 0;
	padding: 4px;
}

/*
* Articles
*/

.robbispeaks {
	font-style: italic;
}

/*
* Live Jams
*/


#liveJamsBody {
  background:  url("livejams/pictures/livejams_gradient.jpg") repeat-x;
	background-color: #000000;
}


#liveJamsShapes {
	margin: 30px 0 0 0;
	float: right;
}

#liveJamsContent {
	clear: both;
	margin: 0;
	padding: 0;
	width: 900px;
  height: 700px;
  background:  url("livejams/pictures/livejams.jpg") no-repeat;
	border: 1px solid #c0c004;
}

#liveJamsStickam {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

#liveJamsAmazon {
	margin: 0 5px 0 0;
	float: right;
}

#liveJamsBestBuy {
	clear: right;
	margin: 0 5px 0 0;
	float: right;
}

#liveJamsITunes {
	clear: right;
	margin: 15px 5px 0 0;
	float: right;
}

/*
* Lightbox
*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ 
	border: none;
}

#outerImageContainer{
	position: relative;
	background-color: #ffffff;
	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: transparent url(lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{
	padding:0 10px;
}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; color: #000000;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	