/* 
 ----------------------------------------------------------------------------
	CSS Copyright 2008 David M. Hepburn Productions, Inc. - DavidMHepburn.com
	Certain coding assistance provided by Drew Stauffer - AlibiProductions.com
	Last Updated: September 18, 2008 at 3:01 PM
 ---------------------------------------------------------------------------- 
*/

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td {padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

/* Fix up IE6 PNG Support */  
img, #logo { behavior: url(framework/scripts/iepngfix/iepngfix.htc); } 



/* GLOBAL ELEMENTS
 * ------------------------------------------------------------------------- */

body {
	background-color: #ffffff;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	text-align: center;
	padding-left: 12px;
	margin: 0px;
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.5em; color:#000000; font-weight: normal; }
h2	{ font-size:1.3em; color:#000000; font-weight: normal; }
h3	{ font-size:1.1em; color:#000000; font-weight: normal; }
h4	{ font-size:0.9em; color:#000000; font-weight: normal; }

p {
	font-size: 12px;
	color: #171717;
	line-height: 150%;
	}

a:link,a:visited	{ color:#283A90; text-decoration:underline; font-weight: normal; }
a:hover,a:active	{ color:#283A90; text-decoration:none; font-weight: normal; }

ul {
	margin-left: 1em;
	padding-left: 1em;
	}

li {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	padding-left: 12px;
	margin: 0px;
	font-size: 12px;
	color: #171717;
	line-height: 175%;
	}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}

#navigation {
	float: right;
	white-space: nowrap;
	}

#logo {
	width: 475px;
	text-align: left;
	}

#banner {
	position: relative;
	text-align: left;
	width: 1000px;
	border: 0px;
	}
	
ul#banner-fade {
	list-style: none;
	margin-top: 0;
	margin-left: -28px;
	}

#news {
	width: 251px;
	min-height: 300px;
	margin-top: -0.3em;
	margin-left: 2em;
	margin-bottom: 1em;
	float: right;
	background-color: #f1f1f1;
	}

#news p {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	text-align: left;
	}

#news a:link, #news a:visited	{ color:#283A90; text-decoration:none; font-weight: bold; }

#news a:hover, #news a:active	{ color:#283A90; text-decoration:underline; font-weight: bold; }

#quick-links ul {
	list-style-type: none;
	}

#quick-links li {
	list-style-type: none;
	text-align: left;
	margin-left: -20px;
	line-height: 150%;
	}

#newsletter-signup {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #283A90;
	}

#learn {
	width: 197px;
	height: 575px;
	margin-top: -0.3em;
	float: right;
	background-color: #c6c6c6;
	}

#learnlinks {
	margin-left: -1em;
	display: block;
	}

#learnlinks ul {

	}

#learnlinks li {
	list-style:none;
	text-align: left;
	line-height: 200%;
	}

#learnlinks a { 
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	}

#learnlinks a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	}

#content {
	padding-left: 10px;
	padding-right: 100px;
	padding-bottom: 1px;
	margin-top: -0.5em;
	margin-bottom: -0.1em;
	text-align: left;
	border: 0px;
	}

#content p {
	line-height: 1.6em;
	}

#breadcrumbs {
	padding-top: 1em;
	font-size: 10px;
	color: #000000;
	}

#breadcrumbs a {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}

#breadcrumbs a:hover {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #474747;
	}
	
#videoplayer {
	text-align: center;
	img-align: center;
	}



/* CLASSES
 * ------------------------------------------------------------------------- */	

.left {
	text-align: left;
	}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.right {
	text-align: right;
	}

.title {
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-weight: bold;
	}

.middle {
	vertical-align: middle;
	}

.footnote {
	vertical-align: super;
	}

a.footnote,a.footnote:hover, a.footnote:visited, a.footnote:active {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}

a.strong-link {
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	margin-left: 1em;
	line-height: 2em;
	}
	
.emphasis {
	width: 510px;
	padding: 1em;
	background-color: #f1f1f1;
	border: solid 1px #cdcdcd;
	}

.indent {
	margin-left: 4em;
	}



/* BUTTON FRAMEWORK
 * ------------------------------------------------------------------------- */

a.button {  
	background:#32312f url(../images/button.jpg) repeat-x;  
	padding:8px 15px 8px 15px;  
	color: #ffffff;  
	text-decoration: none;  
	border:1px solid #f0ffff;  
	text-transform:uppercase;  
	font-size:15px;  
	line-height:20px;     
	}

a.button:hover {  
	background:#b9ce44 url(../images/button_hover.jpg) repeat-x;  
	border-color:#f0ffff;  
	}

a.donate-button {  
	background:#32312f url(../images/button.jpg) repeat-x;  
	padding:8px 50px 8px 50px;  
	color: #ffffff;  
	text-decoration: none;  
	border:1px solid #f0ffff;  
	text-transform:uppercase;  
	font-size:20px;  
	line-height:40px;     
	}

a.donate-button:hover {  
	background:#b9ce44 url(../images/button_hover.jpg) repeat-x;  
	border-color:#f0ffff;  
	}

input.button {  
	background:#32312f url(../images/button.jpg) repeat-x;  
	padding:5px 10px 5px 10px;  
	color: #ffffff;  
	text-decoration: none;  
	border:1px solid #32312f;  
	text-transform:uppercase;  
	font-size:10px;  
	line-height:10px;     
	}

input.button:hover {  
	background:#333333;  
	border-color:#333333;  
	}



/* NAVIGATION FRAMEWORK
 * ------------------------------------------------------------------------- */

#nav {
	width: 600px;
	margin-top: -1.8em;
	margin-bottom: -2em;
	margin-right: 15px;
	}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}

#nav li {
	list-style: none;
	display: inline;
	text-align: left;
	padding-right: 20px;
	width: 92px; 
	}
	

#nav a { 
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	}

#nav a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}
	
#nav-04 a { color: #7dbe0a; font-weight: bold; }
#nav-04 a:hover { color: #a2d93f; font-weight: bold; }

	

/*---------Forces the navigation to appear correctly-------------------------*/	
#logo2 {
	width: 502px;
	float: left;
	}

#nav-tab {
	width: 37px;
	float: left;
	}

/*-------------- Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 a { color: #000000; }
body#whatwedo #nav-02 a { color: #000000; }
body#getinvolved #nav-03 a { color: #000000; }
body#donate #nav-04 a { color: #ffaf4b; }
body#resources #nav-05 a { color: #000000; }
body#contact #nav-06 a { color: #000000; }


/* EDUCATION TABLE FRAMEWORK
 * ------------------------------------------------------------------------- */

table {
	border-collapse:collapse;
	}

.education table, td, th {
	border: 1px solid #888888;
	font-size: 12px;
	padding: 5px;
	}
	
.education th {
	background-color: #999999;
	text-align: center;
	font-weight: bold;
	}




/* CONTACT FRAMEWORK
 * ------------------------------------------------------------------------- */

#contact-info {
	float: left;
	width: 400px;
	font-size: 12px;
	}

#contact-form {
	font-size: 12px;
	}

.contact {
	font-size: 12px;
	text-align: right;
	padding-left: 12px;
	}

.contact-content {
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 12px;
	}

.contact-content-form {
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	}



/* NEWS BLOG FRAMEWORK
 * ------------------------------------------------------------------------- */

#news-search {
	font-size: 12px;
	float: right;
	}

.postdate {
	margin-top: -0.5em;
	font-size: 10px;
	color: #474747;
	}

.post {
	padding: 10px;
	border-bottom: 1px solid #d4d4d4;
	}

.clear {
	clear: both;
}

.commentlist li .avatar {
	float:left;
	}

.narrowcolumn {
	float:right;
	padding: 0 45px 20px 0;
	}

.widecolumn {
	margin: 5px 150px 0 0;
	}

.widecolumn .smallattachment {
	margin: 5px 0 5px 5px;
	}

.newsnavigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

#search-form {
	margin-top: -2.5em;
	margin-right: 0.5em;
	}

#sidebar {
	width: 970px;
	margin-left: 0;
	margin-right: 0px;
	padding: 10px;
	background-color: #f1f1f1;
	}

#news-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}

#news-footer li {
	list-style: none;
	display: inline;
	text-align: left;
	padding-right: 5px;
	}
	

#news-footer a { 
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	}

#news-footer a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}

#news-footer h2 {
	font-size: 1.3em;
	}

#news-login {
	float: right;
	}

#news-login a {
	font-size: 10px;
	color: #cdcdcd;
	text-decoration: none;
	}

.entry ol {
	padding: 0 35px 0 0;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 10px 0 0;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 10px 0 0;
}

#wp-calendar #next a {
	padding-right:0;
	padding-left:10px;
	text-align:left;
}
#wp-calendar #prev a {
	padding-left:0;
	padding-right:10px;
	text-align:right;
}
blockquote {
	margin: 15px 10px 0 30px;
	padding-left: 0;
	padding-right: 20px;
	border-left: 0 none;
	border-right: 5px solid #ddd;
}
#email, #url {
	direction:ltr;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



/* FOOTER FRAMEWORK
 * ------------------------------------------------------------------------- */

#footer {
	padding-top: 25px;
	padding-right: 10px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	text-align: center;
	clear: both;
	}

#footer p {
	font-size: 11px;
	color: #474747;
	line-height: 150%;
	margin-bottom: 1em;
	}
	
#footer a {
	color: #474747;
	}
	
#footer a:hover {
	color: #474747;
	text-decoration: none;
	}
