/*

News Specific CSS file

filename: home.css


*/

#main {
	background: url(../../../includes/images/bg_home.jpg) no-repeat center;
	width: inherit;
}

#audio_player { left: 18px;}

/* Begin Menu Positioning */

#menu {
	height: 3.5%;
	left: 29px;
}

#menu2 {
	border: none;
	position: absolute;
	left: 550px;
	top: 430px;
	visibility:visible;
}

/* End Menu Positioning */

#content1 {
	width: 476px;
	height: 150px;
	position: absolute;
	left: 184px;
	top: 252px;
	font-size: 11px;
	color: #CCCCCC;
	overflow: hidden;
	
}

.title_info { /* Titles for each item */
	font-size: 14px;
	color: #C4A30D;
	padding-bottom: 3px;
}

ken.gig {padding-bottom: 4px;}

.news_item { padding-bottom: 4px;}

#listen {padding-bottom: 4px;}

#shows {
	position: absolute;
	width: 135px;
	height: 90px;
	top: 15px;
	left: 4%;
	overflow: hidden;
}

#news {
	position: absolute;
	width: 130px;
	height: 94px;
	top: 15px;
	left: 38%;
	overflow: hidden;
}

#product {
	position: absolute;
	height: 102px;
	width: 130px;
	left: 70%;
	top: 15px;
	overflow: hidden;
}

#myspace {
	position: absolute;
	width: 250px;
	height: 10px;
	top: 105px;
	left: 25%;
	text-align: center;
	font-size: small;
	color: #C4A30D;
	font-weight: normal;
}

#lessons {
	position: absolute;
	width: 250px;
	height: 10px;
	top: 120px;
	left: 25%;
	text-align: center;
	font-size: small;
}

#link_myspace a {
	color: #C4A30D;
}



a {
	color: #999999;
	text-decoration: none;
}

.date {
	padding-right: 3px;
}