/*
	Name: Soul to Sole
	Date: Rocktober 2009
	Description: Global Style Sheet
	Version: 1.0
	Coder: Enrique Ramirez
	Coder URI: http://enrique-ramirez.com
*/

/* Reset
===============================================*/
/* v1.0 | 20080212 */
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {line-height: 1;}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global Forms
===============================================*/
fieldset {
	background: #f5f5f5;
	border: 1px solid #eee !important;
	margin: 1.5em 0;
	padding: 1em;
}

fieldset, img { }

legend {
	color: #333;
	font-size: 1.571em;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 0 !important;
	margin-bottom: 1.429em;
}

label {font-size: 1.1em; height: 25px; line-height: 25px;}

fieldset em {color: #999; font-style: normal;}

/* Input Types
-----------------------------------------------*/
input[type='text'],
input[type='search'],
input[type='email'],
input[type='url'],
textarea {
	background: #fff;
	border: 1px solid #999;
	color: #555;
	font-family: inherit;
	font-size: 0.917em;
	font-weight: normal;
	padding: 4px 0;	
}

input[type='text']:hover,
input[type='search']:hover,
input[type='email']:hover,
input[type='url']:hover,
textarea:hover {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
	cursor: text;
}
input[type='text']:focus,
input[type='search']:focus,
input[type='email']:focus,
input[type='url']:focus,
textarea:focus {
	
}

input[type='checkbox'], input[type='radio'] {
}

input[type='submit'], input[type='button'] {
	border-radius: 5px;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	padding: .3em 2em;
}

input:required, textarea:required {
	outline: 1px dashed #FBC2C4;
}

textarea {width: 99%; margin-bottom: 7px;}

/* Global Styles
===============================================*/
body {
	background: #000 url('../images/bg-body.png') repeat-x top;
	color: #58595b;
	font-size: 75%; /* Base font size: 12px */
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Headers
-----------------------------------------------*/
h2 {font-family: Baskerville, Times, 'Times New Roman', serif; font-size: 2.25em}	/* 27px */
h3 {font-size: 1.4em}	        /* 16px */
h4 {font-size: 1.167em}	/* 14px */
h5 {font-size: 1.083em}	/* 13px */
h6 {font-size: 1em}		/* 12px */

h2, h3, h4, h6 {
	color: #bd1a8d;
	clear: both;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 10px;
}
h2 {font-weight: normal;}

h5 {	color: #FF7E00;
	clear: both;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 10px; }

h5 a{color: #FF7E00 !important; }
	
/* Links
-----------------------------------------------*/
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {color: #bd1a8d; text-decoration: none;}
a:hover, a:active {text-decoration: underline;}

p a {font-weight: bold;}
	
/* Paragraphs
-----------------------------------------------*/
p {margin-bottom: 1em;}
p.intro {color: #bd1a8d; font-style: italic; font-weight: bold;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

/* Lists
-----------------------------------------------*/
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {
	margin: 0 0 1.5em 0;
}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes
-----------------------------------------------*/
blockquote {
	color: #f08a36;
	font-style: normal;
	margin: 0 100px 1em 100px;
}
cite {
	display: block;
	font-style: normal;
	color: #f08a36;
	margin: 0 100px 1em;
}

q {}

/* Tables
-----------------------------------------------*/
table {margin: .5em auto 1.5em auto; width: 98%;}
	
	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}
	
	tbody .alt td {}
	tbody .alt th {}
	
	/* Tfoot */
	tfoot th {}
	tfoot td {}

/* Layout
===============================================*/
.contents {margin: 0 auto; width: 770px;}
.contents:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.left {float: left; margin-right: 10px; margin-bottom: 5px; border: 1px solid #666 !important; }
.right {float: right; margin-left: 10px; margin-bottom: 5px; border: 1px solid #666 !important; }

/* Header
-----------------------------------------------*/
#top {background: #fff url('../images/bg-body.png') repeat-x top; padding: 45px 0 20px 0;}

	/* Logo */
	#logo {float: left; margin: 0 20px 0 0;}
		#logo a:link, #logo a:visited {
			display: block;
			width: 468px;
			height: 120px;
			text-indent: -1000em;
			background: url(../images/logo-1.png) no-repeat 0 0;
		}
	
	/* Nav */
	#top .nav {float: left; list-style: none; margin: 10px 0 0 0;}
	#top .nav li {display: inline; float: left; margin: 0 0 0 10px;}
		#top .nav li a:link, #top .nav li a:visited {
			display: block;
			float: left;
			width: 79px;
			height: 78px;
			text-indent: -1000em;
		}
		#top .nav li.donate a:link, #top .nav li.donate a:visited {
			background: url(../images/btn-donate.png) no-repeat 0 0;
		}
		#top .nav li.sponsors a:link, #top .nav li.sponsors a:visited {
			background: url(../images/btn-sponsors.png) no-repeat 0 0;
		}
		#top .nav li.register a:link, #top .nav li.register a:visited {
			background: url(../images/btn-register.png) no-repeat 0 0;
		}

/* Body
-----------------------------------------------*/
#wrap {background: #fff; padding: 0 0 30px 0;}

	/* Content */
	#content {
		float: right;
		width: 550px;
	}
	
	/* Sidebar */
	#side1 {
		float: left;
		width: 187px;
	}
	
	#side1 p a img {display: block; margin-bottom: 20px;}
	
		/* Module */
		#side1 .menu {
			font-size: 1.083em;
			margin-bottom: 20px;

			background: #FFFFFF url(../images/box1-b.png) no-repeat 0 100%;
		}
			#side1 .menu ul {
				list-style: none; 
				margin: 0;
				background: url(../images/box1-t.gif) no-repeat 0 0;
				padding: 10px 15px;
			}
		
			#side1 .menu ul li {
				background: url('../images/bg-sep.gif') repeat-x bottom;
				padding-bottom: 2px;
			}
			#side1 .menu ul li:last-child {background: none; padding: 0;}
			#side1 .menu ul a:link, #side1 .menu ul a:visited {
				color: #888;
				display: block;
				padding: 5px 0;
			}
			
			#side1 .menu ul a:hover, #side1 .menu ul a:active {color: #bd1a8d; text-decoration: none;}

                        body#contact #side1 .menu ul li#nav-contact a {color: #bd1a8d; text-decoration: none;}
                        body#cause #side1 .menu ul li#nav-cause a {color: #bd1a8d; text-decoration: none;}
                        body#race #side1 .menu ul li#nav-race a {color: #bd1a8d; text-decoration: none;}
                        body#health #side1 .menu ul li#nav-expo a {color: #bd1a8d; text-decoration: none;}
                        body#photo #side1 .menu ul li#nav-photo a {color: #bd1a8d; text-decoration: none;}
                        body#news #side1 .menu ul li#nav-news a {color: #bd1a8d; text-decoration: none;}
			
			#side1 .menu li.active a:link, #side1 .menu li.active a:visited {
				color: #bd1a8d;
				font-weight: bold;
			}

/* Footer
-----------------------------------------------*/
#footer {background: url('../images/bg-footer.png') repeat-x bottom;}

#footer .contents {
	background: url('../images/bg-footer-kids.jpg') no-repeat center bottom;
	height: 42px;
	line-height: 42px;
	padding: 151px 0 0 0;
	text-align: center;
}

#footer p {margin: 0;}

/* Sections
===============================================*/
/* Home */
.home img.home {margin: -120px 0 0 -20px;}
.home img.home-ie {
	display: none !important;
	display: block;
	height: 346px;
	margin: -346px 0 0 -20px;
	position: relative;
	width: 568px;
}
