@charset "UTF-8";
/* CSS Document */

#wrapper {
	text-align: center;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: -20px;
	margin-left: auto;
	width: 1000px;
	background-image: url(../images/css_images/black_bg_trans.png);
	background-repeat: repeat-y;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
}
#main {
	
}
body {
	background-color: #000;
	background-image: url(../images/css_images/leg_building.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
}
#article {
	text-align: left;
	margin-right: 330px;
	margin-left: 50px;
}
#article p {
	font-size: 1.2em;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-bottom: 10px;
}
#article a {
	color: #B9D1E7;
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	color: #CCC;
}
#header {
	text-align: left;
	background-color: #FFF;
	color: #682001;
	height: 110px;
}
#menuBar {
	float: right;
	margin-top: 80px;
	margin-right: 20px;
	font-size: 1.2em;
}
#rightDiv {
	float: right;
	width: 320px;
	margin-top: 20px;
	margin-left: 50px;
}
#mainlogo {
	float: left;
	width: 260px;
	padding-left: 10px;
}
.menuItem {
	padding: 20px;
}
#menuBar a {
	text-decoration: none;
	color: #682001;
}
.issueArea {
	color: #C7694A;
	text-align: center;
	font-size: 2em;
}
.coalitionList {
	color: #FFF;
	border: 1px solid #FFF;
	margin-right: 2px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 1em;
	margin-bottom: 5px;
}
.coalitionList a {
	color: #FFC;
	text-decoration: none;
}
.addThis {
	margin-top: 5px;
	margin-bottom: 5px;
}
.issuesSidebar a {
	color: #B9D1E7;
	text-decoration: none;
}
.issuesSidebar {
	margin-right: 3px;
}

#menuBarHome {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 1.2em;
	clear: right;
}
.twitterFacebook {
	padding-right: 10px;
}
#headerSocial {
	float: right;
	width: 410px;
}
.signupHome {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}
#headerTwitter {
	margin-top: -10px;
}

#menuBarHome a {
	text-decoration: none;
	color: #682001;
}

#articleHome {
	text-align: left;
	margin-right: 50px;
	margin-left: 50px;
}
#articleHome p {
	font-size: 1.2em;
}

#articleHome a {
	color: #B9D1E7;
	text-decoration: none;
}
