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


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

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

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;}
.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24 {width:950px;margin-right:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.span-1, textarea.span-1 {width:18px;}
input.span-2, textarea.span-2 {width:58px;}
input.span-3, textarea.span-3 {width:98px;}
input.span-4, textarea.span-4 {width:138px;}
input.span-5, textarea.span-5 {width:178px;}
input.span-6, textarea.span-6 {width:218px;}
input.span-7, textarea.span-7 {width:258px;}
input.span-8, textarea.span-8 {width:298px;}
input.span-9, textarea.span-9 {width:338px;}
input.span-10, textarea.span-10 {width:378px;}
input.span-11, textarea.span-11 {width:418px;}
input.span-12, textarea.span-12 {width:458px;}
input.span-13, textarea.span-13 {width:498px;}
input.span-14, textarea.span-14 {width:538px;}
input.span-15, textarea.span-15 {width:578px;}
input.span-16, textarea.span-16 {width:618px;}
input.span-17, textarea.span-17 {width:658px;}
input.span-18, textarea.span-18 {width:698px;}
input.span-19, textarea.span-19 {width:738px;}
input.span-20, textarea.span-20 {width:778px;}
input.span-21, textarea.span-21 {width:818px;}
input.span-22, textarea.span-22 {width:858px;}
input.span-23, textarea.span-23 {width:898px;}
input.span-24, textarea.span-24 {width:938px;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* css3 */

.shadow {
  -moz-box-shadow: 2px 2px 4px #888;
  -webkit-box-shadow: 2px 2px 4px #888;
  overflow:auto;
}

/* custom.css */

body { background: url( /images/global/body-bg-v2.jpg ) repeat #79BDE8; }

img.left { float:left; margin:5px 10px 10px 0; }

.right { float:right; }

.top-bar { background:#8a684d; height:20px }

body p.brown-text { color:#8a684d; }

.masthead.header { background:#f8f5f0; margin:30px 0 20px; padding:15px; overflow:visible; }
	
	.masthead.header .border { border:1px solid #8a684d; padding:0; margin:0; }
	
	.masthead.header .logo { float:left; background: url( /images/global/global-sprite.png ) no-repeat -425px -54px; width:197px; height:126px; text-indent:-9999px; margin:10px 10px 5px 20px; }
	
		.masthead.header .logo a { display:block; width:197px; height:126px; outline:none; }
	
	.masthead.header .tagline { float:right; background: url( /images/global/montana-made-professional-triathlete-v2.jpg) no-repeat; width:263px; height:15px; text-indent:-9999px; margin:28px 0px 0 0; font-size:1em; color:#8a684d; }
	
	.masthead.header .navigation { float:right; background: url( /images/global/global-sprite.png ) no-repeat 35px 1px; width:646px; height:56px; margin:31px 0 15px; padding:0; list-style:none; }
	
		.masthead.header .navigation li { display:block; float:right; margin:20.5px 0 0; position:relative; }
	
			.masthead.header .navigation li a { color:#f8f5f0; text-decoration:none; font-size:12px; text-transform:uppercase; padding:2.5px 20px; border-right:1px solid #f8f5f0; outline:none; }
			
				.masthead.header .navigation li a:hover { color:#79BDE8; }
			
				.masthead.header .navigation li.first a { border:none; }
				
				.masthead.header .navigation li.current a { }
				
				.masthead.header .navigation li ul { text-indent: -9999px; position: absolute; margin:0; padding:0; list-style: none; z-index: 10; width:100px; }
				
					.masthead.header .navigation li:hover ul { background:#8a684d; text-indent: 0; position: absolute; left:0; padding:0 0 10px; margin:0 0 0 -1px; z-index: 10 }					

					.masthead.header .navigation li ul li { display:block; float:none; margin:10px 0 0;  }
						
						.masthead.header .navigation li ul li a { border-right:none; font-size:.93em; }
						
.content { background:#f8f5f0; padding:0 0 20px; }

	.content p { color: #808080; }
		
		.content p a { color: #808080; text-decoration:underline; }
		
			.content p a:hover { text-decoration:none; }
		
	.content .uppercase { text-transform:capitalize; }

	.home .content { background: none; }

	.content .main { margin:0 0 20px; }
	
		.home .content .main { background:#f8f5f0;}

		.content .main a.arrow-right { background: url( /images/global/arrow-right.png ) no-repeat right; padding:0 17.5px 0 0; }
		
		.content .main .paginate { text-align:center; }
			
			.content .main .paginate .next { display:inline-block; background: url( /images/global/global-sprite.png ) no-repeat -20px -98px; padding:0 0 0 20px; margin:10px 20px 0; outline:none; }
			
			.content .main .paginate .previous { display:inline-block; background: url( /images/global/arrow-right.png ) no-repeat right; padding:0 20px 0 0; margin:10px 20px 0; outline:none; }
			
			.content .main .paginate.top { text-align:right; margin:40px 20px 0; }
		
			.content .main .paginate.bottom { text-align:right; margin:0 20px; }
			
			.content .main .paginate a { color:#8a684d; }
			
			.content .main .paginate strong { color:#8a684d; }
		
		.content .main .section { background:#f8f5f0; margin:0 15px; padding:15px 0 0; }
		
			.home .content .main .section { background:none; }
		
		.content .main .section.main-photo {}
		
			.content .main .section.main-photo .figure { margin:0; padding:0; height:415px; overflow:hidden; }
				
				.content .main .section.main-photo .figure img { margin:0; padding:0; }
		
			.content .main .section.main-photo .article { margin:10px 0; color:#8a684d; text-transform:uppercase; }	
				
				.content .main .section.main-photo .article strong { font-weight:normal; }
				
				.content .main .section.main-photo .article a { float:right; color:#8a684d; }
					
					.content .main .section.main-photo .article a:hover { text-decoration:none; }
					
		.content .main .section.gallery { color:#8a684d; text-transform:uppercase; border: }
				
			.content .main .section.gallery .article { }
			
				.content .main .section.gallery .article p.caption { padding:10px 0; border-bottom: 1px solid #8a684d; color:#8a684d; }
					
					.content .main .section.gallery.no-border .article p.caption { border-bottom:none; padding:10px 0 0; }
					
				.content .main .section.gallery .article strong { font-weight:normal;  }
						
				.content .main .section.gallery .article a { color:#8a684d; text-decoration:none; }
		
		.content .main .section.linsey-history { padding:30px 0 15px; margin:30px 15px 0; border-top:1px dashed #cfc1b6; }
		
		
		
		.content .main .section.stats { padding:10px 0 0; margin:0 30px;  }
				
				.content .main .section.stats .header {  }
				
					.content .main .section.stats .header h4 { font-size:1.17em; font-weight:bold; color:#8a684d; text-transform:uppercase; }
				
				.content .main .section.stats .article {  }
					
					.content .main .section.stats .article table { margin:0; }
					
						.content .main .section.stats .article table tr { }
						
							.content .main .section.stats .article table tr td { color:#8a684d; vertical-align:top; }
							
								.content .main .section.stats .article table tr td.stat { font-weight:bold; border-right:1px solid #8a684d; width:40px;  }
								
					.content .main .section.stats .article .span-6 { width:240px; }
					
		.content .main .section.blog-post { margin:0 15px 20px; }
			
			.content .main .section.blog-post .header { }
			
				.content .main .section.blog-post .header h2 { font-size:1.43em; margin:0 0 .5em; padding:0; background:none; text-transform:none; color:#808080; }
				
					.content .main .section.blog-post .header h2.uppercase { text-transform:capitalize; }
					
					.content .main .section.blog-post .header h2 a { color:#808080; text-decoration:none;}
						
						.content .main .section.blog-post .header h2 a:hover { text-decoration:underline;}
						
			.content .main .section.blog-post .article {}
				
				.content .main .section.blog-post .article ul.details { overflow:auto; list-style:none; margin:0 0 1em; padding:5px; background:#cdbeb2; }
					
					.content .main .section.blog-post.full .article ul.details { margin:0 0 2em; }
						
					.content .main .section.blog-post .article ul.details.no-background { background:none; padding:0; }
					
					.content .main .section.blog-post .article ul.details li { float:left; display:block; color:#808080; padding:0 5px; border-right:1px solid #808080; text-transform:uppercase; font-size:.93em; }
						
						.content .main .section.blog-post .article ul.details li.first { padding:0 5px 0 0; }
						
						.content .main .section.blog-post .article ul.details li.last { border-right:none; }
					
				.content .main .section.blog-post .article .main-image { margin:0 0 1.5em; }
				
				.content .main .section.blog-post .article a.read-more { color:#808080; }
					
					.content .main .section.blog-post .article a:hover { text-decoration:none; }
		
				.content .main .section.blog-post .article ul.image-list { margin:0; padding:0; list-style:none; }
					
					.content .main .section.blog-post .article ul.image-list li { float:left; margin:0 10px 0 0; }
					
		.content .main .section.archive-list { }
		
			.content .main .section.archive-list .header { }
			
			.content .main .section.archive-list .article { }
					
				.content .main .section.archive-list ul { list-style:none; margin:0 0 1.5em; padding:0; }
				
					.content .main .section.archive-list ul li { margin:0 0 5px; padding:0; }	
					
						.content .main .section.archive-list ul li a { color:#8a684d; }
						
		.content .main .section.photo-gallery-list { } 	
			
			.content .main .section.photo-gallery-list .header {}
			
			.content .main .section.photo-gallery-list .article { }
			
				.content .main .section.photo-gallery-list .article ul { list-style:none; margin:0; padding:0; }
		
		.content .main .photo-galleries {  }
		
			.content .main .photo-galleries .span-7 { width:280px; }
			
			.content .main .photo-gallery-list { }
				
				.content .main .photo-gallery-list .header { }
				
					.content .main .photo-gallery-list .header h3 { color:#808080; }
				
				.content .main .photo-gallery-list .article ul { list-style:none; padding:0 20px; margin:0; }
				
					.content .main .photo-gallery-list .article ul li { padding:0; margin:0 0 20px; }	
					
						.content .main .photo-gallery-list .article ul li img { display:block; margin:0 auto; }
						
						.content .main .photo-gallery-list .article ul li object { display:block; margin:0 auto; }
						
						.content .main .photo-gallery-list .article ul li embed { display:block; margin:0 auto; }
					
		.content .main .section.photo-gallery {}
		
			.content .main .section.photo-gallery .article { width: 270px; height: 304px; margin:0 0 15px; float:left; overflow: hidden; position: relative;}
		
			.content .main .section.photo-gallery .article h2 { font-size:1.17em; color:#fff; text-transform:uppercase; text-align:center; border-bottom:1px solid #fff; margin:12px 30px 10px; padding:0 0 10px;  }
				
			.content .main .section.photo-gallery .article a { text-decoration:none; }
				
			.content .main .section.photo-gallery .article p { color:#fff; text-align:center; margin:.33em; }
			
			.content .main .section.photo-gallery .article img { position: absolute; top: 0; left: 0; border: 0; }
				
			.content .main .section.photo-gallery .article .gallery-caption {  position: absolute; bottom: 0px; background: rgba( 218, 206, 197, .85); /*height:100px;*/  width: 270px; padding:0 0 .33em;  }
				
				.content .main .section.photo-gallery .article .gallery-caption.press { padding:0; }
					
					.content .main .section.photo-gallery .article .gallery-caption.press h2 { padding:32px 0 0; margin:0; border:none; }
					
					.content .main .section.photo-gallery .article .gallery-caption.press p { padding:0 0 32px; margin:0;  }
		
		.content .main .schedules { margin:0 0 50px; overflow:auto; }
		
			.content .main .schedules .span-7 { width:290px; }
		
		.content .main .section.schedule { }
		
			.content .main .section.schedule .article { }
			
				.content .main .section.schedule .article table { }
				
					.content .main .section.schedule .article table tr { }
					
						.content .main .section.schedule .article table tr th { background:#cdbeb2; color:#8a684d; padding:10px 20px; }
						
						.content .main .section.schedule .article table tr td { color:#8a684d; padding:5px 20px; }
						
							.content .main .section.schedule .article table tr.first td { padding:10px 20px 5px; }
							
							.content .main .section.schedule .article table tr td a { color:#8a684d; }
							
								.content .main .section.schedule .article table tr td a:hover { text-decoration:none; }
		
		.content .main .section.email-linsey { }
		
			.content .main .section.email-linsey .header { }
			
			.content .main .section.email-linsey .article { }
			
				.content .main .section.email-linsey .article .row { margin:0 0 20px; }	
					
					.content .main .section.email-linsey .article .row.last { margin:0 0 10px; }
					
					.content .main .section.email-linsey .article .row label { text-transform:uppercase; display:block; color:#8a684d; margin:0 0 5px; }	
					
					.content .main .section.email-linsey .article .row input { background:#cdbeb2; border:none; padding:4px; width:240px; }
					
					.content .main .section.email-linsey .article .row textarea { background:#cdbeb2; border:none; padding:4px; width:390px; height:200px; }
					
				.content .main .section.email-linsey .article .submit-row .submit { background: url( /images/global/double-arrow-right.png ) no-repeat right 1px; border:none; padding:0 20px 5px 0; margin:0; text-transform: uppercase; color:#8a684d; font-weight:bold; border-bottom:1px solid #f8f5f0; }
				
					.content .main .section.email-linsey .article .submit-row input:hover.submit { border-bottom:1px solid #8a684d; }
					
		.content .main .section.all-sponsors { }
		
			.content .main .section.all-sponsors .header { }
			
			.content .main .section.all-sponsors .article { }
				
				.content .main .section.all-sponsors .article .sponsor { padding:20px 0; border-top:1px solid #cdbeb2; }
					
					.content .main .section.all-sponsors .article .sponsor.first { }
					
					.content .main .section.all-sponsors .article .sponsor.last {  }
					
					.content .main .section.all-sponsors .article .sponsor img { display:block; margin:0 auto;}
					
					.content .main .section.all-sponsors .article .sponsor p { text-transform: uppercase; }
					
					.content .main .section.all-sponsors .article .sponsor a { color:#808080; font-weight:bold; text-transform:none; }
					
						.content .main .section.all-sponsors .article .sponsor a:hover { text-decoration:none; }	
					
		.content .main .section .header {}
		
			.content .main .section .header h2 { background:#8a684d; display:block; font-size:1.17em; color:#f8f5f0; text-transform:uppercase; padding:5px 0; margin:0 0 1.17em; }
			
				.content .main .section .header h2 span {  display:block; border:1px dashed #cfc1b6; border-right:none; border-left:none; padding:5px 15px; }
		
		
	.content .sub.aside { padding:15px 0 0; }
	
		.home .content .sub.aside { padding:0; }
	
		.content .sub.aside h3 { display:block; font-size:1.17em; color:#8a684d; text-transform:uppercase; padding:5px 0; margin:0 0 .5em; }
		
			.content .sub.aside h3 span { display:block; border:1px dashed #cfc1b6; border-right:none; border-left:none; padding:7.5px 15px;  }
	
			.content .sub.aside .section.blog-post { padding:0 15px 20px;  }
			
				.content .sub.aside .section.blog-post .header h4 { font-size:1em; font-weight:bold; text-transform:uppercase; }
					
					.content .sub.aside .section.blog-post .header h4 span { display:block; text-decoration:underline }
						
					.content .sub.aside .section.blog-post .header h4 a { color:#808080; text-decoration:none; }
					
						.content .sub.aside .section.blog-post .header h4 a:hover span { text-decoration:none; }
						
						
			.content .sub.aside .newsletter {  }
			
				.content .sub.aside .newsletter .section { }
				
					.content .sub.aside .newsletter .section .article { padding:0 15px;  }
					
						.content .sub.aside .newsletter .section .article h4 { font-size:1em; color:#8a684d; margin:0 0 .5em; text-transform:uppercase; }
						
						.content .sub.aside .newsletter .section .article .row { margin:1.5em 0;}
						
							.content .sub.aside .newsletter .section .article .row input { background:#cdbeb2; border:none; padding:4px; width:240px;}
							
						body .content .sub.aside .newsletter .section .article .submit-row input.submit { background: url( /images/global/double-arrow-right.png ) no-repeat right 1px; border:none; padding:0 20px 5px 0; margin:0; text-transform: uppercase; color:#8a684d; font-weight:bold; border-bottom:1px solid #f8f5f0; width:auto; }
							
							.content .sub.aside .newsletter .section .article .submit-row input:hover.submit { border-bottom:1px solid #8a684d; }
							
			.content .sub.aside .list { padding:15px 0 0; }
			
				.content .sub.aside .list.first { padding:0; }
			
				.content .sub.aside .list .section { }
				
					.content .sub.aside .list .section .article { }
					
						.content .sub.aside .list .section .article ul { margin:0; padding:0 30px; }
			
							.content .sub.aside .list .section .article ul li { color:#808080; margin:0 0 .33em; padding:0; }
							
								.content .sub.aside .list .section .article ul li a { color:#808080; text-transform:uppercase; }
									
									.content .sub.aside .list .section .article ul li a:hover { text-decoration:none; }
			
			.content .sub.aside .image-list { list-style:none; margin:0; padding:0; }
			
				.content .sub.aside .image-list li { margin:0 0 20px; }
									
			.content .sub.aside .sub-holder { background:#f8f5f0; padding:15px; margin:0 0 20px;  }
			
				.content .sub.aside .sub-holder .section { border-right:1px solid #8a684d; }
						
					.content .sub.aside .sub-holder .last .newsletter .section { border-right:none; }
						
					.content .sub.aside .sub-holder .section .header { }
				
						.content .sub.aside .sub-holder .section .header h3 { background:#8a684d; display:block; font-size:1.17em; color:#f8f5f0; text-transform:uppercase; padding:5px 0; margin:0 0 1.17em; }
						

							
							
							body .content .sub.aside .sub-holder .newsletter .section .header h3 { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -459px; text-indent:-9999px;  }
							
							.content .sub.aside .sub-holder .section.racing .header h3 { background:none; color:#8a684d; }
							
								.content .sub.aside .sub-holder .section.racing .header h3 span, .content .sub.aside .sub-holder .newsletter .section .header h3 span { border-color:#8a684d; }
						
							.content .sub.aside .sub-holder .section .header h3 span { display:block; border:1px dashed #cfc1b6; border-right:none; border-left:none; padding:7.5px 15px;  }
							
					.content .sub.aside .sub-holder .section .article { padding:0 0 0 15px; }
					
						.content .sub.aside .sub-holder .section .article h4 { font-size:1.17em; font-weight:bold; color:#808080; text-transform:uppercase; line-height:1.33em; margin:0 0 .67em; }
							
							.content .sub.aside .sub-holder .section.racing .article h4 { font-size:1em; }
							
							.content .sub.aside .sub-holder .section.newsletter .article h4 { font-size:1em; color:#8a684d; }
							
							.content .sub.aside .sub-holder .section .article h4 span { display:block; text-decoration:underline; }
								
							.content .sub.aside .sub-holder .section .article h4 a { color:#808080; text-decoration:none; }
								
								.content .sub.aside .sub-holder .section .article h4 a:hover span { text-decoration:none; }
								
						.content .sub.aside .sub-holder .section .article p { color:#808080; }	
						
							.content .sub.aside .sub-holder .section .article p.read-more { text-align:right;  }
							
								.content .sub.aside .sub-holder .section .article p.read-more a { font-size:.83em; color:#808080; text-transform:uppercase;  }
									.content .sub.aside .sub-holder .section .article p.read-more a:hover { text-decoration:none; }
								
						.content .sub.aside .sub-holder .section .article ul {}
							
							.content .sub.aside .sub-holder .section.racing .article h4 a {text-decoration:underline; }
								
								.content .sub.aside .sub-holder .section.racing .article h4 a:hover { text-decoration:none }
								
							.content .sub.aside .sub-holder .section.racing .article ul { list-style:none; margin:0 0 2em; padding:0; }
								
								.content .sub.aside .sub-holder .section.racing .article ul li { margin:0 0 1em; color:#808080; }
								
						.content .sub.aside .sub-holder .section .article .row { margin:1em 0;}
							
							.content .sub.aside .sub-holder .section .article .row h4 { color:#8a684d; font-size:1.17em; margin:0 0 .5em; }
							
							.content .sub.aside .sub-holder .section .article .row input { background:#cdbeb2; border:none; padding:4px; width:195px;}
							
						.content .sub.aside .sub-holder .section .article .submit-row .submit { background: url( /images/global/double-arrow-right.png ) no-repeat right 1px; border:none; padding:0 20px 5px 0; text-transform: uppercase; color:#8a684d; font-weight:bold; }
							
							.content .sub.aside .sub-holder .section .article .submit-row input:hover.submit { border-bottom:1px solid #8a684d; }
						
				.content .sub.aside .sub-holder.sponsors-slider { padding:15px 15px 7.5px; }
						
					.content .sub.aside .sub-holder.sponsors-slider .section { border:none;}
						
						.content .sub.aside .sub-holder.sponsors-slider .section .article { padding:0 0 5px; }
						
							.content .sub.aside .sub-holder.sponsors-slider .section .article ul { list-style:none; margin:0; padding:0; }
								
								.content .sub.aside .sub-holder.sponsors-slider .section .article ul li { display:block; float:left; padding:0 12.5px; border-right:1px solid #808080; height:36px; }
								
									.content .sub.aside .sub-holder.sponsors-slider .section .article ul li.first { border-right:none; margin:0 20px 0 0; padding:0; }
										.content .sub.aside .sub-holder.sponsors-slider .section .article ul li.first a { text-decoration:none; }
									
									.content .sub.aside .sub-holder.sponsors-slider .section .article ul li.second { border-left: 1px solid #808080; }
									
									.content .sub.aside .sub-holder.sponsors-slider .section .article ul li.last { padding:0 0 0 2.5px; border-right:none; }
									
						.content .sub.aside .sub-holder.sponsors-slider .section .article #prev-sponsor { display:block; float:left; background: url( /images/global/arrow-left.png ) no-repeat right; padding:0; text-indent:-9999px; width:12px; height:20px; margin:10px 0 0 15px; outline:none; }
						
						.content .sub.aside .sub-holder.sponsors-slider .section .article #next-sponsor { display:block; float:left; background: url( /images/global/arrow-right.png ) no-repeat right; padding:0; text-indent:-9999px; width:12px; height:20px; margin:10px 0 0 5px; outline:none; }
								
						
					
.footer { background: #8a684d; padding:40px 0 20px; margin:30px 0 0; }

	.footer p { color:#fff; }
	
		.footer p a.contact-linsey { float:right; display:block; background: url( /images/global/global-sprite.png ) no-repeat 0 -58px; width:200px; height:34px; text-indent:-9999px; color:#fff; outline:none; }
		
			.footer p a:hover.contact-linsey { text-decoration:none; background-position:-203px -103px; }
			
	.footer ul { list-style:none; margin:0px 0 20px; padding:0; }
	
		.footer ul li { display:block; float:left; margin:0 10px 0 0; }
		
			.footer ul li.text { width:524px; height:33px; background: url( /images/global/footer-text.png ) no-repeat 0 18px; text-indent:-9999px; }
			
				.footer ul li.text h3 { margin:0; padding:0; }
			
			.footer ul li.facebook { width:33px; height:33px; background: url( /images/global/global-sprite.png ) no-repeat -288.5px -59px; text-indent:-9999px; }
			
				.footer ul li.facebook a { display:block; width:33px; height:33px;}
				
			.footer ul li.twitter { width:33px; height:33px; background: url( /images/global/global-sprite.png ) no-repeat -236px -59px; text-indent:-9999px; }
			
				.footer ul li.twitter a { display:block; width:33px; height:33px;}

			.footer ul li.youtube { width:80px; height:33px; background: url( /images/global/global-sprite.png ) no-repeat -338px -59px; text-indent:-9999px; }
			
				.footer ul li.youtube a { display:block; width:80px; height:33px;}

							
			.footer ul li.flickr { width:33px; height:33px; background: url( /images/global/flickr-logo.png ) no-repeat; text-indent:-9999px; }
			
				.footer ul li.flickr a { display:block; width:33px; height:33px;}
			
			
/* font replacement titles */

.about-linsey-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat  -1px 5px; text-indent:-9999px; }
					
.archives-brown-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat  -1px -9px; text-indent:-9999px; }

.archives-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat  -1px -34px; text-indent:-9999px; }
			
.blog-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -79px; text-indent:-9999px; }			

.blog-category-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -56px; text-indent:-9999px; }

.categories-brown-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -96.5px; text-indent:-9999px; }

.email-linsey-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -147px; text-indent:-9999px; }

.featured-posts-brown-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -165px; text-indent:-9999px; }

.latest-news-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -220px; text-indent:-9999px; }

.latest-news-brown-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -192px; text-indent:-9999px; }
			
.newsletter-brown-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -459px; text-indent:-9999px; }
			
.photo-gallery-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -438px; text-indent:-9999px; }

.press-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -411px; text-indent:-9999px; }

.racing-brown-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -385px; text-indent:-9999px; }

.racing-news-brown-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -354px; text-indent:-9999px; }


.results-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -335px; text-indent:-9999px; }

.schedule-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -311px; text-indent:-9999px; }

.sponsors-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -242px; text-indent:-9999px; }

.sponsors-brown-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -272px; text-indent:-9999px; }

.sponsors-grey-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -12px -272px; width:87px; height:20px; text-indent:-9999px; }

.subscribe-brown-title { display:block; background: url( /images/global/title-sprite-v4.png ) no-repeat -1px -500px; text-indent:-9999px; }		
			
/*
* jQuery Nivo Slider v2.0
* http://nivo.dev7studios.com
*
* Copyright 2010, Gilbert Pellegrom
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 
* March 2010
*/ 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:10px;
	background: url( /images/home/prev-main-photo.png ) no-repeat;
	width: 41px;
	height: 33px;
	text-indent:-9999px;
}
.nivo-nextNav {
	right:10px;
	background: url( /images/home/next-main-photo.png ) no-repeat;
	width: 41px;
	height: 33px;
	text-indent:-9999px;
}




/**********************************************/
/* @name: style.css                           */
/* @date: 19/11/07                            */
/* @desc: JMyCarousel css                     */
/* @auth: kevin@enova-tech.net                */
/**********************************************/
/** General Elements && arrows description  ***/


div.jMyCarousel .prev{
	background: url('left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

div.jMyCarousel .next{
	background: url('right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}

div.jMyCarousel .up{
	background: url('up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


div.jMyCarousel{
	height:36px;
	overflow-y:hidden;
}

div.jMyCarousel ul{
	
}

div.jMyCarousel ul li{
	display:block;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
}

div.jMyCarousel ul li img{
	display:block;
}










/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 41px;
	height: 33px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: url( /images/home/prev-main-photo.png ) no-repeat;
}

#fancybox-right-ico {
	background: url( /images/home/next-main-photo.png ) no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

