@charset "utf-8";
/*  
 * CSS for The 7th Guest (www.the7thguest.ca)
 * Author: Evgueni Naverniouk, evgueni@globexdesigns.com, www.globexdesigns.com
 * Copyright: 2007 Evgueni Naverniouk, All Rights Reserved.
 *
 * All style attributes in alpha-numeric order starting from 0
 *
 */

/* 
 * ========================================
 * Global Element Styles 
 * ========================================
 */

html, body {
	background: #000;
	color: #A7A7A7;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a {
	border-bottom: 1px dotted #C08217;
	color: #C08217;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #C08217;
	color: #D7D7D7;
}

a:focus {
	outline: none;
}

.blue {
	color: #8CA5D6;
}

blockquote {font-size: 12px}

.center {
	margin: 0 auto;
	text-align: center;
}

h1 {
	color: #C08217;
	font-family: Georgia, Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
}

h2{
	color: #888;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
}

h3 {
	color: #C08217;
	font-size: 12px;	
}

img {
	border: 0;
}

.left {
	float: left;
}

.red {
	color:#DD0000;
}

.right {
	float: right;
}

/* 
 * ========================================
 * Template Styles 
 * ========================================
 */

#Wrapper {
	background: #404040;
	border: 5px solid #2B2B2B;
	height: 600px;
	left: 50%;
	margin-left: -400px;
	padding: 1px;
	position: absolute;
	overflow: visible;
	top: 50px;
	width: 800px;
}

#PageContent {
	background: #2A2A2A url('../img/pagecontent-bg.gif') repeat-x top left;
	height: 100%;
	width: 100%;
}

#HeaderLogo {
	background: transparent url('../img/headerlogo.gif') no-repeat top left;
	height: 64px;
	margin-left: 42px;
	width: 182px;
}

#HeaderLogo a{
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

#HeaderRoad {
	background: transparent url('../img/headerroad.png') no-repeat top left;
	margin: -30px 0 0 -45px;
	height: 104px;
	width: 226px;
}

#HeaderRoad a{
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

#Close {
	background: transparent url('../img/close.gif') no-repeat top left;
	float: right;
	height: 12px;
	margin: -136px 2px 0 0;
	right: 0;
	position: absolute;
	width: 12px;
}

#Close a{
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

#Navigation {
	background: transparent url('../img/navigation-bg.gif') repeat-x top left;
	float: right;
	height: 51px;
	margin: -120px 15px 0 0;
	width: 506px;
}

#NavigationLeft {
	background: transparent url('../img/navigation-bg-left.gif') no-repeat top left;
	float: left;
	height: 51px;
	width: 7px;
}

#NavigationRight {
	background: transparent url('../img/navigation-bg-right.gif') no-repeat top right;
	float: right;
	height: 51px;
	width: 7px;
}

#Navigation ul {
	float: left;
	height: 43px;
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0;
	width: 492px;
}

#Navigation li {
	float: left;
	height: 43px;
}

#Navigation li.button-home {background: transparent url(../img/navigation-home.gif) no-repeat top left; width: 62px;}
#Navigation li.button-biography {background: transparent url(../img/navigation-biography.gif) no-repeat top left; width: 87px;}
#Navigation li.button-discography {background: transparent url(../img/navigation-discography.gif) no-repeat top left; width: 98px;}
#Navigation li.button-pictures {background: transparent url(../img/navigation-pictures.gif) no-repeat top left; width: 75px;}
#Navigation li.button-shows {background: transparent url(../img/navigation-shows.gif) no-repeat top left; width: 67px;}
#Navigation li.button-mailinglist {background: transparent url(../img/navigation-mailinglist.gif) no-repeat top left; width: 93px;}

#Navigation li.button-home-on {background: transparent url(../img/navigation-home-on.gif) no-repeat top left; width: 62px;}
#Navigation li.button-biography-on {background: transparent url(../img/navigation-biography-on.gif) no-repeat top left; width: 87px;}
#Navigation li.button-discography-on {background: transparent url(../img/navigation-discography-on.gif) no-repeat top left; width: 98px;}
#Navigation li.button-pictures-on {background: transparent url(../img/navigation-pictures-on.gif) no-repeat top left; width: 75px;}
#Navigation li.button-shows-on {background: transparent url(../img/navigation-shows-on.gif) no-repeat top left; width: 67px;}
#Navigation li.button-mailinglist-on {background: transparent url(../img/navigation-mailinglist-on.gif) no-repeat top left; width: 93px;}

#Navigation li a {
	border: 0;
	font-size: 0;
	display: block;
	height: 43px;
}

#Navigation li a:hover {
	background: transparent url('../img/navigation-bullet.png') no-repeat center 34px !important;
}

#CoffeeCup {
	background: transparent url('../img/coffeecup.png') no-repeat top left;
	bottom: 0;
	height: 253px;
	margin: 0 -63px -40px 0;
	position: absolute;
	right: 0;
	width: 173px;
	z-index: 1;
}

#CoffeeCup a{
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

#Footer {
	margin: 10px 0 0 0;
}

#Footer p {
	font-size: 10px;
	margin: 0;
	text-align: center;
}

#Footer p.copyright {
	color: #4B4B4B;
}

#Footer p.copyright a {
	border: 0;
	color: #4B4B4B;
}

#Footer p.copyright a:hover {
	border-bottom: 1px dotted #C08217;
	color: #999;
}

#Footer p.browserinfo {
	color: #2D2C2C;
}

/* 
 * ========================================
 * Page-Specific Styles 
 * ========================================
 */
 
#IndexAlbumAd {
	background: transparent url('../img/indexalbumad.png') no-repeat top left;
	float: left;
	height: 386px;
	margin: 5px 0 0 5px;
	width: 251px;
}

#IndexAlbumAd p#countdown {
	color: #EEE;
	font-size: 10px;
	height: 34px;
	line-height: 34px;
	margin: 142px auto 0 auto;
	padding: 0;
	text-align: center;
	width: 200px;
}

#IndexAlbumAd p#countdown strong{
	color: #C08217;
	font-weight: normal;
}

#IndexWelcomeMessage {
	background: #232323;
	border: 5px solid #202020;
	border-radius: 1em;
	color: #8F8F8F;
	float: right;
	font-size: 11px;
	height: 68px;
	line-height: 155%;
	margin: -50px 18px 0 0;
	-moz-border-radius: 0.8em;
	position: absolute;
	right: 0;
	width: 492px;
	z-index: 2;
}

#IndexWelcomeMessage p{
	margin: 0;
	padding: 8px;
}

#IndexWelcomeMessage p span{
	float: right;
	margin-top: -15px;
}

#IndexWelcomeMessage p span a {
	color: #383838;
	border: 0;
}

#IndexWelcomeMessage p span a:hover {
	border-bottom: 1px dotted #C08217;
}

#IndexNewsBox {
	background: #2A2A2A url('../img/indexnewsbox-bg.gif') repeat-x top left;
	border: 1px solid #242424;
	border-top: 0;
	color: #A7A7A7;
	float: right;
	font-size: 11px;
	margin: 25px 18px 0 0;
	padding-bottom: 8px;
	position: absolute;
	right: 0;
	width: 500px;
	z-index: 1;
}

#IndexNewsBox h1{
	color: #C08217;
	font-family: Georgia, Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	margin: 30px 8px 2px 8px;
}

#IndexNewsBoxMenu{
	margin: 0 8px 10px 8px;
}

#IndexNewsBoxMenu a{
	border: 0;
	color: #555;
	font-size: 10px;
}

#IndexNewsBoxMenu a img{
	margin-bottom: -3px;
}

#IndexNewsBoxMenu a:hover{
	color: #DDD;
}

#IndexNewsBox p{
	line-height: 185%;
	margin: 0 8px;
	text-align: justify;
}

#IndexMusicLinks {
	bottom: 0;
	clear: both;
	float: left;
}

#IndexMusicLinks a{
	border: 0;
	padding: 0 0 0 4px;
}

#Biography,
#Discography,
#Pictures,
#Shows,
#MailingList {
	padding: 15px;
	position: absolute;
	z-index: 3;
}

#Biography p,
#Discography p,
#Pictures p,
#Shows p,
#MailingList p{
	font-size: 11px;
	text-align: justify;
}

#Biography a{
	border: 0;
	color: #A7A7A7;
	cursor: pointer;
}

#Biography a:hover{
	border-bottom: 1px dotted #D19800;
	color: #EEE;
}


#DiscographyTable {
	border: 1px solid #111;
	border-spacing: 0;
	margin: 10px auto;
	padding: 0;
	width: 600px;
}

#DiscographyTable a{
	border-bottom: 0;
	font-weight: bold;
	padding: 0px 4px;
}

#DiscographyTable a:hover {
	border-bottom: 1px dotted #C08217;
}

#DiscographyTable td{
	padding: 0;
	vertical-align: top;
}

#DiscographyTable td.disctype{
	background: #111;
	color: #EEE;
	font-family: Georgia, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 8px;
}

#DiscographyTable td.discimage{
	background: #222;
	height: 100px;
	padding: 4px;
	text-align: center;
	width: 100px;
}

#DiscographyTable td.discimage img{
	border: 1px solid #444;
}

#DiscographyTable td.divider{
	background: #111;
	height: 4px;
}

#DiscographySongTable {
	border-spacing: 0;
	margin: 10px;
	padding: 0;
	width: 100%;
}

#DiscographySongTable td{
	border-bottom: 1px dotted #666;
	font-size: 11px;
	padding: 2px 4px;
}

#DiscographySongTable td h3 {
	font-size: 12px;
	margin: 0;
}

#DiscographySongTable td h3 em{
	font-style: normal;
	font-weight: normal;
}

#DiscographySongTable td strong {
	color: #C08217;
	padding: 0px 4px;
}

#Pictures h3 {
	font-size: 12px;
}

#Pictures a {
	border:0;
}

#Pictures img {
	border: 4px solid #111;
}

/* 
 * ========================================
 * Hints 
 * ========================================
 */

.hintlink {
	cursor: pointer;
	display: block;
}

.HintBox {
	background: #111;
	border: 6px solid #444;
	display: none;
	height: 120px;
	left: 50%;
	margin-left: -150px;
	margin-top: -100px;
	padding: 20px;
	position: absolute;
	top: 50%;
	width: 300px;
	z-index: 100;
} 

.HintBox h5{
	color: #C08217;
	font-size: 14px;
	margin: 0 0 10px 0;
}

.HintBox p{
	color: #999;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.HintBox p.closeit a{
	color: #999;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 11px;
	margin: 10px 5px 0 0;
	padding: 0;
}