/* General */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-image: url(/images/bg_home_back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #010302;
	color: #fff;
}

.interior_bg {
	background-image: url(/images/bg_interior.jpg);
	}
	
.container {
	text-align:left;
	width:970px;
	margin:0 auto;
	position:relative;
	}
	
.container_bg {
	background-image: url(/images/bg_home_main_new.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}
	
.content {
	position: relative;
	}
	
.content_h {
	height: 1469px;
	}

.float_l {
	float: left;
	}
	
.float_r {
	float: right;
	}
	
.pos_abs {
	position: absolute;
	}
	
.clear {
	clear: both;
	}
	
.align_c {
	text-align: center;
	}
	
.small_text {
	font-size: 11px;
	line-height: 14px;
	}
	
.small_date {
	font-size: 11px;
	font-style: italic;
	}
	
.arrow_text {
	font-size: 13px;
	}
	
.divider2 {
	height: 2px;
	}
	
.divider5 {
	height: 5px;
	}
	
.divider7 {
	height: 7px;
	}
	
.divider10 {
	height: 10px;
	}
	
.divider12 {
	height: 12px;
	}
	
.divider15 {
	height: 15px;
	}
	
.divider20 {
	height: 20px;
	}
	
.divider26 {
	height: 26px;
	}
	
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
	
.tagline {
	top: 132px;
	left: 489px;
	}

.toplinks {
	left: 241px;
	top: 9px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.top_links ul, #top_links li {
	list-style:none;
	list-style-type:none;
}

.toplinks ul {
	display:inline-block;
	list-style:none;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.toplinks li {
	display:inline;
	margin-left: 3px;
}

.topad {
	left: 242px;
	top: 35px;
	}

.search_nav {
	z-index:2;
	left: 700px;
	top: 8px;
	width: 275px;
}

.search_nav input {
	width: 180px;
	height: 12px;
	}
	
.search_lpad {
	padding-left: 3px;
	}
		
img {
	border: 0;
	}
	
h1 {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0 0 10px 0;
	}

h2 {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0 0 2px 0;
	}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	}
	
.font15 {
	font-size: 15px;
	}

p {
	margin: 0 0 15px 0;
	}

td {
	vertical-align: top;
	}
	
form {
	margin: 0px;
	}

a:link {
	color: #e7f50a;
	text-decoration: underline;
	}

a:hover {
	color: #BBBBBB;
	text-decoration: underline;
	}

a:visited {
	color: #c8d4e5;
	text-decoration: underline;
	}

a b {
	font-weight: normal !important;
	}

b a {
	font-weight: normal !important;
	}

a strong {
	font-weight: normal !important;
	}

strong a {
	font-weight: normal !important;
	}
	
/* Nav Bar */

.navbar {
	top: 146px;
	left: 130px;
	width: 840px;
	z-index: 2;
	}
	
.navbar_social {
	position: absolute;
	top: 158px;
	left: 899px;
	z-index: 2;
	}
	
.nav_square {
	width: 8px;
	height: 14px;
	background-image: url(/images/sprites_general.gif);
	background-position: -172px -78px;
	margin: 12px 8px 0 10px;
	float: left;
	}
	
.nav_facebook {
	width: 17px;
	height: 16px;
	background-image: url(/images/sprites_general.gif);
	background-position: -185px -77px;
	float: left;
	cursor: pointer;
	}
	
.nav_twitter {
	width: 17px;
	height: 16px;
	background-image: url(/images/sprites_general.gif);
	background-position: -206px -77px;
	margin-left: 3px;
	float: left;
	cursor: pointer;
	}
	
.nav_rss {
	width: 17px;
	height: 16px;
	background-image: url(/images/sprites_general.gif);
	background-position: -225px -77px;
	margin-left: 2px;
	float: left;
	cursor: pointer;
	}	
	
.menu {
	position:absolute;
	visibility:hidden;
	margin: -9px 0 0 5px;
	}
	
.mainnav {
	float: left;
	font-weight: bold;
	line-height: 14px;
	}
	
.mainnav a:link {
	font-size: 12px;
	text-decoration: none; 
	display: block; 
	padding: 12px 5px 14px 5px;
	}
 
.mainnav a:visited {
	font-size: 12px;
	text-decoration: none; 
	display: block; 
	color: #e7f50a;
	padding: 12px 5px 14px 5px;
	}
 
.mainnav a:hover {
	font-size: 12px;
	text-decoration: none; 
	display: block; 
	color: #aaa;
	padding: 12px 5px 14px 5px;
	}
	
.cellback {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	display: block; 
	}

.cellback a:link {
	color: #fff;
	background-color:#222;
	padding: 3px 15px 3px 14px;
	border-bottom: 1px solid #fff; /* IE7 Fix */
	border-left: 1px solid #fff; /* IE7 Fix */
	border-right: 1px solid #fff; /* IE7 Fix */
	}
 
.cellback a:visited {
	color: #fff;
	background-color:#222;
	padding: 3px 15px 3px 14px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}
 
.cellback a:hover {
	color: #fff;
	background-color:#265080;
	padding: 3px 15px 3px 14px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}

/* Home Modules */

.header {
	background-image: url(/images/header.jpg);
	width: 970px;
	height: 155px;
	}
	
.header1 {
	width: 145px;
	height: 118px;
	cursor: pointer;
	float: left;
	margin: 15px 0 0 80px;
	}
	
.home_carousel {
	top: 2px;
	width: 637px;
	height: 305px;
	}
	
.home_carousel1 {
	padding-left: 2px;
	}
	
.home_shows {
	top: 358px;
	left: 34px;
	width: 269px;
	height: 715px;
	overflow: hidden;
	}
	
.home_shows1 {
	font-size: 11px;
	line-height: 12px;
	float: right;
	font-weight: bold;
	}
	
.home_featured {
	top: 318px;
	left: 337px;
	width: 290px;
	padding: 0 10px 0 10px;
	height: 435px;
	overflow: hidden;
	}
	
.home_featured1 {
	float: left;
	padding: 3px 0 0 0;
	width: 66px;
	overflow: hidden;
	}
	
.home_featured2 {
	float: left;
	padding: 0 0 0 7px;
	width: 193px;
	}
	
.home_featured3 {
	margin: 0 0 20px 125px;
}

.home_featured #tweet {
	width: 200px;
	font-size: 11px;
	line-height: 13px;
	}
 
.twitter_time {
	color: #999999;
	font-style: italic;
	font-size: 11px;
}

.home_inthenews {
	top: 819px;
	left: 346px;
	width: 271px;
	height: 245px;
	overflow: hidden;
	}
	
.home_inthenews1 {
	margin: 0 0 18px 162px;
	}
	
.home_mostpopular {
	top: 852px;
	left: 656px;
	width: 275px;
	height: 250px;
	overflow: hidden;
	}
	
.home_coastinsider {
	top: 55px;
	left: 659px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	}

.home_coastinsider1 {
	width: 280px;
	}
	
.home_coastinsider2 {
	background-color: #333;
	}

.home_coastinsider3 {
	padding: 3px 0 0 7px;
	font-weight: bold;
	}
	
.home_coastinsider4 {
	padding: 4px 0 0 6px;
	}
	
.home_coastinsider5 {
	padding: 4px 10px 5px 0px;
	}
	
.home_coastinsider6 {
	padding: 4px 0 0 8px;
	}
	
.home_coastinsider8 {
	padding: 7px 10px 0 0;
	}

.home_coastinsider9 {
	padding: 4px 0 0 8px;
	}
	
.home_coastinsider10 {
	padding-top: 7px;
	}
	
.home_coastinsider12 {
	padding: 6px 10px 0 0;
	}
	
.home_coastinsider14 {
	margin-top: 15px;
	width: 230px;
	}
	
.home_iphoneapp {
	top: 355px;
	left: 662px;
	width: 280px;
	}
	
.home_mediumrec {
	top: 315px;
	left: 650px;
	width: 300px;
	z-index: 2;
	}
	
.home_300x100a {
	top: 580px;
	left: 650px;
	width: 300px;
	z-index: 2;
	}
	
.home_300x100b {
	top: 695px;
	left: 650px;
	width: 300px;
	z-index: 2;
	}
	
.home_iphoneapp1 {
	width: 170px;
	}

.home_bottomleader {
	top: 1130px;
	width: 970px;
	text-align: center;
	}
	
.home_calendar {
	top: 621px;
	left: 660px;
	width: 182px;
	}
	
.home_store {
	top: 735px;
	left: 661px;
	width: 182px;
	}
	
.home_footer {
	width: 970px;
	position: absolute;
	border-top: 2px solid #4e7f48;
	padding: 15px 0 15px 0;
	color: #fff;
	top: 1242px;
	}

.home_footer1 {
	padding-left: 45px;
	}
	
/* Interior */	

.left_column {
	float: left;
	width: 650px;
	background-image: url(/images/bg_interiorbody.gif);
	background-repeat: repeat-y;
	}
	
.left_column1 {
	width: 650px;
	background-image: url(/images/bg_interiorleft.jpg);
	background-repeat: no-repeat;
	min-height: 493px;
	}
	
.left_column2 {
	padding: 15px 40px 0 35px;
	}
	
.breadcrumb {
	padding: 4px 0 5px 21px;
	font-size: 10px;
	}
	
#paginationControl {
	text-align: center;
	margin-bottom: 15px;
	}
	
.right_column {
	float: right;
	width: 320px;
	height: 1495px;
	}

.right_column1 {
	width: 265px;
	line-height: 19px;
	padding: 73px 0 0 10px;
	height: 155px;
	overflow: hidden;
	}

.right_column2 {
	position: absolute;
	top: 297px;
	padding-left: 13px;
	}
	
.right_column2a {
	position: absolute;
	top: 256px;
	z-index: 2;
	}
	
.right_column3 {
	position: absolute;
	top: 562px;
	width: 200px;
	padding-left: 13px;
	}
	
.right_column3a {
	position: absolute;
	top: 521px;
	z-index: 2;
	}
	
.right_column4 {
	position: absolute;
	top: 678px;
	width: 200px;
	padding-left: 13px;
	}
	
.right_column4a {
	position: absolute;
	top: 636px;
	z-index: 2;
	}
	
.right_column5 {
	position: absolute;
	top: 750px;
	}
	
.right_column6 {
	margin-top: 15px;
	background-image: url(/images/sprites_interior.jpg);
	background-repeat: no-repeat;
	background-position: 0 -14px;
	width: 300px;
	height: 481px;
	padding: 45px 0 0 15px;
	}
 
.right_column6 #tweet {
	width: 270px;
	}
	
.right_column7 {
	height: 394px;
	overflow: hidden;
	}
	
.bottom_ad {
	text-align: center;
	width: 970px;
	margin: 15px 0 15px 0;
	}
	
.interior_footer {
	width: 970px;
	border-top: 2px solid #4e7f48;
	padding: 10px 0 10px 0;
	color: #fff;
	background-color: #1f1f1f;
	overflow: auto;
	}
	
.audiobox1 {
	background-color: #333;
	border: 1px solid #7dd190;
	margin: 5px 0 10px 15px;
	width: 260px;
	}
	
.audiobox2 {
	background-color: #284263;
	border-bottom: 1px solid #7dd190;
	text-align: center;
	font-weight: bold;
	}
	
.audiobox3 {
	padding: 8px 0 0 10px;
	}
	
.audiobox4 {
	float: left;
	width: 70px;
	}
	
.audiobox5 {
	padding: 10px 0 0 10px;
	font-weight: bold;
	}
	
.audiobox6 {
	padding: 0 0 10px 10px;
	}
	
.audiobox7 {
	font-size: 12px;
	margin: 10px 0 2px 0;
	}
	
.audiobox8 {
	padding-right: 3px;
	}
	
.audiobox9 {
	padding: 0 15px 3px 0;
	}
	
#tweet10 {
	color: #fff;
	}
 
.twitterP10 {
	color: #999;
	margin-bottom: 0;
	margin-top: 0;
	font-style: italic;
	font-size: 11px;
	}
	
.coastinsider {
	background-color: #333;
	border: 1px solid #4a8144;
	}
		
.coastinsider1 {
	padding: 4px 3px 3px 7px;
	}
	
.coastinsider2 {
	padding: 5px 10px 0 0;
	}
	
.coastinsider3 {
	padding: 3px 3px 3px 5px;
	}
	
.coastinsider4 {
	padding: 5px 10px 10px 0;
	}
	
.coastinsider5 {
	padding: 5px 3px 3px 5px;
	width: 23px;
	}
	
.coastinsider6 {
	padding: 7px 10px 0 0;
	}
	
.coastinsider7 {
	padding: 7px 10px 10px 0;
	}
	
.coastinsider8 {
	padding: 5px 3px 3px 5px;
	}
	
.coastinsider9 {
	padding: 7px 5px 0 0;
	}
	
.coastinsider10 {
	float: left;	
	padding: 6px 0 0 20px;
	}
	
.gray {
	color: #888;
	}
	
.shows1 {
	padding-left: 5px;
	}
	
.shows2 {
	padding-bottom: 5px;
	}
	
.shows3 {
	padding-top: 3px;
	}
	
.shows4 {
	padding-left: 8px;
	}
	
.shows5 {
	width: 145px;
	}
	
.shows6 {
	margin-top: 5px;
	}
	
.guests1 {
	border: 1px solid #7dd190;
	margin: 5px 0 10px 15px;
	width: 200px;
	background-color: #333;
	}
	
.guests2 {
	padding: 5px 10px 0 10px;
	font-weight: bold;
	}

.guests3 {
	padding: 0 5px 0 10px;
	}
	
.guests4 {
	padding-right: 10px;
	}
	
.guests5 {
	padding: 15px 10px 0 10px;
	font-weight: bold;
	}
	
.catdropdown {
	padding: 3px 5px 0 0;
	font-size: 16px;
	font-weight: bold;
	}
	
.catdropdown1 {
	font-size: 15px;
	background-color: #fff;
	}

/* Photos */

.photoright {
	float: right;
	margin: 0 0 10px 15px;
	}

.photoleft {
	float: left;
	margin: 0 15px 10px 0;
	border: none;
	}
	
.photocells {padding-right: 8px; padding-bottom: 8px}

.phototable {font-size: 11px; line-height: 12px; text-align: center; padding-top: 1px; height: 25px; overflow: hidden;}

.photolist1 {padding-bottom: 6px; width: 120px; padding-left: 15px; text-align: center;}

.photolist2 {width: 130px; height: 100px; overflow: hidden; border: 1px solid #666666; background-color: #000000;}

.photolist3 {padding: 1px 0px 10px 0px; line-height: 13px; font-size: 11px;}

.photoslide1 {clear: both; width: 575px; background-color: #000000; overflow: hidden;}

.photoslide2 {float: right; padding-right: 5px; padding-top: 2px;}

.photoslide3 {float: right; padding-right: 7px; padding-top: 2px;}

.photoslide4 {clear: both; text-align:center; width: 575px; background-color: #384d36;}

.photoslide5 {margin-top: 11px; margin-bottom: 11px; text-align: center;}

.photoslide6 {float: left; padding-right: 20px; font-size: 11px; width: 120px;}

.photoslide7 {margin-bottom: 5px; margin-top: 10px; clear: both;}

#photo-title {
	margin: 2px 0px 4px 0px;
	}
	
/* Miscellaneous */

.pagination {width: 15px; font-size: 10px; height: 12px; font-family: Verdana, Arial, Helvetica, sans-serif}



.heading1 {background-color: #000000; color: #fff; font-weight: bold; padding: 5px}

.heading2 {padding-top: 5px; padding-bottom: 7px; padding-left: 5px; color: #fff; background-color: #000000}

.mappadding1 {padding: 5px; font-size: 11px; background-color: #DAE2F3;}

.mappadding2 {padding: 5px; font-size: 11px; vertical-align: top; background-color: #EEEEEE;}



form#paginator{
  color: #fff;
}

div#photo-album-matrix{
	height: 260px; 
	width: 300px; 
	overflow: auto;
}

/* Social buttons */

.social_like {
	float: left;
	margin-right: 0px;
	}
	
.social_retweet {
	padding-top: 0px;
	margin-right: 15px;
	float: left;
	}
	
.social_divider {
	height: 10px;
	}
	
/* Carousel */

#tbl-spotlight{
  padding-bottom: 14px;
  position: absolute;
  top: 48px;
  left: 20px;
}

.spotlight-box-full{
	position: absolute;
	display: none;
	width: 417px;
	height: 249px;
	overflow: hidden;
}

.spotlight-box-small{
	width: 165px; 
	height: 46px; 
	font-size: 11px;
	line-height: 13px;
	background-image: url(/images_old/icons/carouselmoduleoff.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	color: #fff;
	float: left; 
	padding: 11px 5px 5px 8px;
}

.spotlight-box-small img {
	float: left; 
	padding-right: 5px;
}	

.spotlight-box-selected {
	background-image: url(/images_old/icons/carouselmoduleon.jpg);
	background-repeat: no-repeat;
	width: 165px;
	height: 46px;
	padding: 11px 5px 5px 8px;
	color:#fff;
}

.sl-arrow-image-top {
	margin-top: 20px;
	margin-left: 417px;
	visibility: hidden;
}

.sl-arrow-image {
	margin-top: 37px;
	margin-left: 417px;
	visibility: hidden;
}

#controlbar1 {
	float: right;
	padding-right: 5px;
	}
	
#controlbar3 {
	float: right;
	padding-right: 7px;
	}
	
/* Sprites */

.home_tonight {
	width: 163px;
	height: 22px;
	background-image: url(/images/sprites_general.gif);
	background-position: 0px 0px;
	}
	
.home_upcoming {
	width: 185px;
	height: 24px;
	background-image: url(/images/sprites_general.gif);
	background-position: 0px -23px;
	}
	
.home_recap {
	width: 180px;
	height: 22px;
	background-image: url(/images/sprites_general.gif);
	background-position: 0px -47px;
	}
	
.home_greenbar1 {
	width: 268px;
	height: 2px;
	background-image: url(/images/sprites_general.gif);
	background-position: 0px -71px;
	}
	
.home_greenbar2 {
	width: 289px;
	height: 2px;
	background-image: url(/images/sprites_general.gif);
	background-position: 0px -71px;
	margin: 0 0 0 -11px;
	}
	
.home_rss {
	width: 20px;
	height: 20px;
	background-image: url(/images/sprites_general.gif);
	background-position: 0px -76px;
	cursor: pointer;
	float: left;
	}
	
.home_bstories {
	width: 114px;
	height: 21px;
	background-image: url(/images/sprites_general.gif);
	background-position: 0px -98px;
	margin-right: 12px;
	cursor: pointer;
	}
	
.home_bstories1 {
	width: 120px;
	height: 21px;
	background-image: url(/images/sprites_general.gif);
	background-position: -234px -98px;
	top: 1083px;
	left: 506px;
	cursor: pointer;
	}
	
.home_bmore {
	width: 67px;
	height: 21px;
	top: 1084px;
	left: 246px;
	background-image: url(/images/sprites_general.gif);
	background-position: -234px -122px;
	cursor: pointer;
	}
	
.home_btweets {
	width: 116px;
	height: 21px;
	top: 772px;
	left: 511px;
	background-image: url(/images/sprites_general.gif);
	background-position: -116px -98px;
	cursor: pointer;
	}
	
.home_bird {
	width: 50px;
	height: 75px;
	background-image: url(/images/sprites_general.gif);
	background-position: 0px -121px;
	}
	
#button_search {
	width: 71px;
	height: 20px;
	background-image: url(/images/sprites_general.gif);
	background-position: -356px -98px;
	margin-right: 12px;
	cursor: pointer;
	}
	
.icon_windows {
	width: 20px;
	height: 20px;
	background-image: url(/images/sprites_general.gif);
	background-position: -121px -76px;
	float: left;
	}
	
.icon_real {
	width: 25px;
	height: 20px;
	background-image: url(/images/sprites_general.gif);
	background-position: -144px -76px;
	float: left;
	}
	
.icon_audio {
	width: 23px;
	height: 22px;
	background-image: url(/images/sprites_general.gif);
	background-position: -23px -74px;
	cursor: pointer;
	float: left;
	}
	
.icon_podcast {
	width: 21px;
	height: 22px;
	background-image: url(/images/sprites_general.gif);
	background-position: -71px -75px;
	cursor: pointer;
	float: left;
	}
	
.icon_chat {
	width: 23px;
	height: 22px;
	background-image: url(/images/sprites_general.gif);
	background-position: -47px -75px;
	cursor: pointer;
	float: left;
	}
	
.icon_c2c {
	width: 21px;
	height: 21px;
	background-image: url(/images/sprites_general.gif);
	background-position: -96px -75px;
	cursor: pointer;
	float: left;
	}
	
.icon_permalink {
	width: 18px;
	height: 18px;
	background-image: url(/images/sprites_general.gif);
	background-position: -246px -76px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	}
	
#permablock {
	background-color: #333;
	border: 1px solid #558b4f;
	padding: 8px;
	position:absolute;
	top: 97px;
	left: 92px;
	color: #fff;
	visibility: hidden;
	z-index:100;
	width: 206px;
	}
	
.permablock1 {
	margin-bottom: 5px;
	}
	
.permablock2 {
	float: left;
	padding-top: 5px;
	font-size: 11px;
	}
	
.permablock3 {
	float: right;
	font-size: 10px;
	padding-top: 4px;
	font-size: 11px;
	}
	
.icon_carrow {
	width: 12px;
	height: 26px;
	background-image: url(/images/sprites_general.gif);
	background-position: -56px -153px;
	}	
	
.icon_fontup {
	width: 23px;
	height: 18px;
	background-image: url(/images/sprites_general.gif);
	background-position: -268px -76px;
	cursor: pointer;
	float: left;
	}
	
.icon_fontdown {
	width: 23px;
	height: 18px;
	background-image: url(/images/sprites_general.gif);
	background-position: -293px -76px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	}
	
.icon_print {
	width: 23px;
	height: 18px;
	background-image: url(/images/sprites_general.gif);
	background-position: -344px -76px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	}
	
.icon_envelope {
	width: 23px;
	height: 18px;
	background-image: url(/images/sprites_general.gif);
	background-position: -319px -76px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	}
	
.icon_rss {
	width: 18px;
	height: 18px;
	background-image: url(/images/sprites_general.gif);
	background-position: -370px -76px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	}
	
.icon_retweet {
	float: left;
	margin-left: 25px;
	}
	
.icon_social {
	float: left;
	margin-left: 6px;
	}
	
.icon_social1 {
	border:none;
	overflow:hidden;
	width:90px;
	height:21px;
	}
	
.interior_bottom {
	width: 650px;
	height: 13px;
	background-image: url(/images/sprites_interior.jpg);
	background-position: 0 0px;
	}
	
.interior_c2clogo {
	width: 55px;
	height: 29px;
	background-image: url(/images/sprites_general.gif);
	background-position: -51px -121px;
	cursor: pointer;
	float: left;
	}
	
.icon_arrowleft_active {
	width: 9px;
	height: 18px;
	background-image: url(/images/sprites_general.gif);
	background-position: -210px -124px;
	cursor: pointer;
	float: left;
	}
	
.icon_arrowleft_inactive {
	width: 9px;
	height: 18px;
	background-image: url(/images/sprites_general.gif);
	background-position: -221px -124px;
	cursor: pointer;
	float: left;
	}	
	
.icon_arrowright_active {
	width: 9px;
	height: 18px;
	background-image: url(/images/sprites_general.gif);
	background-position: -199px -124px;
	cursor: pointer;
	float: left;
	}
	
.icon_arrowright_inactive {
	width: 9px;
	height: 18px;
	background-image: url(/images/sprites_general.gif);
	background-position: -188px -124px;
	cursor: pointer;
	float: left;
	}
	
.icon_enlarge_inactive {
	width: 34px;
	height: 24px;
	background-image: url(/images/sprites_general.gif);
	background-position: -114px -121px;
	cursor: pointer;
	float: left;
	}
	
.icon_enlarge_active {
	width: 34px;
	height: 24px;
	background-image: url(/images/sprites_general.gif);
	background-position: -150px -121px;
	cursor: pointer;
	float: left;
	}
	
/* Sprites - Headlines */

.h_cont {
	width: 400px;
	height: 36px;
	background-image: url(/images/sprites_headlines.gif);
	background-repeat: no-repeat;
	margin-left: 19px;
	}
	
.headline_about {
	background-position: 0px 0px;
	}
	
.headline_articles {
	background-position: 0px -36px;
	}
	
.headline_calendar {
	background-position: 0px -72px;
	}
	
.headline_chat {
	background-position: 0px -108px;
	}
	
.headline_coastinsider {
	background-position: 0px -144px;
	}
	
.headline_coasttocoastam {
	background-position: 0px -180px;
	}
	
.headline_contact {
	background-position: 0px -216px;
	}
	
.headline_emailgeorge {
	background-position: 0px -252px;
	}
	
.headline_faqs {
	background-position: 0px -288px;
	}
	
.headline_fastblast {
	background-position: 0px -324px;
	}
	
.headline_guests {
	background-position: 0px -360px;
	}
	
.headline_inthenews {
	background-position: 0px -396px;
	}
	
.headline_iphoneapp {
	background-position: 0px -432px;
	}
	
.headline_magazine {
	background-position: 0px -468px;
	}
	
.headline_newsletter {
	background-position: 0px -504px;
	}
	
.headline_photos {
	background-position: 0px -540px;
	}
	
.headline_photoalbums {
	background-position: 0px -576px;
	}
	
.headline_polls {
	background-position: 0px -612px;
	}
	
.headline_radiostations {
	background-position: 0px -648px;
	}
	
.headline_rss {
	background-position: 0px -684px;
	}
	
.headline_search {
	background-position: 0px -720px;
	}
	
.headline_shows {
	background-position: 0px -756px;
	}
	
.headline_sitemap {
	background-position: 0px -792px;
	}
	
.headline_store {
	background-position: 0px -828px;
	}
	
.headline_submissions {
	background-position: 0px -864px;
	}
	
.headline_twitter {
	background-position: 0px -900px;
	}
	
.headline_upcomingshows {
	background-position: 0px -936px;
	}
	
/* Bullets */

ul {
	margin-top: 5px; /* IE7 Fix */
	margin-bottom: 5px; /* IE7 Fix */
	}

li {
	margin: 0 0 0 -22px;
	padding-bottom: 8px;
	list-style-type: disc;
	}
	
.home_featured li {
	list-style-type:none;
	padding-bottom: 10px;
	text-indent:0px;
}
 
.home_featured ul{
	padding: 0;
	margin: 0 0 0 22px;
}
	
.home_footer ul {
	margin-top: 0; /* IE7 Fix */
	margin-bottom: 0; /* IE7 Fix */
	}

.home_footer li {
	padding-bottom: 0;
	}
	
.home_iphoneapp ul {
	margin-top: 15px; /* IE7 Fix */
	margin-bottom: 15px; /* IE7 Fix */
	}

.home_iphoneapp li {
	padding-bottom: 0;
	}	
	
.right_column2 ul {
	margin-top: 15px; /* IE7 Fix */
	margin-bottom: 15px; /* IE7 Fix */
	}

.right_column2 li {
	padding-bottom: 0;
	}
	
.left_column ul {
	margin-top: 0; /* IE7 Fix */
	margin-bottom: 0; /* IE7 Fix */
	}

.left_column li {
	padding-bottom: 0;
	}
	
.right_column1 ul {
	margin-top: 0; /* IE7 Fix */
	margin-bottom: 0; /* IE7 Fix */
	}

.right_column1 li {
	padding-bottom: 0;
	}	
	
	
.right_column6 ul {
	padding: 0;
	margin: 0 0 0 22px;
}
	
.right_column6 li {
	list-style-type:none;
	padding-bottom: 10px;
	text-indent:0px;
}

.interior_footer ul {
	margin-top: 0; /* IE7 Fix */
	margin-bottom: 0; /* IE7 Fix */
	}

.interior_footer li {
	padding-bottom: 0;
	}
	
.photo_col ul {
	margin-top: 0; /* IE7 Fix */
	margin-bottom: 0; /* IE7 Fix */
	}

.photo_col li {
	padding-bottom: 0;
	}

.jcarousel-list ul {
	margin: auto;
	}

.jcarousel-list li {
	margin: auto;
	padding: auto;
	}
	
/* 2010 - Daniel Oliveira, Taki Skiadas, Omid Noorani */
