  /*
——————————————————————
Global
——————————————————————
*/
html {
	min-width:1024px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	html {
		min-height:1280px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	html {
		min-height:700px;
	}
}
body {
	font:14px/1.4 'Source Sans Pro', Calibri, Arial, sans-serif;
	color:#222;
}
.container {
	max-width:1170px;
	min-width:954px;
	margin:auto;
	background:#fff;
	padding:0 24px;
}
#content {
	padding:28px 0;	
}
h1,h2,h3 {
	font:32px/1 Philosopher;
	margin-bottom:20px;
}
h2 {
	font-size:24px;
	margin-bottom:16px;
}
h3 {
	font-size:22px;
	margin-bottom:.7em;
}
a {
	text-decoration:none;
	color:#222;
}
a.back {
	display:block;
	background:url(/Images/icon-arrow-back.gif) left no-repeat;
	line-height:12px;
	padding-left:12px;
	color:#666;
	font-weight:bold;
	width:115px;
	margin-bottom:5px;
}
p {
	margin-bottom:1em;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
sup {
	font-size:.8em;
	position:relative;
	top:-2px;
}
sub {
	font-size:.8em;
	position:relative;
	bottom:-2px;
}
img {
	-ms-interpolation-mode:bicubic;
}
div.clear {
	clear:both;
	font-size:0;
	line-height:0;
}

/*
======================
Header
======================
*/
#header {
	height:158px;
	position:relative;
	z-index:3;
	border-radius:0 0 5px 5px;
}
#logo {
	width:289px;
	height:100px;	
	background:url(/Images/logo-alsiraat.png) no-repeat;
	background-size:289px 100px;
	position:absolute;
	top:7px; left:10px;
}
#logo strong {
	display:none;
}
#hamburger {
	display:none;
}
#nav {
	position:absolute;
	left:0; bottom:0;
	width:100%;
	min-width:926px;
	height:31px;
	padding-top:10px;
	background:#d2b567;
	border-radius:4px;
}
#nav li {
	float:left;
	margin-right:6px;
	position:relative;
}
#nav li:last-child {
	margin-right:0;
}
#nav li.sitelist,
#nav #close {
	display:none;
}
#nav li.first {
	margin-left:28px;
}
#nav a.top {
	float:left;
	height:31px;
	overflow:hidden;
	padding-right:2px;
}
#nav a.top span {
	float:left;
	font-size:16px;
	line-height:31px;
	padding:0 9px;
	border-radius:4px 4px 0 0;
	color:#fff;
}
#nav li.active a.top span,
#nav li.active:hover a.top span {
	color:#222;
	background:#fff;
}
#nav li:hover a.top span {
	background:rgba(255,255,255,0.2);
}
#nav a.facebook img {
	float:left;
	width:24px;
	height:29px;
}
#nav li ul {
	display:none;
	position:absolute;
	left:0; top:31px;
	width:180px;
	z-index:1;
	background:#fff;
	border-radius:0 0 5px 5px;
	border-bottom:6px solid #d2b567;
	padding:6px 0;
	box-shadow:0 4px 7px rgba(0, 0, 0, 0.4);
}
#nav li ul li {
	float:none;
	margin:0;
}
#nav li ul a {
	display:block;
	padding:2px 10px;
	font-size:13px;
}
#nav li ul a:hover {
	background:#f2f1ed;
}
#nav li:hover ul {
	display:block;
}
#search {
	position:absolute;
	top:0; right:160px;
	background:#eeece7;
	padding:7px;
	border-radius:0 0 6px 6px;
}
#search input.searchInput {
	float:left;
	padding:5px;
	border:0;
	border-radius:4px;
	width:150px;
	height:16px;
	margin-right:5px;
}
#search input.searchInput:hover {
	border-color:#bbb;
}
#search input.searchInput:focus {
	border-color:#ddd;
	outline:none;
}
#search input.searchButton {
	-webkit-appearance:none;
	float:left;
	color:#fff;
	background:#c04773;
	text-align:center;
	border-radius:4px;
	border:0;
	width:50px;
	height:26px;
	font-size:16px;
	cursor:pointer;
	outline:none;
}
#search input.searchButton:hover {
	background:#d05180;
}
#portal {
	position:absolute;
	top:0; right:0;
	background:#eeece7;
	padding:7px;
	border-radius:0 0 6px 6px;
}
#portal select {
	display:block;
	width:130px;
	height:26px;
	border:0;
	border-radius:3px;
	padding:3px;
	outline:none;
}

/*
======================
Lists
======================
*/
ul.bullet {
	margin-bottom:1em;
	clear:left;
}
ul.bullet li {
	background:url(/Images/bullet.gif) 0 5px no-repeat;
	padding-left:13px;
}
#page ul.bullet li,
.markdown ul.bullet li {
	background-image:url(/Images/bullet-red.gif);
}
ul.bullet ol, ul.bullet ul {
	padding-left:18px;
	margin-bottom:1em;
}
ul.bullet ol li {
	list-style:decimal;
	background:none;
}
ol ul.bullet li, ul.bullet ul li {
	list-style:disc;
	background:none;
	padding-left:0;
}

/*
======================
Home Page
======================
*/
#carousel {
	float:left;
	width:100%;
	height:280px;
	margin-bottom:28px;
	position:relative;
	border-radius:4px;
	overflow:hidden;
}
#carousel li {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:280px;
	opacity:0;
	filter:alpha(opacity=0);
}
#carousel li.current {
	z-index:1;
}
#carousel .imageWrapper {
	display:block;
	width:100%;
	height:280px;
	position:absolute;
	overflow:hidden;
}
#carousel .imageWrapper div {
	display:table-cell;
	width:100%;
	height:343px;
	line-height:343px;
	position:absolute;
	top:-32px; left:0;
}
#carousel .imageWrapper img {
	display:inline-block;
	width:100%;
	vertical-align:middle;
}
#carousel span.arrow {
	display:none;
	width:50px;
	height:70px;
	position:absolute;
	bottom:0;
	opacity:.8;
	cursor:pointer;
	z-index:10000;
}
#carousel span.left {
	left:10px; 
	background:url(/Images/arrow-left.gif) center no-repeat;
	background-size:20px 39px;
}
#carousel span.right {
	left:184px; 
	background:url(/Images/arrow-right.gif) center no-repeat;
	background-size:20px 39px;
}
#carousel:hover span.arrow {
	display:block;
}
#carousel span.arrow:hover {
	opacity:1;
}
#carousel .caption {
	display:block;
	width:214px;
	height:250px;
	background:rgba(0, 0, 0, 0.4);
	position:absolute;
	top:0; left:0;
	padding:15px;
	color:#fff;
}
#carousel .caption:hover {
	background:rgba(0, 0, 0, 0.45);
}
#carousel .caption strong {
	display:block;
	font-weight:400;
	font-size:40px;
	line-height:36px;
	margin-bottom:12px;
	color:#fff;
	letter-spacing:-1px;
	font-family:Philosopher;
}
#carousel .caption span {
	display:block;
	font-size:18px;
	line-height:20px;
}
.blurb {
	color:#a13059;
	font-size:16px;
	margin-bottom:28px;
	border-bottom:1px solid #d2b567;
	padding-bottom:12px;
}
.message {
	font-size:13px;
	padding-left:156px;
	position:relative;
	min-height:150px;
	margin-bottom:24px;
}
.message p:last-child {
	margin-bottom:0;
}
.message img {
	display:block;
	width:140px;
	height:140px;
	border-radius:4px;
	position:absolute;
	top:0; left:0;
}
.message h3 {
	margin-bottom:8px;
}
#infobar {
	margin-bottom:8px;
}
#infobarNav {
	background:#eeece7;
	height:32px;
	border-radius:4px;
	overflow:hidden;
}
#infobarNav li {
	float:left;
}
#infobarNav a {
	float:left;
	line-height:32px;
	padding:0 10px;
	border-left:1px solid #fff;
	border-right:1px solid #ddd;
	font-size:16px;
}
#infobarNav li.quickread a {
	font-weight:bold;
	font-size:16px;
	border-left:0;
}
#infobarNav li.quickread a:focus {
	outline:none;
}
#infobarNav a:hover {
	background:rgba(255,255,255,0.3);
}
#infobarNav li.active a {
	color:#fff;
	background:#a13059;
}
#infobarNav li:last-child {
	border-right:1px solid #fff;
}
#quickReadPanel {
	height:0px;
	margin-bottom:24px;
	background:#f2f1ed;
	overflow:hidden;
	position:relative;
	border-radius:4px;
}
#quickReadPanel ul {
	position:absolute;
	top:0; left:0;
	width:100%;
}
#quickReadPanel li {
	position:absolute;
	top:0; left:0;
	background:#f2f1ed;
	width:100%;
	height:154px;
	opacity:0;
	filter:alpha(opacity=0);
	font-size:12px;
}
#quickReadPanel li div {
	padding:14px 254px 13px 16px;
}
#quickReadPanel li.current {
	z-index:1;
}
#quickReadPanel h2 {
	margin-bottom:10px;
}
#quickReadPanel img {
	position:absolute;
	top:21px; right:21px;
}
#quickReadPanel a.more {
	display:block;
	width:85px;
	font-size:14px;
	text-align:center;
	color:#fff;
	background:#c04773;
	line-height:28px;
	border-radius:4px;
}
#quickReadPanel a.more:hover {
	background:#d05180;
}
#intro {
	width:37%;
}
#newsbox {
	background:#d2b567;
	padding:14px 16px 16px 16px;
	position:relative;
	margin-top:30px;
	border-radius:4px;
	min-height:137px;
}
#newsbox h3 a {
	color:#fff;
}
#newsbox p {
	font-size:12px;
}
#ticker {
	overflow:hidden;
	border-radius:4px;
}
#ticker ul {
	width:500%;
	transition:margin-left 400ms ease-in-out;
}
#ticker li {
	float:left;
	width:20%;
}
#ticker a {
	display:block;
	background:#fff;
	height:75px;
	padding:10px 30px 15px 115px;
	position:relative;
}
#ticker strong {
	display:block;
	font-size:18px;
	font-weight:700;
	line-height:20px;
	margin-bottom:5px;
}
#ticker img {
	width:100px;
	height:100px;
	position:absolute;
	top:0; left:0;
}
#ticker a:hover {
	text-decoration:none;
}
#newsbox a.arrow {
	position:absolute;
	top:90px;
	z-index:1;
}
#newsbox a.arrow-inactive {
	display:none;
}
#newsbox a.prev {
	left:-11px;
}
#newsbox a.next {
	right:-15px;
}
#buttons {
	margin-bottom:-8px;
}
#buttons li {
	margin-bottom:8px;
}
#buttons a {
	display:block;
	background:#ccc;
	padding:0 0 0 8px;
	line-height:30px;
	height:30px;
	border-radius:5px;
	border:1px solid #eeece7;
	box-shadow:2px 2px 2px rgba(0, 0, 0, 0.1);
	font-size:16px;
}
#buttons a:hover {
	background:#ddd;
}
#buttons a span {
	float:left;
	margin:0 6px 0 -2px;
}
#drivers {
	float:right;
	width:60%;
}
#drivers ul {
	width:100%;
}
#drivers li {
	float:left;
	width:33.33%;
	margin-bottom:20px;
}
#drivers li:nth-child(4),
#drivers li:nth-child(7),
#drivers li:nth-child(10),
#drivers li:nth-child(13) {
	clear:left;
}
#drivers a {
	display:block;
	margin-left:14px;
}
#drivers a span.description {
	display:block;
	font-style:normal;
	font-size:13px;
	padding-right:8px;
}
#drivers a strong {
	display:block;
	margin-bottom:6px;
	font:22px/1 Philosopher;
}
#drivers .imageWrapper {
	display:block;
	width:100%;
	height:140px;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	border-radius:4px;
}
#drivers .imageWrapper span {
	display:table-cell;
	width:100%;
	height:215px;
	line-height:215px;
	position:absolute;
	top:-37px; left:0;
}
#drivers img {
	display:inline-block;
	width:100%;
	vertical-align:middle;
	opacity:.93;
}
#drivers a:hover {
	text-decoration:none;
}
#drivers a:hover img {
	opacity:1;
}

/*
======================
Section Page
======================
*/
#banner {
	height:220px;
	margin-bottom:28px;
	position:relative;
	border-radius:4px;
	overflow:hidden;
}
#banner h1 {
	position:absolute;
	bottom:0; left:0;
	padding:14px;
	border-radius:0 4px 0 4px;
	z-index:1;
	color:#fff;
	margin:0;
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	background:rgba(0, 0, 0, 0.2);
}
#banner .imageWrapper {
	display:block;
	width:100%;
	height:220px;
	overflow:hidden;
	position:relative;
	border-radius:4px;
}
#banner .imageWrapper div {
	display:table-cell;
	width:100%;
	height:270px;
	line-height:270px;
	position:absolute;
	top:-25px; left:0;
}
#banner img {
	display:inline-block;
	width:100%;
	vertical-align:middle;
}
#sections {
	padding-bottom:30px;
	margin-right:-14px;
}
#sections li.section {
	float:left;
	width:25%;
	padding-bottom:28px;
}
#sections li.section div {
	padding-right:14px;
}
#sections li h2 {
	margin-bottom:8px;
	font-size:22px;
	font-weight:normal;
}
#sections li p {
	padding-right:10px;
	margin-bottom:8px;
}
#sections .imageWrapper {
	display:block;
	width:100%;
	height:140px;
	position:relative;
	overflow:hidden;
	border-radius:4px;
	margin-bottom:10px;
}
#sections .imageWrapper span {
	display:table-cell;
	width:100%;
	height:173px;
	line-height:173px;
	position:absolute;
	top:-17px; left:0;
}
#sections .imageWrapper img.group {
	display:inline-block;
	width:100%;
	vertical-align:middle;
}
#sections li li  {
	margin-bottom:3px;
	background:url(/Images/bullet.gif) 0 5px no-repeat;
	padding-left:13px;
}
#sections a {
	border-bottom:1px dotted #444;
}
#sections li.swimming {
	width:186px;
	margin-bottom:28px;
	background:#6599c1;
	padding:20px 20px 16px 20px;
	color:#fff;
	position:relative;
}
#sections li.swimming h2 {
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	text-transform:none;
	padding-right:25px;
}
#sections li.swimming img.group {
	padding:0;
	background:none;
	margin:-20px -20px 14px -20px;
	border-bottom:6px solid #85b4d8;
}
#sections li.swimming li  {
	background-image:url(/Images/bullet-blue.gif);
}
#sections li.swimming a {
	color:#fff;
	border-color:#c0e1fa;
}
#sidebar {
	float:right;
	width:192px;
	min-height:180px;
	background:#eeece7;
	position:relative;
	padding:18px;
	font-size:13px;
	border-radius:4px;
}
#sidebar h3 {
	color:#fff;
	font-size:28px;
	font-weight:normal;
	margin-bottom:26px;
}
#sidebar.terms a {
	border-bottom:1px dotted #444;
}
#clip {
	position:absolute;
	top:20px; right:-10px;
}
#sidebar .related li {
	margin-bottom:14px;
}
#sidebar .related a {
	display:block;
	position:relative;
	padding:6px 0 0 52px;
	height:55px;
	line-height:15px;
}
#sidebar span.imageCrop {
	position:absolute;
	top:0; left:0;
	display:block;
	width:43px; height:61px;
	overflow:hidden;
}
#sidebar .related a:hover span.imageCrop {
	border:2px solid #fff;
	top:-2px; left:-2px;
}
#sidebar .related strong {
	display:block;
	font-weight:normal;
}

/*
======================
Content Page
======================
*/
#pageSidebar {
	float:left;
	width:18%;
}
#pageSidebar h3 {
	font-size:16px;
	text-transform:uppercase;
	font-family:'Source Sans Pro';
	margin-bottom:6px;
}
#subnav {
	margin-bottom:18px;
	font-size:14px;
}
#subnav li  {
	margin-bottom:2px;
	background:url(/Images/bullet.gif) 0 5px no-repeat;
	padding-left:13px;
}
#subnav a:hover {
	border-bottom:1px dotted #444;
}
#subnav li.active a {
	color:#d2b567;
}
#subnav li.active a:hover {
	border-bottom:none;
}
#related {
	border-top:1px solid #ddd;
	margin-top:24px;
	padding-top:24px;
}
#related h2 {
	margin:0;
}
#related li {
	padding-top:24px;
}
#related li img {
	width:106px; height:150px;
	display:block;
	margin:0 auto 5px auto;
	box-shadow:0 0 7px #ccc;
	border:4px solid #fff;
}
#related li a:hover img {
	opacity:.93;
}
#related li strong,
#related li span {
	display:block;
	text-align:center;
	padding:0 10px;
	line-height:15px;
	font-weight:normal;
}
#page {
	float:right;
	width:77%;
	padding-left:28px;
	border-left:1px solid #ddd;
}
#page img.banner {
	display:block;
	margin-bottom:20px;
}
#page h2 {
	margin-top:25px;
	margin-left:-28px;
	background:url(/Images/bullet-large.gif) 0 7px no-repeat;
	padding-left:28px;
}
#page.fixture h1 {
	margin-bottom:5px;
}
#page.fixture h2.opposition {
	margin-top:0;
	margin-left:0;
	background:none;
	padding-left:0;
}
#page.fixture #storyHeader {
	height:auto;
	padding-bottom:8px;
}
#page.fixture #storyHeader span {
	line-height:18px;
}
#page a {
	border-bottom:1px dotted #aaa;
}
#page a:hover {
	border-bottom:1px solid #ddd;
}
#page p:first-child {
	margin-top:27px;
}
#page img.inline {
	float:left;
	margin:0 14px 12px 0;
}
#page .imageContainer {
	float:right;
	width:272px;
	margin:12px -12px 25px 25px;
}
#page .imageContainer img {
	display:block;
	border-radius:4px;
}
#page .imageContainer a {
	display:block;
	margin:0 12px 12px 0;
	border:0;
}
#page .imageContainer a.thumb {
	float:left;
}
.publications {
	width:684px;
	margin-right:-14px;
}
.publications li {
	float:left;
	width:214px;
	margin:0 14px 14px 0;
}
.publications a {
	display:block;
	position:relative;
	padding:12px 8px 0 60px;
	height:65px;
	line-height:15px;
	border:0 !important;
	background:#eeece7;
	border-radius:4px;
}
.publications a:hover {
	background:#f2f1ed;
}
.publications img {
	position:absolute;
	top:8px; left:8px;
	display:block;
	width:43px; height:61px;
	overflow:hidden;
}
.publications strong {
	display:block;
	font-weight:normal;
}
.albums {
	margin-top:28px;
	border-top:1px dotted #ddd;
	clear:both;
}
.albums .images {
	min-width:686px;
	margin-right:0 0 30px -12px;
}
.albums .images li {
	float:left;
	margin:0 12px 12px 0;
}
.albums .images img {
	float:left;
}
.albums a:hover img {
	opacity:.93;
}
#page #videos a {
	border-bottom-width:0;
}
#staff {
	width:694px;
	margin-right:-26px;
	margin-top:36px;
}
#staff li {
	float:left;
	width:301px;
	height:100px;
	background:#eeece7;
	margin:0 26px 14px 0;
	padding:10px;
	position:relative;
	border-radius:4px;
}
#staff li.hasImage {
	padding-left:101px;
	width:210px;
}
#staff strong {
	display:block;
	font-size:14px;
}
#staff span {
	display:block;
}
#staff img {
	position:absolute;
	top:10px; left:10px;
	width:80px;
	height:100px;
}
#staff a {
	border-bottom:1px dotted #444 !important;
}
#staffProfiles {
	margin-top:40px;
}
#staffProfiles h2 {
	margin:0 0 4px 0;
	background:none;
	padding:0;
}
#staffProfiles li.top {
	padding:7px 0 0 180px;
	position:relative;
	min-height:200px;
	margin-bottom:24px;
}
#staffProfiles li.top p:last-child {
	margin-bottom:0;
}
#staffProfiles li.top p span {
	display:block;
	margin-bottom:2px;
}
#staffProfiles li.top a {
	color:#d2b567;
}
#staffProfiles img {
	position:absolute;
	top:0; left:0;
	border-radius:4px;
}

/*
======================
Sponsors
======================
*/
.sponsors {
	text-align:center;
	margin:30px -18px 0 -18px;
	width:706px;
}
.sponsors li {
	display:inline-block;
	margin:0 21px;
	height:62px;
}
.sponsors-row2 li {
	margin:0 17px;
}
.sponsors-large li {
	margin:0 25px;
	height:77px;
}
.sponsors a {
	border:0 !important;
}

/*
======================
News
======================
*/
#topics {
	float:left;
	width:18%;
}
#topics h3 {
	font-size:16px;
	font-family:'Source Sans Pro';
	text-transform:uppercase;
	margin-bottom:6px;
}
#topics ul.bullet {
	margin-bottom:28px;
	font-size:14px;
}
#topics ul.bullet li  {
	margin-bottom:2px;
}
#topics a:hover, #topics a.email {
	border-bottom:1px dotted #444;
}
#topics li.active a {
	color:#d2b567;
	padding-left:13px;
	margin-left:-13px;
}
#topics li.active a:hover {
	border-bottom:none;
}
#topics li ul {
	display:none;
	margin:2px 0 0 14px;
}
#topics li.active ul {
	display:block;
}
#topics li.active li {
	background:none;
	padding-left:0;
}
#topics li.active li a {
	background:none;
	padding-left:0;
	margin-left:0;
	color:#222;
}
#topics li.active li.active a {
	color:#d2b567;
}
#news, #videos {
	float:right;
	width:77%;
	padding-left:28px;
	border-left:1px solid #ddd;
}
#news h2, #videos h2 {
	margin-bottom:20px;
}
#news li {
	position:relative;
	padding:7px 0 0 144px;
	margin-bottom:35px;
	min-height:115px;
}
#news li h3 {
	margin:0;
}
#news h3 a:hover {
	text-decoration:underline;
}
#news span.date {
	display:block;
	color:#999;
	margin-bottom:4px;
}
#news a img {
	position:absolute;
	top:0; left:0;
	display:block;
	opacity:.93;
	width:130px;
	height:130px;
	border-radius:4px;
}
#news a:hover img {
	opacity:1;
}
#news a.more {
	border-bottom:1px dotted #444;
}
#filter {
	background:#eeece7;
	height:24px;
	padding:8px;
	margin-bottom:34px;
	border-radius:5px;
}
#filter label {
	float:left;
	line-height:24px;
	margin-right:6px;
}
#filter input {
	float:left;
	margin-right:20px;
}
#filter input.text {
	padding:2px;
	height:18px;
	border:0;
	border:1px solid #ddd;
	border-radius:3px;
}
#filter input.text:focus {
	outline:none;
	border-color:#ddd;
}
#filter input.date {
	width:90px;
}
#filter select {
	float:left;
	margin-right:10px;
	padding:2px;
	border-radius:4px;
	border:1px solid #ddd;
}
#filter input.button {
	padding:0 7px;
	border:0;
	color:#fff;
	background:#c04773;
	width:70px;
	height:24px;
	border-radius:4px;
	text-align:center;
	cursor:pointer;
}
#filter input.button:hover {
	background:#d05180;
}
#story {
	float:right;
	width:77%;
	padding:0 14px 0 28px;
	border-left:1px solid #ddd;
}
#story h2 {
	margin-top:30px;
}
#story a {
	border-bottom:1px dotted #444;
}
#story a.hero {
	float:right;
	margin:5px 0 20px 20px;
	border:0;
	position:relative;
}
#story a.hero span.magnify {
	display:block;
	width:23px;
	height:23px;
	background:url(/Images/icon-magnify.png) no-repeat;
	position:absolute;
	right:6px; bottom:6px;
	opacity:0.70;
	z-index:1;
}
#story a.hero:hover span.magnify {
	opacity:1;
}
#story img.main {
	display:block;
	width:315px;
	border-radius:4px;
}
#story a.hero:hover img {
	opacity:0.93;
}
#storyHeader {
	height:30px;
	border-bottom:1px dotted #ddd;
	margin-bottom:20px;
}
#storyHeader span {
	float:left;
	line-height:25px;
}
#storyHeader ul {
	float:right;
}
#storyHeader li {
	float:left;
}

/*
======================
Ticket Bookings
======================
*/
#news.tickets li {
	padding-left:228px;
	padding-top:0;
	min-height:144px;
}
#news.tickets a img {
	background:url(/Images/shadow.png) bottom no-repeat;
	width:214px;
	height:140px;
	padding-bottom:14px;
}
#news.tickets a.button {
	display:block;
	width:100px;
	border-radius:4px;
	height:26px;
	line-height:26px;
	background:#ddd;
	text-align:center;
	color:#333;
	font-size:16px;
	font-weight:bold;
}
#news.tickets a.button:hover {
	background:#ccc;
}
.form .seatSelector {
	margin:0 0 20px 122px;
}
.form .seatSelector div {
	float:left;
	height:50px;
	padding:8px;
	border-radius:5px;
	background:#ddd;
}
.form .seatSelector p {
	float:left;
	padding:0;
	margin:0 !important;
}
.form .seatSelector label {
	position:static;
	display:block;
	text-align:left;
	width:auto;
	padding:0;
}
.form .seatSelector input.button {
	padding:4px 10px;
	margin-left:5px;
}
#reservedSeatList {
	margin:0 0 20px 122px;
}

/*
======================
Business Directory
======================
*/
#news.directory ul {
	padding-top:1px;
}
#news.directory li {
	padding:6px 0 0 182px;
	position:relative;
	min-height:110px;
	margin-top:20px;
}
#news.directory img {
	box-shadow:0 0 7px #ccc;
	width:150px;
	height:120px;
	padding:4px 8px;
	background:none;
}
#business {
	float:right;
	width:77%;
	padding-left:28px;
	border-left:1px solid #ddd;
}
#businessWrapper {
	width:77%;
	padding-right:210px;
	position:relative;
}
#business a {
	border-bottom:1px dotted #444;
}
#business img.logo {
	position:absolute;
	top:56px; right:14px;
}
#business dl {
	width:400px;
	margin-bottom:20px;
}
#business dt {
	float:left;
	width:80px;
	font-weight:bold;
}
#business dd {
	float:left;
	width:320px;
}
#business address {
	float:left;
	background:#eeece7;
	padding:8px 16px 8px 12px;
	margin:0 20px 20px 0;
}
#business address span,
#business address strong {
	display:block;
}
#business a.map {
	border:0;
}

/*
======================
Photo Galleries
======================
*/
#albums {
	float:right;
	width:77%;
	padding-left:28px;
	border-left:1px solid #ddd;
}
#albums ul {
	margin:0 -8px 0 -3px;
}
#albums li {
	float:left;
	width:216px;
	height:226px;
	margin-right:11px;
}
#albums a {
	display:block;
}
#albums img {
	display:block;
	width:176px;
	height:132px;
	background:url(/Images/bg-album.png) no-repeat;
	padding:22px 20px;
}
#albums a:hover img {
	opacity:.93;
}
#albums a strong {
	display:block;
	padding:0 20px;
	text-align:center;
	margin-top:-4px;
	line-height:14px;
	position:relative;
	z-index:1;
}
#albums a span {
	display:block;
	text-align:center;
}
#album {
	float:right;
	width:77%;
	padding-left:28px;
	border-left:1px solid #ddd;
}
#album #images {
	margin-right:-14px;
	padding-top:8px;
}
#album #images li {
	float:left;
	margin:0 14px 14px 0;
}
#album img {
	display:block;
	width:155px;
	height:155px;
	border:1px solid #ccc;
}
#album a:hover img {
	opacity:.93;
}
#albumHeader {
	height:30px;
	border-bottom:1px dotted #ddd;
	margin-bottom:20px;
}
#albumHeader span {
	float:left;
	line-height:25px;
}
#albumHeader ul {
	float:right;
}
#albumHeader li {
	float:left;
}

/*
======================
Calendar
======================
*/
h3.weekHeading {
	margin:0;
	height:32px;
	font-family:'Source Sans Pro';
}
h3.weekHeading span {
	float:left;
	padding:4px 12px 0 12px;
	line-height:28px;
	background:#ddd;
	border-radius:7px 7px 0 0;
}
.week {
	width:72%;
	border:4px solid #ddd;
	margin-bottom:28px;
}
.week td {
	border-top:1px solid #ddd;
	padding:5px 7px;
	min-height:18px;
}
.week td.day {
	width:70px;
}
.week td.date {
	width:55px;
}
.week td.time {
	width:60px;
}
.week td.view {
	width:50px;
}
.week button {
	float:right;
	width:40px;
	height:18px;
	border:0;
	text-align:center;
}
.week tr.multiple td {
	border-color:#fff;
	border:0;
}
.week tr.weekend td {
	background:#f2f1ed;
}
.week tr.holiday td {
	background:#fff7d9;
}
.week tr.today td {
	background:#ffe49d;
}
.week a:hover {
	border-bottom:1px dotted #444;
}
#eventDetail {
	width:600px;
	padding:10px;
	font-size:14px;
}
#eventDetail h2 {
	font-weight:bold;
}
#eventDetail dl {
	margin-bottom:18px;
}
#eventDetail dt {
	float:left;
	width:70px;
	font-weight:bold;
}
#eventDetail dd {
	float:left;
	width:530px;
}
#eventDetail img {
	float:right;
	margin-left:20px;
}
#eventDetail ul {
	margin-top:3px;
}
#eventDetail ul a {
	border-bottom:1px dotted #444;
}

/*
======================
Publications
======================
*/
#publications {
	float:right;
	width:77%;
	padding-left:28px;
	border-left:1px solid #ddd;
}
#publications h2 {
	margin-bottom:20px;
}
#publications ul {
	padding-top:20px;
}
#publications li {
	float:left;
	width:166px;
	height:220px;
}
#publications li img {
	width:106px; height:150px;
	display:block;
	margin:0 auto 5px auto;
	box-shadow:0 0 7px #ccc;
	border:4px solid #fff;
}
#publications li a:hover img {
	opacity:.93;
}
#publications li strong,
#publications li span {
	display:block;
	text-align:center;
	padding:0 10px;
	line-height:15px;
	font-weight:normal;
}

/*
======================
Footer
======================
*/
#footer {
	height:100px;
	border-top:1px solid #d2b567;
	position:relative;
}
#footer address {
	position:absolute;
	left:0; bottom:14px;
}
#footer address strong,
#footer address span {
	display:block;
}
#footer a {
	color:#222;
}
#footer a:hover {
	text-decoration:underline;
}
#footer em {
	color:#ddd;
	font-weight:bold;
	font-style:normal;
	margin:0 2px;
}
#copyright {
	position:absolute;
	right:0; bottom:14px;
}
#credit {
	position:absolute;
	right:0; bottom:8px;
}

/*
===================
Forms
===================
*/
.form {
	position:relative;
	padding:25px 20px 15px 20px;
	background:#eeece7;
	border-bottom:1px solid #D9D9D9;
	border-radius:7px;
	-webkit-border-radius:7px;
}
.formSection {
	float:left;
	margin-right:30px;
}
.form h2, .form h3 {
	padding-left:122px;
	padding-top:0;
}
.form p,
.form .fieldWrapper {
	position:relative;
	padding-left:122px;
	min-height:26px;
	margin-bottom:.8em;
}
.form p.fullWidth {
	padding:0;
}
.form label {
	position:absolute;
	top:0; left:0;
	display:block;
	width:110px;
	text-align:right;
	padding-top:5px;
}
.form input.text, .form textarea {
	padding:5px;
	width:250px;
	font-family:Arial,sans-serif;
	font-size:14px;
	border:1px solid #ccc;
	border-top-color:#aaa;
	border-radius:4px;
	-webkit-border-radius:4px;
}
.form textarea {
	height:130px;
}
.form input.text:hover, .form textarea:hover, .form select:hover {
	border-color:#aaa;
	border-top-color:#888;
}
.form input.text:focus,
.form textarea:focus {
	border-color:#42b9eb;
	background-color:#f4fafd;
}
.form input.short {
	width:60px;
}
.form select {
	padding:3px;
	width:262px;
	margin-right:8px;
	border:1px solid #ccc;
	border-top-color:#999;
	font-size:14px;
}
.form select.auto {
	width:auto;
}
.form p.checkboxes {
	min-height:0;
}
.form p.checkboxes label {
	position:static;
	display:inline;
	padding:0;
	margin-left:4px;
	font-weight:normal;
}
.form p.checkboxes input {
	position:relative;
	top:2px;
}
.form span.customInput,
.form .extraQuantities {
	display:none;
}
.form p.active span.customInput {
	display:block;
	margin-top:8px;
}
.form input.button {
	display:block;
	padding:4px 6px;
	margin:20px 8px 0 0;
}

/*
========================
Validation
========================
*/
.validation-container {
	border:2px solid #d00;
	background:#fcebeb url(/Admin/Images/icon-warning.gif) 10px 10px no-repeat;
	color:#d00;
	padding:15px 15px 15px 55px;
	margin-bottom:18px;
	line-height:130%;
	min-height:22px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	position:relative;
}
* html .validation-container {
	height:30px;
}
.validation-title {
	font-weight:bold;
	margin-bottom:4px;
}
.validation-list li {
	line-height:150%;
}
.validation-list li a {
	text-decoration:underline;
	color:#d00;
}
.validation-container .close {
	display:block;
	position:absolute;
	top:4px; right:4px;
	background:#d00 url(/Admin/Images/icon-close.gif) center no-repeat;
	width:17px;
	height:17px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;
}

/*
==========================
Grids
==========================
*/
.grid {
	width:100%;
	border-bottom:1px solid #ddd;
	margin:20px 0;
}
.grid tr:hover td {
	background-color:#eeece7;
}
.grid th {
	padding:6px;
	font-weight:bold;
}
.grid th strong {
	font-size:16px;
}
.grid td {
	line-height:16px;
	padding:6px;
	background:#f9f9f9;
	border-top:1px solid #ddd;
	cursor:pointer;
}
.grid tr.completed td {
	background-color:#fbf5dc;
	border-color:#eedead;
}
.grid tr.completed:hover td {
	background-color:#f7eec9;
}
.grid td a {
	color:#333;
}
.grid td a:hover {
	text-decoration:none;
}
.gridFooter {
}
.gridFooter span.disabled,
.gridFooter span.divider {
	display:none;
}
.pagerControl {
	float:right;
	font-size:0;
}
.pagerControl span.active,
.pagerControl a {
	float:left;
	margin-left:2px;
	border:1px solid #fff;
	padding:0 5px;
	line-height:20px;
	color:#333;
	font-size:14px;
}
.pagerControl span.active {
	border:1px solid #d2b567;
	background:#d2b567;
	color:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	margin-left:3px;
}

/*
=====================
Videos
=====================
*/
#videos ul {
	margin:30px -29px 0 0;
}
#videos li {
	float:left;
	width:194px;
	margin:0 29px 29px 0;
}
#videos a {
	display:block;
	width:194px;
	height:150px;
	position:relative;
}
#videos a:hover {
	border:8px solid #ddd;
	background:#ddd;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	margin:-8px;
	text-decoration:none;
}
#videos span.thumbWrapper {
	display:block;
	border:1px solid #ccc;
	padding:4px;
	border-radius:3px;
	background:#fff;
}
#videos span.thumbWrapper span {
	display:block;
	width:184px;
	height:104px;
	overflow:hidden;
}
#videos img {
	display:block;
	width:186px;
	height:140px;
	margin-top:-18px;
}
#videos span.play {
	display:block;
	width:60px;
	height:41px;
	position:absolute;
	left:67px; top:36px;
	background:url(/Images/button-play.png) no-repeat;
}
#videos span.title {
	display:block;
	text-align:center;
	line-height:15px;
	font-size:12px;
	color:#525252;
	margin-top:4px;
}

/*
=====================
Contact Page
=====================
*/
#contact {
	float:left;
}
#contact address {
	float:left;
	margin-right:60px;
	font-size:14px;
}
#contact a {
	color:#d05180;
}
#contact address * {
	display:block;
}
dl.contact {
	float:left;
	width:210px;
	font-size:14px;
}
dl.contact dt {
	float:left;
	width:57px;
	margin-bottom:10px;
}
dl.contact dd {
	float:left;
	width:150px;
	margin-bottom:10px;
}
#staffLookup {
	float:right;
	background:#eeece7;
	padding:20px;
	width:350px;
	border-radius:4px;
}
#staffLookup p {
	height:35px;
}
#staffLookup div.hasPhoto {
	position:relative;
	padding-left:94px;
	min-height:100px;
}
#staffLookup img {
	position:absolute;
	top:0; left:0;
	background:#fafafa;
	border-radius:4px;
}
#staffLookup strong,
#staffLookup span {
	display:block;
	font-size:14px;
}
#staffLookup a {
	border-bottom:1px dotted #444;
}
#staffLookup select {
	float: left;
	font-size:14px;
	padding:3px;
	outline:none;
	margin:0 10px 0 0;
}
#staffLookup input.button {
	padding:0 7px;
	border:0;
	color:#fff;
	background:#c04773;
	width:50px;
	height:24px;
	border-radius:4px;
	text-align:center;
	cursor:pointer;
}
#staffLookup input.button:hover {
	background:#d05180;
}

/*
=====================
Sports
=====================
*/
h1.icon {
	line-height:64px;
	padding-left:68px;
	background-position:left center;
	background-repeat:no-repeat;
	margin-left:-5px;
}
#sportsIntro a {
	border-bottom:1px dotted #444;
}
#sportsList {
	margin-right:-14px;
}
#sportsList .sport {
	float:left;
	width:194px;
	height:192px;
	margin:0 14px 14px 0;
	background-color:#f2f1ed;
	background-position:5px 5px;
	background-repeat:no-repeat;
	padding:14px 8px 0 80px;
	border-bottom:3px solid #ccc;
}
#sportsList li {
	background:url(/Images/bullet.gif) 0 5px no-repeat;
	padding-left:13px;
}
#sportsList a:hover {
	border-bottom:1px dotted #444;
}
a.backButton {
	display:block;
	width:72px;
	text-align:center;
	background:#eeece7 url(/Images/icon-back.gif) left no-repeat;
	line-height:22px;
	padding-left:16px;
	margin:-10px 0 22px -10px;
}
a.backButton:hover {
	background-color:#e2e2e2;
}
img.sportIcon {
	float:left;
	margin:0 4px 0 -5px;
}

/*
========================
Tabs
========================
*/
.tabs {
    border-bottom:1px solid #D9D9D9;
    height:30px;
    margin:20px 0;
    padding-left:5px;
}
.tabs li {
    float:left;
    margin-left:5px;
}
.tabs li a {
    background:#eeece7;
    border:1px solid #ddd;
    border-bottom:none;
    border-radius:5px 5px 0 0;
    color:#222;
    display:block;
    font-size:16px;
    line-height:29px;
    padding:0 10px;
}
.tabs li a:hover {
    background:#e2e2e2;
}
.tabs li a:active {
    background:#ddd;
}
.tabs li.active a, .tabs li.current a {
    background:#fff;
    border-bottom:0;
    padding-bottom:1px;
}

/*
——————————————————————
Tables
——————————————————————
*/
.tt-wrapper {
	min-width:260px;
	max-width:300px;
	display:inline-block;
	margin:0 22px 22px 0;
	vertical-align:top;
}
.timetable {
	width:100%;
}
.timetable td:nth-child(2),
.timetable td:nth-child(3) {
	text-align:right;
}
.timetable th,
.timetable td {
	padding:2px 6px;
	border:1px solid #000;
	background:#ccc;
}
.timetable th {
	font-weight:bold;
	text-align:center;
}
.timetable tr.alt td {
	background:#aaa;
}
table.green th,
table.green td {
	background:#cee7bd;
}
table.green tr.alt td {
	background:#a7d08c;
}
table.yellow th,
table.yellow td {
	background:#fde9b0;
}
table.yellow tr.alt td {
	background:#ffd965;
}



/*
—————————————————
Fee Calculator
—————————————————
*/
#fee-wrapper {
	overflow-x:auto;
	display:none;
}
.how-many {
	display:inline-block;
	padding:0.7em;
	border-radius:7px;
	color:#fff;
	background:#b45273;
	padding:0.75em 0.9em 0.9em 0.9em;
	margin-right:0.5em;
}
.how-many label {
	display:block;
	font-weight:bold;
	margin-bottom:0.4em;
	line-height:1.1;
	font-size:1.1em;
}
.how-many label span {
	font-weight:normal;
	font-size:0.875em;
}
.how-many select {
	padding:0.3em 0.4em;
	outline:none;
	border:0;
	border-radius:5px;
	font-size:1.1em;
}
#fees.grid {
	margin-bottom:30px;
}
#fees.grid th {
	line-height:1.2;
	color:#c04773;
	vertical-align:bottom;
}
#fees.grid th span {
	font-weight:normal;
}
#fees.grid td {
	background:#f2f2f2;
	line-height:1.2em;
}
#fees.grid th.money,
#fees.grid td.money {
	text-align:right;
	padding-left:2em;
}
#fees.grid th.discount,
#fees.grid td.discount,
#fees.grid td.total-discount {
	padding-right:2.5rem;
}
#fees.grid th.highlighted {
	background:#ceb66e;
	color:#fff;
}
#fees.grid td.highlighted {
	background:#fafafa;
}
#fees.grid th.highlighted,
#fees.grid td.highlighted {
	border-left:1px solid #ceb66e;
	border-right:1px solid #ceb66e;
	padding-right:1em;
}
#fees.grid tr.notClickable td {
	cursor:inherit;
}
#fees.grid tr.totals td {
	color:#fff;
	background:#c04773;
	font-weight:bold;
	font-size:1.2em;
}
#fees.grid tr.totals em {
	font-weight:normal;
	font-style:normal;
	font-size:0.85em;
	vertical-align:top;
	margin-left:0.3em;
}
#fees.grid tr.totals td.highlighted {
	background:#d2b567;
}
#fees.grid select {
	padding:2px;
	border-color:#ddd;
	border-radius:5px;
	outline:0;
}
#discounts {
	margin-bottom:1.8em;
}
#discounts p {
	position:relative;
	display:inline-block;
	margin-right:1em;
	background:#ede8d4;
	border-radius:7px;
}
#discounts p input {
	position:absolute;
	top:1.4em; left:1em;
	cursor:pointer;
}
#discounts label {
	display:block;
	user-select:none;
	cursor:pointer;
	padding:0.9em 1.1em 1em 2.5em;
}
.view-button {
	display:inline-block;
	color:#fff;
	background:#c04773;
	text-align:center;
	border-radius:7px;
	border:0;
	padding:0.6em 1em;
	cursor:pointer;
	outline:none;
	font-weight:bold;
	margin-right:0.5em;
}
.view-button:hover {
	background:#d05180;
}
.enter-balance input {
	display:inline-block;
	width:5em;
	border:1px solid #ccc;
	padding:0.3em;
	border-radius:5px;
	outline:0;
}
.enter-balance select {
	display:inline-block;
	border:1px solid #ccc;
	padding:0.3em;
	border-radius:5px;
	outline:0;
}