@charset "UTF-8";
/* ~~ Color Guide ~~ */
/* 
#990000 = red
#7E0000 = dark red
#OCF = light blue
#6E6C64 = dark warm grey
 */


body {
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
/*body#homefeat a#homelink, body#runnersfeat a#runnerslink, body#resultsfeat a#resultslink, body#volunteersfeat a#volunteerslink, body#sponsorsfeat a#sponsorslink, body#charitiesfeat a#charitieslink, body#donatefeat a#donatelink, body#aboutfeat a#aboutlink, body#contactfeat a#contactlink, body#storefeat a#storelink, body#arcfeat a#arcrunLink {
	background: #7E0000;	
}*/
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
#container {
	width: 960px;
	background: #FFF url(../images/masthead/sntd_background.jpg) no-repeat;
	margin: 0 auto 0 0px;
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
/* ~~ Left Side Bar "NAVIGATION" ~~ */
#sidebar {
	float: left;
	width: 715px;
	padding-bottom: 10px;
	margin-top: 150px;
	margin-left: 235px;
	clear: right;
}
#sidebar p {
	color: #000;
	font-size: 0.85em;
	line-height: 1;
	margin-top: 0px;
	padding-top: 10px;
}
#sidebar a {
	color: #000;
	text-decoration: none;
}
#sidebar a img {
	border: none;
}

#sidebar a:link {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
}

/* ~~ NAVIGATION ~~ */
#navigation{
	display: inline;
}
#navigation ul {
	list-style: none;
	display: inline;
}
#navigation ul li {
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
}
#navigation ul a, #navigation ul a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 140px;
	text-decoration: none;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
}
#navigation ul a:hover, #navigation a:active, #navigation ul a:focus {
	color: #0c95c3;
}

/* ~~ Content" ~~ */
#content {
	width: 525px;
	float: left;
	margin-top: 150px;
	padding-right: 0;
	padding-bottom: 10px;
	margin-left: 35px;
	margin-right: 35px;
}
#content h1 {
	font-size: 1.15em;
	line-height: 1.2;
}
#content h2 {
	font-size: 1em;
	line-height: 1.1;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content p {
	font-size: 0.95em;
	line-height: 1.2;
}
#content a {
	color: #005ABC;
	font-weight: bold;
	text-decoration: none;
}
#content ul li {
	list-style: none;
	padding-bottom: 5px;
	font-size: 0.95em;
	line-height: 1;
}
#content ul li a {
	color: #005ABC;
}
#sidebar2 {
	float: left;
	margin-top: 150px;
}
#sidebar2 h4 {
	text-transform: uppercase;
	color: #990000;
	font-size: .85em;
	font-weight: normal;
}
#sidebar2 p {
	font-size: 0.8em;
	font-weight: normal;
	color: #990000;
}
#sidebar2 a {
	text-decoration: none;
}

/* ~~ This grouped selector gives the lists in the #content area space ~~ */
#content ul, #content ol {
	padding: 0 15px 15px 40px;
	font-size: 0.95em;
	line-height: 1.2;
}
#content ul a, #content ol a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}

/* ~~ The footer styles ~~ */
#footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	margin-left: 50px;
}
#footer a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#followus {
	width: 300px;
	float: left;
	height: auto;
}
#giveusmoney {
	float: left;
	width: 300px;
	height: auto;
}
#runourrace {
	float: left;
	width: 200px;
	height: auto;
}
#footer p {
	color: #FFF;
	font-size: 0.7em;
}
.bold {
	font-weight: bold;
}
.endparagraph {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 15px;
}
.imgpadding {
	padding-left: 25px;
}
.subscript {
	font-size: 0.75em;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the #footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.italicQuote {
	font-style: italic;
	margin-right: 30px;
	margin-left: 30px;
}
.redstrong {
	color: #900;
}
.italic {
	font-style: italic;
}
.redstrong {
	color: #900;
}
.italic {
	font-style: italic;
}
form {
	width: 170px;
}
.center {
	text-align: center;
}
.red {
	color: #900;
}

