/*	Red - #480000
	Grey - #72716E
	Red-ish white - #DBD4D4
	lighter red/white - #EDE6E6
____________________________________ Globals */
*{margin:0px; padding:0px; outline:0;}
body{
	background-color: #000;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
a:link, a:visited{
	color:#480000;
	text-decoration:none;
}
a:active, a:hover{
	color:#000;
	text-decoration:none;
}
a img{border:none;}
.fLeft{float:left;}
.fRight{float:right;}
.clear{clear:both;}
/*__________________________________ Main */
#container{
	margin:0 auto;
	width:750px;
	border:10px solid #480000;
	background-color:#DBD4D4;
}
#header{
	background:url(../img/nav.png) no-repeat;
	border-bottom:10px solid #480000;
}
#logo{
	width:175px;
	height:175px;
	position:relative;
	left:180px;
	top: 120px;
	text-indent:-2000px;
	background:url(../img/logo.png) no-repeat;
	z-index:100;
}
#logomsg{
	width:140px;
	height:20px;
	padding:5px;
	position:relative;
	left:188px;
	top: 0px;
	z-index:99;
	color:#000;
	background-color:#480000;
	color:#FFF;
	border:5px solid #FFF;
	text-align:center;
	font-size:14px;
}
#rotator{
	width:493px;
	height:258px;
	float:right;
	background:url(../img/rotated/1.jpg) no-repeat;
}
#content{
	float:right;
	width:540px;
	padding:35px 5px 20px 5px;
	background-color:#EDE6E6;
}
#sidebar{
	width:200px;
	padding:35px 0px 5px 0px;
}
#sidebar p{
	margin:0px 5px 10px 5px;
	color:#480000;
	font-size:14px;
	font-style:italic;
}
#sidebar h2{
	margin:0px 5px 10px 5px;
}
#copyright{
	margin:0px auto;
	font-size:10px;
	color:#72716E;
	width:750px;
	text-align:right;
	padding:3px 0px 10px 0px;
}
#copyright a:link, #copyright a:visited{
	color:#91554F;
}
#copyright a:active, #copyright a:hover{
	color:#FFF;
}
/*__________________________________ Navigation */
#header ul{
	list-style:none;
	text-align:right;
	position:absolute;
	top:140px;
	width:257px;
}
#header ul li a{
	display:block;
	margin:3px 0px 3px 0px;
	padding-right:90px;
	font-size:17px;
}
#header ul li a:link, #header ul li a:visited{
	color:#000;
}
#header ul li a:active, #header ul li a:hover{
	color:#72716E;
	background:none;
}
/*__________________________________ Sections */
.section{
	border:1px solid #72716E;
	padding:5px;
	margin-bottom:10px;
}
h2{
	font-size:17px;
	margin-bottom:5px;
}
#sidebar h2{
	margin:0px 5px 5px 0px;
}
#sidebar img{
	margin-right:25px;
}
#sidebar a:link img, #sidebar a:visited img{
	border:2px solid #EDE6E6;
}
#sidebar a:hover img, #sidebar a:active img{
	border:2px solid #480000;
}
#return{
	font-size:15px;
	display:block;
	width:100%;
	text-align:left;
	margin:5px 0px 0px 5px;
}
.title{
	font-size:17px;
	font-weight:bold;
	display: block;
}
.artist{
	border:1px solid #72716E;
	padding:5px;
	margin-bottom:10px;
	background-color:#EDE6E6;
}
.artist:hover, .artist:active{
	background-color:#DBD4D4;
}
.artist img{
	float:left;
	margin-right:5px;
}
#map{
	width:100%;
	height:400px;
}
#map div span{display:none;}
/*__________________________________ Image Browsing */
a.horiz, a.vert{
	width:160px;
	height:160px;
	float:left;
	text-align:center;
	margin:0px 0px 5px 15px;
	background-repeat:no-repeat;
	background-position:center center;
}
a:link.horiz, a:visited.horiz, a:link.vert, a:visited.vert{}
a:hover.horiz, a:active.horiz, a:hover.vert, a:active.vert{
	background-color:#DBD4D4 !important;
}
a:hover.artistAlbum, a:active.artistAlbum, a:hover.itsy, a:active.itsy{
	background-color:#EDE6E6 !important;
}
.artistAlbum, .itsy{
	height:0px !important;
	padding-top:160px;
}
a.itsy{
	margin:0px 0px 25px 15px;
}
.catTitle{
	border-top:2px solid #DBD4D4;
	margin-top:5px;
}
/*__________________________________ Slimbox */
#lbOverlay{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index:200;
}
#lbCenter, #lbBottomContainer{
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:201;
}
.lbLoading{background: #fff url(../img/loading.gif) no-repeat center; z-index:202;}
#lbImage{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink{left: 0;}
#lbPrevLink:hover{background: transparent url(../img/prevlabel.gif) no-repeat 0% 15%;}
#lbNextLink{right: 0;}

#lbNextLink:hover{background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink{
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}
#lbCaption, #lbNumber{margin-right: 71px;}
#lbCaption{font-weight: bold;}
