/* --Tag Styles-- */
body {
	font-family: Verdana, Helvetica, sans-serif;
	color: #545635;
	font-size: .8em;
	background: #9fa365;
		
}
a:link{ /* any link, not visited yet by user */
	color: brown;
	text-decoration: none;
}
a:visited{ /* a link that has been clicked previously by user */
	color: brown;
	text-decoration: none;
}
a:hover{ /* while the mouse is over a link */
	text-decoration: underline;
}
a:active{  /* while a link is being clicked */
	color:red;
}
h1{
	font-family: Garamond, "Times New Roman", sans-serif;
}
input{
	text-align: center;
}


/* --ID Styles-- */
#main{
	height: auto; 
	margin-top: 0;
}

#navigation{
	position: absolute;
	top: 0px;
	_top: 3px;
	left: auto;
	width: 100%;
	height: 1.5em;
	text-align: center;
	
	background-color: #B7BA8C;
	color: #545635;
}
#navigation a{
	font-weight: bold;
}
#foot-links{
	color: #545635;
	background-color: #B7BA8C;
	position: absolute;
	bottom: 2px;
	width: 100%;
	text-align: center;
	

}

#foot-links a{

	font-weight: bold;
	padding: 0 10px 0 10px;
}
#foot-links form{
	font-weight: bold;
	padding: 0px 10px 0 10px;
}


#left-content{
	position: absolute;
	top: 140px;
	left: 0;
	width: 300px;
	max-width: 300px;
	height: 380px;
	overflow: auto;

}

#nextShow{
	background-color: #B7BA8C;
	border: solid 1px black;
	overflow: auto;
	padding: 5px;
	
	text-align: center;
	width: 280px;

}
#welcomeMsg{
	text-align: left;
	width: 280px;
	position: relative;
	
	
}
#homeVid{
	position: absolute; 
	top: 240px;
	right: 12px;
}
	
#news{
	
	
	padding-right: 10px;
}
#newsWrap{
	height: 115px;
	overflow: auto;
	text-align: justify; 
	width: 95%; 
}

#guitello{
	position: absolute;
	right: 316px;
	top: 0px;
}
	

/* Class Styles */
.showDate{
	border-bottom: solid 1px black;
	text-align: right;
	padding-right: 14px;
	padding-bottom: 10px;
	
	position: absolute;
	left: 0;
	width: 220px;
	
}
/*\*/
* html .showDate {
/* ---this is IE specific formatting */

width: 235px;
padding-right: 11px;
}
/**/

.showDetails{
	position: relative;
	left: 225px;
	padding-left: 10px;
	border-left: solid 1px black;
	text-align: left;
	width: 500px;
	min-height: 27px;
}
/*\*/
/* ---this is IE specific formatting */
* html .showDetails {
height: 27px;
}
/**/

.songOptions{
	position: absolute;
	left: 300px;
}

.posthidden {
	display: none;
}
.postshown {
	display: inline;
}
.leftColumn{
	width: 38%;
	float: left;

}
.rightColumn{
	width: 49%;
	float: right;
}
.centered{
	clear:both;
	
	padding-left: 30px;
	margin-right: auto;
	width: 85%;
}






/* Sandbag Divs (IDs)  */

/* -Declaration (common properties) */
#wave0, #wave1, #wave2, #wave3{
	float: left;
	clear:left;
	padding: 0;
}
#wave0{
	width: 0em;
	height: 1em;

}
#wave1{
	width: 1em;
	height: 1em;

}
#wave2{
	width: 2em;
	height: 1em;

}
#wave3{
	width: 2.5em;
	height: 1em;
}
#rwave0, #rwave1, #rwave2, #rwave3{
	float: right;
	clear:right;
	padding: 0;
}
#rwave0{
	width: 0em;
	height: 1em;

}
#rwave1{
	width: 1em;
	height: 1em;
}
#rwave2{
	width: 2em;
	height: 1em;
}
#rwave3{
	width: 2.5em;
	height: 1em;
}