/* 
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */

/* 
	Colors used in this website:
	
	#FFC800 - Safety Yellow
	#F2F2F2 - Light Gray (backgrounds)

*/




/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #00e; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Nivo Slider
   ========================================================================== */

#slideshow .nivoSlider {
	position:relative;
}
#slideshow .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
#slideshow .nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
#slideshow .nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
#slideshow .nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
#slideshow .nivo-caption {
	position:absolute;
	left:80px;
	bottom:-36px;
	font-style:italic;
	font-size:18px;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:18;
}
#slideshow .nivo-caption p {
	padding:5px;
	margin:0;
}
#slideshow .nivo-caption a {
	display:inline !important;
}
#slideshow .nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
#slideshow .nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
#slideshow .nivo-prevNav {
	left:0px;
}
#slideshow .nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
#slideshow .nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
#slideshow .nivo-controlNav a.active {
	font-weight:bold;
}


/* ----------------------- */

#slideimages {
	height:300px;
	width:220px;
}


/* =============================================================================
   Typography
   ========================================================================== */

@font-face{ 
	font-family: 'Bank Gothic';
	src: url('bankgthd-webfont.eot');
	src: url('bankgthd-webfont.eot?#iefix') format('embedded-opentype'),
	     url('bankgthd-webfont.woff') format('woff'),
	     url('bankgthd-webfont.ttf') format('truetype'),
	     url('bankgthd-webfont.svg#webfont') format('svg');
}

img, embed, object, video {
  max-width: 100%;
}

p {
	font:normal 14px/21px Verdana, Geneva, sans-serif;
	color: #4D4D4D;
	padding-bottom:3px;
}

ul {
	font:normal 14px/21px Verdana, Geneva, sans-serif;
	color: #4D4D4D;
}

ul li ul {
	margin:5px 0;
}

a {
	color:#ED3C95;
	text-decoration:underline;
}
a:visited {
	color:#036;
}
a:hover {
	color:#FFC800;
}

/* =============================================================================
   Videos
   ========================================================================== */

#player, #player2, #player3 {
	width:640px;
	margin:0 auto;
}

/*

|    // ========================================== \\ 	 |
|   ||                                              ||	 |
|   ||          Primary Revolution stylin'          ||	 |
|===||                     by                       ||===|
|   ||        Twin State Technical Services         ||	 |
|   ||                                              ||   |
|    \\ ========================================== // 	 |

*/

* {
	margin: 0;
	padding:0;
}

html, body {
	height:100%;
}

body.site {
	background:#F2F2F2;
	font:normal 14pt/21pt #4D4D4D Verdana, Geneva, sans-serif;
}

#container {
	width:960px;	
	min-height:100%;
	height:auto !important;
	height:100%;;
	margin: 0 auto;
}

/* Header */

#header {
	width:960px;
}

.shadow {
	background:url('../img/flash-bg.png') 0 0 no-repeat;
	width:996px;height:460px;
}

#logo {
	text-indent:-9999px;
	display:block;
	background:transparent url('../img/liveuncommon-logo.png') 0 10px no-repeat;
	height:50px;width:920px;
	margin:0 0 0 0;padding:20px;
}
/* content */

#content {
	margin:0;
}

#main {
	width:700px;height:auto;
	float:left;
}
#main .content iframe {
	display:block;
	margin-left:10px;
	margin-bottom:20px;
}
.content { /* These will be boxes on their own with rounded corners */
	width:auto;height:auto;
	margin:0;padding:20px;
	position:relative;
	overflow-y:auto;
	background:#FFF;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 2px 8px #888; 
	-webkit-box-shadow: 0 2px 8px #888;
	box-shadow: 0 2px 8px #888;
}
.ie6 .content, .ie7 .content, .ie8 .content, .ie6 #header2 h1#logo, .ie7 #header2 h1#logo, .ie8 #header2 h1#logo, .ie6 .division, .ie7 .division, .ie8 .division {
	border:solid 1px #999;
}
.content h3 {
	color:#c00;
	margin:10px 0;
	font-size:1.5em;
	line-height:1.325;
}
.content h4 {
	text-decoration:underline;
	font-style:italic;
}
.content h5 {
	text-decoration:underline;
	font-size:1em;
	font-style:italic;
}
.content p {
	margin:0 0 7px;
}
.content img {
	margin:5px;
}
.number {
	margin:0;
	font:normal 4em/1 "Bank Gothic", Verdana, sans-serif;
	color:#FFC800;
	float:left;
	clear:both;
}
.num {
	padding:8px 0 0 50px;
}
#revlogo {
	width:630px;height:80px;
	margin:0 auto;
	text-indent:-99999px;
	background:#fff url('../img/revolution-logo.png') 0 0 no-repeat;
}
h3.whatis {
	font-size:2em;
	text-align:center;
	margin:20px 0 0;
}
h3.answer {
	font-size:2em;
	text-align:center;
	color:#333;
	margin:0 0 10px;
}

#sidebar {
	width:250px;height:auto;
	float:right;
}
.division { /* These will be divisions within a rounded-corner box, with separate headers */
	margin:0 0 10px;padding:10px 15px 20px;
	background:#FFF;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 2px 8px #888; 
	-webkit-box-shadow: 0 2px 8px #888;
	box-shadow: 0 2px 8px #888;
	position:relative;
}
.division.overflow {
	height:auto;overflow:auto;
}
.division h2, .header {
	font: normal 2em/.8 "Bank Gothic", Verdana, sans-serif;
	color:#000;
	text-transform:lowercase;
	letter-spacing:-1px;
	border-bottom: solid 5px #FFC800;
	margin:0 0 10px 0;padding:0 0 5px 0;
}
.ie6 .division h2, .ie6 .header,
.ie7 .division h2, .ie7 .header {
	letter-spacing:-2px;
}

.division h3.sidebar-header {
	font: normal 2em/.8 "Bank Gothic", Verdana, sans-serif;
	color:#000;
	text-transform:lowercase;
	letter-spacing:-1px;
	border-bottom: solid 5px #FFC800;
	margin:0 0 10px 0;padding:0 0 5px 0;
}
.division p {
	margin-bottom:10px;
}
.division.special span {
	clear:both;
	float:left;
	color:#FFC800;
	font:42px "Bank Gothic", Verdana, sans-serif;
}
.raceimg {
	padding:0 10px 60px 0;
	clear:left;
}
#LUnews {
	margin-top:-12px;
	height:100%;
}
#LUnews img {
	margin:0;padding-bottom:10px;
	display:block;
}
.FullCalendarTitleStyle td {
	background-color:#333;
}
th.FullCalendarDayHeaderStyle {
	padding:2px;
}
td.FullCalendarDayStyle, td.FullCalendarTodayDayStyle {
	height:40px;
	font-size:9px;
}
.FullCalendarDayStyle a {
	font-size:9px;
}
.EventName h2 {
	font: normal 18pt "Bank Gothic", Verdana, sans-serif;
	color:#000;
	text-transform:lowercase;
	border-bottom: solid 5px #FFC800;
	padding-bottom:5px;
	width:100%;
	margin-bottom:5px;
}

/* Race Team Series */



/* Revolution Store */

.store .content,
#sidebar .division {
	margin-bottom:10px;
}

.store .content h3.header-store {
	font: normal 1.75em "Bank Gothic", Verdana, sans-serif;
	color:#000;
	text-transform:lowercase;
	border-bottom: solid 5px #FFC800;
	padding-bottom:5px;
	width:100%;	
	margin-top:0;
	padding-top:0;
}
.store .content h5 {
	text-decoration:none;
	font:normal 1.5em/2 "Bank Gothic", Verdana, sans-serif;
}

/*

#store {
	float:left;
	width:inherit;
}

#left {
	width:640px;
	float:left;
	clear:none;
}

#right {
	width:270px;
	float:left;
	margin-bottom:20px;
	-moz-border-radius:4px;
	border-radius:4px;
	clear:none;
	min-height: 292px;
}

#right span {
	font: normal 40pt "Bank Gothic", Verdana, sans-serif;
	color:#FFC800;
	float:left;
	clear:both;
}

.contentbox2 {
	float:left;
	background:#FFF;
	margin:0 10px 20px 10px;
	padding:10px 10px 20px 10px;
	width: 95%;
	height: 100%;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow: 0 2px 8px #888; 
	-webkit-box-shadow: 0 2px 8px #888;
	box-shadow: 0 2px 8px #888;
}

.contentbox2 h3.header-store {
	font: normal 18pt "Bank Gothic", Verdana, sans-serif;
	color:#000;
	text-transform:lowercase;
	border-bottom: solid 5px #FFC800;
	padding-bottom:5px;
	width:100%;
}

.item {
	float:left;
	padding:20px 0;
}

.paypal {
	float:right;
	padding:20px 0;
	width:260px;
}

.paypal iframe {
	height:auto;
}

.paypal p {
	padding-bottom:10px;
}

.colors {
	margin: 0 auto;
	width:75%;
	padding:0;
} */

#right.contentbox {
	background:#FFF url('../img/lines-content.png') bottom right no-repeat;
	
}

#right .contentbox img {
	align:center;
}

.paypal-button {
	padding:10px 0;
	height:37px;
	width:157px;
}
.paypal tr {
	padding-top:20px;
}
input {
	padding: 2px 5px;
}
select {
	padding:3px;
}
.ie6 input, .ie7 input {
	padding:0;
}
.ie6 select, .ie7 select {
	padding:0;
}

*/

/* Deprecated? */

.contentbox {
	float:left;
	background:#FFF;
	margin:0 10px;
	padding:10px 10px 20px 10px;
	width: 280px;
	height: 100%;
	min-height:220px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 2px 8px #888; 
	-webkit-box-shadow: 0 2px 8px #888;
	box-shadow: 0 2px 8px #888;
	position:relative;
}

.column {
	float:left;
	background:#FFF;
	margin:0 10px;
	padding:10px 10px 20px 10px;
	width: 270px;
	height: 470px;
	min-height:220px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 2px 8px #888; 
	-webkit-box-shadow: 0 2px 8px #888;
	box-shadow: 0 2px 8px #888;
	position:relative;
	overflow:hidden;
}
.ie6 .column, 
.ie7 .column, 
.ie8 .column, 
.ie6 #right, 
.ie7 #right, 
.ie8 #right, 
.ie6 #bottom, 
.ie7 #bottom, 
.ie8 #bottom, 
.ie6 .contentbox, 
.ie7 .contentbox, 
.ie8 .contentbox, 
.ie6 .contentbox2, 
.ie7 .contentbox2, 
.ie8 .contentbox2 {
	border: solid 1px #CCC;
}

/*.header {
	font: normal 18pt "Bank Gothic", Verdana, sans-serif;
	color:#000;
	text-transform:lowercase;
	border-bottom: solid 5px #FFC800;
	padding-bottom:5px;
}*/

.column p, .contentbox p {
	margin-top:7px;
}

.column ul, .contentbox ul, .contentbox2 ul {
	text-indent:20px;
	padding-top:10px;
}

.column ul li, .contentbox ul li, .contentbox2 ul li {
	list-style:none;
	background: transparent url('../img/bullet.png') 5px 9px no-repeat;
	line-height:25px;
}


/* ------------------------- Menu ---------------------------- */

#menu, 
#revnav {
	height:60px;
	width:100%;
	margin: 0 auto;
	padding: 0 10px 0 0;
}
#menu {
	height:70px;
}

#menu ul {
	width:980px;
	margin-left:-64px;
}
#revnav ul {
	width:960px;
	height:50px;
	margin:0 0 10px -40px;
}
#revnav {
	margin-top:-10px;
	padding-bottom:10px;
}
.ie7 #revnav h3 {
	letter-spacing:1em;
	font-size:17px;
}

#menu ul li {
	list-style:none;
	display:block;
	float:left;
	width:125px;
	height:50px;
	margin-right:20px;padding:0 4px;	
}
#revnav ul li {
	list-style:none;
	float:left;
	width:192px;
}
#revnav h2 {
	float:left;
}
#revnav h2 a {
	font-size:72px;
	text-decoration:none;
	color:#FFC800;
	float:left;
	display:block;
	padding:0 5px 0 30px;
}
#revnav h2 a:hover {
	padding:0 5px 0 30px;
	background-position:0 35px;
}
#revnav h3 {
	float:left;
	position:relative;
	top:40px;
	text-wrap:unrestricted;
	color:#888;
}

.ie6 #menu ul li,
.ie6 #revnav ul li {
	width:130px;
	padding:0;
}


#menu h2 a {
	text-decoration:none;
	padding:0 0 12px 50px;
	color:#999;
	width:160px;height:40px;
	display:block;
}
#menu h3 {
	text-transform:uppercase;
	font: normal 12px Verdana, Geneva, sans-serif;
	color:#888;
	margin-top:-10px;padding:0 0 0 52px;
	width:150px;
}

#menu a:hover {
	padding:0 0 12px 50px;
	color:#BBB;
	background: transparent url('../img/lines-menu.png') 0 12px no-repeat;
}
#revnav a:hover {
	color:#BBB;
	background: transparent url('../img/lines-menu-s.png') 0 6px no-repeat;
}

#menu ul li h2,
#revnav ul li h2  {
	text-transform:uppercase;
	font: normal 24pt/1.375 "Bank Gothic", Verdana, Geneva, sans-serif;
	color:#999;
	text-shadow: 0 1px 0px #FFF;
}



/* ------------------------- HERE I GO ON MY OWN AGAIN MENU  - using the old style.css rules to makes thing big again. ---------------------------- */
/*
#menu {
	height:80px;
	width:100%;
	margin: 0 auto 0 -10px;
	padding: 0 10px 0 0;
}

#menu ul {
	width:960px;
}

#menu ul li {
	list-style:none;
	display:block;
	float:left;
	width:150px;
	height:50px;
	padding:0 4px;	
}
.ie6 #menu ul li {
	width:120px;
	padding:0;
}

#menu h2 a {
	text-decoration:none;
	padding:5px 0;
	color:#999;
	padding-left:50px;
		height:50px;
}

#menu a:hover {
	width:260px;
	padding-bottom:12px;
	color:#BBB;
	background: transparent url('../img/lines-menu.png') 0 12px no-repeat;
	padding-left:50px;
}

#menu ul li h2  {
	height:50px;
	text-transform:uppercase;
	font: normal 24pt "Bank Gothic", Verdana, Geneva, sans-serif;
	color:#999;
	text-shadow: 0 1px 0px #FFF;
}

#menu ul li h3  {
	text-transform:uppercase;
	font: normal 10pt Verdana, Geneva, sans-serif;
	color:#888;
	padding-left:53px;
	width:145px;
	margin-top:-15px;
}

#menu ul li h2 a#homenav, #menu ul li h2 a#whatnav, #menu ul li h2 a#whonav, #menu ul li h2 a#whynav, #menu ul li h2 a#hownav {
	padding-bottom:10px;
}

*/


/* ie6 fixes */

.ie6 #menu,
.ie6 #revnav {
	height:100px;
	width:960px;
	margin: 0 auto;
}

.ie6 #menu ul li,
.ie6 #revnav ul li {
	list-style:none;
	display:block;
	float:left;
}

.ie6 #menu h2 a,
.ie6 #revnav h2 a {
	text-decoration:none;
	color:#999;
	width:1px;
}

.ie6 #menu a:hover,
.ie6 #revnav a:hover {
	color:#BBB;
	width:1px;
}

.ie6 #menu ul li h2,
.ie6 #revnav ul li h2  {
	text-transform:uppercase;
	font: normal 24pt "Bank Gothic", Verdana, Geneva, sans-serif;
	color:#999;
}

.ie6 #menu ul li h3,
.ie6 #revnav ul li h3  {
	text-transform:uppercase;
	font: normal 10pt Verdana, Geneva, sans-serif;
	color:#888;
	width:110px;
}
.ie7 #revnav ul li h3 {
	letter-spacing:-1px;
}

.ie6 #footer,
.ie7 #footer {
	margin-top:10px;
}

/* end old menu */

/* ------------------------- Footer ---------------------------- */

#footer {
	background: #666 url('../img/footer.png') 0 0 repeat-x;
	bottom:0;
	clear:both;
	padding:25px;
}

#footer a {
	padding-left:20px;
	color:#E6E6E6;
	text-decoration:none;
}

#footer a:hover {
	padding-left:20px;
	color:#FFC800;
	text-decoration:underline;
}

#footer-inside {
	width:960px;
	margin:0 auto;
}

#contact {
	margin:0 auto;
	width:960px;
}

#contact ul {
	width:960px;
	margin:0 auto;
	list-style:none;
}

#contact ul li {
	display:inline;
	color:#E6E6E6;
	padding:0 15px;
}

#fb-root {
	display:inline;
	clear:none;
	width:290px;
}

/* ------------------------- Torch Team and Race Team Hubs ---------------------------- */

.teammatesearch {
	width:275px;height:60px;
	display:block;
}

.teammatesearch input[type="text"] {
	margin-top:4px;
}
.ie6 .teammatesearch input[type="text"],
.ie7 .teammatesearch input[type="text"] {
	width:130px;
}

.teammatesearch input[type="submit"] {
	clear:none;
	margin:0;
	height:auto;
	padding:5px 10px;
}

.results {
	clear:both;
}

.stripe {
	padding:10px;
	margin:10px;
}

/* ------------------------- Team/Individual Page ---------------------------- */

.gen {
	width:440px;
}

.gen2 {
	width:400px;
}

p.teamdesc,
p.mydesc {
	float:left;
}


.myimage img {
	float:right;
	margin:0;
}

.goal {
	float:left;
}

.actionable {
	width:400px;
	margin:10px 10px 0 0;
	clear:right;
	float:right;
}

.teamlist {
	clear:left;
	padding-top:20px;
}

.donation {
	width:400px;height:auto;
	float:right;
	clear:right;
	background-color:#f1f1f1;
	border-radius:3px;
	-moz-border-radius:3px;
	margin-top:10px;padding:10px;
}

.donation select {
	width:auto;
	margin:10px 20px;
	float:right;
}
.donation input[type="text"] {
	min-width:120px;
}
.donation input[type="checkbox"] {
	margin-top:12px;
}
.ie7 .donation, .ie8 .donation {
	border:solid 1px #ccc;
}
.ie7 .donation label {
	max-width:180px;
}

.donation div {
	clear:both;
	display:block;
}

#ctl09_ctl03_uxErrorMessage { /*Donate Error Message */
	clear:both;
	display:block;
	float:none;
	width:auto;
	color:#CC0000;
}

.ie7 #ctl09_ctl03_uxErrorMessage {
	float:right;
}

.addthis_toolbox {
	display:block;
	float:right;
	margin:10px;
}



.content .torchteamsbottom {
	bottom:0;
	left:0;
	margin:0 0 -20px -20px;padding:0;
	max-width:960px;
}
.ie6 .content .torchteamsbottom,
.ie7 .content .torchteamsbottom {
	width:900px;
	margin:0;
}

.ie6 .donation .input,
.ie7 .donation .input {
	width:100px;
	float:right;
}



.ie8 .content .torchteamsbottom {
	max-width:958px;
}

a.button2,
.button2,
.donation input[type="submit"],
input[type="submit"].submit,
#ctl09_ctl03_Submit {
	width:145px;height:20px;
	background-position: 0 0;
	background-repeat:no-repeat;
	margin:10px;
	display:block;
	border:0;
	overflow:hidden;
	text-align:center;direction:ltr;
	text-decoration:none;
	font:normal 1.75em/1 "Bank Gothic", Arial, sans-serif;
}

a.button2 {
	width:160px;height:24px;
	padding:13px 0;
}

input[type="submit"].submit,
#ctl09_ctl03_Submit {
	width:160px;height:50px;
	margin:0;
	display:inline;
	margin:0;
}
#ctl09_ctl03_Submit {
	left:50px;
	margin-top:10px;
	position:relative;
	background-color:transparent;
}

a.button2.yellow,
.button2.yellow,
.donation input[type="submit"],
#ctl09_ctl03_Submit {
	color:#663300;
	text-shadow:0 1px 0 #FFC;
	background-image:url('../img/button2-yellow.png');
}
a.button2.magenta,
.button2.magenta,
.donation input[type="submit"] {
	color:#FCF;
	text-shadow:0 -1px 0 #600;
	background-image:url('../img/button2-magenta.png');
}

a.button2:hover,
.button2:hover,
.donation input[type="submit"]:hover,
input[type="submit"]:hover.submit,
#ctl09_ctl03_Submit:hover {
	background-position:0 -50px;
}
a.button2:active,
.button2:active,
.donation input[type="submit"]:active,
input[type="submit"]:active.submit,
#ctl09_ctl03_Submit:active {
	background-position:0 -100px;
}
a.button2.right,
.button2.right,
.donation input[type="submit"].right {
	margin:10px 0 10px 10px;
}

.donation input[type="submit"] {
	width:160px;height:50px;
	margin:10px 20px 10px 10px;padding: 15px 8px;
	border:none;
	font-size:1.75em;
	background-color:transparent;
	float:right;
}
input[type="submit"].button2,
input[type="submit"].button2:hover,
input[type="submit"].button2:active {
	background-color:transparent;
	border:none;
}

/* Username/Password Reset */

.resultsdisplay {
}
.resultsdisplay th, .resultsdisplay td {
	text-align:left;
	padding:5px 0;
}
.resultsdisplay th {
	font-size:1.25em;
	border-bottom:1px solid #ccc;
	margin-bottom:13px;
}

.failMessage,
.successMessage,
#ctl09_ctl03_Message {
	line-height:3em;
}

.failMessage,
#ctl09_ctl03_Message {
	color:#C00;
}

.successMessage {
	color:#06f;
}

/* ------------------------- Forms ---------------------------- */

fieldset {
	border:solid 1px #c4c4c4;
	margin:20px 0;padding:20px;
	border-radius:2px;
	width:600px;
	overflow:auto;
	position:relative;
}
legend {
	font-weight:bold;
	padding:0 5px;
}

label {
	float:left;
	text-align:right;
	margin:6px 10px 0 0;
	width:200px;
}
textarea {
	display:block;
}
.widelabel {
	width:400px;
}
.shortlabel {
	width:200px;
}
.widelabel.middle {
	margin-top:0;
}
.inline,
.checkbox.group div input.inline {
	display:inline;
	clear:none;
}
.col1 {
	padding:0 5px;
	text-align:right;
}
.col2 {
	width:600px;
}
.col2 label {
	width:300px;
	text-align:left;
}
.col2 div {
	float:left;
	margin-left:10px;
	text-align:left;
}

input {
	margin-top:10px;
	margin-bottom:10px;
}

input[type="text"],
input[type="password"] {
	display:block;
	border-radius:2px;
	border:solid 1px #666;
	margin:0 3px 10px 0;padding:5px 6px;
	right:0;
	position:relative;
}
input[type="radio"],
input[type="checkbox"] {
	margin:5px;
}
textarea:focus, input:focus {
	border:1px solid #FFC800;
}
select {
	margin:10px 0;padding:0;
	display:block;
	clear:right;
	width:160px;
}
form div.clearfix  {
	position:relative;top:2px;
}

form input[type="checkbox"] {
	}
input[type="submit"] {
	clear:both;
	margin:10px 15px;padding:10px;
	width:auto;height:40px;
	background-color:#FFC800;
	border:2px solid #e79d2a;
	font:normal 1.25em "Bank Gothic", Verdana, sans-serif;
}
input[type="submit"]:hover {
	background-color:#FFEE00;
}

input[type="submit"]:active {
	background-color:#e79d2a;
}
.checkbox.group {
	display:block;
	clear:right;
	overflow:auto;
	padding-bottom:10px;
}
.checkbox.group span {
	float:left;
	margin:10px 0;
	display:block;
}
.checkbox.group div.clearfix {
	width:auto;
	display:block;
	clear:both;
}
.checkbox.group div {
	display:block;
	float:left;
	height:20px;
	margin:10px 10px 10px 15px;
}
.checkbox.group div label {
	margin-top:0;
	width:auto;
}
.checkbox.group input[type="radio"] {
	margin-top:10px;
}

.ie6 label {
	clear:both;
	margin-top:0;
}
.ie7 label {
	width:260px;
}

#ctl09_ctl03_uxErrorMessageLabel { /* styling for error message */
	margin:10px 0;
	color:#C00;
	display:block;
}

table.centered td {
	vertical-align:middle;
	padding:10px;
}

#emailError {
	position:absolute;
	right:20px;
	bottom:20px;
}

.ie7 form {
	font-size:16px;
}

/*  Buttons  */

#donate-scholar {
	background-image:url('../img/donate-scholar.png');
}
#donate-torch {
	background-image:url('../img/donate-torch-button.png');
}
#donate-raceteam {
	background-image:url('../img/donate-raceteam.png');
}
#run-revoteam {
	background-image:url('../img/run-raceteam.png');
}

a.button input[type="image"] {
	text-align:center;direction:ltr;
	text-decoration:none;
	font:normal .825em/1 "Bank Gothic", Arial, sans-serif;
	letter-spacing:-1px;
}

a.button.magenta input[type="image"] {
	color:#FCF;
	text-shadow:0 -1px 0 #600;
}

.donatecaption {
	position:relative;
	top:0;right:0;
	display:inline-block;
	width:260px;
	float:right;
	margin:0 0 10px 20px;
}
.donatecaption2 {
	width:400px;
}
.donatecaption p,
.donatecaption2 p {
	font-size:1em;
	line-height:1.325;
}

.ie7 .donatecaption p,
.ie7 .donatecaption2 p {
	font-size:.75em;
}

/* ------------------------- Formatting ---------------------------- */

a.button {
	width:240px;height:51px;
	background-position: 0 0;
	background-repeat:no-repeat;
	margin:10px;padding:20px 7px;
	display:block;
	border:0;
	overflow:hidden;
	text-align:center;direction:ltr;
	text-decoration:none;
	font:normal 1.75em/1 "Bank Gothic", Arial, sans-serif;
}
a.button.yellow {
	color:#663300;
	text-shadow:0 1px 0 #FFC;
	background-image:url('../img/button-yellow.png');
}
a.button.magenta {
	color:#FCF;
	text-shadow:0 -1px 0 #600;
	background-image:url('../img/button-magenta.png');
}
a.button.green {
	color:#DFD;
	text-shadow:0 -1px 0 #030;
	background-image:url('../img/button-green.png');
}
a:hover.button {
	background-position: 0 -91px;
}
a:active.button {
	background-position:0 -182px;
}

a.button.oneline {
	padding-top:30px;
	height:41px;
}

.spacer {
	height:30px;
	display:block;
}

.spacer2 {
	height:30px;
	display:block;
	clear:both;
}

#1column {
	display:block;
	width:120px;
	height:40px;
	float:left;
}

.horizpacer {
	padding:0 10px;
}

.rule {
	height:0px;
	width:auto;
	margin-top:20px;
	border-top:1px solid #989898;
	border-bottom:1px solid #fff;
}

.red {
	color:#CC0000;
}



.inline {
	display:inline;
}
.center {
	margin:0 auto;
	display:block;
}
.left {
	float:left;
}
.right {
	float:right;
}
.bottom {
	bottom:0px;
}

.ie8 .bottom, .ie7 .bottom, .ie6 .bottom {
	bottom:0;
}

/* .ie6 img, .ie6 embed, .ie6 object, .ie6 video {
	width:100%;
}

*/

/* ------------------------- Controlled Widths ---------------------------- */


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; z-index:-1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}