@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
}
.thrColFixHdr #container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 400px;
	position: relative;
}
.thrColFixHdr #header {
	background-color: #333333;
	font-size: 10px;
	text-align: center;
	height: 60px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* padding keeps the content of the div away from the edges */
	background-color: #999999;
	height: 400px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}
.thrColFixHdr #mainContent {
	height: 400px;
}
.thrColFixHdr #footer {
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 10px;
	color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	height: 30px;
}
.thrColFixHdr #footer a {
	color: #666666;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.thrColFixHdr #footerContent {
	background-color: #000000;
	font-size: 10px;
	color: #666666;
	height: 15px;
	text-align: center;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Helvetica, sans-serif;
	padding-top: 8px;
}

#fullHeader {
	background-color: #000000;
	z-index: 2;
}
.navButton {
	float: left;
	position: static;
	padding-right: 48px;
	padding-left: 48px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 4px;
	height: 26px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#longHeader {
	background-color: #222222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 25px;
	z-index: 300;
	top: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav {
	background-color: #000000;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100px;
	z-index: 2;
}
#topNav {
	width: 850px;
	clip: rect(0px,auto,0px,auto);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: static;
	height: 25px;
	z-index: 2;
	background-color: #222222;
}
#topNav a {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.leftImage {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	vertical-align: bottom;
}

.trackNames {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
#albums  a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#retroFilmsLink{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#musicPlayer {
	width: 650px;
	position: relative;
	text-align: left;
}

.style1 {
	color: #999999
}
.style2 {
	color: #FFFFFF
}




#about {
	position:static;
	top:0px;
	width:146px;
	height:30px;
	z-index:1;
	visibility:visible;
	float: left;
	overflow: visible;
}
#Music {
	position:static;
	top:0px;
	width:146px;
	height:30px;
	z-index:2;
	visibility:visible;
	float: left;
}
#Photography {
	position:static;
	top:0px;
	width:146px;
	height:30px;
	z-index:3;
	visibility:visible;
	float: left;
}
#Films {
	position:static;
	top:0px;
	width:146px;
	height:30px;
	z-index:4;
	visibility:visible;
	float: left;
}
#filmCollection {
	padding-left:220px;
}
#filmSide {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	height: 475px;
	float: left;
}

#Contact {
	position:static;
	top:0px;
	width:146px;
	height:30px;
	z-index:5;
	visibility:visible;
}
.textArea {
	position: relative;
	height: 350px;
	width: 300px;
	background-color: #5C5C5C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-image: url('../images/backyardShow.jpg');
}
#musicContent {
	height: 400px;
	float: right;
	width: 749px;
	background-image: url(../images/music.jpg);
}
#albums {
	position: relative;
	width: 410px;
	text-align: center;
	float: left;
	left: 10px;
	top: 10px;
	font-size: 10px;
	height: 375px;
}
#shows {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding: 10px;
	position: relative;
}
.cdCover {
	border: 1px solid #FFFFFF;
}
.copyright {
	float: right;
	position: relative;
}
#songList {
	overflow: auto;
	height: 145px;
	width: 380px;
	position: fixed;
	text-align: left;
}
#concertList {
	overflow: auto;
	height: 350px;
	position: relative;
}
.showHeader {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-left: 5px;
}
.thrColFixHdr #indexContent {
	height: 525px;
	margin: 0px;
	padding: 0px;
	z-index: 300;
	position: relative;
	background-image: url(../images/mainPhoto2.jpg);
	background-repeat: no-repeat;
}
#flashMusicPlayer  {
	background-color: #333333;
	padding: 5px;
	border: 1px solid #999999;
	position: relative;
	top: 50px;
	left: 70px;
	height: 247px;
	width: 290px;
}
#longHeaderIndex {
	background-color: #222222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 25px;
	z-index: 100;
	margin: 0px auto;
	width: 100%;
	top: 99px;
	position: absolute;
	left: 0px;
}
#topIndexNav {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	height: 25px;
	z-index: 1500;
	padding: 0px;
	top: 100px;
}
.thrColFixHdr #containerIndex {
	width: 850px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 525px;
}
 #archiveList {
	float: right;
	width: 250px;
	height: 380px;
	margin-top: 0px;
	padding-top: 20px;
	overflow: auto;
}
 #archiveList .title {
	font-size: 12px;
	color: #FFFFFF;
}
.thrColFixHdr #container #mainContent #videoPlayer .mainTitle {
	font-size: 16px;
	color: #CCCCCC;
}
 #archiveList .subtitle {
	font-size: 11px;
	color: #CCCCCC;
}
 #scrollVideos .videoCell img {
	height: 60px;
	width: 80px;
	border: 1px solid #FFFFFF;
	vertical-align: top;
}.thrColFixHdr #container #mainContent #videoPlayer {
	float: left;
	padding: 0px 0px 0px 9px;
}
.thrColFixHdr #container #mainContent #filmCollection #mainBox #videoPlayer {
	float: left;
	display: inline;
}
.thrColFixHdr #container #mainContent #videoPlayer .subTitle {
	font-size: 12px;
	color: #CCCCCC;
	display: inline;
	font-variant: small-caps;
}
#topNavContact {
	width: 850px;
	clip: rect(0px,auto,0px,auto);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: static;
	height: 25px;
	z-index: 2;
}
#freeDownload {
	color: #C0C0C0;
	position: absolute;
	background-image: url(../images/freeDownloadBox.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	top: 370px;
	right: 100px;
	height: 120px;
	width: 210px;
}
.extraSpace {
	height: 10px;
	position: relative;
	padding-top: 68px;
}
#freeDownload a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#freeDownload a:hover {
	text-decoration: underline;
}
#freeDownloadInside {
	background-color: #000000;
	height: 120px;
	margin-left: 13px;
	border-top: 0px solid #666666;
	border-bottom: 0px solid #666666;
}
#apDiv1 {
	width:407px;
	height:123px;
	z-index:5000;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
	color: #FFFFFF;
	position: absolute;
	margin-top: 177px;
	margin-left: 385px;
}
#apDiv1 .LargeText {
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
