/*cal**************************************************************************************************************************************************************/
.clear { 
font-size: 0; 
line-height: 0; 
clear: both; 
}

#calendar { 
margin: 5px 0 0;;
color: #444444; 
background-image: url(../img/calendar_bg.gif); 
text-align: center; 
}


/*EVENT DETAILS**************************************************************************************************************************************************************/
.red_title { 
color: #a00; 
}

#event_detail_right { 
width: 450px; float: right; 
}

#event_detail_right_cont { 
text-align: left; margin: 4px 8px 0 0; 
}

#event_detail_left { 
width: 315px; float: left; 
}

#event_detail_left_cont { 
text-align: left; margin: 4px 10px 0 2px; 
}

#event_date { 
color: #aaa; 
font-size: 18px; 
margin-bottom: 10px; 
padding-left: 6px; 
border-left: 2px solid #666; 
}

#event_title_space { color: #000; font-size: 16px; font-weight: bold; line-height: 130%; margin-bottom: 23px; }

.event_sub_title { 
font-size: 13px; 
line-height: 150%; 
}

#event_lineup { 
font-size: 13px; 
line-height: 155%; 
margin-bottom: 23px; 
}
#event_info { 
font-size: 13px; 
line-height: 155%; 
margin-bottom: 23px; 
}

#event_genre { 
font-size: 10px; 
line-height: 155%; 
margin-bottom: 23px; 
}

#event_artist_photo { 
margin-bottom: 22px; 
}

#event_catch { color: #d40e16; font-size: 14px; font-weight: bold; line-height: 148%; margin-bottom: 14px; }

#event_comment { 
font-size: 12px; 
line-height: 170%; 
margin-bottom: 14px; 
}

#event_flyer { 
margin-bottom: 23px; 
}

#event_flyer img { 
border-style: none; 
border-width: 0; 
}

#event_flyer_comment { 
color: #000; 
font-size: 12px; 
margin-left: 5px; 
}

#event_title_lineup { 
background-repeat: no-repeat; 
height: 10px; 
overflow: hidden; 
}

#event_title_info { 
background-repeat: no-repeat; 
overflow: hidden; 
}

#event_title_genre { 
background-repeat: no-repeat; 
text-indent: -100px; 
height: 10px; 
overflow: hidden; 
}

#evnt_title_other_info { 
background-repeat: no-repeat; 
background-position: 0 0; 
text-indent: 0px; 
height: 16px; 
overflow: hidden; 
margin-left: 2px; 
border-color: #ccc; 
border-style: solid; 
border-width: 0 0 1px; 
}

#event_otehr_info_cont { text-align: left; margin-top: 15px; margin-bottom: 13px; margin-left: 2px; }
#event_otehr_info_cont table { font-size: 12px; line-height: 160%; margin-bottom: 15px; }
.other_title { font-size: 16px; font-weight: bold; line-height: 130%; margin-bottom: 5px; }
.small_txt td { font-size: 11px; line-height: 160%; }

