body {
	padding:0;
	margin:0;
	font-size: 100%;
}


* :focus {
	outline: 0;
	ie-dummy: expression(this.hideFocus=true);
}

.rss-icon {
	float: right;
	margin-top: -32px;
	margin-right: 10px;
}

div.button-container {
	margin-top: 18px;
	padding-left: 10px;
	display: inline;
	text-align: center;
	width: 100%;
	float: left;
}

div.calendar-container {
	margin-right: 10px;
	/*170 / 1000 */
	width: 17%;
	height: 57px;
}

div.search-container {
	margin-right: 10px;
	/* 260 / 1000 */
	width: 26%;
	/*display: inline;*/
}

div.submit-container {
	margin-right: 10px;
	/* 260 / 1000 */
	width: 26%;
	/*display: inline;*/
}

div.social-container {
	display: inline;
	/* 268 / 1000 */
	width: 26.8%;
}

div#social-plus {
	position: absolute;
	margin-left: 25.4%;
	top: 0;
	padding-top: 3.8%;
}

div.social-box img{
	padding-top: 2.2%;
	/*width: 15.29850746268657% ;*/
	/* 41 / 268 = 0.1529850746268657 */
	/* 42 /268 = 0.1567164179104478 */
	width: 15.67164179104478%;
	/*width: 42px;*/
	margin-right: 6.34328358208955%;
	/* 17 / 268 = 0.0634328358208955*/
}

.social-full img {
	margin-left: 20px;
	margin-bottom: 20px;
}

div.social-box, div.calendar-box  {
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #e3e3e3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	height: 508%;  /*58 / 1000 = 5.8% */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3Y2ZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzUzOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cccccc 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

div.calendar-box {
	height: 57px;
}

div.calendar-icon {
	float: left;
	/* 15 / 170 = 0.0882352941176471 */
	padding-left: 8.82352941176471%;
	padding-top: 8.5%;
}

div.calendar-date {
	font-weight: bold;
	font-size: 26px;
	padding: 0px;
	color: #999;
	padding-top: 9%;
	margin-left: 32.35294117647059%;

}
div.calendar-date span {
	color: #ccc;
}

div.legend-container {
	height: 86px;
	padding-left: 10px;
	text-align: center;
	background-color: #fff;
}

div.legend-row {
	height: 61px;
	text-align: center;
	box-shadow: 0px 20px 15px -20px  #000000;
	-webkit-box-shadow: 0px 20px 15px -20px  #000000;
}

div.content-container {

}

.legend-fixed {
	position: fixed!important;
	top: 0;
	z-index: 2000;
	/*overflow:auto;*/
	/*
	Issues with iPad using fixed header
	ended up using jquery.mobile to handle this
	look for data-position="fixed"
	 */
}


.fixed-group {
	background-color: #fff;
}


.event-listing {
	/*padding-left: 10px;*/
	/* 10 / 1000 = .01 */
	padding-left: 1%;
	/*padding-right: 5px;*/
	/* 5 / 1000 = .005 */
	padding-right: 1%;

}

.event-row {
	/* TAG UPDATE */
	/*height: 50px;*/ /* ROW CHANGE */
	min-height: 50px;
	/* END TAG UPDATE */
	margin-bottom: .88%;
}

.event-date, .event-date-small {
	float: left;
	height: 50px;
	/* this is if the gutter has ads
	if the gutter doesn't have ads, we need to calculate 90/1000 */
	/*90/600=0.15*/
	width: 15%;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	border: 1px solid #666;
	margin-right: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	/* 17 / 90 = 0.1888888888888889 */
	/*padding-left: 2%;*/
	padding-top: .8%;
	text-align: center;
}

.day-val {
	font-size: 16px;
}

.month-val, .day-of-week-val {
	font-size: 10px;
}

.event-date-small {
	font-size: 10px;
}







div.venue-container {
	display: inline;
	padding-left: 3%;
}

div.venue-container a {
	font-size: 12px;
	color: #ffff66;
	text-decoration: none;
}

div.venue-image {
	text-align: center;
	padding-bottom: 10px;
}

div.venue-events {
	display: block;
}

div.venue-events h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 38px;
	float: none;
}

div.venue-description, div.misc-content {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

div.venue-description p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 25px;
}

.venue-extended-info {
	margin-top: 22px;
	margin-bottom: 20px;
}

.venue-extended-info div {
	color: #666;
	font-size: 21px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
	height: 42px;
}

div.venue-valign {
	line-height: 42px;
}

div.venue-detail-email {
	line-height: 37px;
	height: 37px;
}

.venue-extended-info div a {
	color: #666;
}

.venue-extended-info div a:hover {
	color: #000;
}

.venue-icon {
	width: 42px;
	margin-right: 20px;
	float: left;
}

div#event-detail-left-column {
	float: left;
	/*125/600=0.2083333333333333*/
	width: 20.83333333333333%;
	display: block;
	position: relative;
}

.event-date-detail, .event-date-small-detail {
	float: left;
	height: 75px;
	/* this is if the gutter has ads
	if the gutter doesn't have ads, we need to calculate 90/1000 */
	/*125/600=0.2083333333333333*/
	width: 100%;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	border: 1px solid #666;
	margin-right: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	/* 20 / 125 = 0.16 */
	/*padding-left: 10%;*/
	text-align: center;
	padding-top: 10%;
	line-height: 18px;
}

.event-date-detail .month-val,
.event-date-detail .day-val,
.event-date-detail .day-of-week-val {
	font-size: 14px;
}

.event-date-detail .day-val {
	font-size: 18px;
}

.event-date-small-detail {
	font-size: 12px;
	font-weight: bold;
}

.normal {
	font-weight: normal;
}


div#event-detail-right-column {
	float: right;
	width: 78.888%;
}

div#event-detail-day {
	clear: both;
	position: relative;
}

.event-info {
	/* TAG UPDATE */
	/*height: 50px;*/ /* ROW CHANGE */
	min-height: 50px;
	/* END TAG UPDATE */
	overflow: hidden;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	border: 1px solid #666;
	color: #fff;
}

.event-info-detail {
	-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
	border: 1px solid #666;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	padding-top: 2%;
	padding-left: 2%;
}


.hr {
	border-bottom: 1px solid #333;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 1px 0px );
	box-shadow: 0px 1px 1px 0px ;
}

.back-to-events {
	margin-top: 90px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #666;
	max-width: 100px;
}

.back-to-events img {
	float: left;
	margin-right: 12%;
}

.back-to-events a {
	color: #ccc;
}

.tell-a-friend {
	margin-top: 90px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #666;
	max-width: 100px;
}

img.tell-a-friend-arrow {
	float: right;
}

.tell-a-friend a {
	color: #666;
}

.tell-a-friend a:hover, .back-to-events a:hover {
	color: #6699cc;
}

.event-info-detail img {
	float: right;
	border: 1px solid #fff;
	margin-right: 10px;
	margin-left: 10px;
}

.event-detail-description {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 30px;
	padding-right: 5px;
	line-height: 25px;
}

.info {
	line-height: 30px;
	clear: both;
}

.event-extended-info {
	margin-top: 22px;
}
.event-extended-info div {
	color: #333;
	font-size: 21px;
}

.event-extended-info div a {
	color: #6699cc;
}

.venue-list a:hover, .event-extended-info div a:hover  {
	color: #000;
}

.venue-web, .venue-direction, .event-links, .venue-page {
	margin-left: 65px;
}

.venue-web img, .venue-page img {
	margin-right: 5px;
}

.venue-list a, .venue-web a, .venue-page a, .venue-direction a, .event-link-container a, .event-tag a {
	color: #6699cc;
	font-size: 16px;
	font-weight: bold;
}

.event-button, .event-button-small {
	float: right;
	position: relative;
	padding-top: 6px;
	padding-right: 6px;
}

.event-button img {

}

.event-link-container, .event-age, .event-venue, .event-address, .event-tag {
	margin-bottom: 14px;
}

.iframe-mb {
	margin-bottom: 10px;
}

.event-category, .event-title, .event-description-short {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.event-category-title {
	/*text-transform: uppercase;*/
}

.event-title {
	text-transform: uppercase;
	font-size: 14px;
}

.event-description-short, .event-category {
	padding-left: 10px;
}

.event-group {
	padding-top: 4px;
	padding-left: 28px;
	line-height: 14px;
}

.calendar-icon-container {
	margin-top: 20px;
	border-top: 1px solid #ccc;
}

.calendar-icon-container h2 {
	font-size: 21px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #333;
	margin-top: 20px;
	margin-bottom: 22px;
}

.cal {
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
}

.cal img {
	margin-bottom: 12px;
}

.cal a {
	color: #000;
}

.cal-container {
	display: block;
	float: left;
	padding-right: 10px;
}

.cal-container img {
	height: 20px;
}

.ad-content, .venue-content {
	/*margin-left: 20px;*/
	/* 20 / 1000 = .02 */
	margin-left: 2%;
	border-left: 1px solid #ccc;
	/*padding-left:30px;*/
	/* 30 / 1000 = .03 */
	padding-left: 5%;
	text-align: center;
	width: 345px;
	/*margin-right: 20px;*/
}

.venue-content {
	text-align: left;
}

.venue-list {
	line-height: 25px;
}

.sidebar-button.small {
	color: #666;
}

.general-content {
	line-height: 22px;
	color: #000;
	font-size: 16px;
}

.custom-content {
	min-height: 500px;
}

form.event-submit select {
	max-width: 50%;
	height: 30px;
	padding-top: 5px;
	color: #989898
}

form.event-submit select.small {
	max-width: 30%;
	height: 30px;
	padding-top: 5px;
	color: #989898
}


div#VenueOption {
	margin-top: 10px;
}

h1 {
	font-size: 38px;
	margin-top: 0;
	float: left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h1.fb {
	font-size: 28px;
	margin-top: -20px;
	line-height: 28px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	float: none;
}

div#addthis {
	float: right;
	display: block;
	height: 30px;
	margin-top: 5px;
}

div#event-detail-container {
	display: block;
	clear: both;
}

div.simple-pad {
	padding: 10px;
}



.event-bottom-buttons {
	margin-top: -10px;
	padding-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #cacaca;
}

.button-left {
	text-align: left;
	padding-right: 2px;
}

.button-right {
	text-align: right;
	padding-left: 2px;
}

/* ################################ */
/* RSS */
/* ################################ */
.rss-option-container img {
	margin-right: 10px;
	margin-left: 40px;
}

.rss-pad {
	margin-bottom: 10px;
}

/* ################################ */
/* FAQ */
/* ################################ */
#faqs h3	{
	cursor:pointer;
	font-size: 16px;
}

#faqs h3.active	{
	color:#6699cc;
}

#faqs div {
	height:0;
	overflow:hidden;
	position:relative;
	display: none;
}

#faqs div p	{
	padding:0;
	margin-bottom:15px;
	font-family: 'Open Sans Condensed', sans-serif;
}

#faqs {
	min-height: 800px;
}


/* ################################ */
/* ADDTHIS OVERRIDES */
/* ################################ */
.addthis_button_compact {
	float: left;
}

a.addthis_button_compact {
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
}

div.addthis_separator {
	font-size: 20px;
	font-weight: normal;
	float: left;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 20px;
}

.addthis_button_facebook,
.addthis_button_myspace,
.addthis_button_google_plusone_share,
.addthis_button_google {
	margin-right: 10px;
}


.goBack {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}

.goBack a {
	text-decoration: none;
}

.goBack a:hover {
	text-decoration: underline;
}

/* ################################ */
/* SEARCH */
/* ################################ */
select.search-cat {
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
}

select.search-cat option {
	font-weight: normal;
}

input.search {
	height: 25px;
}

div.date-range {
	display: block;
	height: 25px;
	float: none;
}

.search-count {
	font-size: 15px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom: 15px;
}

/* For IE */
div#search-container label,
div#search-container,
div#search-container select,
div#search-container option {
	font-weight: normal;
}

.label-sim {
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
}


.footer {
	height: 80px;
	background-color: #333;
	margin-top: 25px;
	-webkit-box-shadow: 0px -10px 20px -15px ;
	box-shadow: 0px -10px 20px -15px ;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	display: none;
}

.footer-logo-container {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 21px;
	color: #999;
	padding-top: 12px;
	text-align: right;
}

.footer-logo-container img {
	padding-left: 10px;
}

.footer-privacy {
	padding-top: 20px;
	text-align: left;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #ccc;
	font-size: 14px;
}

.footer-privacy a {
	color: #6194bb;
	text-decoration: none;
}

.footer-privacy a:hover {
	color: #6194bb;
	text-decoration: underline;
}

.footer-copyright {
	padding-top: 10px;
	color: #999;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	text-align: left;
}

.search-form-container {
	width: 50% !important;
	padding-right: 5px;
	float: left;
}

span.clear { clear: left; display: block; }

.event-row-date {
	color: #fff;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-align: center;
}

.event-row-date-color-default {
	background-color: #666;
}

.event-row-date-color-light {
	background-color: #ccc;
}

.event-row-date-color-dark {
	background-color: #333;
}


.adsense-container {
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: -10px;
}

.adsense-header {
	padding-top: 20px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	margin-right: 5px;
}


/* ########################## FEATURE */


div.feature-event-group {
	width: 95%;
	min-height: 180px;
}
div.feature-event-top {
	/*border: 2px solid #000;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;*/
	padding: 0px;
}
div.feature-event-bottom {
	background-color: #000;
	border: 2px solid #000;
	/*-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;*/
	padding: 0px;
	margin-top: -2px;
}
div.feature-date-container-black {
	border: 0px;
	padding-top: 2px;
	text-align: center;
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-bottom: 4px;
	color: #fff;
}
div.feature-event-top img {
	width: 100%;
	height: auto !important;
}
#feature-container {
	margin-bottom: 20px;
}

div.feature-event {
	width: 95%;
	min-height: 180px;
	border: 2px solid #000;
	border-bottom: 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0px;
}


div.feature-image-container {
	text-align: center;
	padding-top: 4px;
	min-height: 150px;
}

div.feature-date-container {
	border-top: 1px solid #000;
	padding-top: 2px;
	text-align: center;
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-bottom: 4px;
}

div.ticket-button {
	background-color: #990000;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 15px;
	margin-top: 40px;
	margin-bottom: 10px;
	border: 2px solid #ccc;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

div.ticket-button a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div.ticket-button a:hover {
	text-decoration: none;
}


/*h1.feature {
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #000;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

h2.feature {
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.feature-content {

}

div.feature-image {
	max-width: 90px;
	max-height: 60px;
	overflow:hidden;
	float: left;
	border: 1px solid #ccc;
}

div.feature-image img.featureimage {
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

div.feature-date {
	color: #000;
	float: right;
	display: inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 25px;
	line-height: 20px;
}

.feature-date .month-val,
.feature-date .day-val,
.feature-date .day-of-week-val {
	font-size: 16px;
}

.feature-title-container {
	clear: both;
	position: relative;
	display: block;
	padding-top:5px;
	width: 100%;
}

.feature-time-venue-container {
	padding-top: 2px;
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
}

#owl .item{
	display: block;
	cursor: pointer;
}

#feature-container {
	margin-bottom: 20px;

}*/

/* END ########################## FEATURE */

/*


h1.feature {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 100%;
}

h2.feature {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
}

#feature-container {
	margin-bottom: 20px;
	width: 100%;
}

div.feature-content {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	height: 100%;
	font-size: 16px;
}

div.feature-date {
	color: #fff;
	clear: both;
	float: left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 30px;
	line-height: 18px;
}

li.feature-item {
	display: none;
    &:first-child {
      display: block;
    }
}

li.feature-item {
	 -webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #666;
}

.feature-date .month-val,
.feature-date .day-val,
.feature-date .day-of-week-val {
	font-size: 14px;
}
*/
