/* --------------------------------------------------------------
reset.css
* Resets default browser CSS.
-------------------------------------------------------------- */
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,code,
del,dfn,em,img,q,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus { 
	outline:none; 
}
body {
	line-height: 1.5;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
table,td,th {
	vertical-align: top;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote,q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a img {
	border: none;
}
* {
	outline: none;
}
img {
	vertical-align: bottom;
}

.clear { 
	clear: both;
	float: none;
	height: 1%;
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* --------------------------------------------------------------
nav.css
-------------------------------------------------------------- */
#nav {
	height:36px;
	list-style:none;
	position:relative;
	z-index:40;
}
#nav li {
	display:block;
	float: left;
	margin:0;
	padding:0;
	position:relative;
	text-indent:-999em;
}
#nav li a {
	background-color:transparent;
	background-image:url('http://wethepeoplerally.us/wp-content/themes/we_the_people/css/../images/nav.png');
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:36px;
}
#nav #about, #nav #about a {
	background-position:0 0;
	width:56px;
}
#nav #news, #nav #news a {
	background-position:-56px 0;
	width:51px;
}
#nav #get-involved, #nav #get-involved a {
	background-position:-107px 0;
	width:88px;
}
#nav #downloads, #nav #downloads a {
	background-position:-195px 0;
	width:82px;
}
#nav #connect, #nav #connect a {
	background-position:-277px 0;
	width:64px;
}
#nav #local-resources, #nav #local-resources a {
	background-position:-341px 0;
	width:106px;
}
#nav #related-links, #nav #related-links a {
	background-position:-447px 0;
	width:92px;
}
#nav #contact-us, #nav #contact-us a {
	background-position:-539px 0;
	width:74px;
}

#nav #about a:hover, #nav #about.hover a {
	background-position:0 -36px;
}
#nav #news a:hover, #nav #news.hover a {
	background-position:-56px -36px;
}
#nav #get-involved a:hover, #nav #get-involved.hover a {
	background-position:-107px -36px;
}
#nav #downloads a:hover, #nav #downloads.hover a {
	background-position:-195px -36px;
}
#nav #connect a:hover, #nav #connect.hover a {
	background-position:-277px -36px;
}
#nav #local-resources a:hover, #nav #local-resources.hover a {
	background-position:-341px -36px;
}
#nav #related-links a:hover, #nav #related-links.hover a {
	background-position:-447px -36px;
}
#nav #contact-us a:hover, #nav #contact-us.hover a {
	background-position:-539px -36px;
}

/*Main navigation subnav*/
#nav ul {
	background:#190b08 url('http://wethepeoplerally.us/wp-content/themes/we_the_people/css/../images/nav_bkgd.jpg') no-repeat 0 0;
	display:none;
	float:none;
	left:0;
	padding:12px 0 0 0;
	position:absolute;
	top:36px;
	width:146px !important;
	z-index:40;
}
#nav ul li {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/css/../images/nav_bevel.gif') repeat-x 0 0;
	display:block;
	float:none;
	font-size:0.95em;
	height:26px;
	line-height:24px;
	margin:0;
	padding:2px 0 0 0;
	position:relative;
	text-indent:0;
	width:auto !important;
	z-index:40;
}
#nav ul li.last {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/css/../images/nav_last.png') no-repeat 0 0;
	height:42px;
	padding-top:2px !important;
}
#nav ul li a {
	background:none;
	display:block;
	color:#fff;
	float:none;
	height:24px;
	margin:1px 0 2px 0;
	padding:0 10px 0 10px;
	position:relative;
	text-decoration:none;
	width: auto!important;
	z-index:40;
}
#nav ul li a:hover, #nav ul li a:active {
	background:#000;
	color:#fff;
}

/*Picture Nav*/
#the_nav_pic {
	left:0;
	position:absolute;
	top:274px;
}
#nav_pic {
	height:72px;
	list-style:none;
	margin:0 !important;
	position:relative;
}
#nav_pic li {
	display:block;
	float: left;
	margin:0;
	padding:0;
	position:relative;
	text-indent:-999em;
}
#nav_pic li a {
	background-color:transparent;
	background-image:url('http://wethepeoplerally.us/wp-content/themes/we_the_people/css/../images/nav_pic.png');
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:72px;
}
#nav_pic #petition, #nav_pic #petition a {
	background-position:0 0;
	width:153px;
}
#nav_pic #initiative, #nav_pic #initiative a {
	background-position:-153px 0;
	width:153px;
}
#nav_pic #friends, #nav_pic #friends a {
	background-position:-306px 0;
	width:153px;
}
#nav_pic #donate, #nav_pic #donate a {
	background-position:-458px 0;
	width:153px;
}

#nav_pic #petition a:hover {
	background-position:0 -72px;
}
#nav_pic #initiative a:hover {
	background-position:-153px -72px;
}
#nav_pic #friends a:hover {
	background-position:-306px -72px;
}
#nav_pic #donate a:hover {
	background-position:-458px -72px;
}

/* Default font settings.
The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body{
	color:#010000;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:75%;
}
/* Headings
-------------------------------------------------------------- */
h1 {
	font-size:3em;
	font-weight:bold;
	margin-bottom:0.5em;
}
h2 {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/css/../images/bkgd_header.png') no-repeat 0 0;
	color:#660000;
	font-size:1.5em;
	font-weight:bold;
	height:40px;
	margin:18px 0;
	padding:5px 0 0 10px;
	text-transform:uppercase;
	width:602px;
}
h3 {
	color:#2d3b46;
	font-size:1.333em;
	font-weight:bold;
	line-height:1em;
	margin-bottom:0.3em;
}
.entry h3 a {
	text-decoration:none;
}
h4 {
	color:#660000;
	font-size:1.167em;
	font-weight:bold;
	margin-bottom:0.2em;
}
h5 {
	color:#2d3b46;
	font-size:1em;
	font-weight:bold;
}
h6 {
	font-size:1em;
	font-weight:bold;
}

/* Text elements
-------------------------------------------------------------- */
p {
	margin:0 0 1.5em;
}
.entry p {
	font-size:1em;
	line-height:1.6em;
}
p img {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
.entry a:hover {
	color:#000;
}
a:focus, a:hover, .entry a {
	text-decoration: underline;
}
a, a.read_more {
	color:#2d3b46;
	text-decoration:none;
}
blockquote {
	color:#666;
	font-style:italic;
	margin:1.5em;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup,sub {
	line-height:0;
}

/* Lists
-------------------------------------------------------------- */
#content ul {
	list-style-type:disc;
	margin:0 0 1.5em 2.0em;
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}

/* Tables
-------------------------------------------------------------- */
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	background:#c3d9ff;
	font-weight:bold;
}
th,td {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#e5ecf9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}

/* Misc classes
-------------------------------------------------------------- */
.small {
	font-size:.8em;
	line-height:1.875em;
	margin-bottom:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	border:0 none !important;
	margin:0 !important;
	padding:0 !important;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.no_results {
	margin:10px 0 0 0 !important;
}
#searchform label {
	display:none;
}
.entry_metadata, .navigation, .entry_metadata_single {
	font-size:1em !important;
}
.entry_metadata_single {
	margin-bottom:15px;
}

.gform_wrapper{ overflow:hidden;  margin-bottom:10px;  max-width:600px}
.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3{font-weight:normal; border:none; outline:none; background:none}
.gform_wrapper:focus{ outline:none}
.gform_wrapper form{ text-align:left}
.gform_wrapper input, #commentform input{ border:1px #cacaca solid; outline-style:none;  font-size:11px;  font-family:verdana,sans-serif;  padding:4px;  letter-spacing:normal}
#commentform input#submit {border:0 none !important; padding:0 !important; margin-top:20px;}
.gform_wrapper textarea, #commentform textarea{ border:1px #cacaca solid; outline-style:none;  font-size:11px;  font-family:verdana,sans-serif;  letter-spacing:normal;  padding:4px;  resize:none; /* doesn't validate but added for Safari field resizing */}
.gform_wrapper ul{ margin:0 !important; list-style-type:none}
html >body .entry ul, .gform_wrapper ul{text-indent:0px}
.gform_wrapper li, .gform_wrapper form li{ list-style-type:none!important; background-image:none!important; overflow:hidden}
.gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li {margin-bottom:14px}
.gform_wrapper ul li:before, .gform_wrapper ul li:after, .entry ul li:before, .entry ul li:after{content:""; /* for safari */}
.gform_wrapper ul li:before, .gform_wrapper ul li:after, .entry ul li:before, .entry ul li:after{content:none; # /* for other browsers  */}
.gform_wrapper ul#gform_fields{ padding:0px;  margin:0px}
.gform_wrapper select{ border:1px #cacaca solid; font-size:11px;  font-family:verdana,sans-serif;  padding:4px;  letter-spacing:normal}
.gform_wrapper #field_settings{ margin:0 0 12px}
.gform_wrapper #field_settings ul li label{ display:block}
.gform_wrapper .inline{ display:inline!important}
.gform_wrapper #gform_heading{ width:98%;  padding-bottom:12px;  margin-bottom:18px;  border-bottom:1px dotted #ccc}
.gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year{ width:70px;  float:left}
.gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {margin-right:12px}
.gform_wrapper .gfield_time_ampm select{ width:60px!important}
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input{ width:70%!important}
.gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year{ width:50px;  float:left}
.gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input{ width:85%!important}
.gform_wrapper .field_hover{ border:1px dashed #2175A9!important;  cursor:pointer}
.gform_wrapper .field_selected{ background-color:#DFEFFF;  border:1px solid #C2D7EF!important}
.gform_wrapper .field_name_first, .gform_wrapper .field_name_last{ width:50%;  float:left}
.gform_wrapper .ginput_complex{overflow:hidden}
.gform_wrapper .field_name_first input, .gform_wrapper .ginput_complex .ginput_left input{ width:90%!important}
.gform_wrapper .field_name_last input{ width:93%!important}
.gform_wrapper .datepicker{ width:100px!important}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right{ width:48%;  float:left}
.gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right { width:50%}
.gform_wrapper .gfield_error .ginput_complex .ginput_left input { width:90%!important}
.gform_wrapper .gfield_error .ginput_complex .ginput_right input { width:100%!important}
.gform_wrapper .ginput_complex input, .gform_wrapper .ginput_complex select{ width:92%!important}
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction { display:block;  margin:3px 0 8px 0; font-size:10px; letter-spacing: 1px}
.gform_wrapper .ginput_complex .name_prefix{ float:left;  width:30px!important;  margin-right:14px}
.gform_wrapper .ginput_complex .name_suffix{ float:left;  width:30px!important}
.gform_wrapper .ginput_complex .name_first, .gform_wrapper .ginput_complex .name_last{ float:left;  width:100px;  margin-right:8px}
.gform_wrapper .top_label .gfield_label{ margin:10px 0 4px 0;  font-weight:bold; display:-moz-inline-stack; display:inline-block; clear:both}
.gform_wrapper .left_label .gfield_label{ float:left;  margin:2px 15px 0 0;  width:29%;  font-weight:bold}
.gform_wrapper .right_label .gfield_label{ float:left;  margin:2px 15px 0 0;  width:29%;  font-weight:bold;  text-align:right}
.gform_wrapper .left_label ul.gfield_checkbox, .gform_wrapper .right_label ul.gfield_checkbox, .gform_wrapper .left_label ul.gfield_radio, .gform_wrapper .right_label ul.gfield_radio{ margin-left:32%}
.gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small{ width:25%}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{ width:50%}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea{ width:92%}
.gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small, .gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small{ width:15%}
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium{ width:35%}
.gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper textarea.textarea{ width:59%}
.gform_wrapper .right_label div.ginput_complex, .gform_wrapper .left_label div.ginput_complex{ width:64%;  float:left}
.gform_wrapper h2.gsection_title{ margin:0!important;  padding:0!important;  letter-spacing:normal!important}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3#gform_title{ font-weight:bold;  font-size:16px;  font-family:Helvetica,sans-serif}
.gform_wrapper h3#gform_title{ letter-spacing:normal!important;  margin:10px 0 6px 0}
.gform_wrapper span.gform_description{font-weight:normal}
.gform_wrapper h2.gsection_title, .gform_wrapper .gsection_description, .gform_wrapper h3#gform_title{ width:98%}
.gform_wrapper .gsection{ border-bottom:1px dotted #ccc!important;  padding:0;  margin:34px 0 8px 0}
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio{ padding:5px 0;  margin:0}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li{ padding:3px 0 0 0!important;  line-height:0;  width:auto}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label{ margin-left:6px;  display:inline}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description,.gform_wrapper .instruction { font-size:10px; line-height:150%; clear:both; font-family:verdana,sans-serif; letter-spacing:normal}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description{padding:4px 0 8px 0}
.gform_wrapper .gfield_description  {padding: 10px 0 8px 0; font-style: italic}
.gfield_date_year+.gfield_description {padding:0 0 8px 0}
.gform_wrapper .gsection_description {font-style: italic}
.ginput_complex + .gfield_description {padding-top:0!important}
.gform_wrapper .right_label .gfield_description, .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .instruction{ margin-left:29%;  padding-left:15px}
.gform_wrapper .left_label .gsection .gsection_description, .gform_wrapper .right_label .gsection .gsection_description{ margin-left:0;  padding-left:0;  padding-top:4px;  line-height:150%}
.gform_wrapper .gfield_required{ color:#8f1e09;  margin-left:4px}
.gform_wrapper textarea.small{ height:80px}
.gform_wrapper textarea.medium{ height:150px}
.gform_wrapper textarea.large{ height:250px}
.gform_wrapper .gfield_error{ background-color:#FFDFDF!important;  margin-top:4px!important;  margin-bottom:6px;  padding:6px 6px 4px 6px!important; border:1px dotted #C89797}
.gform_wrapper .top_label .gfield_error .ginput_container {max-width:99%}
.gform_wrapper .top_label .gfield_error{ width:92%}
.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea{ width:100%}
.gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea, .gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea { width:66%}
.gform_wrapper .gfield_error .gfield_label{ color:#f00}
.gform_wrapper .validation_error{ color:#f00;  font-weight:bold;  font-size:14px;  line-height:150%;  font-family:Helvetica,sans-serif}
.gform_wrapper .validation_message{ color:#f00!important;  font-size:11px;  font-family:verdana,sans-serif;  letter-spacing:normal}
.gform_wrapper .gform_footer{ padding:16px 0 10px 0;  margin:16px 0 0 0;  border-top:1px dotted #ccc!important}
.gform_wrapper .gform_footer input{ border:none 0; }
.gform_wrapper .gform_footer a{ display:none; }
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label { padding:16px 0 10px 31%}
.gform_wrapper input.button{ font-size:100%;  color:#222}
.gform_wrapper input.button:hover{ color:#000}
#gforms_confirmation_message{background-color:#fffac6; border:1px solid #feda70; margin-top:10px; margin-bottom:10px; padding:20px 0; font-size:14px; color:#252525; text-align:center}

/* a few IE specific hacks ------------------------------------------------------------------------- */

.gform_wrapper .gfield_time_hour{*width:80px}
.gform_wrapper .gfield_time_minute{*width:70px}
.gform_wrapper .gfield_time_ampm{*padding-top:2px}
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input{*margin-left:-10px}
.gform_footer input.button {*padding:3px}
ul.top_label .clear-multi {overflow:hidden; clear:both}

/* date picker ---------------------------------------------------------------------------------------*/

.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div{ /*resets*/margin:0; padding:0; border:0; outline:0; line-height:1.3; text-decoration:none; font-size:100%; list-style:none; font-family:"lucida sans", "lucida grande", lucida ,sans-serif; background:#fff; font-size:1.0em; border:4px solid #C1C1C1; width:15.5em; padding:2.5em .5em .5em .5em;  position:relative}
.ui-datepicker-div, #ui-datepicker-div{ z-index:9999; /*must have*/ display:none}
.ui-datepicker-inline{ float:left; display:block}
.ui-datepicker-control{ display:none}
.ui-datepicker-current{ display:none}
.ui-datepicker-next, .ui-datepicker-prev{position:absolute; left:.5em; top:.5em; background:#eee}
.ui-datepicker-next{ left:14.6em}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover{ background:#dadada}
.ui-datepicker-next a, .ui-datepicker-prev a{ text-indent:-999999px; width:1.3em; height:1.4em; display:block; font-size:1em; background:url(http://wethepeoplerally.us/wp-content/themes/we_the_people/css/../images/datepicker_arrow_left.gif) 50% 50% no-repeat; border:1px solid #d3d3d3; cursor:pointer}
.ui-datepicker-next a{ background:url(http://wethepeoplerally.us/wp-content/themes/we_the_people/css/../images/datepicker_arrow_right.gif) 50% 50% no-repeat}
.ui-datepicker-header select{ border:1px solid #d3d3d3;  color:#555;  background:#e6e6e6;  font-size:1em;  line-height:1.4em;  position:absolute;  top:.5em;  margin:0 !important}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover{ background:#dadada}
.ui-datepicker-header select.ui-datepicker-new-month{ width:7em; left:2.2em}
.ui-datepicker-header select.ui-datepicker-new-year{ width:5em; left:9.4em}
table.ui-datepicker{ width:15.5em;  text-align:right}
table.ui-datepicker td a{ padding:.1em; display:block; color:#555; background:#e6e6e6; cursor:pointer; border:1px solid #fff; text-align:center}
table.ui-datepicker td a:hover{ border:1px solid #fff; color:#212121; background:#dadada; text-decoration: none}
table.ui-datepicker td a:active{ border:1px solid #aaa; color:#212121; background:#fff;  text-decoration: none}
table.ui-datepicker .ui-datepicker-title-row td{ padding:.2em 0; text-align:center; font-size:.9em; color:#222; text-transform:uppercase}
table.ui-datepicker .ui-datepicker-title-row td a{ color:#222; padding:.3em 0}
.ui-datepicker-cover{ display:none;  display/**/:block;  position:absolute; z-index:-1; filter:mask(); top:-4px; left:-4px; width:193px; height:200px}
img.ui-datepicker-trigger {position:relative; top:3px; left:4px}

/* tame those pesky hidden fields --------------------------------------------------------------------*/

.gform_wrapper input[type="hidden"], .gform_wrapper input.gform_hidden {display:none}

#facebox .b {
	background:url('http://wethepeoplerally.us/wp-content/themes/we_the_people/css/../images/facebox/b.png');
}
#facebox .tl {
	background:url('http://wethepeoplerally.us/wp-content/themes/we_the_people/css/../images/facebox/tl.png');
}
#facebox .tr {
	background:url('http://wethepeoplerally.us/wp-content/themes/we_the_people/css/../images/facebox/tr.png');
}
#facebox .bl {
	background:url('http://wethepeoplerally.us/wp-content/themes/we_the_people/css/../images/facebox/bl.png');
}
#facebox .br {
	background:url('http://wethepeoplerally.us/wp-content/themes/we_the_people/css/../images/facebox/br.png');
}
#facebox {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	z-index: 100;
}
#facebox .popup {
	position: relative;
}
#facebox table {
	border-collapse: collapse;
	width: auto;
}
#facebox td {
	border-bottom: 0;
	padding: 0;
}
#facebox .body {
	padding: 10px;
	background: #fff;
	width: 370px;
}
#facebox .loading {
	text-align: center;
}
#facebox .image {
	text-align: center;
}
#facebox img {
	border: 0;
	margin: 0;
}
#facebox .footer {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}
#facebox_overlay {
	position: fixed;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
}
.facebox_hide {
	z-index:-100;
}
.facebox_overlayBG {
	background-color: #000;
	z-index: 99;
}
* html #facebox_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/*
Theme Name: We The People
Theme URI: WeThePeople.us
Description: Theme for We The People
Version: 1.0
Author: Taproot Creative
Author URI: http://www.taprootcreative.com
*/

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

body {
	background:#666666 url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/bkgd.gif') repeat-x 0 0;
}
#skip {
	display:none;
}

/* Layout
-------------------------------------------------------------- */
#wrapper {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/bkgd_content.png') repeat-y 0 0;
	margin:0 auto;
	width:934px;
}
#logo {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/bkgd_logo.jpg') no-repeat 0 0;
	float:left;
	height:297px;
	position:relative;
	width:321px;
	z-index:5;
}
#logo img {
	left:53px;
	position:absolute;
	top:90px;
}
#container {
	padding-bottom:74px;
}
#content {
	float:right;
	margin:-200px 0 20px 0;
	position:relative;
	width:637px;
	z-index:7;
}
.entry, #the_comments_list, #respond {
	padding:0 10px;
	width:592px;
}
#respond, #the_comments_list {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/bkgd_blog_liners.gif') no-repeat scroll 0 0;
	margin-top:10px;
	padding-top:20px;
}
#footer { 
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/footer.gif') repeat-x 0 0;
	clear:both;
	color:#fff;
	height:74px;
	margin-top:-74px;
	position:relative;
}
#footer_wrapper {
	margin:0 auto;
	padding:4px 8px 0 8px;
	width:918px;
}

/* Sidebar elements
-------------------------------------------------------------- */
#sidebar {
	float:left;
	width:296px;
}
.side_welcome {
	margin-left:14px;
}
#facebox #welcome_video {
	position:relative !important;
	left:0 !important;
}
#welcome_video {
	position:absolute;
	left:-999em;
}
#event_countdown {
	height:111px;
	margin:20px 0 20px 40px;
	width:223px;
}
#side_news {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/side_news_mid.png') repeat-y 0 0;
	margin:10px 0 20px 44px;
	width:216px;
}
#side_news_top {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/side_news_top.jpg') no-repeat 0 0;
}
#side_news_bottom {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/side_news_bottom.jpg') no-repeat 0 bottom;
	padding:40px 12px 35px 16px;
}
.side_news_wrap {
	color:#fff;
	margin-top:20px;
}
.side_news_wrap a {
	color:#fff;
}
.side_news_info {
	font-size:0.833em;
	font-weight:bold;
}
.side_news_title a {
	font-size:0.917em;
	text-decoration:underline;
}
.side_rsvp img {
	margin:0 0 20px 13px;
}
#side_donate, #side_sponsor {
	margin:10px 0 20px 49px;
}
#side_sponsor a {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/sponsors_link.jpg') no-repeat 0 0;
	display:block;
	height:68px;
	text-indent:-999em;
	width:206px;
}

/* Additional elements
-------------------------------------------------------------- */
#search {
	float:left;
	margin:19px 0 0 -25px;
	position:relative;
	z-index:10;
}
#s {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/search_input.gif') no-repeat 0 0;
	border:none 0;
	color:#939393;
	float:left;
	height:21px;
	margin-right:9px;
	padding:6px 5px 0 25px;
	width:122px;
}
#searchsubmit {
	float:left;
}
#subscribeform {
	float:right;
	margin:19px 25px 0 0;
}
#subscribeinput {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/subscribe_input.gif') no-repeat 0 0;
	border:none 0;
	color:#939393;
	float:left;
	height:21px;
	margin-right:9px;
	padding:6px 5px 0 155px;
	width:118px;
}
#border_wrap {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/bkgd_blog_liners.gif') no-repeat 0 bottom;
	padding-bottom:10px;
}
#blog_activity {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/bkgd_blog.png') no-repeat 0 0;
	margin-top:18px;
	padding:60px 10px 0 10px;
	position:relative;
	width:592px;
}
#rss {
	position:absolute;
	right:9px;
	top:9px;
}
#featured_blog {
	float:left;
	padding-right:18px;
	width:296px;
}
.featured_blog_date {
	float:left;
	width:38px;
}
.featured_blog_info {
	border-bottom:1px #d8d8d8 solid;
	float:right;
	margin:0 0 5px 5px;
	padding-bottom:5px;
	width:250px;
}
.featured_blog_title a {
	color:#660000;
	line-height:1em;
	font-size:1.5em;
}
.featured_blog_author {
	color:#666666;
	font-size:0.833em;
	font-weight:bold;
	margin-top:3px;
}
.featured_blog_month {
	font-size:1.5em;
	line-height:1em;
	text-align:center;
	text-transform:uppercase;
}
.featured_blog_day {
	font-size:2.5em;
	font-weight:bold;
	line-height:0.9em;
	text-align:center;
}
.featured_blog_year {
	font-size:1em;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
}
.featured_blog_excerpt {
	clear:both;
	font-size:0.917em;
	line-height:1.6em;
}
.featured_blog_more {
	margin:5px 0 0 0;
}
.featured_blog_more a {
	color:#1c3967;
	font-size:0.917em;
	font-weight:bold;
}
#blog_entries {
	float:right;
	width:276px;
}
.blog_entries_wrap {
	margin-bottom:15px;
}
.blog_entries_date {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/date.png') no-repeat 0 0;
	float:left;
	height:43px;
	padding-bottom:15px;
	width:43px;
}
.blog_entries_month {
	color:#1c3967;
	font-size:0.833em;
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
	text-transform:uppercase;
}
.blog_entries_day {
	color:#1c3967;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.3em;
	text-align:center;
}
.blog_entries_year {
	color:#5074a5;
	font-size:0.833em;
	font-weight:bold;
	line-height:1em;
	margin-top:8px;
	text-align:center;
}
.blog_entries_info {
	float:right;
	width:224px;
}
.blog_entries_author {
	color:#666666;
	font-size:0.833em;
	font-weight:bold;
}
.blog_entries_title a {
	color:#262626;
	font-size:1em;
	font-weight:bold;
}
#social {
	float:left;
	height:28px;
	list-style:none;
	position:relative;
}
#social li {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/social.gif') no-repeat 0 0;
	display:block;
	float: left;
	height:28px;
	margin:0;
	padding:0;
	position:relative;
	text-indent:-999em;
}
#social li a {
	display:block;
	float:left;
	height:28px;
}
#social #follow {
	background-position:0 0;
	width:110px;
}
#social #facebook, #social #facebook a {
	background-position:-110px 0;
	width:83px;
}
#social #twitter, #social #twitter a {
	background-position:-193px 0;
	width:82px;
}
#social #youtube, #social #youtube a {
	background-position:-275px 0;
	width:64px;
}
#site_info {
	float:right;
	margin-top:4px;
}
#copyright {
	float:right;
	font-size:0.917em;
}
#website_love {
	color:#7f7f7f;
	clear:both;
	float:right;
	height:26px;
	font-size:0.833em;
}
#website_love p {
	float:left;
	margin:0 !important;
}
#website_love img {
	float:left;
	margin:0 !important;
}
.navigation {
	padding:0 10px;
}
#ngg-gallery-2-63 {
	margin-bottom:15px;
}
#the_links {
	margin:0 !important;
}
#the_links li {
	list-style:none;
}
#the_links li ul li {
	list-style:disc;
}
#the_links li ul li a {
	font-weight:bold;
}
.download_wrap {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:25px;
	padding-bottom:30px;
}
.download_wrap p {
	margin-bottom:0 !important;
}
.downloads_last {
	margin-bottom:50px !important;
}
.download_wrap img.wallpaper_thumb {
	border:1px solid #b1b9c3;
	float:left;
}
.download_wrap ul {
	float:left;
	list-style:none !important;
	margin:0 0 0 10px !important;
	padding:0;
	width:78%;
}
.code_desc {
	background:#F2F3F5 none repeat scroll 0 0;
	border:1px solid #B1B9C3;
	display:block;
	height:60px;
	margin-top:10px;
	padding:4px;
	width:98%;
}
.donate_now {
	border:3px #ccc solid;
	float:right;
	margin:0 0 10px 10px;
	padding:10px;
}
.vp_gallery_bottom, .vp_video_description {
	display:none !important;
}
.vp_gallery .vp_embed_holder {
	margin-bottom:20px !important;
}
.vp_gallery, .vp_video_player {
	background-color:transparent !important;
	border:0 none !important;
}
.vp_container iframe {
	border:1px #d6d6d6 solid !important;
}
.linkcat {
	width:49%;
}
#linkcat-17 {
	float:left;
	display:block;
}
#linkcat-18, #linkcat-20, #linkcat-56 {
	float:right;
}
#commentform textarea {
	width:580px;
}
h3#comments {
	margin-bottom:10px;
}
ul.commentlist {
	list-style:none !important;
	margin:0 !important;
}
li.comment {
	margin-bottom:15px;
}
.comment_info {
	background-color:#f5f5f5;
	border:1px #ccc solid;
	padding:5px;
	margin-bottom:10px;
}
#commentform {
	margin-top:10px;
}
#commentform p {
	margin-bottom:0 !important;
}
#commentform input {
	margin-bottom:10px;
}
.avatar {
	background-color:#fff;
	border:1px #ccc solid;
	float:left;
	margin-right:10px;
	padding:2px;
}
.comment_author, .comment_author a {
	color:#1c3967;
	font-weight:bold;
	padding-top:4px;
}
.comment_time {
	color:#757575;
	font-size:0.833em;
	font-style:italic;
	font-weight:bold;
}

/*Can Remove Once Blog Entries Widget is Re-enabled*/
#sociable {
	background:transparent url('http://wethepeoplerally.us/wp-content/themes/we_the_people/images/sociable.png') no-repeat 0 0;
	margin-top:18px;
	padding:60px 10px 0 10px;
	position:relative;
	width:592px;
}
#fb_box {
	float:left;
	width:300px;
}
#temp_section {
	float:right;
	margin:0 25px 0 0;
	width:252px;
}
.twitter-for-wp {
	margin:10px 0 20px 0;
}
ul.twitter {
	list-style:none !important;
	margin:0 !important;
}
ul.twitter li {
	border-bottom:1px #ededed solid;
	clear:both;
	font-size:0.917em;
	line-height:1.6em;
	margin-bottom:10px;
	padding-bottom:10px;
}
ul.twitter li a {
	color:#1c3967;
	font-weight:bold;
}
.twitter-timestamp {
	color:#9c9c9c;
	display:block;
	font-size:0.833em;
	font-style:italic;
}
#callout2 {
	margin-bottom:20px;
}
.twit_link {
	font-size:0.917em;
	font-weight:bold;
}
.bio {
	display:inline !important;
	cursor:pointer;
}
.expanded_text {
	display:none;
}

/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 1.50

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(http://wethepeoplerally.us/wp-content/plugins/nextgen-gallery/css/albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
	text-align:left;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}
