/*
Theme Name: FAST Foundation
Theme URI: http://thefastfoundation.com/
Description: The Fast Foundation Worpress Theme
Version: 1.0
Author: Heidi Claunch & Paul Redmond
Author URI: http://www.hydart.com/
*/

/* Core Styles Used in every project */
@import url("css/defaults/reset.css"); /* Resets for all browsers */
@import url("css/defaults/clearfix.css"); /* Easy float clearing */

/* Default Styles */

p {
	margin-bottom: 1em;
	line-height: 1.5em;
}
label {
	display: block;
}
a {
	outline: none;
}
a:link, a:visited {
	color: #FF6600;
}
a:hover {
	color: #FEE11B;
}
h1 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: normal;
	color: #017DC0;
}
h2 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	color: #003862;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #0087BA;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color:#FD7E00;
}

strong {
	color: #003862;
}

b {
	color: #003862;
}

blockquote {
	color:#0087BA;
	font-style: italic;
	padding: 10px 30px;
	font-size:15px;		
}

body {
	background: #5FBEDC url('img/header-bg.jpg') no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#body {
	padding: 0 0 95px 0;
	background: url('img/bg-tile2.jpg') repeat-x bottom center;
}
#wrap {
	margin: 0 auto;
	/*padding-bottom: 134px;*/
	width: 1020px;
}
#content {
	background: #FFF url('img/content_faux.gif') repeat-y top left;
}
#main {
	float: right;
	margin-right: 10px;
	padding: 40px 15px 0 15px;
	width: 720px;
	font-size: 14px;
	background: url('img/header-bottom.jpg') no-repeat top right;
}

#sidebar {
	float: left;
	width: 244px;
	padding-left: 10px;
}
#contact_info {
	padding: 0 34px 30px 20px;
	color: #FFF;
}
#contact_info .section {
	margin-bottom: 25px;
	padding-bottom: 27px;
	background: url('img/sidebar-wave.gif') no-repeat bottom center;
}
#contact_info a:link, #contact_info a:visited {
	color: #FDFE00;
}
#sidebar a:hover {
	color: #FF9900;
}
#contact_info label {
	font-weight: bold;
	font-size: 14px;
}
#contact_info .input {
	font-size: 14px;
	padding: 3px 5px;
	width: 180px;
	border: 1px solid #CCC;
}
#h_sign_up {
	display: block;
	margin: 0 -20px;
	background: url('img/fastforward-cap.jpg') no-repeat top left;
	height: 119px;
	width: 244px;
	text-indent: -9999px;
}
#h_contact_us {
	display: block;
	margin-bottom: 10px;
	background: url('img/sidebar-contactus.gif') no-repeat top center;
	height: 50px;
	text-indent: -9999px;
}
#copyright {
	margin-top: 75px;
}
#features {
	margin: 0 -15px 20px;
}
#features .feature {
	float: left;
	width: 238px;
	margin-right: 10px;
}
#features .feature.last {
	margin-right: 0;
}
#vision {
	margin-bottom: 15px;
	padding-bottom: 45px;
	background: url('img/paper-shadow.jpg') no-repeat bottom center;
}
#vision .f_left {
	float: left;
	width: 470px;
}
#vision #actions {
	float: right;
	margin-left: 20px;
	width: 205px;
}
/* Action  */
#actions a {
	display: block;
	text-indent: -9999px;
	width: 203px;
	height: 57px;
	overflow: hidden;
	outline: none;
}
#actions li { margin-bottom: 10px; }
#actions a:hover {
	background-position: 0 -57px;
}
a#action_programs {
	background: url('img/btn-moreprograms.gif') no-repeat 0 0;
}
a#action_donate {
	background: url('img/btn-donatetoday.gif') no-repeat 0 0;
}
a#action_meet {
	background: url('img/btn-founder.gif') no-repeat 0 0;
}

/* News and Events */
#news_events {
	float: right;
	margin-left: 50px;
	padding: 13px;
	width: 256px;
	background: url('img/blue-box-bg.jpg') no-repeat top left;
}
#upcoming_events {
	float: left;
	width: 380px;
}
#news_events a {
	font-weight: bold;
}
#news_events h2 {
	text-align: center;
}
#news_events dt {
	margin-bottom: 5px;
}
#news_events dd {
	margin-bottom: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	text-align: right;
	color: #666;
}
#news_events dd.last {
	padding: 0 0 32px;
	border-bottom: 0;
	background: url('img/blue-wave.gif') no-repeat bottom center;
}
.event {
	margin-bottom: 1em;
	border-bottom: 1px solid #CCC;
}
.event.last { border-bottom: 0; }
/* Main Nav */
#main_nav {
	margin-right: 14px;
	padding-bottom: 10px;
	background: #99E3FC;
	color: #006595;
}
#main_nav li {
}
#main_nav a {
	display: block;
	padding: 8px 25px;
	border-bottom: 1px solid #C8ECF8;
	font-size: 14px;
	text-decoration: none;
}
#main_nav a:link {
	color: #006595;
}
#main_nav a:visited {
	color: #006595;
}
#main_nav a:hover, #main_nav li.current_page_item a {
	background: #28C9F7;
	color: #FFF;
}
/* Sponsors */
#sponsors {
	margin: 0 -15px;
	padding: 10px 25px;
	background: url('img/orange-box-bg.jpg') no-repeat top left;
}
#sponsors li {
	float: left;
	height: 80px;
	padding: 0px 10px;
}
#sponsors .links a {
	margin: 0 0 0 10px;
}

/* Footer */
#footer {
	padding: 80px 30px 0;
	height: 54px;
	text-align: center;
	background: url('img/footer.gif') no-repeat bottom left;
}
#footer a {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}
#footer li {
	display: inline;
	margin-right: 10px;
	line-height: 1em;
}

/* Forms */
.input {
	width: 400px;
	padding: 5px;
	font-size: 16px;
}
.submit { font-size: 16px; }
form input, form textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }
form dd {
	margin-bottom: 20px;
}
dt .warning { color: red; }
#main p.warning, #main p.success {
	margin: 1em 0;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	background: #FFEAE8 none repeat scroll 0%;
	border: 1px solid #F1D3D0;
	color: #E13900;
}
#main p.success {
	background: #9FFFA3;
	color: #000;
	border: 1px solid #5FBF63;
}
form dt { font-weight: bold; color: #003862; }
form dd textarea {
	width: 410px;
	height: 200px;
	font-size: 14px;
}
#alcatrazSignup label { display: inline; }
#alcatrazSignup dd.radio {
	margin: 0;
	line-height: 2em;
}
#alcatrazSignup div.pickOne {
	margin-bottom: 1em;
	padding: 10px 20px;
	background-color: #E5E5E5;
}
/* Classes */
.right {
	text-align: right;
}
img.f_right {
	float: right;
	margin-left: 10px;
}
.hide, .access { display: none; }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
img.picframe {
	margin: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
/* End Images */
/* posts */
.post h3 a {
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #0087BA;
}
.post h3 a:hover {
	text-decoration: underline;
}

.post {margin: 6px 0 2px;}

.post .postmetadata{ /* the box around the post info/edit/comments area*/
	border-top: 1px solid #E3E4E4;
	border-bottom: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 4px;
	padding: 3px 10px;
	font-size: 12px;
}

.commenttext {
	font-style: italic;
	font-size:14px;	
	padding-top: 10px;	
}

.post ul {
	list-style-type:square; }
	
.post ol {
	list-style-type:decimal; 
	}
	
.post li {
	margin:0 0 0 20px;
	line-height:1.5em;
	}