/*
Theme Name: motionball
Theme URI: http://motionball.com/
Description: A Wordpress theme built for motionball.
Version: 0.1
Author: Daryl Claudio
Author URI: http://darylclaudio.com/
Tags: fixed width

	motionball website.

*/

/*------------------------------
			SWATCH
			
			red		#CD1041
			grey	#A1A1A1
			dark	#262626
			
			
			
			
			TABLE OF CONTENTS
			
			*search for =xx to jump
			
			=01		Type
			=02		Links
			=03		Body Backgrounds 
			=04		Header Navigation
			=05		Content Variations
			=06		Sidebar
			=07		Footer
			=08		Homepage
			=09		Homepage Subnavigation
			=10		The Team
			=11		Corporate
			=12		Blog
			=13		Mandate
			=14		Frosting


		=01 TYPE
*********************************/

h2 {
color: #FFF;
font-family: Calibri, "Lucida Grande", "Trebuchet MS", "Helvetica Neue", Arial,  Helvetica, sans-serif;
font-size: 1.1em;
line-height: 1;
margin: 0 0 10px 0;
text-transform: uppercase;
}

h3 {
color: #EEE;
font-family: Calibri, "Lucida Grande", "Trebuchet MS", "Helvetica Neue", Arial,  Helvetica, sans-serif;
font-size: 0.9em;
line-height: 1;
margin: 30px 0 15px 0;
text-transform: uppercase;
}

p {
color: #A1A1A1;
font-family: Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
font-size: 80%;
line-height: 1.3;
margin: 0 0 15px;
}

strong {
font-weight: 600;	
}

em {
font-style: normal;
}

ul.gala_night_list {
	color: #A1A1A1;
	font-family: Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3;
	list-style-type:disc;
	list-style-position:inside;
	margin:0 0 20px 0;
	padding:0;
}

/*------------------------------
		=02 LINKS
*********************************/

a:link {
color: #CD1041;
text-decoration: none;
}

a:visited {
color: #CD1041;
text-decoration: none;
}

a:hover {
color: #EC0000;
text-decoration: none;
}

a:active {
color: #CD1041;
text-decoration: none;
}

#footerNavigation a,
#headerNavigation a {
color: #FFF;
}

	#footerNavigation a:hover {
	border-bottom: 1px solid #CCC;	
	}

/*------------------------------
		=03 BODY BACKGROUND
*********************************/

body {
background-color: #000;
text-align: center;
}

	body.bg-home {
	background: url('images/bg-home.jpg') no-repeat scroll center top #000;
	}

	body.bg-marathonofsport {
	background: url('images/bg-marathonofsport.jpg') no-repeat scroll center top #000;
	}

	body.bg-marathonofsportCalgary {
	background: url('images/bg-marathonofsportCalgary.jpg') no-repeat scroll center top #000;	
	}

	body.bg-marathonofsportHalifax {
	background: url('images/bg-marathonofsportHalifax.jpg') no-repeat scroll center top #000;	
	}

	body.bg-marathonofsportToronto {
	background: url('images/bg-marathonofsportToronto.jpg') no-repeat scroll center top #000;
	}

	body.bg-marathonofsportVancouver {
	background: url('images/bg-marathonofsportVancouver.jpg') no-repeat scroll center top #000;
	}

	body.bg-marathonofsportOttawa {
	background: url('images/bg-marathonofsportOttawa.jpg') no-repeat scroll center top #000;
	}

	body.bg-torontogala {
	background: url('images/bg-torontogala.jpg') no-repeat scroll center top #000;	
	}
	
	body.bg-calgarygala {
	background: url('images/bg-calgarygala.jpg') no-repeat scroll center top #000;	
	}
	
	body.bg-sixdegrees {
	background: url('images/bg-sixdegrees.jpg') no-repeat scroll center top #000;	
	}

	body.bg-fallclassic {
	background: url('images/bg-fallclassic.jpg') no-repeat scroll center top #000;	
	}

	body.bg-footballfrenzy {
	background: url('images/bg-footballfrenzy.jpg') no-repeat scroll center top #000;	
	}

	body.bg-our-history {
	background: url('images/bg-our-history.jpg') no-repeat scroll center top #000;	
	}

	body.bg-the-team {
	background: url('images/bg-the-team.jpg') no-repeat scroll center top #000;	
	}

	body.bg-plain {
	background: url('images/bg-plain.jpg') no-repeat scroll center top #000;
	}

#container {
margin: 0 auto;
text-align: left;
width: 950px;
}

#headerContainer img {
display: block;
float: left;
height: 50px;
margin: 30px 0 0 0;
overflow: hidden;
width: 189px;
}

/*------------------------------
		=04 HEADER NAVIGATION
*********************************/

#headerNavigation {
color: #FFF;
float: right;
font: normal normal 85% Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
margin-top: 62px;
width: 740px;
}
	/* droppy (jQuery) nav styling... http://onehackoranother.com/projects/jquery/droppy/ */

		#headerNav {	float: right; display: block; margin: 0; padding: 0; position: relative; } /* parent ul */
		#headerNav li { display: block; list-style: none; margin: 0; padding: 0 14px 0 5px; float: left; position: relative;
						border-bottom: 1px solid #262626; } /* parent li */
		#headerNav a {	display: block; font-size: 13px; }
		#headerNav li a.hover { margin-bottom: -1px; border-bottom: 1px solid #FFF; }

		#headerNav ul {	display: none; position: absolute; left: 0; margin: 1px 0 0 0; padding: 4px 0 4px 0;
							background-image: url(images/lightbg.png);
							cursor: pointer;
							font-size: 75%;
							font-weight: 400;
							text-transform: uppercase;
							width: 130px;
							z-index: 9999; } /* child ul */
			#headerNav ul li { float: none; display: block; padding: 2px 5px 2px 5px; border-bottom: none; } /* child li */
			#headerNav ul li a { color: #CCC; }
			#headerNav ul li a.hover { color: #FFF; border-bottom: 1px solid #505050; }
				#headerNav ul ul { top: 0; left: 130px; font-size: 100%; margin-top: -5px; }
		
		* html #headerNav ul { line-height: 1; } /* IE6 "fix" */
	

	#headerNavigation ul#headerNav li.page-item-15,
	#footerNavigation ul li.page-item-15 { padding-right: 0; } /* fixing last item padding */

/*------------------------------
		=05 CONTENT VARIATION
*********************************/

#bodyContainer {
border-top: 1px solid #262626;
margin: 463px 0 20px 0;
padding: 30px 0 0 0;
}

#bodyContainerEvents { /* compensates for sponsors slidebox */
margin: 30px 0 0 0;
padding: 0;
}

#bodyContainerAboutTheTeam {
margin: 55px 0 60px 0;
padding: 0;
text-align: center;
}

#bodyContainerCorporate {
margin: 50px 0 60px 0;
padding: 0;
}

#bodyContainerNoImage {
margin: 100px 0 60px 0;
padding: 0;
}

#bodyContainerHome { /* edited margin form */
border-top: 1px solid #262626;
margin: 336px 0 0 0;
padding: 30px 0 0 0
}

	#bodyMainContent {
	float: left;
	margin: 0 45px 0 5px;
	width: 560px;
	}

	#bodyMainContentFullWidth {
	float: left;
	margin: 0 45px 0 5px;
	width: 900px;
	}

	
	#bodyMainContent h1,
	#bodyMainContentFullWidth h1 { /* hidden */
	background: none;
	border: 0;
	display: none;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

/*------------------------------
		=06 SIDEBAR
*********************************/

	#bodySidebar {
	float: left;
	margin: 0;
	width: 340px;
	}

		.sidebarItem { /* holds any sidebar "section" with a border-bottom. */
		border-bottom: 1px solid #262626;
		margin: 0 0 14px 0;
		padding: 0 0 28px 0;
		}

		.sidebarSocial { /* last sidebar item; no border-bottom */
		padding-bottom: 28px;	
		}
		
			.sidebarSocial .sharethislink {
			margin: 20px 0 10px;	
			}
		
			.sidebarSocial .facebooklink {
			display: inline;
			float: left;	
			}
			
			.sidebarSocial .twitterlink {
			display: inline;
			float: left;
			margin: 3px 0 0 42px;
			}

		.sidebarTable {
		border: none;
		border-collapse: collapse;
		color: #FFF;
		font: normal normal 80% Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
		line-height: 1.5;
		width: 100%;
		}

		.sidebarTable .tableH { /* table header text */
		border-bottom: 1px solid #CCCCCC;
		}

		.sidebarTable td,
		.sidebarTable th {
		width: 32%;
		vertical-align: top;
		}

		.sidebarTable td {
		padding-top: 12px;
		}
		
		.sidebarTable th,
		.sidebarTable a,
		.sidebarTable .tableCity,
		.sidebarTable .tableDate {
		text-transform: uppercase;
		}
				
		.sidebarTable .tableVenue {
		color: #A1A1A1;
		display: block;
		font-size: 90%;
		}
		
		.sidebarTable span.tableLink {
		display: block;
		}

		ul.localPageCities li {
		display: inline;
		font: normal normal 80% Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
		margin-right: 12px;
		text-transform: uppercase;
		}
		
		ul.localPageCities .current_page_item a {
		border-bottom: 1px solid #CCC;
		color: #FFF;
		}
		
		div.localPageAddress {
		color: #A1A1A1;
		font: normal normal 72% Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
		margin: 12px 0;
		}

		ul.localPageActions {
		font: normal normal 80% Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
		line-height: 1.5;
		text-transform: uppercase;
		}

	div.sidebarsocial p {
	color: #828282;
	font-family: Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3;
	margin: 10px 7px;
	}

		.homeSubnav div.joinOptions {
		display: none;
		margin-top: 15px;
		}

		.homeSubnav div.joinOptions div {
		margin-bottom: 20px;
		}

		.homeSubnav div.joinOptions img {
		float: left;
		margin: 0 5px 10px 7px;
		}

		.homeSubnav div.joinOptions p {
		line-height: 1;
		margin: 0 0 10px 0;
		}

	#bodyNotFound {
	margin: 60px 0;
	text-align: left;	
	}

/*------------------------------
		=07 FOOTER
*********************************/

#footerContainer {
border-top: 1px solid #262626;
margin-bottom: 35px;
text-align: center;
}

#footerNavigation {
color: #FFF;
font: normal normal 60% Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
margin: 14px 0 0 0;
}

	#footerNavigation ul {
	display: inline;
	}

	#footerNavigation ul li {
	display: inline;
	padding: 0 18px 0 0;
	}

#footerSupportOf {
margin: 35px 0;
}

	#footerSupportOf div {
	color: #888;
	font: normal normal 60% Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	}

#footerCopyright {	
color: #FFF;
font: normal normal 60% Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
line-height: 1.3;
margin: 0 0 15px 0;
text-transform: uppercase;
}

	#footerCopyright em {
	color: #CD1041;
	font-style: normal;
	}

	#footerCopyright h4,
	.piclenselink {
	font: normal normal 90% Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;	
	}
	
	#footerCopyright h4 {
	margin-top: 10px;	
	}
	
	#footerCopyright h5 {
	color: #888;
	font: normal normal 100% Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
	margin: 15px 0 0 0;
	text-transform: none;
	}
	
	.footer_logo {
	margin-bottom:-5px;
	margin-left:4px;
	}

/*------------------------------
		=08 HOMEPAGE
*********************************/

#bodyHomeOverlay {
margin: 39px 0 0 0;
position: relative;
width: 522px;
}

	#bodyHomeOverlay a {
	color: white;	
	}

	#bodyHomeOverlay ul {
	display: block;
	float: right;
	margin-top: 62px;
	vertical-align: top;
	}
	
	#bodyHomeOverlay ul li {
	color: white;
	cursor: pointer;
	font: normal normal 125% Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif;
	display: inline;
	padding: 2px 10px;
	text-transform: uppercase;
	vertical-align: top;
	}

	#bodyHomeOverlay ul li.mandate {
	background-color: #C70146;
	}

	#bodyHomeOverlay ul li.video {
	background-color: #EB008B;
	}
	
	#bodyHomeOverlay ul li.mandateOver {
	background-color: #E00250;
	}

	#bodyHomeOverlay ul li.videoOver {
	background-color: #FF0095;
	}

/*------------------------------
		=09 HOME SUBNAVIGATION
*********************************/

li.homeSubnav {
border: 1px solid #262626;
display: inline;
float: left;
width: 141px;
margin: 0 18px 30px 0;
}

	.homeSubnav span {
	display: block;
	margin: 10px 7px;
	}
	
	.homeSubnav.joinUs {
	margin-right: 0;	
	}

	.homeSubnav p {
	color: #828282;
	font-family: Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3;
	margin: 10px 7px;
	}

		.homeSubnav div.joinOptions {
		display: none;
		margin-top: 15px;
		}

		.homeSubnav div.joinOptions div {
		margin-bottom: 20px;
		}

		.homeSubnav div.joinOptions img {
		float: left;
		margin: 0 5px 10px 7px;
		}

		.homeSubnav div.joinOptions p {
		line-height: 1;
		margin: 0 0 10px 0;
		}

	.homeSubnav form {
	display: block;
	margin: 10px 0 0 0;
	text-align: center;
	}

	.homeSubnav input {
	background-color: transparent;
	padding: 5px;
	}

	.homeSubnav #donateContainer {
	background: url('images/home-formbg.gif') bottom left repeat-x #000;
	border: 1px solid #262626;
	margin: 0 auto;
	width: 80%;
	}
		
		.homeSubnav label {
		color: #828282;
		font-family: Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif;
		}

		.homeSubnav input#donation {
		border: none;
		color: #FFF;
		font-size: 14px;
		text-align: center;
		}

	.homeSubnav input#submit {
	border: none;
	color: #CD1041;
	cursor: pointer;
	}


ul.homeCities { /* cities for home */
display: block;
text-align: center;
margin: 0 auto;
width: 800px;
}

	ul.homeCities li {
	display: inline;
	float: left;
	margin: 0 9px 40px 9px;
	width: 142px;
	}

	ul.homeCities li h2 {
	text-align: center;	
	}

	ul.homeCities li h2 a {
	color: #FFF;	
	}

/*------------------------------
		=10 THE TEAM
*********************************/

#bodyContainerAboutTheTeam div.board {
color: #A1A1A1;
font-family: Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
font-size: 80%;
line-height: 1.8;
margin: 0 0 50px 300px;
text-align: left;
width: 500px;
}

#bodyContainerAboutTheTeam li.role span.sub {
float: left;
display: block;
width: 30%;
height: 100%;
}

#bodyContainerAboutTheTeam span.therole {
color: #6A6A6A;	
}

#bodyContainerAboutTheTeam li {
display: block;
clear: both;	
}

#bodyContainerAboutTheTeam .committeeContainer {
margin: 0 auto;
text-align: center;
width: 940px;
}

#bodyContainerAboutTheTeam .committee {
color: #A1A1A1;
float: left;
font-family: Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
font-size: 80%;
margin: 15px 5px;
text-align: left;
width: 220px;
}

#bodyContainerAboutTheTeam ul.city li {
display: block;
margin-left: 20px;	
margin-bottom: 8px;
}

#bodyContainerAboutTheTeam ul.city li.cityrole span.therole {
line-height: 1.2;	
}

#bodyContainerAboutTheTeam ul.city li.cityname {
color: #FFF;
font-size: 60%;
letter-spacing: 2px;
margin-left: 0;
text-transform: uppercase;
line-height: 1.8;
}

.tablelistofroles {
vertical-align:top;
}

.tablelistofroles td {
vertical-align:top;
width:200px;
}

/*------------------------------
		=11 CORPORATE
*********************************/

#corporateSponsorDonate {
font-family: Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
font-size: 80%;
float: right;
width: auto;
}

#corporateSponsorDonate div a:link {
color: #FFF;
text-decoration: none;
}

#corporateSponsorDonate div a:visited {
color: #FFF;
text-decoration: none;
}

#corporateSponsorDonate div a:hover {
color: #FFF;
text-decoration: none;
}

#corporateSponsorDonate div a:active {
color: #FFF;
text-decoration: none;
}

	#corporateSponsorDonate div {
	display: block;
	margin-bottom: 10px;
	text-align: left;
	}
	
	#corporateSponsorDonate span {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	width: 40px;
	text-align: right;
	}

#corporateLogosoup {
background: url('images/corporate-dividinglines.png') no-repeat top center;
margin: 0 auto 60px auto;
}

#corporateLogosoup h2 {
font-size: 10px;
text-align: center;
margin-top: 45px;
margin-bottom: 30px;
}

	#corporateLogosoup span.corporateLink {
	display: block;
	font-family: Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 65%;
	margin-top: 5px;
	text-align: right;
	text-transform: uppercase;
	}

	/* different column sizes */

	#corporateLogosoup div#soup div#corporateXL {
	float: left;
	width: 270px;
	margin-right:0;
	margin-left:26px;
	}

	#corporateLogosoup div#soup div#corporateXL div.corporateDescription {
	margin: 0 15px;
	width: 250px;
	}

	#corporateLogosoup div#corporateXL img.hr {
	margin: 40px auto 15px auto;
	text-align: center;
	width: 250px;
	}

	#corporateLogosoup div#soup div#corporateL {
	float: left;
	width: 185px;
	margin-right: 24px;
	}

	#corporateLogosoup div#soup div#corporateL div.corporateDescription {
	margin: 0 10px;
	width: 165px;
	}

	#corporateLogosoup div#corporateL img.hr {
	margin: 40px auto 15px auto;
	text-align: center;
	width: 160px;
	}

	#corporateLogosoup div#soup div#corporateM {
	float: left;
	width: 170px;
	margin-right: 22px;
	}

	#corporateLogosoup div#soup div#corporateM div.corporateDescription {
	margin: 0 5px;
	width: 160px;
	}

	#corporateLogosoup div#corporateM img.hr {
	margin: 40px auto 15px auto;
	text-align: center;
	width: 160px;
	}

	#corporateLogosoup div#soup div#corporateS {
	float: left;
	width: 145px;
	margin-right: 15px;
	}

	#corporateLogosoup div#soup div#corporateS div.corporateDescription {
	margin: 0 5px;
	width: 135px;
	}

	#corporateLogosoup div#corporateS img.hr {
	margin: 40px auto 15px auto;
	text-align: center;
	width: 135px;
	}

	#corporateLogosoup div#soup div#corporateXS {
	float: left;
	width: 80px;
	}

	#corporateLogosoup div#soup div#corporateXS div.corporateDescription {
	margin: 0;
	width: 80px;
	}

	#corporateLogosoup div#corporateXS img.hr {
	margin: 40px auto 15px auto;
	text-align: center;
	width: 80px;
	}

	#corporateLogosoup div.title {
	cursor: pointer;
	margin: 0;
	text-align: center;
	}

	#corporateLogosoup div.title img {
	margin: 20px 0;
	}

/*------------------------------
		=12 BLOG
*********************************/

h2 a:link {
color: #CCC;	
}

h2 a:visited {
color: #CCC;	
}

h2 a:hover {
color: #FFF;	
}

h2 a:active {
color: #CCC;	
}

small {
color: #A1A1A1;
font-family: Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
font-size: 70%;
line-height: 1;
margin: 0 0 15px;
}

.post {
margin: 0 0 50px 0;
}

.entry {
margin: 20px 0 0 0;
}

	.entry .alignleft {
	float: left;
	margin: 15px;
	}
	
	.entry .alignright {
	float: right;
	margin: 15px;
	}
	
	.entry .aligncenter {
	clear:both;
	display:block;
	float:none;
	margin: 15px auto;
	}
	
	.entry img {
	border: 1px solid #262626;
	padding: 5px;
	}
	
	.entry .wp-caption-text {
	color:#666666;
	font-size:70%;
	text-align:center;
	margin-top: 5px;
	}

.postmetadata {
clear: both;	
}

h3#comments {
color: #A1A1A1;
font-family: Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
font-size: 70%;
line-height: 1;
margin: 0 0 15px;
}

.comment-meta {
font-family: Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
font-size: 70%;
}

div.navigation {
font-family: Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
font-size: 80%;	
}

ol.commentlist li.comment {
margin-left: 20px;
border-left: 1px solid #262626;
padding-left: 10px;
}

div.comment-author {
color: #A1A1A1;
font-family: Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
font-size: 80%;
}

/*------------------------------
		=13 MANDATE (shadowbox)
*********************************/

body#mandate {
background: transparent;
text-align: center;
}

#mandateContainer {
margin: 30px auto;
width: 800px;	
text-align: center;
}

#mandateContainer img {
margin: 0 auto;
text-align: center;
}

#mandateContainer h2 {
color: #000;
font-size: 26px;
font-weight: 400;
line-height: 36px;
text-transform: none;
}


#mandateContainer h2 div {
margin-top: 40px;
text-align: left;
}

/*------------------------------
		=14 FROSTING
*********************************/

hr {
background-color: #262626;
color: #262626;
border: 1px solid #262626;
height: 1px;
}

.textcenter {
text-align: center;	
}

/*------------------------------
		=15 STAND ON GUARD PAGE SPECIAL
*********************************/

body#standonguard {
background:#000 url(images/standonguard/bg_standOnGuard.jpg) 50% 0 no-repeat;
text-align:center;
}

body#standonguard div.container {
margin:465px auto 0 auto;
position:relative;
text-align:left;
width:700px;
}

body#standonguard div.header {
height:110px;
position:absolute;
overflow:auto;
right:0;
top:-460px;
width:392px;
}

body#standonguard div.header img {
display:block;
float:left;
}

body#standonguard div.buy-tickets {
margin:40px auto;
text-align:center;
}

body#standonguard div.buy-tickets a {
border:solid 1px #000;
display:block;
height:53px;
margin:0 auto;
padding:0;
width:241px;
}

body#standonguard div.buy-tickets a:hover {
border:solid 1px #FFF;
}


body#standonguard div.sponsors {
margin:20px 0 30px 0;
overflow:auto;
}

body#standonguard ul.column {
height:135px;
}

body#standonguard ul#column1,
body#standonguard ul#column2,
body#standonguard ul#column3,
body#standonguard ul#column4 {
float:left;
text-align:center;
width: 225px;
}

body#standonguard ul#column1 {
border-right:solid 1px #808080;
}

body#standonguard ul#column2 {
border-right:solid 1px #808080;
width: 115px;
}

body#standonguard ul#column3 {
border-right:solid 1px #808080;
width: 170px;
}

body#standonguard ul#column4 {
width: 170px;
}

body#standonguard ul.column li {
margin:0 0 15px 0;
}

body#standonguard ul.column li a {
display:block;
margin:0 0 20px 0;
}

body#standonguard ul.column li div a { 
display:block;
}

body#standonguard div.sponsors a.airmiles {
float:left;
margin:0 10px;
}

body#standonguard div.sponsors a.bacardi {
float:left;
margin:0 10px;
}

body#standonguard div.footer {
margin:0 auto 50px auto;
text-align:center;
width:750px;
}

body#standonguard div.footer p {
color:#A1A1A1;
font-size:10px;
text-transform:capitalize;
}

body#standonguard-info {
width:750px;
}

body#standonguard-info div#container {
position:relative;
width:750px;
}

body#standonguard h1,
body#standonguard-info h1 {
color:#fff;
font-family: Calibri, "Lucida Grande", "Trebuchet MS", "Helvetica Neue", Arial,  Helvetica, sans-serif;
font-size:1.5em;
line-height:1.2em;
padding:20px;
text-transform:none;
width:660px;
}

body#standonguard h1 {
padding:0 0 20px 0;
}

body#standonguard-info ul {
colour:#fff;
padding:0 20px 20px 20px;
width:660px;
}

body#standonguard-info ul li {
color:#fff;
font: normal normal 80% Arial, Calibri, "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
line-height:1.4em;
}

body#standonguard-info div.footer {
position:absolute;
right:20px;
bottom:15px;
}