/***********************************************************************************
/
/	 	     OLM Site Styles For Home Page
/
/***********************************************************************************/

@import url(common.css);

/**********************News Section********************/

#content #leftSection{
	float: left;
	padding: 4px 0 0 20px;
	width: 407px;
	overflow: hidden;
}

#leftSection #news{
	float: left;
	width: 100%;
}

#news h1{
	margin:0;
	padding-left: 5px;
}

#news .newsItem{
	margin-top: 25px;
	float: left;
}

#news .newsItem .image{
	width: 100px;
	overflow-x: hidden;
	float: left;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}

#news .newsItem .content{
	width: 250px;
	float: left;
	margin-left: 20px;
	_display: inline;
}

#news .newsItem .content h2{
	margin: 0;
	color: #ba1500;
	font-size: 14px;
	font-family: monospace;
	font-weight: bold;
	line-height: 1em;
}

#news .newsItem .content .date{
	color: #894b13;
	font-size: 10px;
	margin-top: -2px;
}

#news .newsItem .content p{
	color: #2e2e2e;
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
}

a#newsArchiveLink{
	margin: 30px 0 0 258px;
	width: 112px;
	height: 20px;
	display: block;
	float: left;
	_display: inline;
}

#newsArchive{
	width: 90px;
	background-color: #644b23;
	z-index: 2;
	position: absolute;
	left: 376px;
}

#newsArchive ul{
	padding: 0 0 5px 4px;
	list-style-type: none;
	margin: 0;
}

#newsArchive ul li{
	line-height: 1em;
}

#newsArchive ul li.month{
	padding-left: 3px;
}

#newsArchive ul li.year a{
	color: #d8d2c8;
	font-size: 11px;
	font-weight: bold;
	cursor: default;
}

#newsArchive ul li.month a{
	color: #d8d2c8;
	font-size: 10px;
	font-weight: bold;
}

#newsArchive ul li.month a:hover{
	color: #fff;
}

/**********************End: News Section********************/

/***************************Tours Section********************/

#content #rightSection{
	float: right;
	padding-right: 20px;
	width: 260px;
	overflow: hidden;
}

#rightSection #tours{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#tours h1{
	margin:0;
}

#tours h1 a{
	margin-left: 65px;
}

#tours a.viewMore{
	float: left;
	margin-left: 105px;
	display: inline;
	margin-top: -28px;
}

#tours table{
	margin-top: 25px;
	width: 245px;
}

#tours table td{
	padding-bottom: 10px;
	vertical-align: top;
}

#tours table td.left{
	width: 70%;
}

#tours table td.right{
	text-align: center;
	padding-top: 5px;
}

#tours ul{
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#tours ul li.artist a{
	color: #ba1500;
	font-size: 14px;
	font-family: monospace;
	font-weight: bold;
}

#tours ul li.artist a:hover{
	color: #ba1500;
	text-decoration: underline;
}

#tours ul li.date{
	color: #894b13;
	font-size: 10px;
}

#tours ul li.venue{
	color: #2e2e2e;
	font-size: 10px;
}

#tours ul li.city{
	color: #2e2e2e;
	font-size: 10px;
	font-weight: bold;
}

#tours ul li.ticket a{
}

#tours #navBar li a{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
/**********************End: Tours Section********************/

.seperator{
	background: url(../../images/dots.gif) repeat-x;
	width: 100%;
	height: 8px;
	float: left;
	clear: both;
	margin-bottom: 25px;
}

/***************************Artist Section********************/

#rightSection #artist{
	float: left;
	width: 100%;
}

#artist h1{
	margin:0;
	padding-left: 5px;
}

#artist .album{
	margin-top: 20px;
	float: left;
}

#artist .album .artistLogo{
	width: 245px;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
}

#artist .album .artistLogo a{
	color: #ba1500;
	font-family: monospace;
	font-size: 14px;
	font-weight: bold;
}

#artist .album .artistLogo a:hover{
	color: #ba1500;
	text-decoration: underline;
}

#artist .album .image{
	width: 70px;
	min-height: 1px;
	_height: auto !important;
	_height: 1px;
	float: left;
	overflow-x: hidden;
}

#artist .album .content{
	width: 175px;
	float: left;
	margin-left: 10px;
	_display: inline;
}

#artist .album .content h2{
	color: #2e2e2e;
	font-size: 10px;
	font-weight: bold;	
	line-height: 1.2em;
	margin: 5px 0;
}

#artist .album .content .buybuttons{
	
	}

#artist .album .content a.buy,
#artist .album .content a.digital,
#artist .album .content a.iTunes{
	float: none;
	clear: none;
	margin-top: 2px;
}

/**********************End: Artist Section********************/
