html {margin: 0; padding: 0;}
body {
  background: #949494 url(/img/bg.gif) repeat-x;
  color: #333;
  font: 80%/1.65 Helvetica, Arial, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  margin: 0; padding: 0;
  text-align: center;
}
#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 880px;
}

/* image feed images */
.feed_image {
	margin: 0 auto;
	padding: 2px;
  width: 77px;
}

.fleft {
  float: left;
}
.caption {
	font-size: 9px;
}

.boxed {
  padding:8px;
  background-color:#e9f0fb;
  border: 1px solid #163f81;
}

.anyimage {
  float: left;
}

.autocomplete {
  list-style: none;
  z-index: 1000;
  background-color: white;
  position         :absolute;
  width            :250px;
  background-color :white;
  border           :1px solid #888;
  margin           :0px;
  padding          :0px;
}

.autocomplete li.selected { background-color: #ffb; }

.highlight {
	background-color: #cccccc;
}

.error {
	color: red;
}

/* XHTML elements */

a {color: #002669; font-weight: bold;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}

img {border:0; display: block;}
hr {
  clear: both;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
}
h2 {
  clear: both;
  color: #174591;
  font-size: 1.65em;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: .25em 0 .75em 0;
  text-transform: uppercase;
}
h3 {
  background: #d2dfee;
  clear: both;
  color: #163f81;
  line-height: 1;
  margin: 0; padding: .5em;
  text-align: center;
  text-transform: uppercase;
}
h3 a {color: #163f81; display: block;}
h4 {
  color: #163f81;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1;
  margin: 2em 0 1em 0;
  text-transform: uppercase;
}

label {line-height: 1.2;}
sup {font-size: .8em;}

table {border: 1px solid #d2dfee; border-collapse: collapse; line-height: 1.3;}
th, td {
  border: 1px solid #d2dfee;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}


/* Forms */

form.public {margin: 1em 0;}
form.public label {
  color: #225;
  display: block;
  font-size: .9em;
  margin: 0; padding: 0;
}
form.public input {
  font-size: 1.1em;
  padding: 2px;
  width: 95%;
}

form.donate input.button {
  width: auto;
}

form.public textarea {
  font-size: 1.1em;
  padding: 2px;
  width: 95%;
}
form.public .required,
form.public .optional {margin: 0 0 1em 0;}
form.public .required label {font-weight: bold;}
form.public .optional label {font-style: italic; font-weight: normal;}
form.public .submit input {width: auto;}
form.public fieldset {border: 0; margin: 0 0 1em; padding: 0;}
form.public legend {
  color: #163f81;
  float: left;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 1em;
  _margin: 0 -7px; /* IE Win */
  padding: 0;
  text-transform: uppercase;
}


/* Specific forms */

.whyrudy fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  width: 48%;
}
.whyrudy #personal {float: left;}
.whyrudy #message {float: right;}
.whyrudy textarea {width:280px;}

#supporter-options {
  clear: left;
  float: left;
  width: 49%;
}
#help-options {
  float: right;
  width: 49%;
}
#help-options input {width: auto;}
#help-options input,
#help-options label {display: inline;}
#help-options div {
  line-height: 2;
  margin: 0; padding: 0;
}
#help-options h3, #supporter-options h3 {margin-bottom: 1em;}


/* Contributions */

form.donate {margin: 20px 2em; padding: 0;}
form.donate input {width: 250px;}

form.donate fieldset {border: 0; margin: 0 0 1em; padding: 0;}
form.donate h3 {margin: 0 0 1em;}
form.donate label {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 120px;
}
form.donate ol {
  list-style: none;
  margin: 0; padding: 0;
}
form.donate li {
  font-size: .9em; 
  line-height: 1.1;
  margin: 0; padding: 3px 10px;
}

#ContributionNext {
  padding: 10px;
}

#contributor {background: #E9F0FB; float: left; width: 410px;}
#contribution {background: #E9F0FB; float: right; width: 410px;}
form.donate .submit {clear: right; text-align: center;}

#credit-card ol li input,
#contribution-options ol li input,
#eligibility p input,
form.donate .submit input {width: auto;}

fieldset#eligibility ol {list-style: decimal;margin-left: 2em;}

#contribution-disclaimer {
  border: 1px solid #d2dfee;
  clear: both;
  line-height: 1.3;
  margin: 20px; padding: 1em 20px;
}

#contribution-options li fieldset {margin: 0; padding: 0;}
#contribution-options li#recurrence {border-bottom: 1px dotted #d2dfee; padding-bottom: 5px;}
#contribution-options fieldset label {display: inline; width: auto;}

#credit-card li#method {border-bottom: 1px dotted #d2dfee; padding-bottom: 5px;}
#credit-card fieldset label {display: inline; width: auto;}
#credit-card li fieldset {margin: 0; padding: 0;}

form.donate .required label {font-weight: bold; font-style: normal;}
form.donate .optional label {font-weight: normal; font-style: italic;}

#amount_higher {float: left; width: 49%;}
#amount_lower {float: right; width: 49%;}
#amount_other {clear: both; padding-top: .5em;}


/* Header & Nav */

#header {margin: 0; padding: 0; width: 100%;}
#header h3 {
  background: url(/img/header.jpg) no-repeat;
  height: 77px;
  line-height: 1;
  margin: 0; padding: 0;
  position: relative;
  width: 100%;
}
#header #rev2_info {
  width:250px;
  font-size:10px;
  height: 12px;
  color: #cccccc;
  background: black url(/img/trheadcorner.gif) bottom left no-repeat; 
  text-transform: none;
  padding:2px;
  float:right;
}
#header #rev2_info #header_tr a {

  color: white;
  font-size: 10px;
  margin:0;
  text-indent: 0;
  display: inline;
  height: auto;
  left: 0px;
  position: relative;
  overflow: hidden;
  top: 0px;
  width: auto;
}
#header h3 a {
  display: block;
  height: 57px;
  left: 10px;
  position: absolute;
  overflow: hidden;
  top: 10px;
  text-indent: -9999px;
  width: 119px;
}

#header ul.navigation {
  height: 24px;
  list-style: none;
  margin: 0; padding: 0;
  width: 100%;
}
#header ul.navigation li {
  float: left;
  margin: 0; padding: 0;
}
#header ul.navigation li a {
  display: block;
  height: 24px;
  line-height: 1;
  margin: 0; padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}

/* Link state */

#nav_home a {background: url(/img/nav.gif) 0 0 no-repeat; width: 70px;}
#nav_about a {background: url(/img/nav.gif) -70px 0 no-repeat; width: 120px;}
#nav_issues a {background: url(/img/nav.gif) -190px 0 no-repeat; width: 123px;}
#nav_news a {background: url(/img/nav.gif) -313px 0 no-repeat; width: 61px;}
#nav_why a {background: url(/img/nav.gif) -374px 0 no-repeat; width: 97px;}
#nav_involved a {background: url(/img/nav.gif) -471px 0 no-repeat; width: 122px;}
#nav_blog a {background: url(/img/nav.gif) -593px 0 no-repeat; width: 61px;}
#nav_coalitions a {background: url(/img/nav.gif) -654px 0 no-repeat; width: 108px;}
#nav_contribute a {background: url(/img/nav.gif) -762px 0 no-repeat; width: 118px;}

/* Hover state */

#nav_home a:hover {background: url(/img/nav.gif) 0 -24px no-repeat;}
#nav_about a:hover {background: url(/img/nav.gif) -70px -24px no-repeat;}
#nav_issues a:hover {background: url(/img/nav.gif) -190px -24px no-repeat;}
#nav_news a:hover {background: url(/img/nav.gif) -313px -24px no-repeat;}
#nav_why a:hover {background: url(/img/nav.gif) -374px -24px no-repeat;}
#nav_involved a:hover {background: url(/img/nav.gif) -471px -24px no-repeat;}
#nav_blog a:hover {background: url(/img/nav.gif) -593px -24px no-repeat;}
#nav_coalitions a:hover {background: url(/img/nav.gif) -654px -24px no-repeat;}
#nav_contribute a:hover {background: url(/img/nav.gif) -762px -24px no-repeat;}

/* "You are here" navigation styling */

body.home #nav_home a {background: url(/img/nav.gif) 0 -24px no-repeat;}
body.about #nav_about a {background: url(/img/nav.gif) -70px -24px no-repeat;}
body.issues #nav_issues a {background: url(/img/nav.gif) -190px -24px no-repeat;}
body.article #nav_news a {background: url(/img/nav.gif) -313px -24px no-repeat;}
body.whyrudy #nav_why a {background: url(/img/nav.gif) -374px -24px no-repeat;}
body.getinvolved #nav_involved a {background: url(/img/nav.gif) -471px -24px no-repeat;}
body.blog #nav_blog a {background: url(/img/nav.gif) -593px -24px no-repeat;}
body.coalition #nav_coalitions a {background: url(/img/nav.gif) -654px -24px no-repeat;}
body.contribute #nav_contribute a {background: url(/img/nav.gif) -762px -24px no-repeat;}


/* Content Layouts */

#content {
  background: white url(/img/bg_content.gif) bottom left no-repeat;
  float: left;
  margin: 0; padding: 0;
  position: relative;
  width: 880px;
}
#content-main {
  display: inline;
  float: right;
  margin: 10px 200px 1.5em 0;
  overflow: hidden;
  width: 495px;
}
#content-sub {
  display: inline;
  background: #e9f0fb;
  float: left;
  line-height: 1.4em;
  margin: 10px 0 1.5em 10px;
  width: 165px;
}
#content-solo {
  display: inline;
  float: left;
  margin: 10px 200px 1.5em 10px;
  width: 670px;
}
#content-full {
  margin: 0; padding: 0;
  width: 880px;
}
#content-lawyer, #content-tg {
  width: 860px;
  padding:10px;
}
#action-center {
  position: absolute;
  right: 10px;
  top: 10px;
}

#content-sub ul {
  list-style: none;
  margin: 1em .5em;
  padding: 0;
}
#content-sub ul li {
  margin: 0 0 .5em;
  padding: 0;
}
/* Home Page */

#home #feature {
  float: right;
  width: 580px;
}
#content-home {
  background: url(/img/bg_home.gif) center repeat-y;
  float: left;
  line-height: 1.3;
  margin: 1.5em 0;
  padding: 0 10px;
  width: 860px;
}

#content-home .column {font-size: .9em; text-align: center; width: 280px;}
#content-home .column h3 {font-size: 1.3em;}
#content-home .column p {margin: 1em 15px; text-align: left;}
#home-feed, #home-issues {float: left;}
#home-connect,#home-spotlight {clear: right; float: right;}
#home-feed, #home-issues {margin-right: 10px;}

#home-feed ul {
  list-style: none;
  margin: 1em 15px;
  padding: 0;
  text-align: left;
}
#home-feed ul li {
  color: #778DB6;
  margin: 0;
  padding: 0 0 1em 25px;
}
#home-feed ul li.pr {background: url(/img/icon_pr.gif) no-repeat;}
#home-feed ul li.missed {background: url(/img/icon_missed.gif) no-repeat;}
#home-feed ul li.blog {background: url(/img/icon_blog.gif) no-repeat;}
#home-feed ul li a {font-size: 1.1em;}

#home-feed #rss {
  height: 32px;
  margin: 0;
  padding: 0 0 0 230px;
}
#home-feed #rss a {
  display: block;
  height: 32px;
  width: 35px;
}

#home-commitments {margin: 1em 0;}
#home-commitments img {display: block; margin: 0 auto;}
#home-spotlight {text-align: center;}
#home-spotlight img {
  display: inline;
  padding: .5em 0;
}

#home-connect {border-top: 15px solid #fff;}
#home-connect p {display: none;}
#home-connect ul {
  list-style: none;
  margin: 1em 0; padding: 0;
}
#home-connect ul li {display: inline;}
#home-connect ul li img {display: inline;}


/* Action-center */
#action-center input.text {
  width:120px;
  font-size: 11px;
  padding: 3px;
}

#action-user {
	margin: 0 0 .5em;
}
#action-user ul {list-style: none; margin: 0; padding: 0;}
#action-user ul li {
	margin: 0;
	padding: 0;
}
#action-user ul li a {
	background: #496288;
	color: #fff;
	display: block;
	line-height: 1;
	padding: 7px;
}
#action-center h4 {display: none;} /* Applies to both */
#action-wtc {
  width: 178px;
  text-align: center;
  height: 124px;
  background: url(/img/ac0-ismall.gif) no-repeat;
  color: black;
  padding-top:50px;
  display: block;
}
#action-center-wtc-join #input_sub {
  text-align: center;
  margin: 2px;
}
#action-wtc-identified {
  width: 178px;
  height: 90px;
  background: transparent url(/img/ac0-ismall.gif) bottom left no-repeat;
}
#action-wtc-identified a {
  display: none;
}
#action-wtc-identified #tr_impact {
  color: white;
  font-size:22px;
  height: 60px;
  padding-top: 10px;
  text-align: center;
  background: transparent url(/img/personalimpactsmall.gif) center no-repeat;
}
#action-email {
  background: url(/img/ai1_join.gif) no-repeat;
  height: 106px;
  overflow: hidden;
  text-align: center;
  width: 178px;
}
#action-email form {
  margin: 0 auto;
  padding: 35px 0 0;
}
#action-email input {display: block; margin: 0 auto 10px;}
#action-email #SupporterEmail {width: 132px;}
#action-contribute a {
  background: url(/img/ai2_contribute.gif) no-repeat;
  display: block;
  height: 101px;
  margin:0;
  overflow: hidden;
  text-indent: -9999px;
  width: 178px;
}
#action-contribute a:hover {background: url(/img/ai2_contribute.gif) 0 -101px no-repeat;}
#action-involved {
  background: url(/img/ai3_involved.jpg) no-repeat;
  height: 212px;
  width: 178px;
}
#action-involved ul {list-style: none; margin: 0; padding: 41px 0 0;}
#action-involved ul li {margin: 0; padding: 0; height: 22px;}
#action-involved ul li a {display: block; height: 22px; overflow: hidden; text-indent: -9999px;}

#action-tell a:hover {background: url(/img/ai3_involved_hover.jpg) 0px -41px no-repeat;}
#action-blog a:hover {background: url(/img/ai3_involved_hover.jpg) 0 -63px no-repeat;}
#action-radio a:hover {background: url(/img/ai3_involved_hover.jpg) 0 -85px no-repeat;}
#action-raise a:hover {background: url(/img/ai3_involved_hover.jpg) 0 -107px no-repeat;}
#action-volunteer a:hover {background: url(/img/ai3_involved_hover.jpg) 0 -129px no-repeat;}
#action-gear a:hover {background: url(/img/ai3_involved_hover.jpg) 0 -151px no-repeat;}
#action-register a:hover {background: url(/img/ai3_involved_hover.jpg) 0 -173px no-repeat;}


/* Home Page Action Center */

#home #action-center {
  float: left;
  position: static;
  width: 300px;
}
#home #action-wtc {
  background: url(/img/ac0_rev2.gif) no-repeat;
  height: 174px;
  padding-top: 0;
  padding:0;
  color: black;
  display: block;
  width:300px;
  margin:0;
}

#home #action-wtc #tr_login_link {
  font-size:11px;
  width: 150px;
}

#home #action-wtc-identified {
  background: url(/img/ac0-i.gif) no-repeat;
  height: 103px;
  color: black;
  padding-top:5px;
  padding-left: 5px;
  padding-right: 5px;
  width:290px;
  display: block;
}
#home #action-wtc-identified h4 {
  display:block;
  margin: 0;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 18px;
}
#home #action-wtc-identified a {
  display: block;
  line-height: 1;
  height: 70px;
  font-size: 11px;
  font-weight: normal;  
}
#home #action-wtc-identified a:hover {
  text-decoration: none;
}
#home #action-wtc-identified #tr_impact {
  margin-right: 5px;
  width: 120px;
  float: left;
}

#home #action-center-wtc-join {
  padding-top:100px;
  margin: 0;
  padding-left: 10px;
}

#home #action-center-wtc-join #input_sub {
  float:right;
  padding-top: 35px;
  padding-right: 40px;
}
#home #action-email {
  background: url(/img/ac1_join.gif) no-repeat;
  height: 65px;
  text-align: left;
  width: 300px;
}
#home #action-email form {padding: 30px 0 0 40px;}
#home #action-email input {display: inline; vertical-align: middle;}
#home #action-email #SupporterEmail {width: 130px;}
#home #action-contribute a {
  background: url(/img/ac2_contribute.gif) no-repeat;
  display: block;
  height: 78px;
  overflow: hidden;
  text-indent: -9999px;
  width: 300px;
}
#home #action-contribute a:hover {background: url(/img/ac2_contribute.gif) 0 0px no-repeat;}
#home #action-user {display:none;}
#home #action-involved {
  background: url(/img/ac3_involved.gif) no-repeat;
  height: 131px;
  position: relative;
  width: 300px;
}
#home #action-involved ul {
  height: 66px;
  list-style: none;
  margin: 0; padding: 0;
  position: absolute;
  left: 7px;
  top: 41px;
  width: 271px;
}

#home #action-involved ul li {
  height: 22px;
  margin: 0; padding: 0;
  position: absolute;
}

#home #action-involved ul li a {
  display: block;
  height: 22px;
  overflow: hidden;
  text-indent: -9999px;
}

#home #action-involved ul li#action-tell {left: 0; top: 0; width: 149px;}
#home #action-involved ul li#action-blog {left: 0; top: 22px; width: 149px;}
#home #action-involved ul li#action-radio {left: 0; top: 44px; width: 149px;}
#home #action-involved ul li#action-raise {right: 0; top: 0; width: 123px;}
#home #action-involved ul li#action-volunteer {right: 0; top: 22px; width: 123px;}
#home #action-involved ul li#action-gear {right: 0; top: 44px; width: 123px;}

#home #action-involved ul li#action-tell a:hover {background: url(/img/ac3_involved_hover.gif) 0 0 no-repeat;}
#home #action-involved ul li#action-blog a:hover {background: url(/img/ac3_involved_hover.gif) 0 -22px no-repeat;}
#home #action-involved ul li#action-radio a:hover {background: url(/img/ac3_involved_hover.gif) 0 -44px no-repeat;}
#home #action-involved ul li#action-raise a:hover {background: url(/img/ac3_involved_hover.gif) -148px 0 no-repeat;}
#home #action-involved ul li#action-volunteer a:hover {background: url(/img/ac3_involved_hover.gif) -148px -22px no-repeat;}
#home #action-involved ul li#action-gear a:hover {background: url(/img/ac3_involved_hover.gif) -148px -44px no-repeat;}


/* Get Involved */

#voter_details {
  background-color:#e9f0fb;
  border: 1px solid #163f81;
  overflow: auto;
  width: 600px;
  display: block;
  padding: 1.5em;
  margin: 12px;
}
#involved-options {
  background: #d2dfee;
  border-top: 10px solid #d2dfee;
  font-size: .9em;
  line-height: 1.3;
  margin: 10px 0 .5em 10px;
  width: 670px;
}
#involved-options th {border: 0; margin: 0; padding: 0 15px;}
#involved-options td {border: 0; margin: 0; padding: 0 15px 10px;}
#involved-options th a {
  color: #163f81;
  font-size: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
}

.widgets {width: 490px;}
.widgets h5 {
  border-top: 1px solid #d2dfee;
  margin: 1em 0 0;
  padding: 1em 0 0 ;
}
.widgets img {display: inline;}
.widgets p.code {font: 1em "Courier New", courier, monospace; overflow: auto; white-space: normal;}


/* News */

#press-releases, #missed {
  margin: 0 0 2em 0;
}
.short-article {
  line-height: 1.3;
  margin: .75em;
}
#content-sub .short_article {margin: 1em .5em;}
.timestamp {
  color: #778DB6;
  font-size: .85em;
}
.article-body {margin: 1em 0;}


/* Issues/12 Commitments */

#commitments-main {
  float: left;
  margin: 10px 0;
  padding: 0 10px;
  width: 569px;
}
#commitments-sub {
  display: inline;
  float: right;
  margin: 10px;
  width: 271px;
}
#commitments-main ul {
  list-style: none;
  margin: 1em 0 0 .5em;
  padding: 0;
}
#commitments-main ul li {
  background: url(/img/bullet_yellow.jpg) 0 3px no-repeat;
  font-size: 1.2em;
  line-height: 1.25;
  margin: 0 0 .75em;
  padding: 0 0 0 20px;
}
#commitments-main ul li a {
  font-weight: normal;
}

div.issue-short {
  margin: 5px;
  width:48%;
  float:left;
}

div.breaker {
  clear:both;
  height: 3px;
}

div.issue-short .player-section {

}

div.issue-short .player {
  margin: 0 auto;
  display: block;
}

div.issue-short .tag-section {
  float: right;
  font-size: 10px;
}

div.issue-short .tag-section h5 {
  font-size: 13px;
  margin-bottom: 2px;
}

div.issue .tag-section {
  width: 64%;
  padding-bottom: 7px;
  float:left;
}

div.issue .tag-section a {
  font-size: 11px;  
}

div.issue .tag-section h5 {
  font-size: 16px;
  margin-bottom: 2px;
  margin-top: 1px;
}

div.issue .content-section {
  width: 64%;
  float:left;
}

div.issue .share-section {
  width: 35%;
  float:right;
  text-align: center;
}
div.issue .share-section a {
  width: 100%;
  display: block;
}

div.issue .share-section a img {
    margin: 0 auto;
    padding-top: 5px;
}

div.issue .donation-section {
  width: 35%;
  float:right;
}

/* Blog */

.blog-item {
  margin: 0 0 2em 50px;
  padding: 0;
  position: relative;
}
.blog-featured {
  background-color : #d2dfee;
  padding: 2px;
}
.blog-side {
  margin: 3px;
  font-size: .85em;
}
.blog-side ul {
  list-style: none;
  margin: 1em 0; padding: 0;
}
.blog-side li { margin: 0; display: inline; }
.blog-side li img { margin: 0; display: inline; }
.blog-views {
  background: url(/img/blog_views.gif) no-repeat;
  height: 35px;
  float: left;
  font-size: .7em;
  font-weight: normal;
  line-height: 1;
  margin: 0; padding: 5px 0 0 0;
  text-align: center;
  width: 35px;
}
.blog-views span {
  color: #163f81;
  font-size: 1.2em;
  font-weight: bold;
}
.blog-item h3 {
  background: transparent;
  clear: none;
  line-height: 1.3;
  margin: .15em 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}
.blog-item h3 a {display: inline; margin: 0; padding: 0;}
.blog-item p {font-size: .9em; margin: 10;}
.blog-item .timestamp {font-weight: bold; margin: 0; padding: 0;}
.blog-item .info {font-size: .9em}


/* Why Rudy? */

#featured-post {
  background: #e9f0fb url(/img/quotes.gif) center 10px no-repeat;
  border-bottom: 1px solid #d2dfee;
  border-top: 1px solid #d2dfee;
  margin: 0;
  padding: 1.5em 60px;
}
#featured-post h4 {font-size: .9em; margin: 0;}
#featured-post p {font-size: 1.35em; line-height: 1.2; margin: .5em 0;}

#whyrudy-posts {
  clear: both;
  line-height: 1.4em;
}
#whyrudy-posts .post {
  float: left;
  margin: 1.5em;
}
#whyrudy-posts .post .message {
  float: right;
  width: 340px;
}

#featured-post cite,
#whyrudy-posts cite {
  display: block;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2;
}
#featured-post cite .city,
#whyrudy-posts cite .city {
  font-size: .9em;
  font-weight: normal;
}
#whyrudy-posts cite {
  float: left;
  margin-top: .17em;
  width: 100px;
}
#whyrudy-posts .email-this {
  clear: both;
  text-align: right;
}


/* Flickr */

#content-sub .flickr {
  text-align: center;
}
#content-sub .flickr img {
  border: 2px solid white;
  margin: .75em auto;
}

/* Footer */

#footer {
  clear: both;
  color: white;
  font-size: .9em;
  line-height: 1.3;
  margin: 0; padding: .5em;
  text-align: center;
}
#footer a {color: #fff;}
#footer ul.navigation {list-style: none; margin: 0 0 1em 0; padding: 0;}
#footer ul.navigation li {display: inline; padding: 0 1em;}
#disclaimer {
  border: 1px solid #fff;
  margin: 1.5em auto; padding: .5em;
  width: 40%;
}


/* Coalitions */
#card-preview {
	width:100%;
	clear: both;
}

#card-preview img {
	margin: 0 auto 0 auto;
}

#cardChooser {
	width:90%;
	padding:10px;
	margin:10px;
}
#cardChooser img{
	margin: 5px;
	float: left;
}

#coalitions-list {
  list-style: none;
  margin: 0; padding: 0;
}
#coalitions-list li {
  background: url(/img/bullet_yellow.jpg) 0 3px no-repeat;
  font-size: 1.2em;
  line-height: 1.25;
  margin: 0 0 .75em;
  padding: 0 0 0 20px;
}
#coalitions-list li a {
  font-weight: normal;
}

#coalitions-main {
  display: inline;
  float: left;
  margin: 10px 0 1.5em 10px;
  width: 600px;
}
#coalitions-sub {
  display: inline;
  float: right;
  margin: 10px 10px 1.5em 0;
  width: 245px;
}
#coalitions-sub .flickr {padding: 0 15px 0 25px;}
#coalitions-sub .feed_image {
  float: left;
  margin: .5em 15px 0 0;
}
#coalitions-sub ul {
  list-style: none;
  margin: 0; padding: 0;
}
#coalitions-sub ul li {
  background: url(/img/bullet_yellow.jpg) 0 3px no-repeat;
  font-size: 1.2em;
  line-height: 1.25;
  margin: 0 0 .5em;
  padding: 0 0 0 20px;
}
#coalitions-main h2 {margin: .75em 0;}


/* House Parties */

#party-intro h2 {
  background: url(/img/houseparty/logo.gif) no-repeat;
  float: left;
  height: 103px;
  overflow: hidden;
  text-indent: -9999px;
  width: 215px;
}
#party-intro h2 a {
  display: block;
  height: 103px;
  width: 215px;
}
#party-intro ul {
  float: left;
  list-style: none;
  margin: 0; padding: .5em 0 0 50px;
}
#party-intro ul li {
  margin: 0 0 .25em; padding: 0;
}
#party-intro ul li a {
  display: block;
  height: 31px;
  overflow: hidden;
  text-indent: -9999px;
  width: 177px;
}
#party-intro ul li#register a {background: url(/img/houseparty/register.gif);}
#party-intro ul li#manage a {background: url(/img/houseparty/manage.gif);}
#party-intro ul li#find a {background: url(/img/houseparty/find.gif);}
#party-description, #leaderboard {clear: both;}
#leaderboard table {margin: 0 0 1em; width: 100%;}
#party-public input {width: auto;}
#party-showrank input {width: auto;}
#party-agree input {width: auto;}
#party-citizen {font-weight:bold;}
#party-citizen input {width: auto;}
#the_map {margin: 1em auto;}

#party-list {
  list-style: none;
  margin: 1em 0; padding: 0;
}
#party-list li {
  background: url(/img/bullet_yellow.jpg) 0 3px no-repeat;
  font-size: 1.2em;
  line-height: 1.25;
  margin: 0 0 .75em;
  padding: 0 0 0 20px;
}
#party-list li a {
  font-weight: normal;
}
#party-donate input {width: auto;}


/* Multimedia */

#flickr-dump .feed_image {
  float: left;
  margin: 0 0 10px; padding: 0;
}
#blip-wrapper {
  padding: 1em 31px;
}


/* Miscellaneous styles */

ul.sub-navigation {
  background: #496288;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 680px;
}
ul.sub-navigation li {
  float: left;
  margin: 0 1.25em 0 0;
  padding: .5em 10px;
}
ul.sub-navigation a {
  color: white;
  display: block;
  font-size: .9em;
}

.image-left {
  float: left;
  margin: 0 1em 1em 0;
}
.image-right {
  float: right;
  margin: 0 0 1em 1em;
}

#flashMessage{
  padding:3px;
  font-size: 12pt;
  width:100%;
  background-color:#d2dfee;
}
#flashMessage a {
	font-size: 12pt;
}

.email-this a {
  background: transparent url(/img/icon_sendmail.gif) right no-repeat;
  font-weight: normal;
  padding: 5px 24px 5px 0;
  text-transform: uppercase;
}


/* Signup/Login */

#login, #signup {width: 49%;}
#login {float: right;}
#signup {float: left;}


/* Admin */

html #content div.admin {padding: 20px; width: 840px;}
.admin table {
  border-collapse: collapse;
  margin: 1em 0; padding: 0;
}
.admin table th, .admin table td {
  border: 1px solid #d2dfee;
  margin: 0; padding: 3px;
  vertical-align: top;
}
.admin label {display: block; margin-top: 1em;}
#remember {margin: 1em 0;}
#remember input {margin: 0; width: auto;}
#adminLinks {
  background: #333;
  border-bottom: 1px solid black;
  list-style: none;
  margin: 0; padding: 0;
}
#adminLinks li {
  display: inline;
  margin: 0; padding: 0;
}
#adminLinks li a {
  color: #ffc;
  font-size: .9em;
  line-height: 2;
  padding: 0 1em;
}

/* Strategy Call */

.strategycall label {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 120px;
}
.strategycall p {
  line-height: 1.3;
}
.strategycall p label {
  display: inline;
  line-height: 1.3;
  width: auto;
}

/*  Tags  */
.tageditor {

}
a.tc-low {
  font-size: .8em;
  color: #777777;
}
a.tc-lowmid {
  font-size: 1.0em;
  color: #444444;
}
a.tc-mid {
  font-size: 1.15em;
  color: #000099;
}
a.tc-highmid {
  font-size: 1.3em;
  color: #990000;
}
a.tc-high {
  font-size: 1.6em;
  color: #990000;
}
