﻿body{
	text-align:center;
	background-color:#000000;
	font-family:"Book Antiqua", "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin:0;
}
#wrapper{
	margin:0 auto;
	text-align:left;
}
/*intro.html*/
#video a
{
	display:block;
	background-image:url('../images/videoIco.jpg');
	background-repeat:no-repeat;
	background-position:-118px 0;
	width:116px;
	height:130px;
}
#video a:hover
{
	background-image:url('../images/videoIco.jpg');
	background-position:left;
	background-repeat:no-repeat;
}
#press a
{
	display:block;
	background-image:url('../images/pressIco.jpg');
	background-repeat:no-repeat;
	background-position:-118px 0;
	width:117px;
	height:145px;
}
#press a:hover
{
	background-image:url('../images/pressIco.jpg');
	background-position:left;
	background-repeat:no-repeat;
}
#discography a
{
	display:block;
	background-image:url('../images/discographyIco.jpg');
	background-repeat:no-repeat;
	background-position:-112px 0;
	width:111px;
	height:145px;
}
#discography a:hover
{
	background-image:url('../images/discographyIco.jpg');
	background-position:left;
	background-repeat:no-repeat;
}
#contact a
{
	display:block;
	background-repeat:no-repeat;
	background-image:url('../images/contactIco.jpg');
	background-position:-117px 0;
	width:116px;
	height:132px;
}
#contact a:hover
{
	background-image:url('../images/contactIco.jpg');
	background-position:left;
	background-repeat:no-repeat;

}
#store a
{
	display:block;
	background-image:url('../images/storeIco.jpg');
	background-repeat:no-repeat;
	background-position:-118px 0;
	width:117px;
	height:139px;
}
#store a:hover
{
	background-image:url('../images/storeIco.jpg');
	background-position:left;
	background-repeat:no-repeat;
}
#photo a
{
	display:block;
	background-image:url('../images/photoIco.jpg');
	background-repeat:no-repeat;
	background-position:-112px 0;
	width:111px;
	height:139px;
}
#photo a:hover
{
	background-image:url('../images/photoIco.jpg');
	background-position:left;
	background-repeat:no-repeat;
}
#toptitle
{
	
	font-weight:bold;
	font-size:20px;
	text-align:left;
	color:#ffcc00;
	line-height:1.4em;
	padding:14px 0 0 28px;
	letter-spacing:2px;
}
#nav 
{
	float:left;
	width:100%;
}
#nav ul
{
	margin:0;
	padding:8px 0 44px 26px;
	list-style:none;
}
#nav li
{
	float:left;
	margin:0 1px 0 0;
	padding:0 0 0 6px;
}
#nav a
{
	float:left;
	display:block;
	padding:0.2em 10px 0.2em 0;
	text-decoration:none;
	font-size:15px;
	letter-spacing:0.04em;
	font-weight:bold;
	color:#E40404;
}
#nav a:hover
{
	color:white;
}
#nav li.current
{
	float:left;
	display:block;
	padding:0.2em 10px 0.2em 0;
	text-decoration:none;
	font-size:15px;
	letter-spacing:0.04em;
	font-weight:bold;
	color: #84414A;
}
#bottomcontentbox 
{
	clear:both;
	padding:0 20px;
}
a:link {
	color: #84414A;
	text-decoration: underline;
	}
a:visited { 
	color: #84414A;
	text-decoration: underline; 
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	}
a:active { 
	color: #84414A;
	text-decoration: underline; 
	}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.clear{
	clear:both;
}
.textitalic {
	font-style:italic;
}
.textbold {
	font-weight:bold;
}
.textVerd { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height:14px;
	}
	
.textVerdBold { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#112269;
	line-height:14px;
	font-weight: bold;
	}
	
.textVerdBold2 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color:#112269;
	line-height:14px;
	font-weight: bold;
	}
td {
	vertical-align:top;
	}
td.box4grey
{
	border-style: solid;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-color: #D5D5D5;
	border-right-width: 1px;
	border-right-color: #D5D5D5;
	border-left-width: 1px;
	border-left-color: #D5D5D5;
	border-bottom-width: 1px;
	border-bottom-color: #D5D5D5;
}

td.box4green
{
	border-style: solid;
	background-color:#D7E8A1;
	border-top-width: 1px;
	border-top-color: #B0D144;
	border-right-width: 1px;
	border-right-color: #B0D144;
	border-left-width: 1px;
	border-left-color: #B0D144;
	border-bottom-width: 1px;
	border-bottom-color: #B0D144;
}

td.boxBlack
{
	border-style: solid;
	background-color:#EEF7D0;
	border-top-width: 0px;
	border-top-color: #000000;
	border-right-width: 1px;
	border-right-color: #000000;
	border-left-width: 0px;
	border-left-color: #000000;
	border-bottom-width: 0px;
	border-bottom-color: #000000;
}
/*intro*/
#bottomcontainer
{
	float:left;
	width:650px;
	font:normal normal normal 1em/1.4em "Times Roman";
}
.title
{
	padding:16px 0 0 152px;
	font-size:24px;
	font-weight:bold;
	color:#E40404;
	letter-spacing:.1em;
}
.bottomalbumouterbox{
	padding:14px 0 0 20px;
	float:left;
}
.bottomalbum img{
	border:1px black solid;
}
.bottomalbum a:hover img{
	border:1px #FFCA02 solid;
}
.bottomalbumcaption {
	font-size:x-small;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.bottomtextbox{
	float:left;
	padding:8px 40px;
	line-height:1.1em;
}
.bottomtextyellow{
	color:#FFCA02;
}
.bottomtextred{
	color:#E40404;
}
.copyright{
	clear:both;
	text-align:center;
	font: normal normal .6em/1.2em Tahoma;
    color: #757575;
    padding:6px;
    letter-spacing:2px;
}
/*store*/
td.right {
	text-align:right;
}
.middletxt {
	color:#FFFFFF;
	text-align:center;
}
.yellowtext {
	color:#ffcc00;
	font-size:1.1em;
	line-height:1.4em;
}
a img{
	border:none;
}
.imgbox {
	padding:0 8px;
}
.imgboxborder
{
	padding:12px 20px;
}
.imgboxborder a {
	display:block;
	border:2px #84414A solid;
}
.imgboxborder a:hover{
	border:2px #FFFFFF solid;
}
h3 {
	padding-top:18px;
}
img.albumimage {
	padding:12px;
}
p {
	margin:4px 0;
}
/*Discography*/
#topcontentbox {
	padding:10px;
}
#discographytbl
{
	max-width:1000px;
}
.rightdescription {
	font-family:Book Antiqua, "Times New Roman", Times, serif;
	padding:4px 0 0 6px;
	text-align:left;
	font-size:.9em;
	line-height:1.4em;
}
p.quote {
	text-align:left;
	padding:0 10px;
	line-height:1.07em;
}
p.quotesource {
	margin-top:-2px;
	font-size:.7em;
	text-align:right;
	padding-right:22px;
	letter-spacing:0.1ex;
}
.toplinebox{
	width:170px;
	padding-bottom:2px;
}
.year {
	float:left;
	padding-top:8px;
	font-family:Arial, Helvetica, sans-serif;
}
.mediatype{
	white-space:nowrap;
	font-size:14px;
	font-family:'Courier New', Courier, monospace;
	padding-top:8px;
	padding-left:100px;
	color:#BDBDBD;
}
.musicians
{
	padding:4px 0 0 6px;
}
.musicianname
{
	white-space:nowrap;
	font-size:small;
	font-family:'Courier New', Courier, monospace;
	line-height:0.9em;
}
.instrument
{
	font-family:'Times New Roman', Times, serif;
	color:#BDBDBD;
}
p.booknote {
	margin:14px 38px 0 1px;
	font-size:.8em;
	color:#D4D4D4;
	line-height:1.3em;
	letter-spacing:.02em;
}
/*Video*/
.thmtitle
{
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	text-align:center;
}
.thmtitle a:hover{
	text-decoration:none;
	color:#FFFFFF;
}
.leftinfobox{
	float:left;
	padding-left:50px;
	text-align:left;
	width:340px;
}
.infotitle{
	font-weight:bold;
	font-size:18px;
}
.info{
	padding:6px;
	font-size:14px;
}
.infodesc{
	font-size:12px;
	padding:6px 12px 6px 6px;
}
body#videocontenttop{
	text-align:center;
	background-attachment:fixed;
	background-image:url('../images/galaxy2videobg.jpg');
	background-repeat:repeat;
	background-position:50% 55%;
}
.videobox{
	padding-top:100px;
	position:fixed;
	left:390px;
}
.titlebottom{
	position:fixed;
	width:500px;
	font-weight:bold;
	font-size:14px;

	padding:14px 0 0 50px;
	letter-spacing:4px;
}
/*press*/
.content {
	clear:both;
	background: url(../images/caption-white.png);
	margin-bottom:2%;
	padding:2% 5%;
	color:#000000;
	font:1.25em/1.25em Verdana, sans-serif;
}
.pressbox {
	padding:10%;
}
.pressitem {
	float:left;
	padding:0 20px 20px 0;
}
.pressitemlink {
	text-align:right;
	 font-size:12px;
	 padding-top:1%;
	 clear:right;
}
.pressitemlink a {
	color:#000000;
}
.pressitemlink a:hover {
	color:#FFFFFF;
}
/*popupdiv*/
#backgroundPopup{
	display:none;
	position:fixed;
	position:absolute; /* hack for internet explorer 6*/
	width:100%;
	opacity:0.7;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
.popupContact{
	display:none;
	position:fixed;
	_position:absolute;/* hack for internet explorer 6*/
	/*height:384px;
	width:408px;*/
	width:76%;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
.popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
.popuptitle{
	font-weight:bold;
	padding-left:10px;
}
.popupcontent {
	float:right;width:80%;
	height:400px;
}
.translatebutton {
	border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    letter-spacing:0.08em;
    line-height: 30px;
    margin-right: 16px;
    min-width: 54px;
    outline: 0 none;
    padding: 0 8px 4px 8px;
    text-align: center;
	background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid #3079ED;
    color: #FFFFFF;
}
