/* For Posterous theme  */
/* Written w/ TextMate, just about the best editor out there */
/* Yay custom theming! */

body, html {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS",serif !important;
	background: #fff url(http://www.redistrictingca.org/images/background.png) repeat-x 0 0;
}

body {
	font-size: 62.5%;
}

/**
* Category Navigation
************************************************/

#cat-navigation {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	font: normal normal bold 12px/12px Verdana, Geneva, Tahoma, sans-serif;
	text-transform: uppercase;
	background: transparent;
}

#cat-nav {
	float: left;
	width: 960px;
	height: 50px;
}

#cat-navigation ul {
	list-style: none;
	margin: 0;
}

#cat-navigation li, #cat-navigation li.cat-item a {
	display: block;
	text-indent: -9999px;
}

#cat-navigation li.cat-item a {
	height: 50px;
}

.cat-item-1 { /* What is Redistricting */
	float: left; width: 232px;
}

.cat-item-2 { /* More Info */
	float: left; width: 130px;
}

.cat-item-3 { /* Take Action */
	float: left; width: 131px;
}

.cat-item-4 { /* Blog and Videos */
	float: left; width: 141px;
}

.cat-item-5 { /* Calendar */
	float: left; width: 110px;
}

.cat-item-6 { /* About Us */
	float: left; width: 114px;
}

.cat-item-7 { /* Donate */
	float: left; width: 102px;
}

.cat-item-1 a { 
	background: transparent url(http://www.redistrictingca.org/images/nav/what_is_redistricting.png) no-repeat 0 0;
}

.cat-item-2 a { 
	background: transparent url(http://www.redistrictingca.org/images/nav/more_info.png) no-repeat 0 0;
}

.cat-item-3 a { 
	background: transparent url(http://www.redistrictingca.org/images/nav/take_action.png) no-repeat 0 0;
}

.cat-item-4 a { 
	background: transparent url(http://www.redistrictingca.org/images/nav/blog_videos.png) no-repeat 0 0;
}

.cat-item-5 a { 
	background: transparent url(http://www.redistrictingca.org/images/nav/calendar.png) no-repeat 0 0;
}

.cat-item-6 a { 
	background: transparent url(http://www.redistrictingca.org/images/nav/about_us.png) no-repeat 0 0;
}

.cat-item-7 a { 
	background: transparent url(http://www.redistrictingca.org/images/nav/donate.png) no-repeat 0 0;
}

.cat-item-1 a:hover, .cat-item-2 a:hover, .cat-item-3 a:hover, .cat-item-4 a:hover,
.cat-item-5 a:hover, .cat-item-6 a:hover, .cat-item-7 a:hover { 
	background-position: 0 -50px;
}

.cat-item-1 a:hover, .cat-item-2 a:hover, .cat-item-3 a:hover, .cat-item-4 a:hover,
.cat-item-5 a:hover, .cat-item-6 a:hover, .cat-item-7 a:hover { 
	background-position: 0 -50px;
}

#cat-navigation #active a {
	background-position: 0 -100px;
}



/* Drop-down controls */
#cat-nav ul ul, #cat-nav ul ul ul {
	width: 180px;
	}
#cat-nav li li:hover ul, #cat-nav li li li:hover ul {
	left: 180px;
	}
#cat-nav li:hover ul, #cat-nav li.sfHover ul {
	top: 2.05em;
	}
#cat-nav li li:hover ul, #cat-nav li li.sfHover ul, #cat-nav li li li:hover ul, #cat-nav li li li.sfHover ul  {
	top: 0;
	}
#cat-nav ul ul {
	background: #2b526b;
	}

/* Make sure page menu overlaps category menu */
#cat-nav ul.menu {
	position: relative;
	z-index: 98;
	}
#page-nav ul.menu {
	position: relative;
	z-index: 99;
	}



/* */

#centerbody {
	width: 960px !important;
}

div.posterous_header {
	margin-left: 8px !important;
}


/* */

div.header, div.subhead {
	display: none !important;
}

/* logo */

.custom_header {
	position: relative;
	width: 960px;
	height: 198px;
}

.custom_header #logo {
	float: left;
	width: 560px;
	height: 105px;
	margin: 14px 0 18px 18px;
}


/* Action Items */

ul#actionitems {
	float: left;
	width: 290px;
	list-style: none;
	margin: 30px 0 0 74px; padding: 0;
	font-size: 12px !important;
}

ul#actionitems a {
	color: #007585 !important;
}

ul#actionitems li {
	list-style: none !important;
	height: 23px;
}

ul#actionitems li#facebook {
	float: left;
	width: 115px;
	background: transparent url(http://www.redistrictingca.org/images/icon_facebook.png) no-repeat 0 0;
	padding: 4px 0 0 28px;
}


ul#actionitems li#twitter {
	float: left;
	width: 115px;
	background: transparent url(http://www.redistrictingca.org/images/icon_twitter.png) no-repeat 0 0;
	padding: 4px 0 0 28px;
}

ul#actionitems li#updates {
	float: left;
	width: 115px;
	background: transparent url(http://www.redistrictingca.org/images/icon_updates.png) no-repeat 0 0;
	padding: 4px 0 0 28px;
}

ul#actionitems li#calendar {
	float: left;
	width: 115px;
	background: transparent url(http://www.redistrictingca.org/images/icon_calendar.png) no-repeat 0 0;
	padding: 4px 0 0 28px;
}

/* Blog Title */

#blogtitle {
	display: none;
	height: 30px;
	margin: 9px 0 0 16px;
	float: left;
	width: 450px;
}

h2 {
	font-family: "Trebuchet MS", sans-serif !important;
}

/* Date */
div.date {
	display: none !important;
	border-bottom:1px dashed #CCCCCC;
	border-top:1px dashed #CCCCCC;
	color:#666666 !important;
	float:left; !important;
	font-family:Georgia;
	font-size:1.4em;
	padding: 20px 0 !important;
	text-align:left !imporant;
	width:73px !important;
}
div.date a {
	color: #ccc !important;
}

div.post {
	margin: 13px 0 0 20px !important;
}

#blogtitle p {
	font-family: Georgia, serif;
	margin: 0 !important;
	color: #666;
	font-size: 1.1em;
	display: none !important;
}

/* Post Unit */

div.postunit {
clear:left;
margin-bottom:35px;
overflow:hidden;
position:relative;
width:634px !important;
background: transparent url(http://www.redistrictingca.org/images/post_background.png) no-repeat 0 0;
margin: 0;
}

div.post h2.posttitle {
	margin: 20px 0 5px !important;
	width: 430px;
}

h2.posttitle a {
	/* color: #A144BA !important; */
	color: #333 !important;
	font-size:19px !important;
	padding-top:0;
	line-height: 1.3em;
}

.postaside {
	position: absolute;
	right: 35px;
	width: 92px;
	padding: 0;
	top: 44px;
}

.postaside p.thedate {
	border-bottom:1px dashed #999999;
	font-family:Georgia,serif;
	margin:0 0 13px !important;
	padding:0 0 10px !important;
}

.postaside p.thedate em {
	font-style: normal;
	font-weight: bold;
}

div.bodytext {
	clear: left !important;
}
.postaside h4 {
	font-family: "Trebuchet MS", sans-serif !important;
	font-size: 10px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.posted_by {
	color:#999999;
	float:left !important;
	font-size:11px !important;
	margin-bottom:22px !important;
	margin-top:0;
}

div.posted_by a:hover img {
color:#999999;
height:11px !important;
opacity:0.5;
width:10px !important;
}

div.posted_by a {
	color: #007585 !important;
}

div.posted_by a img {
	display: none !important;
}
object, embed {
	width: 465px !important;
}

/* Sidebar */

.sidebar {
	width: 322px !important;
	margin: 0 !important;
}

.sidebar .twitterwrap {
	background: transparent url(http://www.redistrictingca.org/images/sidebar_twitter_long.png) no-repeat 0 0;
	width: 322px;
	float: left;
}

.sidebar .twitterwrap h3 {
	color: #7A3F3F !important;
	margin: 0 0 5px 0;
}

.sidebar .twitterwrap #tweets {
	float: left;
	margin: 24px 0 0 15px;
}

.posterous_topnav div {
	display: none;
}

.posterousPrivateBox div {
	display: none;
}


.breadcrumb {
	display: none;
	color:#666666;
	font-size:11px;
	margin: 15px 0 27px;
}

.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
	display: none;
-x-system-font:none;
font-family:georgia,times,'times new roman',serif;
font-size:22px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:22px;
margin: 0 0 20px;
}

.entry-title a {
color:#222222;
}

.contributors {
	background: #ddd;
	padding: 0 0 15px 0;
}

.contribute h5 {
	clear: both;
	padding: 15px 0 0 15px !important;
	margin: 0 !important;
	color: #7A3F3F !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px !important;
	font-weight: bold !important;
}

ul.contributors {
	margin: 15px 25px 15px 25px !important;
	list-style: none;
	position: inside;
}

ul.contributors li {
	font-size: 11px !important;
	line-height: 1.2em !important;
	list-style-type: disc !important;
	padding: 2px 0 3px 0;
}

ul.contributors li img {
	display: none;
}

.sidebarunit form {
	margin: 0 0 0 15px;
}

.taglist {
	margin: 0 0 0 15px;
}

#subscribe_div {
	margin: 0 0 0 15px !important;
}

p.rssf { 
	margin: 5px 0 0 15px !important;
}