/************** LOAD FONTS ******************/
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MatizRegular';
    src: url('fonts/Matiz-webfont.eot');
    src: url('fonts/Matiz-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Matiz-webfont.woff') format('woff'),
         url('fonts/Matiz-webfont.ttf') format('truetype'),
         url('fonts/Matiz-webfont.svg#MatizRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'BevanRegular';
    src: url('fonts/Bevan-webfont.eot');
    src: url('fonts/Bevan-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Bevan-webfont.woff') format('woff'),
         url('fonts/Bevan-webfont.ttf') format('truetype'),
         url('fonts/Bevan-webfont.svg#BevanRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lobster13Regular';
    src: url('fonts/Lobster_1.3-webfont.eot');
    src: url('fonts/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lobster_1.3-webfont.woff') format('woff'),
         url('fonts/Lobster_1.3-webfont.ttf') format('truetype'),
         url('fonts/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/************************* BODY/CONTAINER ********************/

body { /* |%  need to set body background and default font options */
	color:#3d3d3d;	
	background: url(images/bg.jpg) repeat-x fixed #082634;
	background-size: cover;
	font: 13px/18px 'open_sansregular', Arial, Verdana, sans-serif;
}

.wrapper { /* |%  if all elements are contained, this is a set width, if elements stretch to screen width this is 100% */
	width:100%;
}

.content {
	background: #fff;
	padding:15px;
	position:relative;
	margin: 0 auto 25px;
	width: 970px;
}

.homepage .content {
	padding: 0;
	background: none;
	width: 1000px;
	margin: 0 auto;
}

.ui-widget-overlay {
    background-color: #000000;
    opacity: 0.5;
}

/*********************** STANDARD ELEMENTS ********************/
a {
	color: #068685;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.buyNowText {
	color: #D70B0B;		
	text-decoration: underline !important;
	font-weight: bold;
}

a.buyNowText:hover {
	color: #D70B0B;		
	text-decoration:none !important;
}


input {
	color:#9B9B9B;	
}

h1, h2, h3 {
	color: #068685;
	font-weight: normal;
}

h1 { /* |%  set font-family */
	font-size: 32px;
	line-height: 36px;
	margin:0.2em 0;
}


h2, h2 a { /* |%  set font-family */
	font-size: 20px;
	line-height: 22px;	
}

h2 a {
	
}

.cartcols h2 { /* |%  set font-family */
	font-size: 16px;
	line-height: 19px;
}

h3 { /* |%  set font-family */
	font-size: 14px;
	line-height: 18px;	
}

.hoverContent {
	border-color:#756F46;
}	

.starlist li, 
.starlist li ul li, 
.pdflist li, 
.pdflist li ul li {
	background:url(images/bullet.png) no-repeat left 7px;
	line-height:18px;
	margin:0;
	padding:0 0 0 30px;
}

.pdfLinks {
    font-size: 14px;
    font-weight: bold;
}

.alternateRow {
	background:#E5DABB;	
}

/************* BUTTON STYLES *********************/
a.button,
.button { /* |%  set font-family */
	padding:1px 8px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-decoration:none;
	font-family: 'MatizRegular';
	font-weight: normal !important;
}

a.button, /* |%  background color including header buttons */
.button,
.buttonSmall {
	background: #ffcd16;
	color:#eb5026 !important;
}

a.button:hover,  /* |%  hover state for above buttons */
.button:hover,
.buttonSmall:hover {
	background: #ffe278;
}

a.closeButton,   /* |%  background color buyNow buttons */
a.buyNowButton,
a.deleteButton {
	background: #eb5026;
	color:#fff !important;
}

a.closeButton:hover,  /* |%  hover state for above buttons */
a.buyNowButton:hover,
a.deleteButton:hover {
	background: #fc6c45;
}

a.updateButton.buttonSmall, a.removeButton.buttonSmall, a.cartMenuRemoveButton.button.buttonSmall {
	font-size: 8px;
}

/***************** CONTAINERS **************************/
.subContainer,  /* |%  set subContainer color */
.sidepic{
	background:#26A2A1;	
	color:#fff;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

a.havePhotoLink {
	color: #fff;
	-moz-text-shadow: 1px 1px 0px #000;
	-webkit-text-shadow: 1px 1px 0px #000;
	text-shadow: 1px 1px 0px #000;
}

.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
	color: #fff;
}

.subContainer .error {

}

.dateDisplayBar, /* |%  set dateDisplayBar color */
.dateDisplay {
	background:#068685;	
	color:#fff;
}

.dateDisplayBar a,
.dateDisplay a {
	color:#fff;	
}

.dateDisplay_disabled {
	opacity: 0.4;
}

#google_translate_element {  /* |%  Google translate position */
	top:15px;
	right:30px;
}

.carthr {
	background:#fff;	
}

.orderhistory {
	background:#068685;	
}

.orderhistory th {
	color:#fff;	
    padding: 8px 3px;
}

.review
{
}

/************************* TABS *******************************/
.homepageTabsContainer {
	padding-left:20px;	
}

.tabs {

}

.homepageTabsContainer {
}

/* TAB BACKGROUND COLORS */
.homepageTabs > li > a,  /* |%  tab colors */
.tabs > ul > li > a {
	background:#1C9C9B;
}

.homepageTabs li ul,  /* |%  hover state for above tabs and dropdown background */
.tabOn,
.homepageTabs > li > a:hover,
.homepageTabs .eventTabSubmenu {
	background-color: #32b2b1 !important;
}

.homepageTabs ul.menu li:hover {  /* |%  hover state for above dropdowns */
	background: #068685;
}

/* END TAB BACKGROUND COLORS */

.homepageTabs li ul {
}

.homepageTabs ul.menu a {   /* |%  font color for tabs */
	color:#fff;
}

.tab,    /* |%  set font-family */
.tabOn {
	font-size: 12px;
	line-height: 18px;
}

.tabOn {

}

.homepageTabs ul.menu a {
	font: 11px Arial,Verdana,sans-serif;
}

.homepageTabs > li > a,
.tabs > ul > li > a {
	float: left;
	display: block;
	padding: 5px 12px;
	height: 17px;
	margin: 6px 7px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	white-space: nowrap;
}

.homepageTabs a,
.tabs a {
	color:#fff;
}

.homepageTabs > li > a:hover {
}

.homepageTabs .eventTabSubmenu {
}


/******************************* TOP/GLOBAL ITEMS ************************************/
.header {		/* |%  need to set height and width if not 100% */
	margin:0 auto;
	width: 1000px;
	height:186px;
}

#customLogo {  /* |%  logo settings */
    background: url("images/logo.png") no-repeat;
    height: 156px;
    left: -15px;
    top: 8px;
    width: 242px;
}

.generalmessage {		/* |%  set font-family, background color, color, etc. */
	background:#FFD102;
	-webkit-box-shadow:0 -3px 5px #666 inset;
	-moz-box-shadow:0 -3px 5px #666 inset;
	box-shadow:0 -3px 5px #666 inset;
	color: #534330;
	font-size: 18px;
	line-height: 40px;
	padding-top:0;
	padding-bottom:8px;
}

.generalmessage a {

}

/* MAIN NAVIGATION */
.nav {
	height: 114px;
	width: 995px;
	padding: 0 75px 0 0;
	position:absolute;
	left: 0;
	top: 50px;
	background: url("images/nav-bg.png") no-repeat;
}

.nav .groups {
	position:relative;
	top:23px;
	right: 0px;
	max-width:770px;
	float: right;
}

.nav .groups .group {
	margin: 0 0 0 5px;
	padding-bottom: 5px;
	padding-left: 19px;
}

.nav .groups .group a {  /* |%  set font-family */
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
	color:#fff;
	font-family: 'MatizRegular';
}

.nav .groups .group a:hover, /* |%  top nav hover color */
.nav .groups .group:hover a,
.nav .groups .group:hover {
	color:#FFD102;
}

/* MAIN NAVIGATION DROP-DOWN MENUS */
.nav .items,
.nav .subitems {		/* |%  nav dropdown colors */
	background:#1C9C9B;
	padding-top: 0;
	padding-bottom: 0;
}

.nav .groups .group:hover .items .item a,
.nav .items .item a {
	color:#FFF;
	font:13px/14px 'open_sansregular';
	text-transform: none;
}

.nav .items .item a:hover {
	color:#FFF;
	background:#32b2b1;	
}

/* TOP LINKS */
.quickLinks {
    right: 0;
    top: 52px;
}

.quickLinks ul li>a:hover, .quickLinks ul li.standardLoginStatus a:hover, .quickLinks ul li.standardMyAccount a:hover,  a.cartMenuLink:hover {  /* |%  hover color for quick links */
	color:#FFD102;
}

.quickLinks,   /* |%  set font-family */
.quickLinks ul li,
.quickLinks ul li>a, 
.quickLinks ul li.standardLoginStatus a, 
.quickLinks ul li.standardMyAccount a, 
a.cartMenuLink {
	font-size: 13px;	
	line-height: 21px;
	color:#fff;
}

.cartNavItemSection.cartNavItemSectionProductDetails {
	border-bottom-color:#fff;
}

.quickLinks ul li.socialLinks {
    right: 68px;
    top: -30px;
}

.socialNetworks {
    right: 422px;
    top: 11px;
	z-index:80000000;
}

/* MUSIC PLAYER */
#musicPlayerLink {
    background: url("images/music-btn.png") no-repeat right 0;
    border: none;
    height: 22px;
    width: 22px;
	margin-right: 3px;
}

#musicPlayerLink:hover {
    padding-left: 200px;
}

#musicPlayerDropdown {
    background: #FFFFFF;
    border: 1px solid #666666;
    color: #000000;
    font-size: 0.9em;
    padding: 8px 10px;
    right: 0;
    top: 22px;
}

#musicPlayerDropdown a {
	color:#000;
	font-size:13px;
	text-decoration:none;
}

#musicPlayerDropdown a:hover {
    background: #E2E2E2;
}


/* EMAIL & SEARCH BOXES */
.header a.button {
	font-family: 'MatizRegular';
	font-size: 11px;
	background: #eb5026;
	color: #fff !important;
}

.header .emailSignup {
    right: 203px;
    top: 10px;
    width: auto;
}

.emailInputSubmit a {
	visibility: hidden;
}

.searchBox input,
.emailSignup .textbox,
#tbx_search,
#tbx_search_400 {
	-webkit-border-radius: 3px 0 0 3px;
   	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;	
	top:0;
	border-right:none;
}

#headEmailSignup input,
#searchBoxTop input {
	font:9px Verdana,Arial;
}

.searchBox {	
	right:0;
	top:10px;
	z-index: 5003;
}

/*SITE-WIDE WIDGETS */
#widgetBanner {
    background: none;
    color: #fff;
    height: 63px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 123px;
    width: 621px;
    z-index: 100;
}

/* DATES BANNER */
#siteInfoBannerWidget {   /* |%  set font-family */
	font-family: 'BevanRegular';
    font-size: 14px;
    line-height: normal;
    right: 0;
    text-align: right;
    text-shadow: 3px 2px 4px #333333;
    top: 0;
}

#siteInfoBannerWidget #eventDates {
    font-size: 30px;
    color: #ffcd16;
    font-family: 'MatizRegular';
}

#siteInfoBannerWidget #eventName {
}

.countdownDays {
    color: #ffcd16;
}

/* WEATHER BUG */
#weatherBugWidget {
    left: -161px;
    top: -111px;
}

#weatherBugText {
    display: none;
}

#weatherBugImage {
    top: 3px;
}

/****************** HOMEPAGE WIDGETS ***************/

/* WIDGET GENERAL */
.widget h1,
.homepageh1 {  /* |%  set font-family */
	color:#F5DF26;
	text-shadow:5px 4px 4px #000000;
	font-size:22px;	
}

.homepageContent {
	height:698px;	
}

.homepageContent.noSponsorsEnabled {
	height: 526px;
}

.homepageContent.noQuickVoteEnabled {
}

.homepageContent.noQuickVoteEnabled.noSponsorsEnabled {
	
}


/* SLIDESHOW */
#slideshowWidget {
	height:584px; 
	width:547px;
	padding-top:10px;
	padding-bottom:0;
	margin:0px;
	position:relative;
	z-index: 2;
}

#slideshowWidget #slideshowSlider { /* set slide width and height here */
	height:354px;
	width:527px;
}

#slideshowWidget .anythingSlider {
	width:527px;		
}

#slideshowWidget #slideshowTitle {
	font-size:30px;
	bottom:48px;
	left:22px;
}

#slideshowWidget .slideshowTitle {
	font:2em "TitilliumBold";
}

#slideshowWidget .slideshowTextContainer {
	width:576px;
	padding-left:12px;
	padding-top:5px;
	padding-right:128px;
	height:98px;
	color:#fff;
	background: url("images/slideshow-bg.png") no-repeat scroll -24px -20px;
	bottom: -103px;
	left:-3px;
}

.anythingSlider .panel {
	overflow: visible !important;	
}

#slideshowWidget .anythingWindow {
	background:#000;	
	overflow: visible;
}

#slideshowWidget .anythingControls { 
	bottom:9px; 
	right:8px; 
}

#slideshowWidget .anythingSlider-default .anythingControls ul {
	float:right;	
	top:-1px;
}

.start-stop {
	height:15px;
	width:15px;
}

.start-stop.playing {
    background: url("images/slideshow-pause.png") no-repeat scroll center center transparent;
}

.start-stop {
    background: url("images/slideshow-play.png") no-repeat scroll center center transparent;
}

#slideshowWidget .thumbNav a {
	background:url(images/slideshow-slide.png) no-repeat center;
	height:15px;
	width:15px;
}

#slideshowWidget .thumbNav a.cur {
	background:url(images/slideshow-slide-on.png) no-repeat center;	
}

#slideshowWidget .slideshowMoreButton,
#slideshowWidget .buyNowButton {
	right:-8px; 
}

#slideshowWidget .slideshowMoreButton {
	bottom:-63px;
}

#slideshowWidget .slideshowMoreButton:hover {
}

#slideshowWidget {
	width:756px;	
	height:498px;
	padding-top:0;
	background:url(images/slideshow-bg.png) no-repeat left bottom;
	left:-24px;
}
#slideshowWidget .slideshowTitle {
	font:26px 'MatizRegular';	
	color: #ffcd16;
	white-space:nowrap;
	text-shadow:1px 1px 3px #000;
}
#slideshowWidget .anythingSlider-default {
	margin:0 0 0 24px;	
}
#slideshowWidget .anythingSlider,
#slideshowWidget .anythingWindow,
#slideshowWidget #slideshowSlider {
 width:706px; 
}
#slideshowWidget .anythingWindow,
#slideshowWidget #slideshowSlider {
	 height:391px;
	 background:#001b54;
	 -webkit-box-shadow: 0 0 16px #5190a4 inset;
	 -moz-box-shadow: 0 0 16px #5190a4 inset;
	 box-shadow: 0 0 16px #5190a4 inset;
}
#slideshowWidget .thumbNav {
	display:block;	
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}
#slideshowWidget .start-stop {
	float:right;	
}
#slideshowWidget .thumbNav li {
	list-style-type:none;
    float: left;
    display: block;
}	
#slideshowWidget .thumbNav li a {
    display: block;
    width: 15px ;
    height: 15px;
    background: #fff;
    margin: 3px 5px 0 0 !important;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	cursor:pointer;
	-webkit-box-shadow:1px 1px 2px #666 inset;
	-moz-box-shadow:1px 1px 2px #666 inset;
	box-shadow:1px 1px 2px #666 inset;
}

#slideshowWidget .thumbNav li a.cur {
	background:#ffcd16;	
}
#slideshowMainTitle, #slideshowTitle {
	left:10px;
	bottom:54px;
	color:#fff !important;
}

#slideshowWidget .anythingControls {
	bottom: -92px;
    right: -8px;
}

.non-events .slideshowTextConainer, .non-events .slideshowTextContainer {
    height: 104px;
	padding-right:0;
	width:520px;
	padding-top:12px;
}


/* SPONSORS */
#sponsorWidgetContainer {
	width:1000px;
	height:162px;
	right:auto;
	left:0;
	top:496px;
	padding:0 0 8px;
}

#majorSponsorImageContainer {
	height:120px;
	min-width: 170px;
	max-width: 170px;
	padding: 15px 27px 0px 5px;
	left: -30px;
	background: #fff;
}

#sponsorLogoSection {
	padding:0px 30px 10px !important; 
	background:#fff; 
    height: 126px;
	margin-top:37px;
}

.sponsorWidgetContainerMajorSponsor #sponsorLogoSection {
}

.sponsorCarouselContainer {
    background-color:#FFFFFF;
	width:930px;
    height: 100px;
	top: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	left: 34px;
}

#sponsorArrowRight span {
	border-color: transparent transparent transparent #2a2774;
}

#sponsorArrowLeft span {
	border-color: transparent #2a2774 transparent transparent;
}

.majorSponsorImage img {
	max-width:135px;	
}

#sponsorArrowLeft {
	left:14px;
	top:101px;
}

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft {
    left: 180px;
}

#sponsorArrowRight {
	top:101px;
	right:14px;
}
.sponsorWidgetContainerMajorSponsor #sponsorArrowRight {
}

#majorSponsorTitleContainer {
	left:-12px;
	top: 0
}

#majorSponsorTitleContainer .homepageh1 {
	font-size:20px;	
	font-family: 'MatizRegular';
	color:#fff;
	text-shadow:none;
}

.sponsorWidgetContainerMajorSponsor #majorSponsorTitleContainer {
	z-index: 5;
}

#sponsorsTitleContainer {
	top:0;
	width: 100%;
	text-align: center;
}

#sponsorsTitleContainer .homepageh1 {
	font-size:20px;	
	font-family: 'MatizRegular';
	color:#fff;
	text-shadow:none;
}

.sponsorWidgetContainerMajorSponsor #sponsorsTitleContainer {
	
}

.sponsorWidgetContainerMajorSponsor #sponsorsTitleContainer .homepageh1 {
	font-size:20px;
}

/***************** EXCITING EVENTS - SECONDARY FEATURE ********************/



/* EVENT LIST */
#excitingEventsList {
	width:263px;
	background: #fff;
	height: 481px;
	padding: 0 15px;
	right:0;
	top:0;
	z-index: 1;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5)
}
#excitingEventsList h1 {
	color: #c4be9d;
	font-family: 'MatizRegular';
	font-size: 30px;
	text-shadow:none;
	text-align: center;
}
.lobster {
	font-family: 'Lobster13Regular';
}
#excitingEventsListContentContainer {
    height: 364px;
    padding-top: 5px;
    width: 263px;
}

#excitingEventsListContentContainer .homepageh1 {
	text-align:center;
}

#eventListPaginationContainerContainer {
	bottom:-3px;
	left:0;
}

.eventListPage {
	max-height: 340px;
	overflow-y:auto;
}

#eventListPaginationIconContainer .eventListPaginationIcons {
	width:15px;
	height:15px;
	background:#c4be9d;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

#eventListPaginationIconContainer .eventListPaginationIcons.currentListPage {
	background:#ec4f26;
}

#eventListPagination {
	bottom:27px;
	color:#F5DF26;
	font-size:1.4em;
	height:20px;
	left:0;
}

.eventListPage > div {
    padding:5px 12px 2px 18px;
    margin-bottom: 3px;
    border:1px solid #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.eventListPage > div.eventListHasAnchor:hover {
	border-color:#27A3A1;
	-webkit-box-shadow: 0 0 23px rgba(39, 163, 161, 0.4) inset;
	-moz-box-shadow: 0 0 23px rgba(39, 163, 161, 0.4) inset;
	box-shadow: 0 0 23px rgba(39, 163, 161, 0.4) inset;
}

.eventListTitle {   /* |%  set font-family */
    color: #3d3d3d;
    font-family: 'open_sansextrabold';
    font-size: 15px;
    text-decoration: none !important;
}

.eventListDescription {
	color:#313131;
}

#eventListPaginationText {
    left: 16px;
}
			
#eventListForward {
    border-color: transparent transparent transparent #F5DF26;
    left: 60px;
    top: 3px;
}

#eventListBack {
    border-color: transparent #F5DF26 transparent transparent;
    height: 0;
    left: 0;
    top: 3px;
}

#eventListMoreEvents a {  /* |%  set font-family */
	text-transform:uppercase;
	color:#F5DF26;
	font-size:1.6em;
}
#eventListMoreEvents {
    position: absolute;
    bottom: 24px;
    right: 0;
}

/************************** PAGE-SPECIFIC/OTHER ITEMS *******************************/

#ourPickButton {
	margin-bottom:30px;	
}

.column2 {
	float:right;	
}

.listingItem {
	background:#ffcd16;
	border-bottom:1px solid #99936A;	
}

.listingItem:hover {
	background:#ffe62f;	
}

.listing .arrowup {
	border-color: #686868 transparent transparent transparent; 
}

.listing .arrowup_on {
	border-color: #272625 transparent transparent transparent; 
}

.listing .arrowdown {
	border-color: transparent transparent #686868 transparent; 
}

.listing .arrowdown_on {
	border-color: transparent transparent #272625 transparent; 
}

.modeSelected{
	background-color: rgba(0,0,0,0.1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 );
}

/* INTERACTIVE EVENT MAP */
.mapDescription.subContainer,
.hoverContent  {
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	opacity: 0.9;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

/*********************** FOOTER **************************/
.endOfContent {
}

.afterContent {
}

.footer {
	color:#fff;
	width:100%;
	min-width: 1000px;
	margin:0 auto;
	text-align:center;
	position:relative;
	height: 147px;
	background: url(images/footer-bg.jpg) no-repeat center top #071949;
	-webkit-box-shadow: 0 22px 42px -18px #000 inset;
	-moz-box-shadow: 0 22px 42px -18px #000 inset;
	box-shadow: 0 22px 42px -18px #000 inset;
	padding-top: 58px;
	font-size: 12px;
}

.footer a {
	color: #fff;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

.footerCopyright {
	display: block !important;
	position: relative;
	top: 2px;
}

ul.footerItems1 {
	margin-top:20px;	
	font-family: 'open_sansextrabold';
}

ul.footerItems2 {
	margin-bottom:0;	
}

/************************* MODAL CONTENT ********************/
.modal {
    background:#fff;
    padding-top: 15px;
    border: 10px solid #FFFFFF;	
}

.modalBody {   /* |%  set modal background color if not white */
    background: #fff;
	padding: 14px;
}

.modalPageBackground {
	background: rgba(0,22,46,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b300162e', endColorstr='#b300162e',GradientType=0 );
}

.modalContent h1 {
    font-size: 25px;
	line-height:30px;
}

.modalClose {
	background: none;
	top:1px;
}

a.modalCloseButton {
background: none;
}

.modalCloseButton:before {
	content: "CLOSE X";
}

.modalCloseButton img {
display:none;	
}

.modalContent #google_translate_element {
	top:1px;
	left: 320px;
}

/* SHOWORKS TABLE */
.modalBody .showorksModalTitle {  /* |%  set font-family */
	font-size:32px;
	line-height: 36px;
}

.modalBody .showorksBreadcrumbs {   /* |%  set font-family */
	font-size:20px;
	line-height: 22px;	
	color:#068685;
}

.modalBody .showorksTableGrid th {    /* |%  set font-family */
	background:#000;
	background:rgba(0,0,0,0.22);
	color:#fff;
    font-size: 12px;
	letter-spacing:0.06em;
}

.modalBody .showorksTableGrid th {
    padding-bottom: 7px;
    padding-top: 7px;
}

.modalBody .showorksTableGrid td {
	color:#	313131;
}

.modalBody .showorksTableGrid tr.odd {
	background:#fff;
	color:#333;
}

.modalBody .showorksTableGrid tr.even {
	background:#f0f0f0;	
	color:#333;
}

/*************** MEMBERS SITE **********************/
.arrowdown {
	border-color:transparent transparent #000;
}

.arrowdown_on {
	border-color:transparent transparent #060606;	
}

.arrowup {
	border-color:#000 transparent transparent;
}

.arrowup_on {
	border-color:#060606 transparent transparent;		
}

#directoryFilterOptions>li:hover {
	background:#cbdfe2;	
}

.directoryHeader {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    border-radius: 6px;
    font-family: inherit;
    font-size: 14px;
}

.members .nav .groups {
    margin-right: 0;
}

.members .nav .groups .group
{
	margin: 0 3px
}

.members .quickLinks {
	right:39px;
}

.dateDisplayBar,   /* |%  can be removed after Saffire 2.8 release */
.viewMode,
.currentlyViewingDate,
#searchEventsInput,
#eventFilterList, 
#eventFilterList ul,
.InProgressEventDate,
a.havePhotoLink,
.mapLegend label {
	font-family: inherit;
}
