/* Eric Meyer Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font: 12px/1.5 arial, verdana, sans-serif; color: #000; background: #004982 url(../images/background-body.png) top repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}


/* Layout */

#wrapper{ background: transparent url(../images/background-wrapper.jpg) top center no-repeat; }
#inner-wrapper{ width: 920px; margin: 0 auto; padding: 6px 0 0 0; }

.green{ color: #5da700; }


/* Header */

#header{ position: relative; height: 182px; background: transparent url(../images/background-header.jpg) 0 0 no-repeat; }
#logo{
	display: block;
	width: 466px;
	height: 125px;
	position: absolute;
	left: 0;
	top: 13px;
	
	text-indent: -9999px;
	
	background: transparent url(../images/logo.png) 0 0 no-repeat;
}
#slogan1, #slogan2{
	position: absolute;
	top: 145px;
	left: 100px;
	
	font-size: 20px;
	line-height: 20px;
	font-style: italic;
	color: #d9e9f6;
}
#slogan1{ left: 135px; }


/* Menu */

#menu{ position: relative; z-index: 2; height: 42px; padding-left: 6px; background: transparent url(../images/background-menu.png) 0 0 no-repeat; }
ul#menu.landing{ background-image: url(../images/background-menu2.png); }
#menu li{ position: relative; float: left; padding-right: 2px; background: transparent url(../images/menu-divider.png) right no-repeat; }
	#menu li#menu-volunteer, #menu li#menu-donate{ background: none; }
#menu li a{
	display: block;
	padding: 0 21px 0 20px;
	
	font: 20px/42px georgia, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#menu li#menu-volunteer a{ padding-left: 13px; }
#menu li#menu-donate a{ padding: 0 0 0 10px; }

#menu ul{ position: absolute; left: 0; display: none; top: 42px; width: 200px; background: #FFF; opacity: .95; }
#menu ul li{ display: block; padding: 0; background: none; }
#menu ul li a{
	display: block;
	width: 168px;
	padding: 6px 16px;
	
	line-height: 20px;
	color: #0055bb;
	font-size: 13px;
}
#menu ul li a:hover{ background: #E5E5E5; }
#menu li:hover ul{ display: block; }


/* Feature */

#feature{ position: relative; z-index: 1; padding: 10px; height: 250px; background: #FFF url(../images/background-feature.png) 0 0 no-repeat; }

#videos{ position: relative; float: left; width: 605px; height: 250px; background: transparent url(../images/feature-background.jpg) 0 0 no-repeat; }
#videos-slides{ position: relative; z-index: 1; width: 605px; height: 250px; }
#videos-slides li{ position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; }
#feature-1{ background: transparent url(../images/feature-1.jpg) 0 0 no-repeat; }
#feature-2{ background: transparent url(../images/feature-2.jpg) 0 0 no-repeat; }
#feature-3{ background: transparent url(../images/feature-3.jpg) 0 0 no-repeat; }
#videos-slides li a{ position: absolute; left: 357px; top: 166px; display: block; width: 162px; height: 31px; text-indent: -9999px; }
#videos-slides li img{ position: absolute; top: 30px; left: 22px; border: 2px solid #011E44;}

#videos-pagination{ position: absolute; z-index: 2; bottom: 8px; right: 8px; }
#videos-pagination li{ display: inline; }
#videos-pagination li a{ font-size: 13px; border: 1px solid #005698; margin: 0 0 0 3px; padding: 0 4px; line-height: 18px; text-decoration: none; color: #00c6ff; }
#videos-pagination li a.activeSlide{ color: #FFF; }

#action-center{ float: right; width: 295px; height: 250px; background: #004C87 url(../images/background-action-center.png) 0 0 no-repeat; position:relative; }
#action-center ul{ padding: 19px 0 0 15px; }
#action-center ul li{ display: block; }
#action-center ul li a{ display: block; width: 248px; text-indent: -9999px; }
#action-center ul li a#action-center-donate{ height: 51px; }
#action-center ul li a#action-center-volunteer{ height: 49px; }
#action-center ul li a#action-center-contact{ height: 50px; }
#action-center form{ margin: 15px 0 0 23px; }
#action-center form label{ display: block; margin: 0 0 6px 0; width: 237px; height: 17px; text-indent: -9999px; background: transparent url(../images/label.png) 0 0 no-repeat; }
#action-center form input{ vertical-align: middle; }
#action-center form input.text{
	width: 161px;
	height: 20px;
	padding: 5px 5px 0 5px;
	
	font-size: 11px;
	color: #666;
	line-height: 25px;
	
	border: none;
	background: transparent url(../images/background-input.png) 0 0 no-repeat;
}


/* Content */

#content-wrapper, #content-wrapper-home{ position: relative; background: #FFF url(../images/background-content.png) bottom no-repeat; }
#content-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content{ float: left; width: 557px; padding: 24px; }
#content h1, #content h2, #content p, #content ul, #content ol{ margin-bottom: 20px; }
#content h1{ font: 22px/36px georgia, serif; color: #001d40; border-bottom: 2px solid #c2d9ec; }
#content h2, #sidebar h2{ font-size: 18px; line-height: 24px; color: #303030; }
#content ul, #content ol{ margin: 0 0 20px 1.5em; }
#content ul{ list-style: disc; }
#content ol{ list-style: decimal; }
#content a{ color: #0055bb; }

.video { float:left; margin: 0 20px 20px 0; }
.video img { display: block; }

#sidebar{ float: right; display: inline; width: 295px; margin: 10px; background: #d9e9f6; }

#sidebar #action-center{ float: none; }

#sidebar-content{ padding: 25px; }
#sidebar-content ul{ margin-bottom: 18px; }
#sidebar-content ul li, #sidebar-content ul li a{ display: block; }
#sidebar-content ul li a, a#rss-feed{ padding: 6px 0; border-bottom: 1px dotted #999; color: #0077C1; font-weight: bold; text-decoration: none; }

#sidebar-content ul#categories li a{ padding-left: 25px; background: transparent url(../images/icon-tag.png) left no-repeat; }
#sidebar-content ul#archives li a{ padding-left: 25px; background: transparent url(../images/icon-calendar.png) left no-repeat; }
a#rss-feed{ display: block; padding-left: 25px; background: transparent url(../images/icon-rss.png) left no-repeat; border: none; }

.entry h2{ font-size: 18px; line-height: 20px; font-weight: normal; }
.entry h2 a{ color: #0055bb; }
.entry p.byline{ margin: -14px 0 0 0; color: #666; }

#comments form fieldset{ margin: 0 0 18px 0; }
#comments form label{ display: block; }
#comments form textarea{ width: 400px; height: 150px; }
#comments ol li{ margin-bottom: 18px; }
#comments ol li .comment-meta{ font-weight: bold; }

#donate fieldset { border: 1px solid #888; padding: 10px; margin-bottom: 20px; }
#donate .error { color: #a44; }
#donate legend { padding: 0 10px; font-size: 15px; font-weight: bold; color: #0055bb; }
#donate fieldset ol, #donate fieldset ul { list-style-type: none; margin: 0 0 0 10px; }
#donate fieldset ol li { float: left; width: 50%; }
#donate fieldset ul li { padding-bottom: 5px; clear: both; }
#donate fieldset ul li label { width: 100px; float: left; }
#donate fieldset ul li label.error { width: 140px; float: right; clear: right; }
#donate fieldset li input { font: normal 13px/16px Helvetica, Arial, sans-serif; }
#donate fieldset li input.text { border: 1px solid #888; width: 270px; padding: 2px; }
#donate fieldset li input.text.error { border-color: #a44; }

#share_page{
	background: #EEE url(../images/balloon_left.png) 10px 50% no-repeat;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #BBB;
	margin: 0 0 18px 0;
	padding: 9px 18px 9px 35px;	
}
#share_page p{ margin: 0; }


/* Content - Home */

#content-wrapper-home{ height: 625px; }

#content-wrapper-home h2{ font: 22px/36px georgia, serif; color: #001d40; border-bottom: 2px solid #c2d9ec; }
#content-wrapper-home h2 a{ color: #001d40; text-decoration: none; }
#content-wrapper-home ul.list{ padding: 20px 0 2px 0; margin: 0 0 12px 0; border-bottom: 2px solid #c2d9ec; }
#content-wrapper-home ul.list h3{ font-size: 16px; line-height: 20px; font-weight: normal; }
#content-wrapper-home ul.list h3 a{ color: #0055bb; }
#content-wrapper-home ul.list p{ color: #000; font: 13px/15px; margin: 6px 0 6px 0; }
#content-wrapper-home ul.list p.date{ font-size: 11px; color: #999; }
#content-wrapper-home a.more{ font-size: 13px; line-height: 20px; color: #0055bb; padding: 0 10px 0 0; background: transparent url(../images/icon-arrow.png) right no-repeat; }

#news-feed{ position: absolute; top: 5px; left: 15px; width: 260px; padding-right: 30px; border-right: 2px solid #c2d9ec; }

#blog-feed{ position: absolute; top: 5px; left: 334px; width: 256px; }
#content-wrapper-home #blog-feed ul.list{ border-bottom: none; margin-bottom: 0; }

#twitter-feed{ position: absolute; top: 200px; left: 333px; width: 256px; }
#twitter-feed h2{ margin-bottom: 12px; background: #FFF url(../images/icon-bird.png) 130px 0 no-repeat; }
#twitter-feed p{ font-size: 13px; line-height: 15px; color: #303030; font-weight: bold; }
#twitter-feed p.byline{ margin: 4px 0 0 0; font-size: 11px; line-height: 18px; color: #777; font-weight: normal; }

#spread-the-word{ position: absolute; top: 350px; left: 333px; width: 256px; }
#sidebar #spread-the-word{ position: relative; top: 0; left: 0; margin: 20px auto 0 auto; }

#mile-marker{ position: absolute; top: -20px; right: 10px; width: 245px; height: 584px; padding: 25px; background: #d9e9f6; }
#mile-marker p{ margin-bottom: 18px; font-size: 13px; line-height: 15px; font-weight: bold; color: #303030; }
#mile-marker p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#mile-marker p.quote{ margin: 20px 0 -20px 0; font-size: 18px; line-height: 20px; color: #001d40; font-weight: normal; }
#mile-marker cite{ display: block; margin: 10px 10px 0 10px; text-align: right; }

#mile-marker img.right{ float: right; margin-right: -25px; display: inline; }
#mile-marker img.left{ float: left; margin-left: -25px; margin-top: -25px; margin-right: 18px; display: inline; }

#veteran{ position: relative; clear: both; padding: 18px 0 0 0; }
#veteran img{ position: absolute; top: 0; right: -10px; }
#veteran a{ position: absolute; top: 0; left: -10px; font-size: 13px; line-height: 20px; color: #0055bb; }

/* Footer */

#footer{
	font: 13px/13px arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	
	position: relative;
	margin: 0 0 18px 0;
	padding: 20px 25px; 
	background: #01204a url(../images/background-footer.png) bottom no-repeat;
}

#social-networks{ margin: 11px 0 0 0; }
#social-networks:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#social-networks li{ display: block; float: left; border-left: 1px solid #415877; height: 38px; }
#social-networks li.first{ border: none; }
#social-networks li a{ position: relative; padding: 0 20px; height: 38px; line-height: 38px; }
#social-networks li.first a{ padding-left: 0; }
#social-networks li a img{ vertical-align: middle; }

#actions{ position: absolute; right: 25px; bottom: 20px; }
#actions li{ display: inline; }

#credits{ padding: 0 0 18px 0; color: #99cbff; font: 11px/20px arial, sans-serif; text-align: center; }
#credits a{ color: #99cbff; }