@import url('css/reset.css');
@import url('css/960.css');
@import url('css/preset.css');

body
{
	background:#FFF;
	font-family:'Helvetica Neue','Helvetica','Arial','sans-serif';
	font-size:14px;
	color:#4c535f;	
}
#top
{
	margin: 30px 0 20px 0;
}
#slider
{
	border: 7px solid #1d232e;
	height: 234px;
	background: #FFF;
	padding:1px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#slider div
{
	margin:1px;
}
#top img
{
	float:left;
	margin-right:20px;
}
#nav
{
	float:left;
	margin-top:18px;
}
#nav a
{
	border:none;
	height:15px;
	margin-right:15px;
	display:block;
	float:left;
}
#nav a#nav_home
{
	width:42px;
	background:url('img/nav.png') no-repeat 0 0;
}
#nav a#nav_about
{
	width:50px;
	background:url('img/nav.png') no-repeat -56px 0;
}
#nav a#nav_news
{
	width:44px;
	background:url('img/nav.png') no-repeat -121px 0;
}
#nav a#nav_issues
{
	width:53px;
	background:url('img/nav.png') no-repeat -180px 0;
}
#nav a#nav_donate
{
	width:57px;
	background:url('img/nav.png') no-repeat -247px 0;
}
#nav a#nav_home:hover
{
	background:url('img/nav.png') no-repeat 0 -15px;
}
#nav a#nav_about:hover
{
	background:url('img/nav.png') no-repeat -56px -15px;
}
#nav a#nav_news:hover
{
	background:url('img/nav.png') no-repeat -121px -15px;
}
#nav a#nav_issues:hover
{
	background:url('img/nav.png') no-repeat -180px -15px;
}
#nav a#nav_donate:hover
{
	background:url('img/nav.png') no-repeat -247px -15px;
}
#social
{
	margin-top:10px;
}
#social a
{
	border:none;
	width:30px;
	height:32px;
	float:right;
	margin-left:5px;
}
#social a#social_facebook
{
	background:url('img/social.png') no-repeat -1px 0;
}
#social a#social_twitter
{
	background:url('img/social.png') no-repeat -34px 0;
}
#social a#social_youtube
{
	background:url('img/social.png') no-repeat -67px 0;
}
#social a#social_flickr
{
	background:url('img/social.png') no-repeat -100px 0;
}
#social a#social_rss
{
	background:url('img/social.png') no-repeat -133px 0;
}
#social a#social_email
{
	background:url('img/social.png') no-repeat -166px 0;
}
#social a#social_facebook:hover
{
	background:url('img/social.png') no-repeat -1px -32px;
}
#social a#social_twitter:hover
{
	background:url('img/social.png') no-repeat -34px -32px;
}
#social a#social_youtube:hover
{
	background:url('img/social.png') no-repeat -67px -32px;
}
#social a#social_flickr:hover
{
	background:url('img/social.png') no-repeat -100px -32px;
}
#social a#social_rss:hover
{
	background:url('img/social.png') no-repeat -133px -32px;
}
#social a#social_email:hover
{
	background:url('img/social.png') no-repeat -166px -32px;
}
#signup_block
{
	margin:10px 0;
	height:50px;
	overflow:hidden;
	background:url('img/gradient_signup.png') repeat-x;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#signup_block a
{
	border:none;
}
#signup_block #signup_inner
{
	padding:7px;
}
#signup_block #signup_form
{
	float:left;
}
#signup_block a#signup_donate
{
	display:block;
	float:right;
	height:37px;
	width:240px;
	background:url('img/button_donate.png') no-repeat;
}
#legal
{
	height:44px;
	background:url('img/legal.png') no-repeat top center;
	margin-top:20px;
	margin-bottom:100px;
}
#footer
{
	margin:10px 0;
	background:url('img/gradient_signup.png') repeat-x;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:12px;
	font-weight:900;
	color:#FFF;
}
#footer #footer_inner
{
	padding:12px 8px;
}
#footer .left
{
	float:left;
}
#footer .right
{
	float:right;
}
#footer a
{
	color:#FFF;
	text-decoration:none;
	margin-right:5px;
	border:none;
}
#content
{
	margin:25px 0;
}
.box
{
}
blockquote
{
	padding:20px;
	margin:20px 0;
	border-left:1px solid #d8dff0;
}
.quote
{
	line-height:1.5;
	font-size:13px;
	background:#f9f9f9;
	border:1px solid #d8dff0;
	padding:10px;
	margin-bottom:5px;
}
.quote_text
{
	font-style:italic;
}
.quote_author
{
	font-weight:900;
	padding-left:200px;
}
.twitter
{
	line-height:1.5;
	font-size:13px;
	padding-bottom:10px;
	border-bottom:1px solid #d8dff0;
	margin-bottom:10px;
}
.twitter_left
{
	float:left;
	width:60px;
	margin-right:10px;
}
.twitter_right
{
	float:left;
	width:270px;	
}
.twitter_text
{
}
.twitter_datetime
{
	text-transform:uppercase;
	font-weight:900;
	font-size:10px;
	color:#828a9b;
}
a
{
	color:#840f13;
	text-decoration:none;
}
a:hover
{
	color:#af4143;
	border-bottom:none;
}
.hr
{
	height:1px;
	background:#d8dff0;
	margin:20px 0;
}
.post
{
	line-height:1.5;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #d8dff0;
}
.date
{
	text-transform:uppercase;
	font-weight:900;
	font-size:11px;
	color:#828a9b;
}
.title
{
	font-weight:900;
	font-size:16px;
	color:#262a32;
}
.label
{
	color:#262a32;
	font-weight:900;
	font-size:24px;
	border-bottom:1px solid #d8dff0;
}
.sub_label
{
	color:#262a32;
	font-weight:900;
	font-size:14px;
}
#content .grid_6
{
}
form#signup .form_label, form#signup .form_error, form#signup .form_errors
{
	display:none;
}
form#signup .form_input_wrapper
{
	float:left;
	margin-right:10px;
}
form#signup #signup_firstname_wrapper, form#signup #signup_lastname_wrapper
{
	width:115px;
}
form#signup #signup_email_wrapper
{
	width:250px;
}
form#signup #signup_zip_wrapper
{
	width:73px;
}
form#signup .form_submit
{
	background:url('img/button_signup.png') no-repeat;
	width:82px;
	height:37px;
	border:none;
	cursor:pointer;
}
form#signup .form_input
{
	border:2px solid #d8dff0;
	padding:5px 0;
	font-size:18px;
	font-weight:900;
}
.space
{
	height:20px;
}
.copy
{
	line-height:1.5;
	font-size:14px;
}
#content .grid_6 .copy
{
	line-height:1.5;
	font-size:12px;
}
#pyrix
{
	margin:0 17px;
	border:2px solid #d8dff0;
}
legend
{
	display:none;
}
form#contact .form_label
{
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
}
form#contact .form_input_wrapper
{
	width:500px;
}
form#contact .form_input
{
	margin:3px 0;
	border:2px solid #d8dff0;
	padding:5px 0;
	color:#262a32;
	font-weight:900;
}
form#contact #contact_name_wrapper
{
	float:left;
	width:400px;
	margin-right:15px;
}
form#contact #contact_state_wrapper
{
	float:left;
	width:85px;
}
form#contact .form_submit
{
	color:#FFF;
	background:#1f2532;
	padding:10px;
	border:none;
	font-size:16px;
	font-weight:900;
}
.form_input
{
	color:#1f2532;
}
#newsblock
{
	margin-bottom:20px;
}
#newsblock #block_news, #newsblock #block_videos, #newsblock #block_press
{
	width:310px;
	float:left;
	line-height:1.25;
}
#newsblock .block_label
{
	padding:10px 15px;
	font-size:18px;
	font-weight:900;
}
#newsblock .block_item
{
	padding:10px 15px;
	border-top:1px solid #d8dff0;
}
#newsblock .block_title a
{
	font-weight:900;
}
#newsblock .block_date
{
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
	color:#828a9b;
}
#newsblock iframe
{
	margin-top:5px;
}
a.tag
{
	padding:2px 5px;
	background:#f9f9f9;
	border:1px solid #CCC;
	color:#777;
	float:left;
	display:block;
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
	margin:3px 3px 3px 0;
}