@charset "utf-8";

/*
 * 	Main Stylesheet for Kids' Cancer Foundation
 * 	Written by Zachary C. Doherty on August 19th, 2009
 *  Revised by Zachary C. Doherty on February 24th, 2010
 *
 *  This stylesheet is required by every page
 *
 *  Licensed under the Creative Commons CC BY-SA 2.0 License
 */

* {
	margin: 0;
	padding: 0;
	background: none;
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
}

body {
	width: 750px;
	margin: 0 auto;
	height: auto;
}

a {
	color: #000;
}

a:active {
	outline: 0 !important;
	-moz-outline: 0 none;
}

* :focus {
	-moz-outline: 0 none;
	outline: 0;
}

#header {
	margin: 45px 0 5px;
	padding: 0 5px;
	height: 25px;
	position: relative;
	z-index: 5;
}

#header > div {
	color: #000;
}

#header h2 {
	font-size: 16px;
}

#header a {
	text-decoration: none;
}

#header .left {
	float: left;
}

#header .right {
	float: right;
}

#signature_events { color: #f9a426; }
#donate { color: #b2d234; }
#upcoming_events { color : #88368f; }
#in_the_news { color: #e60e0e; }

#wrap {
	width: 750px;
	position: relative;
	margin: -50px auto 0;
	background: url(../img/logo.gif) no-repeat top center;
	padding-top: 50px;
}

#wrap > h1 {
	display: block;
	position: absolute;
	top: -52px;
	left: 307px;
	height: 136px;
	width: 136px;
	text-indent: -9001px; /* What nine-thousand!? */
	overflow: hidden;
	z-index: 20;
}

#nav_1 {
	width: 301px;
	height: 39px;
	border: 1px solid black;
	border-right: 0;
	float: left;
	display: block;
}

#nav_2 {
	width: 301px;
	height: 39px;
	border: 1px solid black;
	border-left: 0;
	float: right;
	display: block;
}

#wrap > ul li {
	height: 18px;
	padding: 0 12px 0;
	float: left;
	display: block;
	overflow: visible;
	margin: 11px 0 10px;
	line-height: 1.2;
}

#nav_1 li {
	border-left: 1px solid black;
}

#nav_1 li:first-child {
	border-left: 0;
}

#nav_2 li {
	border-left: 1px solid black;
	float: right;
}

#nav_2 li:first-child {
	border-left: 0;
}

#nav_1 a, #nav_2 a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	display: inline-block;
	vertical-align: text-top;
	color: #000;
}

#nav_1 a:hover, #nav_2 a:hover {
	text-decoration: underline;
}

#nav_1 .active, #nav_2 .active {
	color: #26A5C2;
}


#content {
	width: 748px;
	clear: both;
	border-right: 1px solid black;
	border-left: 1px solid black;
	position: relative;
}

#footer {
	width: 748px;
	height: 121px;
	clear: both;
	border: 1px solid #000;
}

#footer p {
	width: 748px;
	height: 13px;
	clear: both;
	padding: 2px 0;
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#courtneys-wish {
	width: 748px;
	height: 103px;
	clear: both;
	background: url(http://wac.20a9.edgecastcdn.net/0020A9/kcf/img/footer-small.jpg) no-repeat top right;
}

#courtneys-wish img {
	border: 0;
	border-right: 1px solid #000;
	float: left;
}

#courtneys-wish span {
	display: block;
	width: 455px;
	height: 24px;
	padding: 5px 0 0 0;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	background-color: #28528f;
	border-top: 1px solid #000;
	letter-spacing: 8px;
	float: right;
	color: #FFF;
	margin: 73px 0 0 0;
}

#wrap > cite {
	clear: left;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #999;
}

.clear { clear: both; }

/* This is for the recently added Signature Events overlay */
#signature_overlay {
	background: url(../img/sig-events-bg-pixel.png) repeat left top;
	width: 280px;
	display: none;
	padding: 0 12px 15px 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	z-index: 5;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	top: 0;
	left: 0;
}

#signature_overlay h2 {
	margin: 31px 31px 26px;
	font-size: 16px;
	color: #F9A426;
}

#signature_overlay li {
	padding: 5px 0;
	display: block;
	list-style: none;
	text-align: center;
}

#signature_overlay span {
	color: #FFF;
}

#signature_overlay img {
	margin: 3px 0 0 0;
	border: 0;
}

#signature_overlay div {
	width: 212px;
	clear: right;
	float: right;
	font-size: 12px;
	text-align: left;
	padding: 0 0 0 3px;
}

#signature_overlay a {
	display: block;
	color: #F9A426;
	text-decoration: none;
}

#signature_overlay a:hover {
	text-decoration: underline;
}
