/* Home CSS Document */

#concerts {
	width:500px;
	height:518px;
	float:left;
}
#concerts h3 {
	display:block;
	width:500px;
	height:43px;
	background-image:url(../../img/home/concerts_title_bkg.gif);
	font-family:Arial, "Trebuchet MS", Helvetica, sans-serif;
	line-height:2em;
	padding-left:10px;
	font-weight:normal;
	color:#FFF;
	font-size:22px;
	text-transform:uppercase;
}
#concerts h3 a {
	color:#FFF;
}
#concerts_ph {
	width:499px;
	height:440px;
	overflow:hidden;
}
#concerts_rows {
	height:440px;
}
.concerts_row {
	width:499px;
	height:110px;
}
.concert_row {
	padding-top:6px;
	width:493px;
	height:92px;
}
.concert_row_date {
	width:47px;
	height:70px;
	color:#860101;
	font-weight:bold;
	padding-top:28px;
	left:3px;
	top:0;
	position:relative;
	z-index:10;
}
.concert_row_date_month {
	display:block;
	width:52px;
	overflow:hidden;
	font-size:14px;
	text-align:center;
}
.concert_row_date_day {
	display:block;
	width:52px;
	font-size:23pt;
	line-height:24px;
	text-align:center;
}
.concert_row_date_year {
	display:block;
	width:52px;
	font-size:12px;
	line-height:16px;
	text-align:center;
}
.concert_row_image {
	width:144px;
	height:98px;
	background-color:#603;
	left:50px;
	top:-98px;
	position:relative;
	z-index:11;
}
.concert_row_descr {
	width:281px;
	height:98px;
	top:-198px;
	left:200px;
	position:relative;
	z-index:12;
}
.concert_row_descr_title {
	display:block;
	margin:0;
	color:#bd4141;
	font-weight:bold;
	font-size:12px;
	position:relative;
	z-index:11;
}
.concert_row_descr_text {
	display:block;
	padding-top:5px;
	height:57px;
}
.concert_row_descr_more {
	width:35px;
	height:20px;
	overflow:hidden;
	position:relative;
	top:-214px;
	right:-460px;
	z-index:13;
}

.concert_row_descr_more a:link, .concert_row_descr_more a:visited {
	display:block;
	width:35px;
	height:20px;
	background-image:url(../../img/general/btn_more.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-1000px;
}

/* row over */
.concerts_row_over {
	background-color:#000000;
}
.concerts_row_over .concert_row_date {
	background:url(../../img/home/concerts_arrow_02.gif) #f3f3f3 no-repeat;
}
/* row 01 */
.concerts_row_01 {
	background-color:#2b0000;
}
.concerts_row_01 .concert_row_date {
	background:url(../../img/home/concerts_arrow_01.gif) #1f0000 no-repeat;
}
/* row 02 */
.concerts_row_02 {
	background-color:#300101;
}
.concerts_row_02 .concert_row_date {
	background:url(../../img/home/concerts_arrow_04.gif) #000000 no-repeat;
}
/* row 03 */
.concerts_row_03 {
	background-color:#180000;
}
.concerts_row_03 .concert_row_date {
	background:url(../../img/home/concerts_arrow_03.gif) #3c0000 no-repeat;
}
/* row 04 */
.concerts_row_04 {
	background-color:#300101;
}
.concerts_row_04 .concert_row_date {
	background:url(../../img/home/concerts_arrow_04.gif) #000000 no-repeat;
}
#concerts_control {
	width:499px;
	height:33px;
	background:url(../../img/home/concerts_control_bkg.gif) center #191919 no-repeat;
}
#concerts_control a:link {
	display:block;
	width:51px;
	height:33px;
	background-color:#0C6;
	text-indent:-1000px;
}
#concerts_control #down {
	float:left;
	background:url(../../img/home/concerts_control_down.gif) no-repeat;
}
#concerts_control #up {
	float:right;
	background:url(../../img/home/concerts_control_up.gif) no-repeat;
}

/* New Albums */

#albums {
	width:392px;
	height:518px;
	margin-left:5px;
	float:left;
}
#albums h3 {
	display:block;
	width:400px;
	height:43px;
	background-image:url(../../img/home/albums_title_bkg.gif);
	font-family:Arial, "Trebuchet MS", Helvetica, sans-serif;
	line-height:2em;
	padding-left:10px;
	font-weight:normal;
	color:#FFF;
	font-size:22px;
	text-transform:uppercase;
}
#albums h3 a {
	color:#FFF;
}
#albums_container {
	width:400px;
	height:475px;
	background-color:#000000;
}

/* News */

#news {
	width:500px;
	height:422px;
	float:left;
}
#news h3 {
	display:block;
	width:500px;
	height:43px;
	background-image:url(../../img/home/news_title_bkg.gif);
	font-family:Tahoma, Arial, sans-serif;
	line-height:2em;
	padding-left:10px;
	font-weight:lighter;
	font-size:22px;
	text-transform:uppercase;
}
.news {
	width:249px;
	height:380px;
	background-color:#000000;
	float:left;
}
.news_image {
	width:242px;
	height:182px;
	background-color:#603;
	margin-left:3px;
	margin-top:6px;
}
.news_title {
	width:236px;
	margin-left:6px;
	margin-top:3px;
	color:#5d3838;
	font-family:Tahoma, Arial, sans-serif;
	font-size:18px;
	text-transform:uppercase;
}
.news_text {
	width:236px;
	margin-left:6px;
	margin-top:6px;
}
.news_controll {
	width:237px;
	height:14px;
	margin-left:6px;
	padding-top:4px;
	border-top:#2c0808 1px solid;
}
.news_more a:link, .news_more a:visited {
	display:block;
	float:right;
	margin-right:3px;
	width:35px;
	height:20px;
	background-image:url(../../img/general/btn_more.gif);
	background-repeat:no-repeat;
	text-indent:-1000px;
}
.news_share a:link, .news_share a:visited {
	display:block;
	float:right;
	margin-right:6px;
	width:54px;
	height:20px;
	background-image:url(../../img/general/btn_share.gif);
	background-repeat:no-repeat;
	text-indent:-1000px;
}
.news_content {
	height:340px;
}
#pcn {
	float:left;
}

/* Past Concerts */

#pastconcerts {
	width:400px;
	height:256px;
	margin-left:5px;
}
#pastconcerts h3 {
	display:block;
	width:400px;
	height:43px;
	background-image:url(../../img/home/pastconcerts_title_bkg.gif);
	font-family:Tahoma, Arial, sans-serif;
	line-height:2em;
	padding-left:10px;
	font-weight:lighter;
	font-size:22px;
	text-transform:uppercase;
}
#pastconcerts_rows {
	height:206px;
	overflow:hidden;
}
.pastconcerts_row {
	width:395px;
	height:63px;
	padding-top:6px;
	padding-right:5px;
	overflow:hidden;
}
.pastconcert_row_date {
	width:47px;
	height:56px;
	color:#860101;
	font-weight:bold;
	padding-left:6px;
	float:left;
}
.pastconcert_row_date_month {
	display:block;
	width:47px;
	overflow:hidden;
	font-size:14px;
	text-align:center;
	margin-top:8px;
}
.pastconcert_row_date_day {
	display:block;
	width:47px;
	font-size:23pt;
	line-height:24px;
	text-align:center;
}
.pastconcert_row_descr {
	width:281px;
	height:56px;
	padding-left:12px;
	float:left;
}
.pastconcert_row_descr_title {
	display:block;
	margin:0;
	color:#bd4141;
	font-weight:bold;
	font-size:12px;
}
.pastconcert_row_descr_text {
	display:block;
	padding-top:5px;
	height:57px;
}
.pastconcert_row_descr_listen a:link, .pastconcert_row_descr_listen a:visited {
	display:block;
	float:right;
	width:35px;
	height:28px;
	background-image:url(../../img/general/btn_listen.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-1000px;
}

.pastconcert_row_descr_more a:link, .pastconcert_row_descr_more a:visited {
	display:block;
	float:right;
	width:35px;
	height:20px;
	background-image:url(../../img/general/btn_more.gif);
	background-repeat:no-repeat;
	text-indent:-1000px;
}
/* row 01 */
#pastconcerts_row_01 {
	background-color:#250d0d;
}
#pastconcerts_row_01 .pastconcert_row_date {
	background:url(../../img/home/pastconcerts_arrow_01.gif) #000000 no-repeat;
}
/* row 02 */
#pastconcerts_row_02 {
	background-color:#120606;
}
#pastconcerts_row_02 .pastconcert_row_date {
	background:url(../../img/home/pastconcerts_arrow_02.gif) #ffffff no-repeat;
}
/* row 03 */
#pastconcerts_row_03 {
	background-color:#3f1e19;
}
#pastconcerts_row_03 .pastconcert_row_date {
	background:url(../../img/home/pastconcerts_arrow_03.gif) #1e0a09 no-repeat;
}

/* Newsletter */

#newsletter {
	width:392px;
	height:166px;
	margin-left:5px;
}
#newsletter h3 {
	display:block;
	width:400px;
	height:43px;
	background-image:url(../../img/home/newsletter_title_bkg.gif);
	font-family:Tahoma, Arial, sans-serif;
	line-height:2em;
	padding-left:10px;
	font-weight:lighter;
	font-size:22px;
	text-transform:uppercase;
}
#newsletter_placeholder {
	margin:0;
	width:400px;
	height:123px;
	background-color:#301315;
}
#newsletter_placeholder fieldset {
	border:none;
	margin:0;
	padding:0;
	margin-left:10px;
	padding-top:5px;
	width:360px;
	height:110px;
}
#newsletter_placeholder span {
	display:block;
	padding-top:3px;
	padding-bottom:6px;
}
#newsletter_placeholder label {
	cursor:pointer;
}
.newsletter_fields {
	margin-top:2px;
	height:42px;
}
#newsletter_search_field {
	background-image:url(../../img/home/newsletter_field_bkg.gif);
	background-repeat:no-repeat;
	padding:5px;
	font-family:Arial, sans-serif;
	font-size:2em;
	width:273px;
	height:26px;
	border:none;
	margin:0;
}
#newsletter_submit_button {
	margin:0;
	width:35px;	
	height:50px;
	font-size:14px;
	line-height:2em;
	font-weight:bold;
	color:#600202;
	background:url(../../img/home/newsletter_button_bkg.gif) no-repeat;
	border-style:none;
	border-color:#1f0000;
	cursor:pointer;
}
#newsletter_search_button:hover {
	color:#fff;	
}

