/* Gary Aaron CSS */

body {
	background: #0c315a;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff01f;
	text-align: center;
	height: 100%;}

a:link		{ color: #fff01f; text-decoration :none; font-weight: bold; }
a:visited	{ color: #fff01f; text-decoration :none; font-weight: bold; }
a:hover		{ background: #fff01f; color: #0c315a; text-decoration :none; font-weight: bold; }
a:active	{ background: #fff01f; color: #0c315a; text-decoration :none; font-weight: bold; }

h1			{ font-size: 24px; }
h2			{ font-size: 16px; }
h3			{ font-size: 12px; }

.span1		{ font-size: 20px; line-height: 32px; }
.span2		{ font-size: 14px; line-height: 24px; font-weight: bold; }
.span3		{ font-size: 12px; line-height: 14px; font-weight: bold; }

img			{ border: none; }

.player-link	{ padding: 5px; font-size: 16px; line-height: 24px; font-weight: bold; }
.player-link-active	{ color: #FFFFFF !important; background: #555555 !important; }

.trackname {
	float: left;
	width: 160px;
	height: 12px;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: -5px;}

label {
	float: left;
	width: 100px;
	text-align: right;
	vertical-align: top;}

hr {
	border: 0px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;}
	
#cell {
	width: 746px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -373px;
	text-align: left;}
	
#header {
	background: #0c315a url('media/header.gif');
	margin-top: 15px;
	margin-bottom: 10px;
	width: 746px;
	height: 246px;
	position: relative;
	line-height: 300px;
	font-size: 48px;
	text-align: center;
	color: #666666;}
	
.header-text { display: none; }

#content {
	width: 325px;
	text-align: right;}

#footer {
	margin-top: 150px;
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 20px;
	text-align: right;
	font-size: 10px;}

#elvis-vector {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 500px;
	height: 500px;
	background: url('media/vector.gif');
	z-index: -1;}

#slide-show {
	position: absolute;
	top: 261px;
	right: 124px;
	width: 255px;
	height: 330px;
	overflow: hidden;
	border: 3px #fff01f solid;}
	
#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:255px;
    height:330px;
    overflow:hidden;
}
#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}

.overlay {
	color: #555555;}
	
.overlay a:link {
	color: #555555;
	background: none;}
	
.overlay a:visited {
	color: #555555;
	background: none;}
	
.overlay a:hover {
	color: #FFFFFF;
	background: #555555;}
	
.overlay a:active {
	color: #555555;
	background: #555555;}


/* Modal Windows */

#facebox .b {
  background:url(media/facebox/b.png);
}

#facebox .tl {
  background:url(media/facebox/tl.png);
}

#facebox .tr {
  background:url(media/facebox/tr.png);
}

#facebox .bl {
  background:url(media/facebox/bl.png);
}

#facebox .br {
  background:url(media/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 470px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

.slideElement {
	width: 100%;
	height: 100%;
}