/* insidetherace.com CSS Stylesheet
** Author: Mike Retzak
** Date: 16 January 2010
*/

/* Eric Meyers' CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

html, body {
	height:100%;
	width:100%;
}

body {
/* 	line-height: 1em; */
	color: black;
	font-family: helvetica, arial, sans-serif;
	font-size: 17px;
	background: #000 url(/images/site/bodyBg.png) repeat;
}
a {
	color: #004EF0;
}
ol, ul {
/*	list-style: none;*/
	margin-bottom: 1em;
}

li {
	margin-left: 2em;
	font-family: georgia, times, serif;
}

em {font-style: italic;}
strong { font-weight: bold;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS Reset */


.bold {
	font-weight: bold;
}

.clear {
	clear:both;
}

.relative {
	position: relative;
}

.pad_10 {
	padding:10px 0;
}

h1 {
	font: bold 1.5em helvetica, verdana, arial, sans-serif;
	margin-bottom: 1em;
}


h2 {
	font: bold 1.3em helvetica, verdana, arial, sans-serif;
	color: #222;
	margin-bottom: .25em;
	
}

h3 {
	font: bold 1em helvetica, verdana, arial, sans-serif;	
}

h4 {
	
}

h5 {
	
}

p {
	line-height: 1.25em;
	margin-bottom: 1em;
	font-family: georgia, times, serif;
}


/* forms */

label { 
	font-weight: bold;
/* 	display: block; */
display: inline-block;
	margin:0;
	padding-top:9px;
}

legend {
	font-weight: bold;
	color: #222;
	font-size: 1.1em;
	padding: 0 3px;
}

fieldset {
	position: relative;
	margin:12px 0 24px 0;
	border:1px solid #CCC;
	display: block;
	background-color: #F9F9F9;
	padding:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input {
	margin:3px 3px 3px 0;
}

small {
	font-size:.9em;
}

blockquote {
	padding: 0 2em;
	font-family: Georgia, Times, "Times New Roman";
	font-style: italic;
}

.lightGray {
	background-color: #ddd;
}

.whiteBg {
	background-color: #FFF;
}

.textCenter {
	text-align: center;
}

.pad_20 {
	padding: 20px 0;
}

/* notice, warning, message divs
   ============================= */

.notice, .message, .warning, .error {
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	font-size: .95em;
	font-weight: bold;
}

.notice {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background-color: #9F9;
}

.message {
	border-top: 2px solid #33F;
	border-bottom: 2px solid #33F;
	background-color: #99F;
}

.warning {
	border-top: 2px solid #FF3;
	border-bottom: 2px solid #FF3;
	background-color:  #FF9;
}

.error {
	border-top: 2px solid #F33;
	border-bottom: 2px solid #F33;	
	background-color:  #F99;
}

#errorExplanation ul {
margin-top: 5px;
padding-bottom: 10px;
padding-left: 30px;
margin-left: 0;
}

#errorExplanation p {
font-size: 12px;
padding: 2px 5px;
}

#errorExplanation ul li {
font-size: 11px;
font-weight: normal;
}

#errorExplanation {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #fcc;
	border:2px solid #FF0000;
	font-size:1.3em;
	font-weight:bold;
	margin:10px auto 20px;
	padding:10px 20px;
	background: url(/images/site/topRightBg1.png) repeat-x bottom;
}

#errorExplanation h2 {
	background: none;
	background: url(/images/error.gif) no-repeat left center;
	border-bottom:1px dotted #999;
	color:#ff0000;
	font-size:.95em;
	font-weight:bold;
	padding:5px;
	padding-left: 20px;
}

.fieldWithErrors input {
border: solid 2px #f00;
}

#main_notice {
	text-align: center;
	background-color: #FFFFCC;
	padding: 4px;
	position: relative;
/* 	display: none; */
}

/* ================= */
/* = Layout Styles = */
/* ================= */

.wrapper {
	position:relative;
	width:100%;
	height:100%;
	background: transparent url(/images/site/glow.png) no-repeat left top;
}

.headerWrapper {
	width:100%;
	background: url(/images/site/headerWrapBg.png) no-repeat center top;
}

.header {
	padding:16px 0;
/* 	margin:0 auto; */
	position: relative;
	height:83px;
	background: url(/images/site/headerBg.png) no-repeat center top;
}

.headerLogo {
	display: block;
	margin-left: 20px;
	float: left;
}

a.page2Link {
	color:#EFEFEF;
	text-decoration: none;
	display: block;
	margin-top: 21px;
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: #000 0px 1px 0px;
/* 	text-transform: uppercase; */
/* 	font-style: italic; */
	float: right;
}

a.page2Link:hover {
	/* 	border-left: 6px solid #0367E0; */
	text-shadow: none;
	text-decoration: underline;
}

.mainWrapper {
	width: 100%;
	background: url(/images/site/pageShadow.png) repeat-y center;
}

.main {
/* 	background-color: #FFF; */
/* 	padding-top: 10px; */
}

.homeTop {
	padding:10px 0;
	background-color: #FFF;
}

#homeTopStories {
	position: relative;
	height:414px;
}

.homeTopStory {
	position: absolute;
}

.topStories {
	position: relative;
}

#topStoryImages {
	position: absolute;
	left:10px;
	bottom:0;
	padding:0 10px 0 11px;
	line-height: 1px;
	background: url(/images/site/transparentBlack.png) repeat;
}

#topStoryImages img {
	padding: 8px;
	cursor:pointer;
}

#topStoryImages img.active {
	background: url(/images/site/imgHover.png) no-repeat center center;
}

.topDetails {
	height:414px;
}

.topImages {
	position: relative;
	line-height: 1px;
}

.topDetails a.mainHeading {
	display: block;
/* 	background-color: #333; */
	padding: 10px 10px 6px 0px;
/* 	line-height: 1.35em; */
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	color:#333;
	font-size: 20px;
	text-decoration: none;
}

.topDetails a.mainHeading:hover {
	color:red;
}

.topLink {
	display: block;
	font-family: helvetica, verdana, arial, sans-serif;
	padding:6px 0;
	font-size: 14px;
}

.topLink a {
	text-decoration: none;
}

.topLink a:hover {
	text-decoration: underline;
}

.topDetails .entryDate {
	float: left;
/* 	text-align: right; */
/* 	background-color: #ddd; */
	padding:3px 9px;
	padding-left: 0;
	line-height: 12px;
	font-size: 12px;
	display: block;
}

.topDetails p {
	clear: both;
	margin:28px 0 12px 0;
	padding-right: 20px;
}

.topStories .photoCredit {
	position: absolute;
	bottom:12px;
	right:0px;
	line-height: 1em;
	background: url(/images/site/transparentBlue.png) repeat;
	color:#FFF;
	padding:9px 9px;
	font-size: 11px;
	font-family:"Courier New", courier, monospace;
}

.addthis_toolbox {
	font-size: 14px;
	float: left;
/* 	padding:4px 0 2px 0; */
/* 	width:157px; */
	width:100%;
	position: absolute;
	bottom:0;
	background-color: #555;
}

.addthis_toolbox a {
	color:#DDD;
/* 	margin-top: -1px; */
	text-decoration: none;
}

.addthis_inner {
	padding:3px 6px 0 6px;
}

.addthis_toolbox a:hover {
	text-decoration: underline;
}

a.addthis_button_expanded {
	display: block;
	float: right;
	margin-top: 1px;
	cursor:pointer;
	font-size: 12px;
	border-left: 1px solid #999;
	margin-left: 4px;
	padding-left: 6px;
	line-height: 1.2em;
}

a.addthis_button_expanded img {
	display: block;
	float: left;
	padding-right: 4px;
}

.pageDivider {
	clear:both;
	height:31px;
	width:960px;
	background: url(/images/site/pageDivider.png) repeat-x;
}

.socialWrapper {
	margin-left: -9px;
}

.facebookWrapper {
	font-size: 12px;
}

.flickrWrapper {
	width:180px;
	margin:0 auto;
	margin-top: 24px;
}

.flickrWrapper img.logo {
	clear: both;
	margin-bottom: 9px;
}

/* ==================== */
/* = short chute home = */
/* ==================== */
.entryLeft .relatedEntry {
/* 	margin-bottom: 30px; */
	position: relative;
}

.relatedEntry .relatedHeading {
	display: block;
/* 	padding:20px 0 0 0; */
	font-size: 16px;
	padding-bottom: 0px;
	line-height: 1.25em;	
	text-decoration: none;
	font-weight: bold;
	color:#333;
/* 		font-family: georgia, times, serif; */
}

.relatedEntry .relatedSource {
	display: block;
	padding:0 9px 4px 9px;
	right:0;
	top:8px;	
	color:#EEE;
	font-weight: bold;
	float: right;
	margin:4px 0 12px 12px;
	font-size: 12px;
	background:  url(/images/site/headerWrapBg.png) no-repeat right -34px;
	line-height: 1em;	
/* 	position: absolute; */
}

.relatedEntry .relatedDescription {
	font-size: 15px;
	line-height: 1.25em;
	padding: 3px 20px 3px 0;
	display: block;
	font-family: georgia, times, serif
}

.relatedLink {
	display: block;
	padding: 0 20px 20px 0px;
}

.relatedLink a {
/* 	background:  url(/images/site/headerWrapBg.png) no-repeat left -24px; */
	color:blue;
	float: left;
	padding: 3px 4px 0px;
	text-decoration: none;
	font-size: 13px;
}

.relatedLink a:hover {
	text-decoration: underline;
}

.r4c {
	background-color: #DDD;
	width:180px;
	margin-left: 24px;
	text-align: left;
	border-bottom: 10px solid #000;
	margin-bottom: 16px;
	padding-bottom: 6px;
}

.r4c p {
	font-family: helvetica, verdana, arial, sans-serif;
	padding:3px 10px;
	margin:0;
	font-size: 13px;
	color:#333;
}

.r4c img {
	background-color: #000;
}

