

/* LEAD STORY */
#lead_story {
	float: right;
	width: 590px;
	height: 320px;
}
#lead_story h2 {
	width: 570px;
	height: 300px;
	margin: 10px 10px 0 10px;
}
#lead_story h2 a {
	display: block;
	width: 570px;
	height: 300px;
	text-indent: -50000px;
}
#metaposter {
	margin: 1px;
}

/* LATEST STORIES */
#latest_stories {
	float: left;
	margin-top: 20px;
	width: 350px;
	height: 290px;
	background: url(../../images/metro/latest_stories_back.gif) 0 0 no-repeat;
}

/* EVENTS */
#events {
	clear: both;
	position: relative;
	float: left;
	width: 940px;
	margin: 0 0 10px 0;
	background: url(../../images/metro/home_events_back.gif) 0 0 no-repeat;
}
#events_today, #events_calendar, #events_upcoming {
	float: right;
	position: relative;
	display: inline;
	margin-right: 1px;
}
#events_today, #events_upcoming {
	width: 349px;
}
#events_calendar {
	width: 239px;
}
.eventtext {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
.eventtext a {
	color: /*#4a8b08*/#80912f;
}


/* GUIDES AND SPECIALS */
#music_and_specials {
	width: 940px;
	margin: 0 0 10px 0;
	background: url(../../images/metro/home_guides_specials_back.gif) right top no-repeat #fff;
}

#bigbox {
	float: left;
}
#drink_specials {
	float: left;
	display: inline;
	position: relative;
	width: 239px;
	
}
.drink_special {
	display: block;
	font-size: 11px;
	clear: both;
	margin: 10px 0 0 10px;
	padding: 0 0 10px 0;
	border-bottom: #ccc solid 1px;
}
.drink_special:hover {
	border-bottom-color: #000;
	text-decoration: none;
}
.drink_special:hover span {
	border-bottom: none;
}
.drink_special_barname {
	width: 100px;
	float: left;
	color: #666;
	margin-right: 5px;
}
.drink_special_special {
	float: left;
	width: 115px;
	font-weight: bold;
	color: #000;
}
.drink_special:hover .drink_special_barname {
	color: #000;
}
#music_guide {
	float: left;
	position: relative;
	display: inline;
	width: 171px;
	margin-left: 1px;
}
#rest_guide {
	float: right;
	position: relative;
	display: inline;
	width: 174px;
	margin-right: 5px;
}

/* CONTEST, MAP, PDFs, RETAIL GUIDE */
#guide_contest_misc {
	width: 940px;
	margin: 0 0 10px 0;
	background: url(../../images/metro/home_guide_contest_misc_back.gif) right top no-repeat #fff;
}

#evenmorestories, #blogs {
	float: right;
	position: relative;
	display: inline;
	width: 349px;
	margin-right: 1px;
}

#contest, #poll {
	width: 239px;
	margin-right: 1px;
	float: right;
	position: relative;
	display: inline;
}

#locations a img, #pdfarchive a img, #contest a img, #shop_knoxville a img, #best_of_knoxville a img {
	margin: 10px 0 0 10px;
}
#contest, #pdfarchive, #locations, #shop_knoxville, #best_of_knoxville {
	float: right;
	position: relative;
	display: inline;
}
#pdfarchive {
	width: 180px;
}
#locations {
	width: 170px;
}

#shop_knoxville {
	width: 170px;
	margin-right: 10px;
}
#best_of_knoxville {
	width: 170px;
}


#blogs_poll_stories {
	width: 940px;
	margin: 0 0 10px 0;
	background: url(../../images/metro/home_blogs_poll_stories.gif) right top no-repeat #fff;
}

#homepage_poll {
	padding: 10px;
}
#homepage_poll p {
	font-size: 11px;
	line-height: 11px;
}
#homepage_poll p a {
	color: #000;
}
#homepage_poll p a:hover {
	text-decoration: underline;
}
#homepage_poll h3 {
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 10px;
}
#homepage_poll label {
	display: block;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 5px;
}
#homepage_poll input[type="radio"] {
	margin-right: 5px;
}
#vote {
	margin: 10px 0;
}

/* Latest blog entries */

#latest_blog_entries {
	float: right;
	position: relative;
	display: inline;
	width: 349px;
	margin-right: 1px;
}

#latest_blog_entries li {
	display: block;
	margin: 10px;
	border-bottom: #ccc solid 1px;
	color: #000;
}

#latest_blog_entries li:hover {
	border-bottom-color: #000;
	text-decoration: none;
}

.blog_entry {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

.blog_name {
	margin-bottom: 10px;
}

.blog_entry a {
	color: #000;
}

.blog_entry a:hover {
	text-decoration: none;
}




