
/* 

Solspace made this.

Blue: #2975b2

*/

/* Header Image **********************************/

#header_image{
	width: 940px;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}
#header_image img{
	margin-bottom: -5px;
}

/* Content **********************************/

#content_wrapper{
	width: 940px;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}

#content{
	float: left;
	width: 622px;
}
#content div.padded{
	padding: 70px 50px 20px 20px;
}
#content h1{
	position: absolute;
	width: 572px;
	height: 36px;
	padding: 13px 30px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	background: url('/images/common/interior_title_background.png') top left repeat-x;
	z-index: 5000;
	margin: -30px 0px 0px -10px;
	overflow: hidden;
}
#content h2{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
#content h3{
	font-size: 16px;
	padding-bottom: 5px;
	color: #333;
}
#content ul li{
	padding-bottom: 10px;
}
#content ul.link_list{
	list-style: none;
}
#content ul.link_list li{
	padding-bottom: 0px;
}

/* Sidebar **********************************/

#sidebar{
	float: left;
	width: 318px;
	background: url('/images/common/sidebar_background.png') 0px 62px no-repeat;
}
#sidebar div.padded{
	padding: 20px;
}

/* Sidebar - Subnav **********************************/

#sidebar h2{
	width: 318px;
	height: 62px;
	text-indent: -9999px;
	padding-bottom: 0px;
	overflow: hidden;
}
#sidebar .in_this_section h2{
	background: url('/images/common/sidebar_title_in_this_section.png') top left no-repeat;
}
#sidebar .categories h2{
	background: url('/images/common/sidebar_title_categories.png') top left no-repeat;
}
#sidebar .members h2{
	background: url('/images/common/sidebar_title_members.png') top left no-repeat;
}
#sidebar #subnav div.padded{
	padding: 10px 10px 60px 20px;
}
#sidebar #subnav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar #subnav ul li{
	border-bottom: 1px solid #ccc;
}
#sidebar #subnav ul li a{
	display: block;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color: #2975b2;
	padding: 8px 10px;
	text-decoration: none;
}
#sidebar #subnav ul li a:hover{
	color: #2975b2;
	background: #efefef;
	text-decoration: none;
}
#sidebar #subnav ul li.active a,
#sidebar #subnav ul li.active a:hover{
	color: #000;
	background: none;
	text-decoration: none;
}

/* Sidebar - Join **********************************/

#sidebar #join{
	background-color: #e1e1e1;
	margin-bottom: 10px;
}
#sidebar #join h2{
	background: url('/images/common/sidebar_title_join.jpg') top left no-repeat;
}

/* Sidebar - Social ********************************/

#sidebar #social{
	background-color: #fff;
	margin-bottom: 10px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
#sidebar #social div.padded{
	padding: 20px 20px 10px 20px;
}
#sidebar #social h2{
	background: url('/images/common/sidebar_title_get_social.jpg') top left no-repeat;
}
#sidebar #social ul{
	list-style: none;
	padding-left: 0px;
	margin: 5px 0px 0px 8px;
}
#sidebar #social ul li{
	line-height: 30px;
	padding-left: 30px;
}
#sidebar #social ul li.last{
	padding-bottom: 0px;
}
#sidebar #social ul li.twitter{
	background: url('/images/common/icons/twitter.png') left center no-repeat;
}
#sidebar #social ul li.facebook{
	background: url('/images/common/icons/facebook.png') left center no-repeat;
}
#sidebar #social ul li.linkedin{
	background: url('/images/common/icons/linkedin.png') left center no-repeat;
}
#sidebar #social ul li.rss{
	background: url('/images/common/icons/rss.png') left center no-repeat;
}
#sidebar #social ul li.dailykos{
	background: url('/images/common/icons/dailykos.png') left center no-repeat;
}

/* Sidebar - Request Information ********************/

#sidebar #request_info{
	background-color: #e1e1e1;
	margin-bottom: 10px;
}
#sidebar #request_info h2{
	background: url('/images/common/sidebar_title_request_info.jpg') top left no-repeat;
}

/* Blog, News & Wiki (All use the same entry styles) **********************************/

#content div.entry h2{
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom: none;
}
#content div.entry h2 a:hover{
	text-decoration: underline;
}
#content div.entry p.posted{
	color: #999;
}
#content div.entry p.info{
	padding: 10px;
	background: #f1f1f1;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	overflow: hidden;
}
#content div.entry a.read_more{
	float: right;
}

/* Wikipolicy **************************/

#wikipolicy_wrapper{
	border: 1px solid #ccc;
	overflow:hidden;
}
#wikipolicy_wrapper div.padded{
	padding: 20px;
}
#wikipolicy_wrapper h2{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 24px;
	color: #000;
	padding: 10px 20px;
	background-color: #f1f1f1;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}
#wikipolicy_wrapper ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#wikipolicy_wrapper ul li{
	padding-bottom: 10px;
}
#wikipolicy_wrapper #latest{
	float: left;
	width: 274px;
	border-right: 1px solid #ccc;
}
#wikipolicy_wrapper #most_popular{
	float: left;
	width: 275px;
}

/* Comments **************************/

#comments{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 5px solid #e1e1e1;
}

div.comment_entry{
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
div.comment_entry.last{
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 5px solid #e1e1e1;
}
#comment_form_container h2{
	border-bottom: none;
	margin-bottom: 0px;
}

.textarea{
	width: 530px;
	height: 180px;
	padding: 10px;
	border: 1px solid #999;
	background: #fff;
}

/* Search Results **************************/

#search_results{
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
}

div.result p.page_title{
	font-size: 14px;
	padding-bottom: 0px;
}

/* Content - Category nav **********************************/

#inline_categorynav{
	float: right;
	width: auto;
	background-color: #fff;
	overflow: hidden;
}
#inline_categorynav #wrapper{
	margin: 0px 0px 40px 40px;
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	width: auto;
}
#inline_categorynav #wrapper h3{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
}
#inline_categorynav #wrapper ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#inline_categorynav #wrapper ul li{
	padding-bottom: 0px;
}
#inline_categorynav #wrapper ul li.active a,
#inline_categorynav #wrapper ul li.active a:hover{
	color: #000;
}

/* Video Player - Default **********************************/

#content #video{
	margin-bottom: 30px;
}

/* Policy Papers *********************************/

div.policy_paper_entry{
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
div.policy_paper_entry.first{
	padding-top: 0px;
	border-top: none;
}

/* Member Calendar **********************************/

#big_calendar table{ width: 100%; font-family: Arial, "MS Trebuchet", sans-serif; font-size: 11px; color: #666; border-right: 1px solid #ccc; }
#big_calendar table th{ padding: 0px 0px 5px 0px; font-size: 12px; color: #666; font-weight: bold; text-align: center; border-left: 1px solid #ccc; }
#big_calendar table td.calendarDayHeading{ font-size: 14px; font-weight: bold; color: #000; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 5px;  }
#big_calendar table td{ padding: 10px; border-bottom: 1px solid #ccc; text-align: center; border-left: 1px solid #ccc; }
#big_calendar table td.calendarToday{ color: #000; background-color: #efefef; text-decoration: none; }
#big_calendar a.active_date{ font-size: 16px; color: #cc3300; text-decoration: underline; }
#big_calendar a.active_date:hover{ color: #cc3300; text-decoration: none; }