/*
Theme Name: End Gerrymandering
Theme URI: http://www.endgerrymandering.com/
Description: Theme for EndGerrymandering.com
Author: Ryan Lawrence
Author URI: http://www.azavea.com/
*/

html, body { font-family: Arial, sans-serif; font-size: 14px; background: url('images/bg-district-map.png') top left repeat-x #f5ead0; }
a.disabled { color: #ccc !important; cursor: no-drop;}
h1 { font-weight: bold; font-size: 24px; }
h2 { font-weight: bold; font-size: 18px; }
h3 { font-weight: bold; font-size: 16px; }
p { margin: 10px 0; }
.yellow { color: #ff6868; }
	
#wrapper {
	width: 980px;
	height: 100%;
	margin: 0 auto;
}

#headerContainer {
	height: 162px;
}

#secondaryNav {
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 14px;
	display: inline;
	float: right;
	position: relative;
	top: 84px;
	width: 320px;
	height: 30px;
	padding: 5px 0 0 0;
	background: url('images/bg-secondary-nav.png') top left no-repeat;
}

#secondaryNav ul {
	float: right;
	display: inline;
}

#secondaryNav li {
	display: inline;
	margin: 10px 14px;
}

#secondaryNav li a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#secondaryNav li a:hover {
	color: #ff6868;
}

#mainNav {
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 16px;
	position: relative;
	top: 20px;
	left: 37px;
}

#mainNav li {
	display: inline;
	margin-right: 30px;
}

#mainNav li a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

#mainNav li a:hover {
	color: #EDEA5C;
}

#tooltip {
	display: none;
	-moz-box-shadow: 0 0 8px #aaa;
	-webkit-box-shadow: 0 0 8px #aaa;
	background: url('images/bg-panel.png') repeat-x scroll center bottom #efeee7;
	border: 1px solid #c2c2c2;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 25px;
	padding: 2px 5px;
	z-index: 10;
}

#contentContainer {
	background: #fff;
	border: solid #c3d0de;
	border-width: 0 1px;
}

#contentContainer.subpage {
	background: url('images/gerrymandered-district.png') top right no-repeat #fff;
	padding: 24px;
}

#contentContainer.subpage.blog {
	min-height: 500px; /* blog page must be at least a certain length to accommodate sidebar */
	padding-right: 0;	
}

#video {
	width: 644px;
	height: 424px;
	border: solid #c3d0de;
	border-width: 0 1px 1px 0;
}

#addressLookup {
	color: #fff;
	font-size: 13.5px;
	float: right;
	width: 300px;
	height: 404px;
	background: url('images/bg-address-lookup.png') top left repeat-x #f28b05;
	padding: 10px 12px;
	border: solid #c3d0de;
	border-width: 0 0 1px 1px;
}

#addressLookup ul {
	margin-top: 12px;
}

#addressLookup li {
	list-style-type: square;
	margin: 4px 0 0 16px;
}

input#address {
	width: 292px;
	height: 32px;
	margin: 15px 0;
	padding-left: 6px;
	color: #999;
	font-weight: bold;
	background: url('images/search-box-shadow.png') top left no-repeat #fff;
}

input#searchButton {
	float: right;
	cursor: pointer;
}

#questions {
	clear: both;
	padding-top: 30px;
	font-size: 14px;
}

#questions h2 {
	font-size: 16px;
}

a.learnMore {
	color: #fff7a2;
	font-weight: bold;
	text-decoration: none;
}

a.learnMore:hover {
	text-decoration: underline;
}

#bottomContent {
	clear: both;
	background: #fff;
	width: auto;
	padding: 25px 20px 60px 25px;
}

#feedContainer {
	width: 550px;
	/* background: red; */
	float: right;
}

#twitterFeedBox {
	background: url('images/twitter-feed.png') top left no-repeat;
	width: 550px;
	height: 215px;
	padding: 50px 0 0 25px;
	margin-bottom: 25px;
}

#blogRollBox {
	background: url('images/blog-roll.png') top left no-repeat;
	width: 550px;
	height: 279px;
	padding: 60px 0 0 25px;
}

#twitterFeedContent {
	width: 500px;
	max-height: 194px;
	overflow: auto;
	font-size: 14px;
}

#blogRollContent {
	width: 500px;
	max-height: 250px;
	overflow: auto;
	font-size: 15px;
}

#twitterFeedContent a, #blogRollContent a {
	color: #034894;
}

#twitterFeedContent a:hover, #blogRollContent a:hover {
	color: #ff6868;
}

.singleTweet {
	margin: 8px 0;
}

#mainTextContainer {
	width: 342px;
}

#mainTextContainer.fullLength {
	width: auto;
	padding: 10px 20px;
}

#mainTextHeader {
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-weight: bold;
	width: 100%;
	padding: 15px 10px;	
	background: #034894;
	color: #fff;
	text-transform: uppercase;
}

#mainTextHeader.fullLength {
	margin: 0 10px;
	width: auto;
	font-size: 20px;
}

#mainText {
	margin: 10px 0 0 10px;
	line-height: 24px;
}

#bodyLogos {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#bodyLogos img {
	margin-right: 80px;
}

#bodyLogos #topRow {
	margin-bottom: 40px;
}

div.resourcesSection {
	margin: 10px 0 40px 0;
}

#sidebarMenu {
	background: #034894;
	float: right;
	min-width: 16%;
	padding: 8px 0 8px 8px;
	opacity: 0.8;
	filter:alpha(opacity=80);
	border: solid #c3d0de;
	border-width: 1px 0 1px 1px;
}

#sidebarMenu a {
	color: #fff;
}

#sidebarMenu a:hover {
	color: #ff6868;
}

#sidebarMenu div.sidebarHeader {
	color: #fff;
	margin: 8px 0;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebarMenu div.sidebarHeader.first {
	margin-top: 0;
}

div.singlePostDate {
	float: right;
}

div.singlePostContainer {
	width: 82%;
}

div.backToMainBlog {
	margin: 0 0 10px 0;
}

div.backToMainBlog a {
	color: #034894;
}

div.backToMainBlog a:hover {
	color: #ff6868;
}

div.singlePostNav {
	margin: 0 0 10px 0;
}

div.singlePostNav a {
	color: #034894;
}

div.singlePostNav a:hover {
	color: #ff6868;
}

div.singlePostNav div {
	display: inline;
}

div.singlePostHeader {
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	color: #034894;
	font-weight: bold;
	padding: 0;	
	margin: 0 10px;
	width: auto;
	font-size: 20px;
}

div.singlePostHeader a { /* link on title to individual blog post */
	color: #034894;
}

div.singlePostHeader a:hover {
	color: #ff6868;
}

div.singlePostContent {
	width: auto;
	padding: 10px 20px;
}

div.singlePostContent div.readMore {
	margin: 4px 0;
}

div.singlePostContent div.readMore a {
	color: #034894;
	margin: 4px 0;
}

div.singlePostContent div.readMore a:hover {
	color: #ff6868;
}

div.meta {
	text-transform: uppercase;
	color: #5f5f5f;
	font-size: 12px;
}

div.meta a {
	color: #034894;
}

div.meta a:hover {
	color: #ff6868;
}

div.leaveComment {
	text-align: right;
}

div.leaveComment a {
	color: #034894;
}

div.leaveComment a:hover {
	color: #ff6868;
}

ol.commentlist {
	margin-top: 8px;
}

div.comment-author a, div.comment-meta a {
	color: #034894;
}

#contact {
	width: 60%;
	margin: 20px auto;
}

#footer {
	text-align: center;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	color: #fff;
	width: auto;
	padding: 14px 10px;
	background: #03448b;
}

#footerLogoContainer {
	text-align: center;
	padding-top: 10px;
}

#footerLogoContainer img {
	margin: 0 50px 0 0;
	vertical-align: middle;
}

img.last {
	margin: 0 !important;
}
