/* General styles  */
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	-webkit-text-size-adjust: none;
}
.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}
.img-border {
	border: solid 1px #000;
}
a:link, a:visited {
	color: #df3e82;
	text-decoration: none;
}
a:hover, a:active {
	color: #df3e82;
	text-decoration: underline;
}
.red {
	color: #f00;
}
/* Header styles */
#header {
	position: relative;
	background-color: #df3e82;
}
#menu-toggle, #search-toggle {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 38px;
	height: 38px;
	background-color: #333333;
	border-radius: 3px;
	background-image: url(../images/icon-menu.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#search-toggle {
	right: 58px;
	background-image: url(../images/icon-search.png);
}
#logo {
	height: 58px;
	padding: 14px 10px;
}
#logo img {
	height: 100%;
}
#search, #menu {
	display: none;
}
#searchForm {
	padding: 10px;
	border-bottom: solid 1px #999;
	background-color: #ccc;
}
#searchFormMain {
	margin: 10px 0px;
	padding: 10px;
	background-color: #ccc;
	border-radius: 5px;
}
.searchInput {
	margin: 0px 36px 0px 0px;
}
.searchInput input {
	width: 100%;
	padding: 5px;
	background-color: #fff;
	border: none;
	border-radius: 3px;
	font-size: 0.9em;
}
.searchButton {
	float: right;
}
.searchButton input {
	width: 26px;
	height: 26px;
}
#menu a {
	display: block;
	padding: 10px;
	color: #000;
	font-weight: bold;
	border-bottom: solid 1px #999;
	background-color: #ccc;
	text-decoration: none;
}
#menu a:hover {
	background-color: #ddd;
}
#menu ul.sub a {
	font-weight: normal;
}
/* Content styles */
.content .titleBar {
	background-color: #ddd;
}
.content .titleBarAT {
	padding: 8px 5px;
	float: right;
}
.content .titleBarBC {
	padding: 8px 5px;
	font-size: 0.8em;
	line-height: 1.2em;
}
.content h1, .content h2, .content h3 {
	padding: 5px 0px;
	font-size: 1.2em;
	font-weight: bold;
}
.content h2 {
	font-size: 1.1em;
}
.content h3 {
	font-size: 0.9em;
}
.content p {
	padding: 5px 0px;
	font-size: 0.8em;
	line-height: 1.2em;
}
.content ul, .content ol {
	padding: 5px 0px 5px 20px;
	font-size: 0.8em;
	line-height: 1.2em;
	list-style: outside;
	list-style-type: disc;
}
.content blockquote {
	padding: 5px 0px 5px 20px;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.2em;
}
.content strong {
	font-weight: bold;
}
.content em {
	font-style: italic;
}
.content h2.heading {
	padding: 8px 5px;
	margin-bottom: 5px;
	font-size: 1.0em;
	background-color: #ddd;
}
.content p.note {
	font-size: 0.7em;
	color: #666;
}
.content .embeddedVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.content .embeddedVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Homepage */
.content .sArtist a {
	display: block;
	position: relative;
	max-width: 300px;
	margin: 0px auto;
	text-align: center;
}
.content .sArtist img {
	display: block;
	width: 100%;
	height: auto;
}
.content .sArtist span.tag {
	position: absolute;
	top: -7px;
	left: -7px;
	z-index: 100;
	padding: 5px 7px;
	color: #fff;
	font-size: 0.8em;
	background-color: #df3e82;
}
.content .sArtist img.border {
	border: solid 1px #000;
}
.content .sArtist h2 {
	padding: 5px 0px 0px 0px;
	font-size: 0.9em;
	font-weight: bold;
}
.content .sArtist p {
	padding: 5px 0px 0px 0px;
	font-size: 0.75em;
}
.content .sArtist a:link, .content .sArtist a:visited {
	color: #333333;
}
.content .sArtist a:hover, .content .sArtist a:active {
	color: #df3e82;
	text-decoration: none;
}
/* Summary (list) items */
.content .sItem {
	min-height: 96px;
	padding: 10px 0px 5px 0px;
	border-bottom: solid 1px #ccc;
}
.content .sItem:before,
.content .sItem:after {
  display: table;
  content: " ";
}
.content .sItem:after {
  clear: both;
}
.content .sItem a {
	display: block;
}
.content .sItem a:link, .content .sItem a:visited {
	color: #000;
	text-decoration: none;
}
.content .sItem a:hover, .content .sItem a:active {
	color: #000;
	text-decoration: none;
}
.content .sItem a:link h2, .content .sItem a:visited h2 {
	color: #333333;
}
.content .sItem a:hover h2, .content .sItem a:active h2 {
	color: #df3e82;
	text-decoration: underline;
}
.content .sItem img {
	width: 100px;
	margin: 0px 10px 3px 0px;
	border: solid 1px #000;
	float: left;
}
.content .sItem .sTitle {
	font-size: 1.1em;
}
.content .sItem .sVenue, .content .sItem .sPosted {
	padding: 0px;
}
.content .sItem .sURL {
	padding: 0px;
	color: #390;
}
.content .sItem .sDate {
}
.content .sItem .sInfo {
	clear: both;
}
.content .sPromo {
	padding: 10px 0px;
	border-bottom: solid 1px #ccc;
	text-align: center;
}
/* Detail items */
.content .dPic {
	text-align: center;
}
.content .dPic img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 300px;
	margin: 0px auto;
}
.content .dPic img.border {
	border: solid 1px #000;
}
.content .dPromo {
	margin: 0px;
	text-align: center;
}
a.shareFB, a.shareTW, a.shareGG, a.shareEM {
	display: block;
	height: 38px;
	background-image: url(../images/icon-facebook.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #3b579d;
	border-radius: 3px;
}
a.shareTW {
	background-image: url(../images/icon-twitter.png);
	background-color: #5ea9dd;
}
a.shareGG {
	background-image: url(../images/icon-google-plus.png);
	background-color: #cf3d28;
}
a.shareEM {
	background-image: url(../images/icon-email.png);
	background-color: #37465d;
}
#venueMap {
	display: block;
	width: auto;
	height: 250px;
	margin: 10px 0px;
	border: solid 1px #666;
}
.venue-map-wrapper {
	position: relative;
	margin: 10px 0px;
	padding-bottom: 66.66%; /* 6:4 */
	height: 0;
	overflow: hidden;
}
.venue-map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.dataTable {
	width: 100%;
	border-spacing: 0px;
	margin: 10px 0px 0px 0px;
	border-bottom: solid 1px #ccc;
}
.dataTable tr.clickable:hover td {
	background-color: #eee;
	cursor: pointer;
}
.dataTable td {
	padding: 10px 0px;
	border-top: solid 1px #ccc;
	font-size: 0.8em;
	vertical-align: middle;
}
.dataTable td.seller {
	width: 100px;
}
.dataTable td.info {
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.2em;
}
.dataTable td.date {
	padding: 10px 0px 10px 5px;
	line-height: 1.2em;
}
.dataTable td.venue {
	padding: 10px;
	line-height: 1.2em;
}
.dataTable td.date .d1, .dataTable td.date .d2, .dataTable td.venue .v1, .dataTable td.venue .v2 {
	display: block;
}
.dataTable td.date .d1, .dataTable td.venue .v1 {
	font-size: 1.2em;
	font-weight: bold;
}
.dataTable td.date .d2, .dataTable td.venue .v2 {
}
.dataTable td.info span.price {
	display: block;
	font-weight: bold;
}
.dataTable td.link {
	padding-right: 5px;
	text-align: right;
}
.dataTable a {
	display: block;
	text-align: center;
	line-height: 1.2em;
}
.dataTable a:link, .dataTable a:visited, .dataTable a:hover, .dataTable a:active {
	padding: 5px 8px;
	border-radius: 3px;
	background-color: #cc0033;
	color: #fff;
	text-decoration: none;
}
.dataTable a.na:link, .dataTable a.na:visited, .dataTable a.na:hover, .dataTable a.na:active {
	padding: 5px 8px;
	border-radius: 3px;
	background-color: #ccc;
	color: #666;
	text-decoration: none;
}
/* Contact Form Styles */
.ttForm {
	margin: 5px 0px;
	padding: 0px;
}
.ttForm fieldset {
	border: solid 2px #ccc;
	padding: 10px;
	margin: 10px 0px;
}
.ttForm legend {
	font-size: 1.0em;
	font-weight: bold;
}
.ttForm p.heading {
	font-size: 1.0em;
	line-height: 1.2em;
}
.ttForm .hzField {
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
	float: left;
}
.ttForm .vtField {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	clear: both;
}
.ttForm label {
	margin: 0px;
	padding: 5px 0px;
	font-size: 0.8em;
}
.ttForm label {
	font-weight: bold;
}
.ttForm .formField {
	width: 100%;
	margin: 3px 0px;
	padding: 5px;
	border: none;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eee;
}
.ttForm .formButton {
	margin: 3px 0px;
	padding: 5px;
	border: none;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ccc;
	cursor: pointer;
}
/* Table Styles */
.ttTable {
	margin: 10px 0px;
	font-size: 0.8em;
	border: 2px solid black;
}
.ttTable td {
	padding: 5px;
	border: 2px solid black;
	line-height: 1.2em;
}
.ttTable .title {
	background-color: #df3e82;
	font-weight: bold;
}
.ttTable .odd {
	background-color: #fff;
}
.ttTable .even {
	background-color: #eee;
}
.ttTable .high {
	background-color: #ffc;
}
.ttTable .disabled {
	background-color: #bbb;
	color: #666666;
}
.ttTable .hidden {
	background-color: #ddd;
	color: #666;
}
.ttTable tr.odd:hover, .ttTable tr.even:hover {
	background-color: #fc9;
}
/* Sidebar styles */
.sidebar {
}
.sidebar .subscribe {
	margin-top: 10px;
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 10px;
	border: solid 2px #ccc;
}
.sidebar .social {
	width: 180px;
	margin: 10px auto 0px auto;
	text-align: center;
}
.sidebar .advert, .sidebar .promo {
	margin-top: 10px;
	text-align: center;
}
/* Footer styles */
.footerBar {
	text-align: center;
	background-color: #ddd;
}
.footerBar p {
	margin: 0px;
	padding: 10px 5px;
	font-size: 0.75em;
	line-height: 1.2em;
}

@media screen and (min-width: 660px) { /* Includes scrollbar due to box sizing */
body {
	background-image: url(../images/bg-header-full.png);
	background-repeat: repeat-x;
	background-position: center top;
}
/* Header styles */
#header {
	height: 101px;
}
#menu-toggle, #search-toggle {
	display: none;
}
#logo {
	height: 70px;
	padding: 19px 10px 18px 10px;
}
#search {
	display: block;
	height: 70px;
	margin: -70px 0px 0px 50%;
	text-align: right;
}
#searchForm {
	padding: 23px 10px 0px 10px;
	border: none;
	background-color: transparent;
}
#menu {
	display: block;
	height: 31px;
	padding: 0px 10px;
	background-color: #333333;
	border-top: solid 1px #fff;
}
#menu li {
	position: relative;
}
#menu li.mL {
	float: left;
}
#menu li.mR {
	float: right;
}
#menu a {
	display: block;
	height: 30px;
	font-size: 0.9em;
	font-weight: normal;
	font-variant: small-caps;
	color: #fff;
	padding: 6px 15px 0px 15px;
	border: none;
	background-color: #333333;
}
#menu a:hover {
	background-color: #444444;
	border-bottom: solid 4px #666;
}
#menu a.selected {
	border-bottom: solid 4px #666;
}
#menu ul.sub {
	position: absolute;
	width: 125px;
	left: -9999px;
	z-index: +100;
}
#menu ul li:hover ul.sub {
	top: 30px;
	left: 0px;
	text-align: left;
}
#menu ul.sub a {
	border-top: solid 1px #fff;
}
.venue-map-wrapper {
	padding-bottom: 56.25%; /* 16:9 */
}
.dataTable td.info span.price {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	float: right;
}
a.shareFB, a.shareTW, a.shareGG, a.shareEM {
	height: 26px;
	background-image: url(../images/icon-facebook-s.png);
}
a.shareTW {
	background-image: url(../images/icon-twitter-s.png);
}
a.shareGG {
	background-image: url(../images/icon-google-plus-s.png);
}
a.shareEM {
	background-image: url(../images/icon-email-s.png);
}
}
