/*
Theme Name: Girls On The Run
Theme URI: http://leapdesign.com/
Description: WordPress theme developed by LEAP Design.
Version: 1.0
Author: LEAP Design
Author URI: http://leapdesign.com/
*/

/* ------------------------------------ */
/* Global								*/
/* ------------------------------------ */

* {
	font:13px Helvetica, Arial, sans-serif;
	color:#010101;
	line-height:20px;
}

body {
	margin:0;
	background-image:url(images/bg-body.gif);
}

img {
	border:0;
}

a:link, a:visited {
	color:#D0499F;
	text-decoration:none;
}

a:hover {
	color:#A31B72;
	text-decoration:underline;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#586E41;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#586E41;
	margin-top:25px;
}

h3 {
	margin:0 !important;
	font-weight:bold !important;
}

a.unknown {
	color:#FFF;
}

.unknown {
	background-color:#FF0000;
	border:1px solid #FF0000;
}

.hidden {
	visibility:hidden;
}

/* ------------------------------------ */
/* Page Layout							*/
/* ------------------------------------ */

#page {
	width:983px;
	margin:0 auto;
	background:#CAECA5 url(images/bg-page.jpg) repeat-x top;
}

#shadow_fix {
	/* This was the only way to get a 
	shadow over the gradient area as 
	well as the solid color area */
	width:983px;
	background:url(images/shadow.png);
}

#header {
	display:block;
	height:185px;
	width:577px;
	background:url(images/tagline.gif) no-repeat right;
	margin:0 0 14px 0;
}

#nav {
	float:left;
	width:181px;
	height:377px;
	background:url(images/nav.jpg) no-repeat;
}

#content {
	float:left;
	width:350px;
	margin:-8px 0 120px 30px;
}

#sidebar_photos {
	float:right;
	margin:0 -7px 0 0;
}

#sidebar_sponsors {
	float:right;
	margin:0 8px 0 -1px;
	text-align:center;
}

#home_sponsors {
	float:left;
	margin:-100px 0 0 210px;
}

#footer {
	clear:both;
	position:relative;
}

/* ------------------------------------ */
/* Navigation							*/
/* ------------------------------------ */

#nav ul {
	list-style:none;
	margin:27px 0 0 4px;
	padding:0;
}

#nav ul li {
	line-height:0;
}

#nav ul li.preload {
	display:none;
}

#newsletter_link {
	float:left;
	margin:33px 0 0 21px;
}

#newsletter_link a {
	color:#135C05;
	text-decoration:underline;
}

#newsletter_link a:hover {
	color:#D0499F;
}


/* ------------------------------------ */
/* Content								*/
/* ------------------------------------ */

.not_home {
	margin-bottom:40px !important;
}

.sponsor_page {
	width:750px !important;
}

/* ------------------------------------ */
/* Contact Form							*/
/* ------------------------------------ */

.wpcf7-mail-sent-ok, .wpcf7-validation-errors {
	text-align:center;
	width:263px;
	padding:15px;
}

.wpcf7-mail-sent-ok { background-color:#F3FBEB; }

.wpcf7-validation-errors { background-color:#FFBCB3 }

.wpcf7-not-valid-tip-no-ajax {
	color:#FF0000;
	font-size:10px;
	font-weight:bold;
}

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

#flower_scroll {
	position:absolute;
	left:-46px;
	top:-140px;
	width:171px;
	height:167px;
	background:url(images/flower_scroll.png) no-repeat;
}

#copyright {
	color:#586E41;
	float:left;
	margin:10px 0 5px 210px;
	width:550px;
}

#copyright, #copyright a {
	font-size:10px;	
}

#page_cap {
	clear:both;
	padding-top:5px; 	/* Required by IE */
	background:url(images/page_cap.gif) no-repeat bottom;
}