/*
 *  Will Gregory
 *  Site by New Media Campaigns
 */

/* Eric Meyer's Reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,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{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* Begin text */

body {
	font-size: 93.75%;  /* Reset base size to 15px */
	line-height: 1.333em;
	color: #002a5d;
	}

body, input, textarea, select, label {
	font-family: "Palatino Linotype", Palatino, "URW Palladio L", Georgia, serif;
	}
		
h1, h2, h3, h4, h5, #nav, .readMore, legend, input, textarea, .button, #actions, #tabs, #footer {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    }
	
code {
	font-family: Consolas, "Courier New", Courier, mono;
	}
	
p {
    padding-bottom: 1.333em;
	}
	
a:link, a:visited {
    color: #ac2021;
    text-decoration: none;
    padding: 1px 2px;
    margin: -1px -2px;
    background: rgba(255,255,255,0);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
	}
a:focus, a:hover, a:active {
    background: #ac2021;
    color: #fff;
	}

h1 {
	display: inline-block;
	padding-bottom: 0.28em;
	margin-bottom: 0.31em;
    font-size: 2.133em;
    line-height: 1.25em;
    font-weight: normal;
    border-bottom: 1px solid #3597cf;
	}
	
h2 {
    font-size: 1.467em;
    line-height: 1.81em;
    font-weight: normal;
	}
	
h3 {
    font-size: 1.267em;
    line-height: 1.58em;
    font-weight: normal;
	}
	
h4 {
    font-size: 1.067em;
    font-weight: bold;
	}

h5 {
    font-size: 1em;
    font-weight: bold;
	}

blockquote {
	padding: 0 2em 1.333em;
	font-style: italic;
	color: #015491;
	}

label {
	font-size: 1em;
	}

input, textarea, select {
	font-size: 0.867em;
	color: #47637f;
	}

input[type=text], textarea {
	background: #d8e5f1;
	border: 1px inset #ecf3f9;
	}

input[type=submit], input[type=button], button {
    
	}

img {
	-ms-interpolation-mode: bicubic;  /* Fixes IE6 scaling ugliness */
	}

.meta {
	font-size: 0.733em;
	color: #015491;
	line-height: 1.36em;
	padding-bottom: 0.45em;
	}
	
	
a.button {
	padding: 2px 10px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #921617 url(../images/button-bg.png) repeat-x 0 60%;
	border: 1px solid #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	}

.readMore {
	font-size: 0.867em;
	}
	
.left { float: left; margin: 0 1.33em 1.33em 0; }
.right { float: right; margin: 0 0 1.33em 1.33em; }
	
/* End text */ 


/* Begin page styles */

body {
	background: #0d80c1 url(../images/page-bg.png) repeat 50% 0;
	}
	
#wrapper {
	background: url(../images/wrapper-bg.png) repeat-x 50% 0;
	}

/* End page */


/* Begin header styles */

#header {
	position: relative;
	width: 960px;
	height: 200px;
	margin: 0 auto;
    }

#skip {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	}

#logo a {
	position: relative;
    display: block;
    height: 116px;
    width: 460px;
    left: -30px;
    top: 10px;
    background: url(../images/logo.png) no-repeat;
    text-indent: -9999px;
	}
#slogan {
	position: absolute;
	width: 425px;
	height: 154px;
	top: 0;
	right: 100px;
	background: url(../images/slogan.jpg) no-repeat;
	text-indent: -9999px;
	}

#nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 950px;
	padding-left: 10px;
	background: #003666 url(../images/nav-bg.png) repeat-x;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	}
#nav li {
	float: left;
	}
#nav li a {
	display: block;
	padding: 0 10px;
	margin: 0;
	font-size: 16px;
	line-height: 46px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: rgba(0,68,128,0);
	text-shadow: 0 2px 2px rgba(0,0,0,0.5);
	}
#nav li a:focus, #nav li a:hover, #nav li.current a {
	background: #004480;
	}
#nav li.hightlight a {
	color: #e54445;
	}

#headshot {
    position: absolute;
    bottom: 0;
    right: -7px;
    }

/* End header */


/* Begin body styles */

#content {
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
	padding: 10px 9px 20px 9px;
	background: #fff;
	border: solid #002a5d;
	border-width: 0 1px 1px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	}

#body {
	float: left;
	width: 630px;
	padding-left: 10px;
	}

#body img { border: 1px solid; }
#body ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 0.667em 2em;
	}
#body ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 0.667em 2em;
	}
#body li {
	padding-bottom: 0.667em;
	}

#body #paginationLinks{ margin: 0; list-style: none; }
#body #paginationLinks li{ float: left; }
#body #paginationLinks li a{ display: block; padding: 0 6px; line-height: 24px; font-size: 12px; }
#body #paginationLinks li a.current{ margin: 0 3px; text-decoration: none; }

/* End body */


/* Begin Sidebar */

#sidebar {
	float: right;
	width: 230px;
	}

#actionCenter {
	float: right;
	width: 210px;
	padding: 10px;
	background: #027dc3 url(../images/actioncenter-bg.png) repeat-x;
	}

#socialLinks { padding: 0 0 5px 22px; }
#socialLinks li, #socialLinks li a {
	display: inline;
	padding: 0;
	margin-right: 6px;
	border: none;
	background: none;
	}
	
#signup {
	width: 210px;
	padding-bottom: 0.333em;
	}
#signup legend {
	font-size: 0.933em;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,0.15);
	}
#signup input { float: left; margin-right: 6px; }
#signup input#email { width: 98px; }
#signup input#zip { width: 58px; }
#signup input.submit { padding-top: 0.2em; margin: 0; }


#contribute a, #endorse a {
	display: block;
	margin: 0.36em 0;
	padding: 10px 0;
	font-size: 1.733em;
	text-transform: none;
	text-align: center;
	}

#actions li a {
	display: block;
	padding: 8px 22px;
	color: #002a5d;
	font-weight: bold;
	font-size: 1.13em;
	line-height: 1.38em;
	background: url(../images/sidebar-bullet.png) no-repeat 0 50%;
	border-top: 1px solid #53a0cc;
	}
#actions li:first-child a { border-top: none; }

#newsroom h2 {
	font-size: 2.133em;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

/* End Sidebar


/* Begin footer styles */

#footer {
	width: 920px;
	margin: 10px auto;
	font-size: 0.8em;
	line-height: 1.5;
	font-weight: bold;
	color: #daeaf3;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    background: url(../images/footer-logo.png) no-repeat 50% 0;
	}
/* Clearfix */
#footer:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */
* html #footer {height: 1%;}
/* IE7 */
*:first-child+html #footer {min-height: 1px;}

#footer a {
	color: #fff;
	}

#footer #credit {
	float: left;
	}

#footer #quickLinks {
	float: right;
	text-align: right;
	}
#footer #quickLinks ul {
	padding-bottom: 1.333em;
	}
#footer #quickLinks ul li {
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid;
	}
#footer #quickLinks ul li:first-child { border: none; }
#footer #quickLinks #donate {
	padding: 7px 20px;
	font-size: 1.4em;
	}
	
/* End footer */


/* Begin Homepage */

#homeFeature {
	overflow: hidden;
	width: 940px;
	background: #002a5d;
	}
#homeFeature #slideshow {
	float: left;
	padding: 10px;
	}
#homeFeature #slideshow #tabs {
	display: table;
	float: left;
	width: 140px;
	height: 320px;
	}
#homeFeature #slideshow #tabs li {
	width: 140px;
	display: table-row;
	}
#homeFeature #slideshow #tabs li a {
	display: table-cell;
	width: 124px;
	padding: 8px;
	margin: 0;
	vertical-align: middle;
	font-size: 0.933em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
	background: url(../images/tabs-bg.png);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: color 0.3s;
	transition: color 0.15s;
	}
#homeFeature #slideshow #tabs li a:focus, #homeFeature #slideshow #tabs li a:hover {
	color: #cce4ff;
	}
#homeFeature #slideshow #tabs li .activeSlide {
	background-position: 0 -85px;
	}
#homeFeature #feature {
    float: left;
    }
#homeFeature #feature a {
    padding: 0;
    margin: 0;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	}
#homeFeature #feature img {
    display: block;
    }

#homeRecents {
	float: left;
	width: 960px;
	}
#homeRecents img { border: 1px solid; }
#homeRecents .col {
	float: left;
	width: 220px;
	margin-right: 20px;
	}
#homeRecents .col h2 {
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#homeRecents .continuation {
	padding-top: 3.667em;
	}
#homeRecents .continuation li {
    padding-bottom: 1.333em;
    }

/* End homepage */