.hide {
	display: none;
}

/*  button */
.home a.button, .home button.button {
	background-color: #ec008c;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.home a.button:hover, .home button.button:hover {
	background-color: #00aeef;
}
.home a.button {
	display: block;
}

.home #countdown {
	display: none;
}

a.less {
	background-image: url('../images/bg_lessButtonMinus.gif');
	background-position: right center;
	background-repeat: no-repeat;
	padding: 3px 0 0 4px;
	width: 50px;
	height: 16px;
}
a.flexible {
	padding: 3px 4px 3px 4px;
}

ul.navList {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.navList li {
	background-image: none;
}
ul.navHoriz li {
	float: left;
}

/**
 * homepage countdown 
 */
#homepageCountdownImageArea {
	background: url(/image.aspx?id=730&width=178&height=135&mar=1) no-repeat;
	border: 1px solid #ec008c;
	width: 178px;
	height: 135px;
}
#homepageCountdown.countdown2012 #homepageCountdownImageArea,
.countdown2012 #homepageCountdownImageArea {background: url(/image.aspx?id=730&width=178&height=135&mar=1) left top no-repeat !important;}
#homepageCountdown.countdown2013 #homepageCountdownImageArea,
.countdown2013 #homepageCountdownImageArea {background: url(../images/2013hp.png) left top no-repeat !important;}
#homepageCountdown.countdown2014 #homepageCountdownImageArea,
.countdown2014 #homepageCountdownImageArea {background: url(../images/2014hp.gif) left top no-repeat !important;}
#homepageCountdown.countdown2015 #homepageCountdownImageArea,
.countdown2015 #homepageCountdownImageArea {background: url(../images/2015hp.gif) left top no-repeat !important;}
#homepageCountdown.countdown2016 #homepageCountdownImageArea,
.countdown2016 #homepageCountdownImageArea {background: url(../images/2016hp.gif) left top no-repeat !important;}
#homepageCountdown.countdown2017 #homepageCountdownImageArea,
.countdown2017 #homepageCountdownImageArea {background: url(../images/2017hp.gif) left top no-repeat !important;}
#homepageCountdown.countdown2018 #homepageCountdownImageArea,
.countdown2018 #homepageCountdownImageArea {background: url(../images/2018hp.gif) left top no-repeat !important;}
#homepageCountdown.countdown2019 #homepageCountdownImageArea,
.countdown2019 #homepageCountdownImageArea {background: url(../images/2019hp.gif) left top no-repeat !important;}


#homepageCountdownImageArea #homepageCountdownDigits {
	background: #ec008c;
	display: block;
	padding: 2px 0 2px 0;
	font-size:12px;
	/*line-height: 0;*/
	width: 145px;
	/*height: 10px;*/
	margin: 100px auto 0px auto;
}

/*
 *  
 */
.leftShadow, .rightShadow, .bottomShadow {
	position: absolute;
}
.leftShadow {
	background: url(../images/bg_constrictor_left.png) top left repeat-y;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
	z-index: 10;
}
.rightShadow {
	background: url(../images/bg_constrictor_right.png) top left repeat-y;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	z-index: 10;
}
.bottomShadow {
	background: url(../images/bg_constrictor_bottom.png) top left repeat-x;
	top: 676px;
	right: 0;
	width: 100%;
	height: 110px;
	z-index: 8;
}

#backgroundPhotos {
	position: absolute;
	top: 80px;
	left: 0;
	width: 1370px;
	max-width: 1370px;
	min-width: 950px;	
	height: 706px;
	z-index: 0;
	overflow: hidden;
}
#backgroundPhotos div {
	background-position: top center;
	width: 100%;
	height: 706px;
}
#backgroundPhotosNav {
	text-align: center;
	width: 50px;
	margin-left: -22.5px; /* must have 5 photos for this to center */
	position: absolute;
	left: 50%;
	top: 200px;
	z-index: 50;
}
#backgroundPhotosNav a {
	background: url('../images/bg_backgroundPhoto_dot.png') 0 0 no-repeat;
	text-indent: -9999px;
	margin-right: 5px;
	width: 5px;
	height: 5px;
	display: block;
	float: left;
	overflow: hidden;
}
#backgroundPhotosNav a.activeSlide {
	background-position: 0 -5px;
}

/*
 * container 
 */
#container {
	margin: 0 auto;
	max-width: 1370px;
	min-width: 960px;
	min-height: 1000px;
	overflow: hidden;
	position: relative;
}

/*
 * top advertising
 */
#topAdvertising {
	text-align: center;
	height: 75px;
	margin: 0 auto;
	z-index: 100;
}
#topAdvertising .container {
	width: 960px;
	padding-top: 8px;
	margin: 0 auto;
}
#topAdvertising .ad {
	padding: 0 20px 0 0;
}

/* homepage header specific */
.home #header {
	height: 80px;
}
.home #header #headerContainer #mainLogo {
	margin: 17px 0 0 0;
}

/*
 * promotion feature
 */
#promotionFeature {
	/*background: green;*/
	/*
	margin: 310px auto 50px auto;
	height: 251px;
	*/
	margin: 0 auto 50px auto;
	height: 562px;
	overflow: hidden;
	position: relative;
	/*width: 100%;*/
	/*z-index: 9;*/
}
#promotionFeature .nextButton,
#promotionFeature .previousButton {
	position: absolute;
	top: 370px;
	z-index: 100;
}
#promotionFeature .nextButton {
	right: 0;
}
#promotionFeature .previousButton {
	left: 0;
}
#promotionFeature .nextButton a,
#promotionFeature .previousButton a {
	text-indent: -9999px;
	width: 48px;
	height: 85px;
	display: block;		

	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);

	-webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
#promotionFeature .nextButton a {
	background: url('../images/btn_carousel_next.png') 5px 0 no-repeat;	
}
#promotionFeature .previousButton a {
	background: url('../images/btn_carousel_previous.png') -15px 0 no-repeat;
}
#promotionFeature .nextButton a:hover {
	background-position: 0 0;
}
#promotionFeature .previousButton a:hover {
	background-position: -10px 0;
}

#promotionCarousel {
/*text-align:center;*/
overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
/*left: 50%;*/
	z-index: 9;
}
#promotionCarousel li {
	background: #000000;
	background: rgba(0, 0, 0, 0.7);	
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 24px 10px 10px 28px;
	margin: 0 10px 0 10px;
	width: 198px;
	height: 218px;
	float: left;	
	display: block;
	position: relative;
/*right: 50%;*/
}
#promotionCarousel li img {
	border: 1px solid #ec008c;
}
#promotionCarousel li p {
	font-size: 1em;
	text-align: left;
	line-height: 1.4em;
	color: #fff;
	padding: 5px 10px 0 0;
}
#promotionCarousel .go {
	position: absolute;
	top: 215px;
	left: 201px;
}

/*
 * outreach
 */
#outreach {
	text-align: left;
	margin: 0 auto;
	width: 970px;
}
#outreach h2 {
	font-size: 2em;
	text-transform: uppercase;
	color: #00aeef;
}
#outreach h3 {
	font-size: 1.7em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1em;
	color: #ec008c;
}
#outreach .bottomButton {
	margin-top: 5px;
}
#outreach p, #outreach .vevent {
	line-height: 1.4em;
}

#outreach h2 {
	padding-bottom: 5px;
	float: left;
}
#outreach .panes,
#outreach .container {
	border-top: 1px solid #272727;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	clear: both;
}

/* tabs */
#outreach .tabs {
	float: right;
}
#outreach .tabs li {
	border-right: 1px solid #272727;
	padding: 0 6px 0 0;
	margin: 0 6px 0 0;
}
#outreach .tabs li.last {
	border-right: none;
	padding-right: 0;
}
#outreach .tabs li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -0.1em;
	text-decoration: none;
	color: #c9c9c9;
	height: 18px;
	display: block;
}
#outreach .tabs li a.current {
	color: #00aeef;
}
#signUp, #social, #events {
	float: left;
}
#social, #events {
	padding-left: 100px;
	width: 320px;
}
#signUp {
	width: 250px;
}
#signUp p {
	font-size: 1.1em;
}

/*
 * sign up
 */
#emailSignup {
	padding-top: 10px;
}
#emailAddress {
	width: 180px;
	height: 16px;
	padding: 2px;
	margin: 0;
	float: left;
}
#submitButton {
	margin: 0 0 0 5px;
	float: left;
}

/*
 * social
 */
#social {
	padding-bottom: 40px;
	width: 197px;
}
#social h2 {
	float: left;
}
#social a {
	text-decoration: none;
}
#social p {
	padding-bottom: 5px;
	font-size: 1.0em;
}

#socialTabs a {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 1px 0 0 22px;
}
#socialTabs a:hover {
	background-position: 0 -19px;
}
#socialTabs a span {
	display: none;
}
#socialTabs a.current {
	background-position: 0 -19px;
	padding-right: 10px;
}
#socialTabs a.current span {
	display: inline;
}
#socialTabs a.twitter {
	background-image: url('../images/socialTabBg_twitter.jpg');
}
#socialTabs a.facebook {
	background-image: url('../images/socialTabBg_facebook.jpg');
}
#socialTabs a.flickr {
	background-image: url('../images/socialTabBg_flickr.jpg');
}
#socialTabs a.foursquare {
	background-image: url('../images/socialTabBg_foursquare.jpg');
}

#flickrFeed li .galleryLauncher {
	border: 1px solid #ec008c;
	padding: 0;
	margin: 0 6px 6px 0;
	width: 72px;
	height: 72px;
	display: block;
}
#flickrFeed li {
	padding: 0;
	margin: 0;
}

/* */
#facebookList li,
#twitterList li,
#eventList li {
	border-bottom: 1px solid #272727;
	clear: both;
	padding: 0 0 5px 0;
	margin: 10px 0 0 0;
}
#facebookList li:first-child,
#twitterList li:first-child,
#eventList li:first-child  {
	margin: 0;
}
#facebookList li h1 {
	font-size: 1.1em;
}
#facebookList li p {
}
.facebookFeedLink img {
	padding: 3px 3px 0 0;
	float: left;
}
.facebookFeedPhoto img {
	padding: 5px 0 0 0;
}

/*
 * events 
 */
#eventsTabs a:link,
#eventsTabs a:visited {
	color: #c9c9c9;
}
#eventsTabs a:active,
#eventsTabs a:hover,
#eventsTabs a.current {
	color: #00aeef;
}

#eventList h3 {
	font-size: 1.2em;
}
#eventList li {
	padding: 5px 0 10px 0;
}
#eventList img {
	border: 1px solid #ec008c;
	float: left;
}
#eventList abbr {
	padding: 2px 0 2px 0;
	display: block;
	cursor: default;
}
#eventList .summary a {
	text-decoration: none;
}
#eventList .eventContent {
	margin-left: 5px;
	width: 265px;
	float: left;
}
#eventList .tags a {
	text-decoration: underline;
}

#eventsSearchPane td {padding:5px;}
#eventsSearchPane .categoryDd {width: 200px;padding:2px 3px;margin:0px 0px 0px 0px;border:#ee2da0 1px solid;}
#eventsSearchPane input.dateField {width: 150px;padding:2px 3px;margin:0px 10px 0px 0px;border:#ee2da0 1px solid;}
#eventsSearchPane img {padding:0px;}
#eventButton { float: right;}

/* new social buttons 7/23/2013 */
.social-icons{
     box-sizing: border-box;
    text-align: center;
}
.social-icons li{
	background: none;
	padding: 0;
	display: inline-block;
	margin: 0 0 5px 4px;
}
.social-icons li a{
	display: block;
	background: url(../images/social-sprite.png);
	width: 43px;
	height: 43px;
	text-indent: -9999px;
	overflow: hidden;
}
.social-icons li.nomargin{
	/* margin-left: 0; */
}
.social-icons li.twitter a{
	background-position: -47px 0;
}
.social-icons li.instagram a{
	background-position: -94px 0;
}
.social-icons li.foursquare a{
	background-position: -143px 0;
}
.social-icons li.youtube a{
	background-position: -191px 0;
}
.social-icons li.pinterest a{
	background-position: -240px 0;
}
.social-icons li.gplus a{
	background-position: -289px 0;
}
.social-icons li.flickr a{
	background-position: -338px 0;
}