/* BODY */
body {
	padding-bottom: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #595959;
}
a {
	color: #2A337C;
}
.hidden {
	display: none;
}


/* HEADER */
#header {
	height: 192px;
	border-bottom: 1px solid #E5E5E5;
	background: url(../images/header-bg.jpg) no-repeat center top;
}
#header .lining {
	position: relative;
	height: 192px;
}
#identity {
	position: absolute;
	left: 226px;
	top: 8px;
	width: 206px;
	height: 184px;
	background: url(../images/steve-welch.png) no-repeat 0px 0px;
}
#logo {
	position: absolute;
	left: -216px;
	top: 10px;
	width: 193px;
	height: 129px;
	overflow: hidden;
	background: url(../images/logo.png);
	text-indent: -3000px;
}
#quotes {
	position: absolute;
	right: 10px;
	top: 60px;
	width: 470px;
}
#quotes blockquote {
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	text-align: right;
	white-space: nowrap;
}
#quotes cite {
	color: #999;
}
#nav {
	position: absolute;
	left: 10px;
	top: 151px;
	width: 940px;
	height: 53px;
}
#nav ul#nav-main {
	position: absolute;
	left: 0px;
	top: 18px;
	width: 100%;
	height: 33px;
	overflow: hidden;
	background: url(../images/nav-bg.png) repeat-x 0px 23px;
	font-size: 16px;
}
#nav ul#nav-main li {
	display: inline;
	float: left;
	height: 33px;
	overflow: hidden;
	margin: 0 4px 0 0;
}
#nav ul#nav-main li a {
	float: left;
	height: 33px;
	border: 1px solid #2A337C;
	border-bottom: none;
	padding: 0 20px;
	background: #2A337C;
	color: #FFF;
	line-height: 30px;
	text-decoration: none;
	letter-spacing: .05em;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
#nav ul#nav-main li.active a {
	background: #FFF;
	color: #2A337C;
}
#nav ul#nav-action {
	position: absolute;
	right: -10px;
	top: 0px;
	width: 320px;
	height: 64px;
	background: url(../images/nav-action-bg.png) no-repeat left top;
	font-size: 16px;
}
#nav ul#nav-action li {
	display: inline;
	float: left;
	margin: 10px;
}
#nav ul#nav-action #button-get-involved {
	margin-right: 2px;
}
#nav ul#nav-action #button-donate {
	margin-left: 2px;
}
#nav ul#nav-action li a {
	float: left;
	width: 148px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
#button-get-involved a {
	height: 43px;
	background: url(../images/button-get-involved.png) no-repeat 0px 0px;
}
#button-get-involved a:hover {
	background: url(../images/button-get-involved.png) no-repeat 0px -43px;
}
#button-donate a {
	height: 43px;
	overflow: hidden;
	background: url(../images/button-donate.png) no-repeat 0px 0px;
	text-indent: -3000px;
}
#button-donate a:hover {
	background: url(../images/button-donate.png) no-repeat 0px -54px;
}


/* CONTENT, MAIN, SIDEBAR */
.content {
	padding: 35px 0 30px;
}
.main h1 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 24px;
}
.main h2 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 24px;
}
.main p {
	margin-bottom: 18px;
}
.archive-title {
	border-bottom: 1px solid #CCC;
	margin-right: 24px;
}
body.category-blog .archive-title {
	height: 72px;
	border: 0;
	background: url(../images/blog-title-bg.png) no-repeat center top;
	text-indent: -9999px;
}
.post {
	line-height: 18px;
}
.main .post {
	margin-right: 24px;
}
.post-title,
.post-title a {
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}
.post:hover .post-title a {
	text-decoration: underline;
}
.post-title a:hover {
	color: #087FC9;
}
.post .hgroup h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}
.post-author {
	color: #999;
	font-style: italic;
}
.main .post-excerpt {
	margin-bottom: 12px;
}
.main .post-content {
	margin-bottom: 24px;
}
.post-content .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.post-content .alignright {
	float: left;
	margin: 0 0 10px 10px;
}
.post-content .wp-caption {
	border: 1px solid #DDD;
	padding-top: 4px;
	background: #F3F3F3;
	text-align: center;
}
.post-content .wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
}
.post-content p,
.post-content ol,
.post-content ul {
	margin-bottom: 18px;
}
.post-content ol {
	list-style-type: decimal;
}
.post-content ul {
	list-style-type: disc;
}
.post-content li {
	margin-left: 20px;
}
.post-content quote {
	font-style: italic;
}
.post-content blockquote {
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
}
.main form {
	border: 1px solid #CCC;
	padding: 24px 36px;
}
.main form h2 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 3px;
}
.main form .input-group {
	margin-bottom: 12px;
}
.post .footer {
	margin-bottom: 36px;
}
.post-meta a {
	padding: 0 2px;
}


/* POST COMMENTS */
#comments {
	line-height: 18px;
}
#comment {
	width: 99%;
}
.comment-list .comment {
	padding-left: 58px;
	background: url(../images/comment.png) no-repeat left top;
}
.comment-list .avatar {
	display: none;
}


/* SOCIAL LINKS */
#social-links {
	margin: 0;
}
#social-links li {
	display: inline;
	float: left;
	margin: 0 9px 0 0;
	padding: 0 0 11px;
}
#social-links li a {
	position: relative;
	display: block;
	width: 94px;
	height: 51px;
	background: #E5E5E5 url(../images/social-link-bg.png) no-repeat 0px 0px;
	color: #555;
	text-indent: -9999px;
}
#social-links li a:hover {
	background-position: 0px -51px;
	color: #000;
}
#social-links #twitter-link {
	margin-right: 0;
}
#social-links li a .icon {
	position: absolute;
	left: 15px;
	top: -12px;
	width: 64px;
	height: 64px;
}
#social-links li a:hover .icon {
	top: -18px;
}
#social-links #facebook-link .icon {
	background: url(../images/icon-facebook-lg.png) no-repeat center center;
}
#social-links #youtube-link .icon {
	background: url(../images/icon-youtube-lg.png) no-repeat center center;
}
#social-links #twitter-link .icon {
	background: url(../images/icon-twitter.png) no-repeat center center;
}


/* NEWSLETTER MINI-FORM */
#newsletter-mini-form {
	overflow: hidden;
	position: relative;
	background: #E5E5E5;
}
#newsletter-mini-form h3 {
	padding: 0 0 0 16px;
	color: #555;
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
}
#newsletter-mini-form h3 .icon {
	position: absolute;
	left: 230px;
	top: 5px;
	width: 48px;
	height: 46px;
	background: url(../images/icon-email.png) no-repeat center center;
}
#newsletter-mini-form .input-group {
	position: relative;
	left: 12px;
	display: inline;
	float: left;
	width: 130px;
	margin: 0 4px;
	padding: 0 0 12px;
}
#newsletter-mini-form .input-group input {
	display: inline;
	float: left;
	width: 130px;
	height: 16px;
	margin: 0;
	border: 0;
	padding: 4px 0;
}
#newsletter-mini-form #input-email {
	width: 268px;
}
#newsletter-mini-form #input-email input {
	width: 268px;
}
#newsletter-mini-form .button-group input {
	height: 24px;
	padding: 0;
	text-align: baseline;
}
/*
	background: url(../images/newsletter-submit.png) no-repeat left top;
	text-indent: -3000px;
}
*/

/* RECENT CONTENT MODULES */
.sidebar .aside {
	margin-bottom: 24px;
}
.recent-content .header {
	height: 31px;
	overflow: hidden;
	margin: 0 0 20px;
	border-bottom: 2px solid #5981B3;
}
.recent-content .header h2 {
	float: left;
	padding: 0 20px;
	background: #5981B3;
	color: #FFF;
	font-size: 16px;
	line-height: 32px;
	font-weight: normal;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
.recent-content .post {
	margin-bottom: 18px;
}
.recent-content .post-image {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #CCC;
}
.recent-content .post-title,
.recent-content .post-title a {
	font-size: 16px;
	font-weight: normal;
}
.recent-content .post:hover .post-title a {
	text-decoration: underline;
}
.recent-content .post:hover .post-title a:hover {
	color: #000;
}
.recent-content .post-meta {
	margin-bottom: 6px;
	color: #999;
	font-size: 11px;
	font-style: italic;
}
#recent-comments .comment {
	margin-bottom: 24px;
	padding-left: 55px;
	background: url(../images/comment.png) no-repeat left top;
	line-height: 18px;
}
#recent-comments .comment-author {
	padding: 3px 6px;
	color: #999;
	font-style: italic;
	text-align: right;
}
#recent-comments .comment-post {
	padding: 3px 6px;
	background: #EEE;
	text-align: right;
}


/* FOOTER */
#footer {
	border-top: 1px solid #9EBADE;
	padding-top: 20px;
	line-height: 18px;
}
#org-info {
	text-align: center;
}
#attribution {
	text-align: right;
}


/* INTENSEDEBATE */
#idc-container-parent form {
	border: 0;
}







