﻿/*
	Layout Containers
    -----------------------------
*/
.event-container {
	background-image:url(../images/gsync_bg_logo.png);
	background-position:top;
	background-repeat:no-repeat;
	width:940px;
	margin:-10px 10px 20px;
	padding:20px 10px 0px;
}

.section-container.footerSection {
	height:75px;
}

.section-container .footer-container {
	background-image: url(../images/footer_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	height:75px;
}

/* 
	Header Styles
	-------------------------
*/
.header {
	background-color: #808080;
	height:96px;
	background-image:url(../images/header_bg.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:0 20px;
}

.logo {
	height:96px;
	width:427px;
	background-image:url(../images/header_logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
}

.logo a {
	height:54px;
	margin:18px 0 0 14px;
	width:413px;
	display:block;
}

.pubInfo {
	color:#dddddd;
	text-transform:none;
}

.masthead {
	background-color:#787878;
	height: 353px;
}


/* 
	Main Navigation 
	-------------------------
*/
#mainNav {
	background-image:url(../images/nav_tab_div.png);
	background-color:#808080;
}

#mainNav a {
	color:#ffffff;
}

#mainNav a:hover {
	color:#cccccc;
}

#mainNav li {
	background-image:url(../images/nav_tab.png);
}

#mainNav li.empty, #mainNav li.wide  {
	background-image:url(../images/nav_tab_div.png);
}

#mainNav li li {
	border-bottom:1px solid #a8c0d8;
}

#mainNav li ul a {
	color:#2b89b0;
}

#mainNav li ul a:hover {
	color:#2b89b0;
}

#mainNav li.empty:hover {
	background-image:url(../images/nav_tab_empty_on.png);
}

#mainNav li:hover, #mainNav li.sfhover {
	background-image:url(../images/nav_tab_on.png);
}

/* 
	Subscribe Starburst
	-------------------------
*/
.HomePage .subscribe {
	margin:0 0 20px;
	background-image:url(../images/subscribe_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:6px 10px 0 88px;
	background-color:#ffffff;
	font-size:.8em;
}

.HomePage .subscribe input[type="text"], .HomePage .subscribe input.text {
	width:160px;	
}


/* 
	Style Overrides 
	-------------------------
*/
a:link, a:hover {
	color:#2b89b0;
}

a:visited {
	color:#9dc5d8;
}

h1 {
	color:#787878;
	background:url(../images/h1_icon.gif) no-repeat bottom left;
	border-bottom:2px solid #787878;
	padding:0 0 4px 18px;
	text-transform:lowercase;
	font-family:Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",Georgia,serif;
	font-style:italic;
}

h1.featureTitle {
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#333333;
	font-style:normal;
}

h2 {

}
 
h3 {
	font-family:Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",Georgia,serif;
	font-style:italic;
	color:#787878;
}


/*
	Control Layouts - In the News
	-----------------------------
*/
.columnList .inTheNews {
	background-image:none;
}

.inTheNews h3 {
	background: url(../images/inTheNews.png) no-repeat top left;
	height:41px;
	text-indent:-9999px;
}

.span-15 .inTheNews {
	background-image: none;
	background-color:#deeef3;
}

.inTheNews a.moreInfo {
	display:none;
}

.inTheNews .sponsor {
	display:none;
}

.inTheNews .textWrapList {
}


/*  16ade1
	Control Layouts - COLUMNS
	-------------------------
*/
.columnList h3 {
	color:#787878;
	border-bottom:1px solid #787878;
	padding-bottom:3px;
	text-transform:lowercase;
}

.columnList ul {
	color:#2b89b0;
}

.columnList ul li a:link, .columnList ul li a:hover {
	color: #2b89b0;
}

.columnList ul li a:visisted {
	color: #9dc5d8;
}

a.readOn:link, a.readOn:visited, a.readOn:hover {
	text-decoration:underline;
	color:#999999;
}

a.readOn:hover {
	text-decoration:none;
}

a.moreInfo:link, a.moreInfo:visited, a.moreInfo:hover {
	float:right;
}

/*
	Tags
*/

.tags, .tags a {
	color:#88b9d1;
}

/*
	Insiders Guide
	-------------------------
*/

.insiderGuideContainer {
	background:url(../images/insidersGuideHomeBg.jpg) repeat-y 20px 0px;
}

.insiderGuide {
	padding-bottom:10px;
}

.InsidersGuide h3 {
	color:#25B2E3;
	font-size:1.667em;
	margin-bottom:0.5em;
	text-transform:uppercase;
	border-bottom:1px solid #25B2E3;
}

.insiderGuideBody {
	border-bottom:1px solid #25B2E3;
	margin:0 0 10px;
	padding:0 0 10px;
}

.insiderGuideProfiles {
	border-bottom:1px solid #25B2E3;
	margin:0 0 10px;
	padding:0 0 10px;
}

.insiderGuideProfiles h3, .insiderGuidePicks h3 {
	border-bottom:none;
}

.insiderGuideProfiles a {
	color:#25B2E3;
	text-decoration:none;
	display:block;
}

.insiderGuideProfiles a:hover {
	text-decoration:underline;
}

.insiderGuidePicks h2 {
	color:#25B2E3;
	font-size:3em;
	line-height:1.2em;
	margin:0 0 0.2em;
}

.insiderGuidePickGroup {
	border-bottom:1px solid #25B2E3;
	margin:0 0 10px;
	padding:0 0 10px;
}

.insiderGuideLocation {
	width:194;
	float:left;
	margin:0 19px 0 0;
}

.insiderGuideLocation .last{
	margin:0;
}

.insiderGuideLocation .igThumb {
	width:194px;
	padding:0 0 6px 0;
	display:block;
}

.insiderGuideLocation .igTitleLink {
	display:block;
	width:194px;
}

.insiderGuideLocation a {
	text-decoration:none;
}

.insiderGuideLocation a:hover {
	text-decoration:underline;
}

.insiderGuideLocation span {
	color:#999999;
}

.insiderGuideSideBar {
	padding:0 0 10px 0;	
}

.insiderGuideSideBar ul {
	color:#25B2E3;
	padding:0 1.5em;
}

.insiderGuideHeader {
	background:url(../images/insiderguide.jpg) no-repeat 10px 0px;
	height:60px;
}

.insiderGuideHeader .calloutHeading, .insiderGuideHeader .calloutCityTitle {
	display:none;
	z-index:0;
}

.calloutLink {
	display:block;
	height:40px;
	width:160px;
	padding:10px 0 0 20px;
}

.insiderGuideCategories {
	width:260px;
}

.insiderGuideCategory {
	margin: 0px 20px 0px 20px;
}

.insiderGuideCategory h5 {
	color:#666666;
	font-size:1.4em;
	margin-bottom:.8em;
	text-transform:uppercase;
}

.insiderGuidePlace {
	width:260px;
	padding-bottom:10px;
}

img.insiderGuideThumb {
	width:80px;
	float:left;
	margin:0px 10px 0px 0px;
	border:0px;
}

.insiderGuidePlaceTitle p {
	width:180px;
	float:left;
}

a.insiderGuidePlaceTitle {
	text-decoration:none;
}

a.insiderGuidePlaceTitle:hover {
	text-decoration:underline;
}

.insiderGuideSubcategory {
	color:#999999;
}

/* Insider Guide Nights */
.insiderGuide.nights .insiderGuideHeader {
	background:url(../images/InsiderGuide7Nights.jpg) no-repeat 10px 0px;
	height:60px;
}

.insiderGuideNightContent {
	margin: 0px 20px 10px 20px;
}

.insiderGuideNightContent h5 {
	color:#666666;
	font-size:1.4em;
	margin-bottom: 0px;
	text-transform:uppercase;
	line-height:1.0em;
}

.insiderGuideNightContent a {
	text-decoration:none;
}

.insiderGuideNightContent a:hover {
	text-decoration:underline;
}

/* Insider Guid Profile */
.insiderGuide.profiles .insiderGuideHeader{
	height:70px;
}

.insiderGuideProfileContent {
	margin: 0px 20px 0px 20px;
}

img.insiderGuideProfileImage {
	width:140px;
}

.insiderGuideProfileContent a {
	text-decoration:none;
}
.insiderGuideProfileContent h5 {
	margin: 0 0 0.5em 0;
}

.insiderGuideProfileContent a:hover {
	text-decoration:underline;
}

/* 
	Footer Styles
	-------------------------
*/
.footerLogo {
	background-image:url(../images/footer_logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:75px;
	width:236px;
	float:left;
}

.footerLinks {
	float:right;
	padding:30px 20px 0 0;
	color:#ffffff;
}

.footerLinks a {
	margin:0 2px;
	color:#ffffff;
}

.mediaPlayer {
}
.mediaPlayerGallery {
	padding: 10px 0px 10px 0px;
}
.mediaPlayerPlay {
	display: none;
	width: 13px;
	margin: 15px 0px 0px 0px;
}
.mediaPlayerPrevious {
	float: left;
	width: 13px;
	margin: 15px 7px 0px 0px;
}
.mediaPlayerNext {
	float: right;
	width: 13px;
	margin: 15px -2px 0px 7px;
}
.mediaPlayerGalleryItem {
	float: left;
	height: 52px;
}
.mediaPlayerThumb {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 68px;
}
.mediaPlayerImage {
	width: 340px;
}
.mediaPlayerCaption {
	text-align:right;
	text-transform:uppercase;
	font-size:10px;
	color:#cccccc;
	border-bottom: solid 1px #cccccc;
}
.mediaPlayerSelected {
	padding:0px 0px 0px 0px;
	height: 250px;
}

.mediaPlayerVideo {
	width:340px;
	height:220px;
}

/*
	Attribute Browser
	-------------------------
*/

.attributeBrowser ul li {
	background: url(../images/attributeBrowserBullet.gif) no-repeat 2px 6px;
	padding-left: 10px;
}

.attributeBrowser ul li.selected {
	padding-left: 10px;
	background: url(../images/attributeBrowserBulletSel.gif) no-repeat 0px 8px;
}

.attributeBrowser ul li li.selected, .attributeBrowser ul li li {
	background: none;
	padding-left: 0px;
}