/*Main CSS Tyler Oliphant Website
**by ThinkBoxDesignMarketing.com */

body{
	background-color: #010201;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a
{
	color: white;
	text-decoration: underline;
}

#Homepage{
	width: 800px;
	height: 600px;
	background-image: url(images/hpbg.jpg);
	background-repeat: no-repeat; 
	margin-left: auto;
	margin-right: auto;
}

#HomeMenuPane{
	margin-left: 93px;
	margin-top: 195px;
	width: 193px;
	height: 406px;
	float: left;		
}

.HomeMenuLinks{
	width: 193px;
	height: 374px;
	text-align: center;
	color: #FFFFFF;
	line-height: 47PX;
}

.HomeMenuLinks a:link{
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

.HomeMenuLinks a:visited{
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

.HomeMenuLinks a:active{
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

.HomeMenuLinks a:hover{
	color: #b89b85;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

.CopyRight{
	width: 193px;
	height: 24px;
	padding-top: 9px;
	background-color: #231f20;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
}

/*Secondary page*/

#SecondPage
{
	width: 800px;
	height: 600px;
	background-image: url(images/secbg.jpg); 
	margin-left: auto;
	margin-right: auto;
}

.SecNavPane
{
	width: 262px;
	height: 488px;
	margin-top: 112px;
	float: left;
	position: relative;
	
}

.SecMenuLinks{
	width: 262px;
	height: 374px;
	color: #FFFFFF;
}

.extra{
	width: 70px;
	height: 31px;
	float: right;
	background-image: url(images/noarrow.png);
	margin-top: 5px;
}

#extraCurrent{
	width: 70px;
	height: 31px;
	float: right;
	background-image: url(images/arrow.png);
	margin-top: 5px;
}


.SecMenuLinksBox
{
	height: 31px;
	text-align: center;
	margin-bottom: 12px;
	width: 192px;
}

.SecMenuLinksBox a:link{
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	display: block;
	height: 31px;
	padding-top: 10px;
}

.SecMenuLinksBox a:visited{
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	display: block;
	padding-top: 10px;
}

.SecMenuLinksBox a:active{
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/leftarrow.png);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	padding-top: 10px;
}

.SecMenuLinksBox a:hover{
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	background-image: url(images/leftarrow.png);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	padding-top: 10px;
}

#SecMenuLinksBoxCurrent{
	height: 31px;
	text-align: center;
	margin-bottom: 3px;
	padding-top: 9px;
	width: 192px;
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	background-image: url(images/leftarrow.png);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}

#SecMenuLinksBoxCurrent a:link{
	text-decoration: none;
}
#SecMenuLinksBoxCurrent a:hover{
	text-decoration: none;
}
#SecMenuLinksBoxCurrent a:active{
	text-decoration: none;
}
#SecMenuLinksBoxCurrent a:visited{
	text-decoration: none;
}


#SpacerMenuBarCopyRight
{
	height: 80px;
}

.ContentPane{
	width: 510px;
	height: 392px;
	margin-top: 112px;
	padding: 12px;
	position: relative;
	color: #FFFFFF;
	float: right;
	overflow: auto;
}

#ColumnLeft{
	width: 225px;
	height: auto;
	float: left;
}

#ColumnRight{
	width: 225px;
	height: auto;
	float: right;
}

#mycustomscroll {
	width: 510px;
	height: 392px;
	margin-top: 112px;
	padding: 12px;
	position: relative;
	color: #FFFFFF;
	float: right;
	overflow: auto;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #482b23;
}
.vscrollerbar {
width: 10px;
background-color: #615647;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.performance{
	font-size: 18px;
}

.songbox{
	border-color: #694D38;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	width: 350px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}

#video{
width: 90px;
height: 60px;
border-color: #694D38;
border-style: solid;
border-width: 1px;
float: right;
position: relative;
margin-right: 25px;
text-align: center;
}

.video{
padding-left: 30px;
padding-top: 10px;
margin-bottom: 15px;
}