/*
———————————————————————
Global
———————————————————————
*/
html {
	background:#f6f4ed;
}
body {
	font:16px/1.4 Lato, Arial, sans-serif;
	color:#111;
	-webkit-font-smoothing:antialiased;
}
.container {
	max-width:1240px;
	margin:auto;
	padding:0 24px;
	position:relative;
}
h1 {
	font-size:32px;
	line-height:36px;
	margin-bottom:20px;
}
.h1-wrapper {
	background:#ffdf97;
}
.h1-wrapper h1 {
	font-size:30px;
	line-height:1;
	color:#000;
	margin-bottom:0;
	text-transform:uppercase;
	background:#ffc422;
	max-width:1192px;
	padding:20px 24px;
}
.h1-wrapper h1 a {
	color:#000;
}
h2 {
	font-size:20px;
	font-weight:600;
	line-height:22px;
	margin-bottom:16px;
}
h3 {
	font-size:19px;
	line-height:21px;
	font-weight:600;
	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;
}
.dropcap > p:first-child:first-letter {
	float:left;
	color:#fb0;
	padding:0 6px 0 0;
	font-weight:bold;
	font-size:44px;
	line-height:44px;
}
strong {
	font-weight:bold;
	font-style:inherit;
}
em {
	font-style:italic;
	font-weight:inherit;
}
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;
}
.fineprint {
	font-size:13px;
	line-height:20px;
	margin-top:30px;
}

/*
———————————————————————
Header
———————————————————————
*/
#header-wrapper {
	background:#fff;
}
#header {
	height:120px;
	position:relative;
	z-index:3;
}
#logo {
	width:250px;
	height:77px;
	background:url(/Images/logo-stpauls-foundation@2x.png) no-repeat;
	background-size:250px 77px;
	position:absolute;
	top:28px; left:28px;
}
#logo strong {
	display:none;
}
#header-divider-wrapper {
	background:#95a3ab;
}
#header-divider {
	background:#42515a;
	height:15px;
	padding:0;
}
#nav {
	position:absolute;
	top:53px; right:232px;
}
#nav li {
	float:left;
	position:relative;
	border-right:2px solid #ffc422;
}
#nav #close,
#hamburger {
	display:none;
}
#nav a.top {
	float:left;
	height:19px;
	overflow:hidden;
}
#nav a.top span {
	float:left;
	font-size:19px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:19px;
	padding:0 14px;
	color:#000;
}
#nav li:hover a.top span,
#nav li.active a.top span {
	color:#ffc422;
}
#nav a.facebook img {
	float:left;
	width:24px;
	height:29px;
}
#nav ul {
	display:none;
	position:absolute;
	left:0; top:40px;
	width:180px;
	z-index:1;
	background:#fff;
	border-radius:0 0 5px 5px;
	border-bottom:6px solid #fcdb58;
	padding:6px 0;
	box-shadow:0 4px 7px rgba(0, 0, 0, 0.4);
}
#nav ul li {
	float:none;
	margin:0;
}
#nav ul a {
	display:block;
	padding:2px 10px;
	font-size:13px;
}
#nav ul a:hover {
	background:#f2f2f2;
}
#nav li:hover ul {
	display:block;
}
#search {
	position:absolute;
	top:47px; right:24px;
}
#search input.searchInput {
	float:left;
	padding:2px 10px;
	border:0;
	background:#eae9e9;
	border-radius:14px;
	width:150px;
	height:20px;
	margin:3px 10px 0 0;
}
#search input.searchInput:hover {
	border-color:#bbb;
}
#search input.searchInput:focus {
	border-color:#fc0;
	outline:none;
}
#search input.searchButton {
	float:left;
	cursor:pointer;
	width:30px;
	height:30px;
}
#search input.searchButton:hover {
	background:#e2e2e2;
}

/*
———————————————————————
Home
———————————————————————
*/
.home-section .container {
	padding:0;
	height:400px;
	background-position:top right;
	background-repeat:no-repeat;
}
.home-section .text {
	padding:45px 0 0 50px;
}
.home-section h2 {
	text-transform:uppercase;
	font-weight:300;
	font-size:48px;
	line-height:0.9;
}
.home-section a.more {
	display:block;
	text-transform:uppercase;
	color:#fff;
	background:#ffc422;
	text-align:center;
	width:110px;
	font-weight:bold;
	font-size:14px;
	line-height:32px;
}
.home-section a.gray {
	background:#42515a;
}
.home-section .arrow-down {
	width:0;
	height:0;
	border-style:solid;
	border-width:30px 20px 0 20px;
	border-color:transparent;
	position:absolute;
	bottom:-30px; left:50px;
	z-index:1;
}
#cta-wrapper {
	background:#f2eee5;
}
#cta {
	background:#e6decc url(/Images/bg-cta.gif) top right no-repeat;
}
#cta ul {
	width:86%;
	margin:auto;
	padding-top:80px;
}
#cta li {
	float:left;
	width:33%;
}
#cta a {
	display:block;
	text-align:center;
}
#cta img {
	display:block;
	width:180px;
	height:180px;
	margin:0 auto 12px auto;
	border-radius:50%;
	transition:background-color 150ms linear;
}
#cta a:hover img {
	background:#fff;
}
#cta strong {
	display:block;
	text-transform:uppercase;
	font-size:32px;
}

/*
———————————————————————
Lists
———————————————————————
*/
ul.bullet {
	margin-bottom:1em;
	clear:left;
}
ul.bullet li {
	background:url(/Images/bullet.gif) 0 0.6em no-repeat;
	padding-left:1em;
}
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
———————————————————————
*/
#carousels {
	background:#292929;
	height:280px;
}
#carousels .container {
	padding:0;
}
#carousel {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:280px;
	position:relative;
}
#carousel ul {
	position:absolute;
	top:0; left:0;
}
#carousel li {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:280px;
	opacity:0;
	overflow:hidden;
}
#carousel div {
	width:74.4%;
}
#carousel li.current {
	z-index:1;
}
#carousel img {
	display:block;
}
#carousel span.arrow {
	display:none;
	width:58px;
	height:280px;
	position:absolute;
	top:0;
	opacity:.8;
	cursor:pointer;
	z-index:10000;
}
#carousel span.left {
	left:0; 
	background:url(/Images/arrow-left.gif) center no-repeat;
}
#carousel span.right {
	right:26%;
	background:url(/Images/arrow-right.gif) center no-repeat;
}
#carousel:hover span.arrow {
	display:block;
}
#carousel span.arrow:hover {
	opacity:1;
}
#carousel .caption {
	display:block;
	width:60%;
	height:48px;
	background:rgba(0, 0, 0, 0.4);
	position:absolute;
	left:0; bottom:0;
	padding:12px 14px;
	color:#fff;
}
#carousel .caption:hover {
	background:rgba(0, 0, 0, 0.45);
}
#carousel .caption strong {
	display:block;
	font-weight:normal;
	font-size:28px;
	line-height:28px;
	margin-bottom:2px;
	color:#fc0;
}
#carousel .caption span {
	display:block;
}
#carousel img {
	width:100%;
}
#carousel p {
	position:absolute;
	top:0; right:0;
	height:280px;
	background:#fc0;
	width:25.6%;
}
#carousel p span {
	display:block;
	padding:30px;
	font-size:20px;
}
#carousel p span q {
	display:block;
	margin-bottom:10px;
}
#carousel p span cite {
	display:block;
	font-size:16px;
}
#drivers-wrapper {
	max-width:1192px;
	background:#fff;
	padding:24px;
}
#drivers {
	margin:0 -2% 24px 0;
}
#drivers li {
	float:left;
	width:23%;
	height:169px;
	margin-right:2%;
	padding-bottom:28px;
	background:#000;
}
#drivers img {
	width:280px;
	height:197px;
}
#infographic {
	height:197px;
	background:#ddd;
}

/*
———————————————————————
Section Page
———————————————————————
*/
#section-wrapper {
	max-width:1192px;
	background:#fff;
	padding:24px;
}
#banner-wrapper {
	background:#ede9dd;
}
#banner-wrapper .container {
	max-width:1192px;
	height:275px;
	position:relative;
}
#banner-wrapper h1 {
	position:absolute;
	bottom:0; left:0;
	z-index:1;
	margin:0;
	font-size:48px;
	font-weight:300;
	line-height:1;
	color:#000;
	background:rgba(255,195,0,0.9);
	padding:15px 24px;
	text-transform:uppercase;
}
#sections {
	margin-right:-2%;
	padding-bottom:30px;
}
#sections.col4 {
	width:auto;
}
#sections li.section {
	float:left;
	width:23%;
	margin-right:2%;
	padding-bottom:28px;
}
#sections li p {
	padding-right:10px;
	margin-bottom:8px;
}
#sections li.section a.image {
	display:block;
	height:183px;
	margin-bottom:20px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:280px 183px;
	border:0;
}
#sections li li  {
	margin-bottom:2px;
}
#sections a {
	border-bottom:1px solid #dcdcdc;
	transition:text-decoration 200ms linear;
}
#sections a:hover {
	border-color:#fc0;
}
#sections li.cta a {
	display:block;
	height:163px;
	padding-top:20px;
	background:#e6decc;
	border:0;
}
#sections li.cta img {
	width:115px;
	height:115px;
	display:block;
	margin:0 auto 8px auto;
	border-radius:50%;
	transition:background-color 150ms linear;
}
#sections li.cta a:hover img {
	background:#fff;
}
#sections li.cta strong {
	display:block;
	text-transform:uppercase;
	text-align:center;
	font-size:20px;
}


#sidebar2 {
	float:right;
	width:194px;
	min-height:180px;
	background:#fc0;
	margin-right:-28px;
	position:relative;
	padding:18px;
}
#sidebar2 h3 {
	color:#fff;
	font-size:28px;
	font-weight:normal;
	margin-bottom:26px;
}
#sidebar2.terms a {
	border-bottom:1px dotted #444;
}
#clip {
	position:absolute;
	top:20px; right:-10px;
}
#sidebar2 .related li {
	margin-bottom:14px;
}
#sidebar2 .related a {
	display:block;
	position:relative;
	padding:6px 0 0 52px;
	height:55px;
	line-height:15px;
}
#sidebar2 span.imageCrop {
	position:absolute;
	top:0; left:0;
	display:block;
	width:43px; height:61px;
	overflow:hidden;
}
#sidebar2 .related a:hover span.imageCrop {
	border:2px solid #fff;
	top:-2px; left:-2px;
}
#sidebar2 .related strong {
	display:block;
}

/*
——————————————————————
Content Page
——————————————————————
*/
#content-wrapper {
	display:table;
	width:100%;
	padding:0;
	max-width:1240px;
	background:#fff;
}
#sidenav {
	display:table-cell;
	vertical-align:top;
	width:225px;
	max-width:225px;
	background:#ede9dd;
	padding:24px;
	font-size:14px;
}
#sidenav h3 {
	font-size:16px;
	font-weight:600;
	margin-bottom:6px;
	text-transform:uppercase;
}
#sidenav p.date {
	font-size:12px;
	font-style:italic;
	margin:6px 0 20px 0;
}
#sidenav ul {
	margin-bottom:1.5em;
}
#sidenav li a:hover {
	border-bottom:1px solid #777;
}
#sidenav li.active a {
	color:#ea0;
	font-weight:600;
}
#sidenav li.active a:hover {
	border-bottom:none;
}
#social {
	height:40px;
}
#social li {
	float:left;
	margin-right:4px;
}
#social img {
	width:30px;
	height:30px;
}
#social li a:hover {
	border:0;
}
#related {
	border-top:1px solid #fc0;
	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;
}
#content {
	vertical-align:top;
	max-width:700px;
	padding:28px;	
}
#content-wrapper .banner {
	height:214px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:967px 214px;
	margin-right:-205px;
}
#content h2 {
	margin-top:25px;
}
#content.fixture h1 {
	margin-bottom:5px;
}
#content.fixture h2.opposition {
	margin-top:0;
	margin-left:0;
	background:none;
	padding-left:0;
}
#content.fixture #storyHeader {
	height:auto;
	padding-bottom:8px;
}
#content.fixture #storyHeader span {
	line-height:18px;
}
#content a {
	border-bottom:1px solid #dcdcdc;
	transition:text-decoration 200ms linear;
}
#content a:hover {
	border-color:#fc0;
}
#content p:first-child {
	margin-top:27px;
}
#content img.inline {
	float:left;
	margin:0 14px 12px 0;
}
#content .imageContainer {
	float:right;
	width:272px;
	margin:12px -12px 25px 25px;
}
#content .imageContainer img {
	display:block;
}
#content .imageContainer a {
	display:block;
	margin:0 12px 12px 0;
	border:0;
}
#content .imageContainer a.thumb {
	float:left;
}
#content .publications {
	width:684px;
	margin-right:-14px;
}
#content .publications li {
	float:left;
	width:214px;
	margin:0 14px 14px 0;
}
#content .publications a {
	display:block;
	position:relative;
	padding:12px 8px 0 60px;
	height:65px;
	line-height:15px;
	border:0;
	background:#eee;
	font-size:13px;
}
#content .publications a:hover {
	background:#e2e2e2;
}
#content .publications img {
	position:absolute;
	top:8px; left:8px;
	display:block;
	width:43px; height:61px;
	overflow:hidden;
}
#content .publications strong {
	display:block;
	margin-bottom:2px;
}
#content .albums {
	margin-top:28px;
	border-top:1px dotted #ddd;
}
#content .albums .images {
	width:672px;
	margin-right:-12px;
}
#content .albums .images li {
	float:left;
	margin:0 12px 12px 0;
}
#content .albums .images img {
	float:left;
}
#content .albums a:hover img {
	opacity:.93;
}
#content #videos a {
	border-bottom-width:0;
}
#content .video {
	width:700px;
	height:393px;
}
#staff {
	width:694px;
	margin-right:-26px;
	margin-top:36px;
}
#staff li {
	float:left;
	width:301px;
	height:120px;
	background:#eee;
	margin:0 26px 14px 0;
	padding:10px;
	position:relative;
	font-size:13px;
}
#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 solid #ccc !important;
}
.donor-column {
	float:left;
	width:47%;
	margin:25px 3% 0 0;
	border-top:1px solid #ccc;
	padding-top:16px;
}
.donor-column h3 {
	margin:0;
}
.donor-column h3 + ul {
	margin-top:1em;
}
.donor-column em {
	font-weight:bold;
	color:#ea0;
}
#sidebar {
	display:table-cell;
	vertical-align:top;
	padding:10px 10px 30px 10px;
	position:relative;
	width:185px;
}
#sidebar.related {
	vertical-align:middle;
}
#sidebar a {
	display:block;
	width:186px;
	color:#fff;
	font-weight:600;
	font-size:13px;
	background:#fcbd1b;
}
#sidebar a img {
	display:block;
	width:186px;
	height:186px;
}
#sidebar a span {
	display:block;
	padding:10px;
}

/*
———————————————————————
Donation Opportunities
———————————————————————
*/
#donation-opportunities {
	margin-top:55px;
	clear:left;
}
#donation-opportunities h2 {
	margin-bottom:30px;
	font-weight:normal;
	font-size:32px;
}
#donation-opportunities li.top {
	padding:30px 0 0 180px;
	min-height:150px;
	border-top:1px solid #ccc;
	margin-bottom:20px;
	position:relative;
}
#donation-opportunities img {
	position:absolute;
	top:30px; left:0;
	width:150px;
	height:150px;
}
#donation-opportunities a.button {
	display:inline-block;
	margin:0 10px 10px 0;
	background:#ffc422;
	border-radius:4px;
	padding:8px 10px;
	border:0;
}
#donation-opportunities a.button:active {
	background:#ea0;
}

/*
——————————————————————
Fundraising
——————————————————————
*/
.thermometer {
	width:140px;
	text-align:center;
	padding:24px 0 0 40px;
}
.thermometer-down {
	margin-top:214px;
}
.thermometer h3 {
	text-transform:uppercase;
	margin:0;
}
.target {
	background:#e2e2e2;
	width:82px;
	height:400px;
	position:relative;
	margin:auto;
	opacity:0;
}
.target-active {
	opacity:1;
	-webkit-transition:opacity 0.5s linear;
	-webkit-transition-delay:1s;
}
.target img.shim {
	width:84px;
	height:400px;
	position:absolute;
	top:0; left:-1px;
}
.target img.tick {
	width:39px;
	height:29px;
	position:absolute;
	bottom:24px; left:24px;
}
.progress, .school {
	width:82px;
	position:absolute;
	bottom:0; left:0;
	background:#e00;
}
.school {
	background:#ea0;
}
.raised {
	text-align:left;
	position:absolute;
	left:-60px;
	width:76px;
	border-top:1px solid #e2e2e2;
	line-height:1.2;
}
.raised span {
	display:block;
	font-size:12px;
	line-height:13px;
	margin-top:2px;
}
.funds-grid {
	display:none;
}

/*
——————————————————————
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:186px;
}
#topics h3 {
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:6px;
}
#topics ul {
	margin-bottom:28px;
	font-size:12px;
}
#topics li  {
	margin-bottom:2px;
	background:url(/Images/bullet.gif) 0 5px no-repeat;
	padding-left:13px;
}
#topics a:hover, #topics a.email {
	border-bottom:1px dotted #444;
}
#topics li.active a {
	color:#f1b50f;
	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:#f1b50f;
}
#news h2, #videos h2 {
	margin-bottom:20px;
}
#news li {
	position:relative;
	padding-left:144px;
	margin-bottom:35px;
	min-height:115px;
}
#news li h3 {
	margin-bottom:0.3em;
	line-height:28px;
}
#news span.date {
	display:block;
	color:#999;
	margin-bottom:4px;
}
#news a img {
	position:absolute;
	top:0; left:0;
	display:block;
	background:url(/Images/shadow-130.png) bottom no-repeat;
	padding-bottom:10px;
	opacity:.93;
	width:130px;
	height:130px;
}
#news a:hover img {
	opacity:1;
}
#filter {
	background:#eee;
	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:#fc0;
}
#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:1px solid #ccc;
	background:#ddd;
	width:70px;
	height:24px;
	border-radius:4px;
	text-align:center;
	cursor:pointer;
}
#filter input.button:hover {
	background:#d2d2d2;
}
#story {
	width:670px;
}
#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 {
	display:block;
	width:315px;
}
#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:#fc0;
	text-align:center;
	color:#333;
	font-size:16px;
	font-weight:bold;
}
#news.tickets a.button:hover {
	background:#fed534;
}
.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-left:182px;
	position:relative;
	margin-top:20px;
	min-height:120px;
}
#news.directory img {
	box-shadow:0 0 7px #ccc;
	width:150px;
	height:120px;
	padding:4px 8px;
	background:none;
}
#business {
	width:460px;
	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:#eee;
	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 ul {
	width:681px;
	margin:0 -8px 0 -3px;
}
#albums li {
	float:left;
	width:216px;
	height:226px;
	margin-right:11px;
}
#albums a {
	display:block;
	border:0 !important;
	font-size:13px;
}
#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 {
	width:670px;
}
#album #images {
	width:684px;
	margin-right:-14px;
	padding-top:8px;
}
#album #images li {
	float:left;
	width:157px;
	height:157px;
	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;
}
h3.weekHeading span {
	float:left;
	padding:4px 12px 0 12px;
	line-height:28px;
	background:#ddd;
	border-radius:7px 7px 0 0;
}
.week {
	width:670px;
	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:#f2f2f2;
}
.week tr.holiday td {
	background:#fff7d9;
}
.week tr.today td {
	background:#fc0;
}
.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 {
	width:670px;
}
#publications h2 {
	margin-bottom:20px;
}
#publications ul {
	padding-top:20px;
}
#publications li {
	float:left;
	width:166px;
	height:240px;
	font-size:13px;
}
#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;
	margin-bottom:2px;
}

/*
——————————————————————
Footer
——————————————————————
*/
#footer-wrapper {
	background:#95a3ab;
}
#footer {
	height:100px;
	position:relative;
	color:#fff;
	background:#42515a;
	padding:0;
	font-size:14px;
}
#footer address {
	position:absolute;
	left:24px; bottom:24px;
}
#footer address span.address {
	display:block;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
}
#footer em {
	color:#fc0;
	font-weight:normal;
	font-style:normal;
	margin:0 2px;
}
#copyright {
	position:absolute;
	right:24px; bottom:24px;
}

/*
———————————————————
Forms
———————————————————
*/
.form {
	background:#f5f5f5;
	border-radius:10px;
	min-height:1px;
	padding:22px 25px 10px 25px;
}
.form h3 {
	padding-left:195px;
	font-size:18px;
	font-weight:bold;
	padding-top:8px;
}
.form p {
	position:relative;
	padding-left:195px;
	margin-bottom:8px;
}
.form p.intro {
	padding:0;
	margin-bottom:24px;
}
.form .recaptcha {
	padding-left:195px;
}
.form label,
.form span.label {
	position:absolute;
	top:4px; left:0;
	display:block;
	width:180px;
	text-align:right;
	padding:2px;
}
.form p.checkboxes {
	padding-top:4px;
}
.form h3 + p.checkboxes {
	padding-top:0;
}
.form p.checkboxes label {
	position:static;
	display:inline;
	margin:0 0 0 4px;
}
.form p.checkboxes input {
	position:relative;
	top:1px;
}
.form input.text, .form textarea, .form select {
	padding:5px;
	width:250px;
	border:1px solid #ebebeb;
	border-top-color:#cdcdcd;
	margin-right:8px;
	border-radius:3px;
	-webkit-border-radius:3px;
	outline:none;
}
.form input.text:focus,
.form textarea:focus {
	outline:none;
	border-color:#ffc422;
}
.form input.medium {
	width:157px;
}
.form input.short {
	width:60px;
}
.form textarea {
	height:170px;
	display:block;
}
.form textarea.small {
	height:50px;
}
.form select {
	font-size:16px;
	padding:4px 3px 3px 3px;
	width:262px;
}
.form select.auto {
	width:auto;
}
.form input.button {
	-webkit-appearance:none;
	display:block;
	color:#fff;
	background:#ffc422;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	width:140px;
	height:45px;
	line-height:45px;
	border:0;
	border-radius:4px;
	cursor:pointer;
	outline:none;
	margin-top:25px;
}
.form input.button:active {
	background:#ea0;
}
.form .policies {
	font-size:13px;
	border-bottom:1px solid #fc0;
}
.form .footnote {
	font-size:13px;
}
.form .payment {
	display:inline-block;
	margin-bottom:4px;
	padding:8px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 3px 5px #eee;
	width:328px;
	max-width:95%;
}
.form .req {
	color:#ff9c00;
}
#instalments {
	background:#bfc8cd;
	padding:5px 12px 3px 12px;
	margin:20px 0 0 195px;
	border-radius:5px;
	width:262px;
	display:none;
}
#instalments h3,
#instalments p {
	padding-left:0;
}
#instalments h3 {
	color:#fff;
	background:#42515a;
	margin:-5px -12px 10px -12px;
	padding:5px 12px 4px 12px;
	border-radius:5px 5px 0 0;
}
#instalments label {
	display:inline-block;
	position:static;
	width:140px;
	text-align:left;
}
#instalments select {
	width:auto;
	margin-right:0;
	padding:2px 1px 1px 1px;
	border:0;
}
#instalments p.summary {
	border-top:1px solid #7b868c;
	margin-top:12px;
	padding-top:3px;
	font-weight:bold;
}

/*
———————————————————
Contact Page
———————————————————
*/
#contactInfo {
	float:left;
	width:380px;
	position:relative;
}
#contactInfo address {
	float:left;
}
#contactInfo address:first-of-type {
	margin-right:50px;
}
#contactInfo address strong {
	font-size:16px;
}
#contactInfo address span {
	display:block;
}
#contactInfo dl {
	margin-bottom:30px;
}
#contactInfo dt {
	float:left;
	clear:left;
	background-repeat:no-repeat;
	background-position:0 7px;
	width:50px;
	height:50px;
	font-weight:bold;
	color:#999;
	border-bottom:1px solid #ddd;
	line-height:300px;
	overflow:hidden;
}
#contactInfo dt.phone {
	background-image:url(/Images/icon-phone.gif);
}
#contactInfo dt.fax {
	background-image:url(/Images/icon-fax.gif);
}
#contactInfo dt.email {
	background-image:url(/Images/icon-email.gif);
}
#contactInfo dt.facebook {
	background-image:url(/Images/icon-facebook@2x.gif);
	background-size:46px 36px;
}
#contactInfo dt.twitter {
	background-image:url(/Images/icon-twitter@2x.gif);
	background-size:46px 36px;
}
#contactInfo dt.linkedin {
	background-image:url(/Images/icon-linkedin@2x.gif);
	background-size:46px 36px;
}
#contactInfo dd {
	float:left;
	border-bottom:1px solid #ddd;
	width:330px;
	height:50px;
	line-height:50px;
}
#contactInfo dd strong {
	font-size:16px;
}
#contactInfo dd strong.short {
	display:none;
}
#contactInfo a {
	border-bottom:1px solid #dcdcdc;
}
#contactInfo a:hover {
	border-bottom:1px solid #fc0;
}
.contactForm {
	float:right;
	width:460px;
	position:relative;
}
.contactForm label,
.contactForm span.label {
	width:130px;
}
.contactForm p,
.contactForm h3,
.contactForm .fieldWrapper,
.contactForm .recaptcha {
	padding-left:140px;
	margin-top:0;
}
.contactForm .fieldWrapper,
.contactForm .recaptcha {
	margin-top:20px;
}

/*
————————————————————————
Validation
————————————————————————
*/
.form .validation-container,
.form .alert {
	padding:10px;
	background:#d00;
	border-radius:7px;
	color:#fff;
	margin:0 0 30px 0;
	position:relative;
	line-height:130%;
}
.form .validation-title {
	font-weight:bold;
}
.form .alert {
	background:#98c070;
}
.form .alert p {
	padding:0;
	margin:0;
}
.form .alert span.tick {
	font-size:18px;
	margin-right:4px;
}


/*
——————————————————————————
Tables
——————————————————————————
*/
.grid {
	width:100%;
	border-bottom:1px solid #ddd;
	margin:20px 0;
}
.grid tr:hover td {
	background-color:#eee;
}
.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 {
	height:40px;
}
.gridFooter span.disabled,
.gridFooter span.divider {
	display:none;
}
.pagerControl {
	float:right;
}
.pagerControl span.active,
.pagerControl a {
	float:left;
	margin-left:2px;
	border:1px solid #fff !important;
	padding:0 5px;
	line-height:20px;
	color:#333;
}
.pagerControl span.active {
	border:1px solid #f1b50f !important;
	background:#f1b50f;
	color:#fff;
	border-radius:3px;
}
.presentation {
	font-size:16px;
	margin:20px 0;
}
.presentation th.label {
	background:#fed534;
	font-weight:bold;
}
.presentation th,
.presentation td {
	padding:5px 8px;
	width:145px;
}
.presentation th.label,
.presentation td {
	border:1px solid #fed534;
}
.presentation th.center,
.presentation td.center {
	text-align:center;
}
.presentation td.tint {
	background:#fffce2;
	font-weight:bold;
}
.presentation td.tint span {
	font-weight:normal;
}

/*
—————————————————————
Videos
—————————————————————
*/
#videos ul {
	margin:30px -29px 0 0;
}
#videos li {
	float:left;
	width:194px;
	height:160px;
	margin:0 29px 29px 0;
}
#videos a {
	display:block;
	width:194px;
	height:160px;
	position:relative;
}
#videos a:hover {
	border:8px solid #eee;
	background:#eee;
	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;
}

/*
—————————————————————
Staff Lookup
—————————————————————
*/
#staffLookup {
	float:right;
	background:#eee;
	padding:20px;
	width:300px;
}
#staffLookup p {
	height:35px;
}
#staffLookup div.hasPhoto {
	position:relative;
	padding-left:94px;
	min-height:100px;
}
#staffLookup img {
	position:absolute;
	top:0; left:0;
	border:1px solid #fff;
}
#staffLookup strong,
#staffLookup span {
	display:block;
	font-size:14px;
}
#staffLookup a {
	border-bottom:1px dotted #444;
}
#staffLookup select {
	float: left;
	width:240px;
	font-size:14px;
	padding:3px;
	outline:none;
	margin:0 10px 0 0;
}
#staffLookup input.button {
	padding:0 7px;
	border:1px solid #ccc;
	background:#ddd;
	width:50px;
	height:24px;
	border-radius:4px;
	text-align:center;
	cursor:pointer;
}
#staffLookup input.button:hover {
	background:#d2d2d2;
}

/*
—————————————————————
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 {
	width:912px;
	margin-right:-14px;
}
#sportsList .sport {
	float:left;
	width:202px;
	height:192px;
	margin:0 14px 14px 0;
	background-color:#f2f2f2;
	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:#ddd 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:#eee;
    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;
}