/********************
*********************

   RESET

*********************
********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* restore some content-friendly options */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, 
ul, ol, li, dl, dd, dt, address, hr {
    margin: 1em 0;
}

li, dd, blockquote {
    margin-left: 2em;
}

sub {
    font-size: .83em;
    vertical-align: sub;
}
sup {
    font-size: .83em;
    vertical-align: super;
}

/* set fonts */

body {
    font: 12px arial,helvetica,sans-serif;
    line-height: 1.25;
}

input, select, textarea, button {
    font: 12px arial,helvetica,sans-serif;
}

.sans {
    font-family: arial,helvetica,sans-serif;
}
.serif {
    font-family: georgia,"times new roman",times,serif;
}


/********************
*********************

   TYPOGRAPHY AND LAYOUT BASICS

*********************
********************/

h1 {
    margin: 0 0 .5em 0;
    font-size: 2em;
}
h2 {
    margin: .67em 0;
    font-size: 1.5em;
}
h3 {
    margin: .83em 0;
    font-size: 1.2em;
}
hr {
    border: none;
    color: #000;
    background: #000;
    height: 1px;
}


/******
Images/Media
******/

img,
object {
    
}
img.inline {
    display: inline;
}
div.pic .txt {
    font-weight: bold;
    font-size: 10px;
    line-height: 1.2;
}
div.pic .txt p {
    margin: 0;
}

div.video,
div.audio,
div.flash {
    margin: 1em 0;
}
div.align-c {
    margin: 1em auto;
}
div.align-c img,
div.align-c .txt {
    margin: 0 auto;
}
div.align-r {
    float: right;
    margin: 0 0 1em 1em;
}
div.align-l {
    float: left;
    margin: 0 1em 1em 0;
}
div.align-f {
    margin: 0;
}
div.border {
    border: 1px solid #000;
    padding: 2px;
}

/******
Tables
******/

td, th {
    padding: 2px 5px;
}
th {
    text-align: left;
}
th.right,
td.right {
    text-align: right;
}
tr, td, th {
    vertical-align: top;
}


/******
Utility Classes
******/

.hide {
    display: none;
}
.jsdata {
    display: none;
}
.clear {
    clear: both;
}
.odd {
    background: #ccc;
}
.even {
    background: #fff;
}
.padded {
    padding: 1px 10px;
}
.nomargin {
    margin: 0;
}
.fullmargin {
    margin: 1em 0;
}
.halfmargin {
    margin: .5em 0;
}
.margintop {
    margin-top: 1em;
}
.margintoponly {
    margin: 1em 0 0 0;
}
.marginbottom {
    margin-bottom: 1em;
}
.marginbottomonly {
    margin: 0 0 1em 0;
}
.noborder {
    border: none !important;
}
.amp {
    font-style: italic;
}
.comments {
    padding-left: 15px;
    background: url(/images/comment.gif) no-repeat;
}

.navlist {
    list-style: none;
    margin: 0;
    line-height: 1;
}
.navlist li {
    margin: 0;
    padding: 0 8px;
    border-right: 1px solid;
    float: left;
}
.navlist li.first {
    padding-left: 0;
}
.navlist li.last {
    padding-right: 0;
    border: none;
}
.navlist_inline li {
    display: inline;
    float: none;
}

/* Faux two-column "table" */

.leftcell,
.lcell {
    width: 47.9%;
    padding: 0 2% 0 0;
    float: left;
}
.rightcell,
.rcell {
    width: 47.9%;
    padding: 0 0 0 2%;
    float: left;
}

/* Faux three-column "table" */

.leftcell3,
.rightcell3,
.lcell3,
.rcell3 {
    width: 31.9%;
    float: left;
}
.middlecell3,
mcell3 {
    width: 32%;
    padding: 0 2%;
    float: left;
}

/* Technorati-style rounded-corner boxes and dividers. Fixes for IE6 are in /assets/ie6.css. */

.boxc {
    position: relative;
}
.boxc b.cn {
    height: 10px;
    width: 10px;
    position: absolute;
    background-image: url(/images/roundwhite.png);
}
.boxc5 b.cn {
    height: 5px;
    width: 5px;
    background-image: url(/images/round5white.png);
}
.boxc b.tl {
    top: -1px;
    left: -1px;
    background-position: left top;
}
.boxc b.tr {
    top: -1px;
    right: -1px;
    background-position: right top;
}
.boxc b.bl {
    bottom: -1px;
    left: -1px;
    background-position: left bottom;
}
.boxc b.br {
    bottom: -1px;
    right: -1px;
    background-position: right bottom;
}

/* use CSS3 instead for certain browsers 
   firefox2 technically supports, but doesn't render well */

body.firefox3 .boxc,
body.chrome3 .boxc,
body.chrome4 .boxc,
body.chrome5 .boxc,
body.chrome6 .boxc,
body.safari3 .boxc,
body.safari4 .boxc,
body.safari5 .boxc,
body.border_radius .boxc,
html.borderradius .boxc {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: static;
}
body.firefox3 .boxc5,
body.chrome3 .boxc5,
body.chrome4 .boxc5,
body.chrome5 .boxc5,
body.chrome6 .boxc5,
body.safari3 .boxc5,
body.safari4 .boxc5,
body.safari5 .boxc5,
body.border_radius .boxc5,
html.borderradius .boxc5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
body.firefox3 .boxc b.cn,
body.chrome3 .boxc b.cn,
body.chrome4 .boxc b.cn,
body.chrome5 .boxc b.cn,
body.chrome6 .boxc b.cn,
body.safari3 .boxc b.cn,
body.safari4 .boxc b.cn,
body.safari5 .boxc b.cn,
body.border_radius .boxc b.cn,
html.borderradius .boxc b.cn {
    display: none;
}

/* specific looks */

.round_std {
    padding: 1px 20px;
    background: #ccc;
}

/* special classes for border-radius supporting browsers */

.rounded10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
body.firefox2 .rounded10 {
    -moz-border-radius: 0;
}
.rounded5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
body.firefox2 .rounded5 {
    -moz-border-radius: 0;
}

/* bookmarks */

.bookmark_list {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    list-style: none;
}

.bookmark_list li {
    margin: 0px;
    padding: 2px;
    width: 16px;
    height: 16px;
    float: left;
}
.bookmark_list li.share {
    width: auto;
    line-height: 20px;
}
.bookmark_list a {
    width: 100%;
}
.bookmark_list span {
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
}
.bookmark_list img {
    border: none;
}

.thankyoubookmarks {
    margin-top: 1.5em;
    padding-top: .5em;
    border-top: 1px solid;
}

/* preview notice */

div.preview_notice {
    padding: 10px 10px 10px 188px;
    background: #c00 url(/images/bg_preview_notice.png) no-repeat 10px 10px;
    min-height: 35px;
    font-family: arial,helvetica,sans-serif;
    color: #fff;
}
div.preview_notice .links {
    float: right;
}
div.preview_notice h2 {
    font-size: 16px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
div.preview_notice p {
    font-size: 12px;
    margin: 0;
}
div.preview_oneline h2,
div.preview_oneline p {
    line-height: 35px;
}
div.preview_notice a {
    color: #fff;
    text-decoration: underline;
}

/* 508 skip-to-content link */

a.skiplink {
    display: none;
}


/******
Hacks
******/

.clearfix:after,
.formrow:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ir {
    margin: 0;
    padding: 0;
    text-indent: -8888px; /* Phark image replacement */
}


/********************
*********************

   FORMS

*********************
********************/

/******
Containers and labels
******/

form div.formrow {
    margin: 6px 0;
}
form input,
form select,
form button {
    vertical-align: middle;
}
form span.req {
    font-weight: bold;
    color: red;
}

form label,
form label.left {
    display: block;
    width: 115px;
    padding-right: 5px; /* using margin causes the same value margins on left _and_ right of input in IE6 */
    display: block;
    float: left;
}
form label.inline {
    padding-right: 0;
    width: auto;
    display: inline;
    float: none;
}
body.toplabels form label,
form label.top,
form label.block {
    padding-right: 0;
    width: auto;
    float: none;
}

/* special treatment for checkboxes/radio buttons */

.formrow_checkbox,
.formrow_radio  {
    padding-left: 120px;
}
.formrow_checkbox input,
.formrow_radio input {
    float: left;
}
.formrow_checkbox label,
.formrow_radio label {
    margin-left: 2em;
    padding-right: 0;
    width: auto;
    float: none;
}
.formrow_checkbox_label_first label {
    margin: 0;
    width: 115px;
    padding-right: 5px; /* using margin causes the same value margins on left _and_ right of input in IE6 */
    float: left;
}
.formrow_radiogroup_horz fieldset .formrow,
.formrow_checkboxgroup_horz fieldset .formrow {
    margin: 0 10px 6px 0;
    float: left;
}
.formrow_radiogroup_vert fieldset .formrow,
.formrow_checkboxgroup_vert fieldset .formrow {
    margin: 0 0 6px;
}
body.toplabels form .formrow_checkbox,
.formrow_checkbox_noindent,
.formrow_checkbox_label_first,
.formrow_radio_noindent {
    padding-left: 0;
}

/* two and three column layouts */

form div.doublewide {
    float: left;
    width: 49.9%;
}
form div.triplewide {
    float: left;
    width: 33.3%;
}

/******
Inputs
******/

form .input {
    width: 200px;
}
form select.input {
    width: 206px;
}
form textarea {
    width: 200px;
    height: 125px;
}

/* exceptions */

form#radio_call_form_search .input {
    width: 100px;
}
form#lte_form_search .input {
    width: 100px;
}
form#profile_form_recurring .input {
    width: 100px;
}

/* deprecated */

form .input100 {
    width: 100px;
}
form .input125 {
    width: 125px;
}
form .input300 {
    width: 300px;
}

/******
Form error messages
******/

#messages {
    margin: 1em 0;
    padding: 10px 20px;
    background: #ffe66b;
    color: #000;
    border: 1px solid #000;
}
#messages li {
    margin: 0 0 0 1.5em;
    background: transparent;
}
form .err {
    background: #ffe66b !important;
}

/******
Extra declarations for various form types.
******/

/* Call Radio */

form#radio_call_form .shows label,
form#radio_call_form fieldset.status label {
    font-weight: normal;
}

/* Contact Elected Officials */

div.official img {
    margin: 0 0 0 1em;
    float: right;
}
div.official label {
    font-weight: normal;
}

/* Community Contribution Editor */

form#community_contribution_editor_form div.amount {
    margin: 0 0 .5em 0;
    width: 100px;
    float: left;
}

/* Contribution and Membership */

form#contribution_form div.border {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border: none;
    border-bottom: 1px dotted #000;
}
form#contribution_form div.bordertop {
    padding-top: 1em;
    margin-top: 1em;
    border: none;
    border-top: 1px dotted #000;
}
form#contribution_form #dedicate_fields {
    display: none;
}

/* only other amount */

form#contribution_form div.formrow_only_otheramount label {
    margin: 0;
    padding: 0;
    float: none;
    display: inline;
}
form#contribution_form div.formrow_only_otheramount input {
    width: 70px;
    float: none;
    margin: 0;
}

/* amounts without labels */

form#contribution_form div.formrow_simple_amount {
    margin: 0 0 .5em 0;
    width: 90px;
    float: left;
}
form#contribution_form div.formrow_simple_otheramount {
    margin: 0 0 .5em 0;
    width: 180px;
    float: left;
}
form#contribution_form div.formrow_simple_otheramount div {
    margin-left: 2em;
}
form#contribution_form div.formrow_simple_otheramount div label {
    float: none;
    margin: 0;
    display: inline;
}
form#contribution_form div.formrow_simple_otheramount div input {
    width: 70px;
    float: none;
    margin: 0;
}

/* amounts with labels */

form#contribution_form div.formrow_label_amount div.labelwrapper {
    margin-left: 2em;
}
form#contribution_form div.formrow_label_amount div.labelwrapper label {
    margin: 0;
    width: 4em;
    float: left;
}
form#contribution_form div.formrow_label_amount div.labelwrapper div {
    margin-left: 5em;
}
form#contribution_form div.formrow_label_otheramount div {
    margin-left: 2em;
}
form#contribution_form div.formrow_label_otheramount div label {
    float: none;
    margin: 0;
    display: inline;
}
form#contribution_form div.formrow_label_otheramount div input {
    width: 70px;
    float: none;
    margin: 0;
}

/* CF thermometer */

#cf_progress {
    position: relative;
    width: 235px;
    height: 315px;
    background: #fff url("/images/thermometer.gif") no-repeat;
    color: #69c;
    font: bold 1.1em/1.1 serif;
}
#cf_progress.goal_reached {
  background-image: url("/images/thermometer_goal_reached.gif");
}

#cf_progress.goal_exceeded {
  background-image: url("/images/thermometer_goal_exceeded.gif");
}
#cf_progress div {
  position: absolute;
  white-space: nowrap;
}
#cf_progress #scale {
    bottom: 92px;
    left: 64px;
    width: 32px;
    background-repeat: no-repeat;
}
#cf_progress #goal {
    top: 85px;
    left: 132px;
}
#cf_progress #raised {
    top: 127px;
    left: 132px;
}
#cf_progress #count {
    top: 169px;
    left: 132px;
}
#cf_progress #average {
    top: 211px;
    left: 142px;
}
#cf_progress #scaletxt {
    width: 47px;
    top: 238px;
    left: 59px;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
}

/* Itemized Contribution */

form#recipients .recipinfo {
    float: left;
    width: 50%;
    padding-right: 3%;
}
form#recipients .formrow_total_amount {
    padding-left: 53%;
}
form#recipients .recipinputs {
    float: left;
    width: 45%;
}
.extra_messages {
    padding: 1px 10px;
    background: #ffe66b;
}
body.pac_contribution_form form#contribution_form fieldset.amounts label {
    width: 200px;
    text-align: left;
}
body.pac_contribution_form form#contribution_form fieldset.amounts .amount {
    width: 50px;
}

/* Petition */

form#petition_form #petitiontext {
    height: 200px;
    overflow: auto;
}

form#petition_form #publish_fb_checkbox label {
    padding-left: 20px;
    background: url(/images/facebook_favicon.jpg) no-repeat;
}

/* Petition thermometer */

#p_progress {
    position: relative;
    width: 235px;
    height: 315px;
    background: #fff url("/images/p_thermometer.gif") no-repeat;
    color: #69c;
    font: bold 1.1em/1.1 serif;
}
#p_progress.goal_reached {
  background-image: url("/images/p_thermometer_goal_reached.gif");
}

#p_progress.goal_exceeded {
  background-image: url("/images/p_thermometer_goal_exceeded.gif");
}
#p_progress div {
  position: absolute;
  white-space: nowrap;
}
#p_progress #scale {
    bottom: 92px;
    left: 64px;
    width: 32px;
    background-repeat: no-repeat;
}
#p_progress #goal {
    top: 85px;
    left: 132px;
}
#p_progress #count {
    top: 127px;
    left: 132px;
}
#p_progress #scaletxt {
    width: 47px;
    top: 238px;
    left: 59px;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
}

/* Tell a Friend and Community Action */

form#community_action_form #taf_msg,
form#tell_a_friend_form #taf_msg {
    padding: 1px 10px;
    border: 1px solid #ccc;
    min-height: 200px;
}
form#community_action_form #taf_msg div.formrow,
form#tell_a_friend_form #taf_msg div.formrow {
    margin: 1em 0;
}
form#community_action_form #taf_msg textarea,
form#tell_a_friend_form #taf_msg textarea {
    width: 85%;
    height: 125px;
}
form#community_action_form #taf_msg label,
form#tell_a_friend_form #taf_msg label {
    padding-right: 0;
    width: auto;
    float: none;
}

form#community_action_form #friend_email_list,
form#tell_a_friend_form #id_friend_email_list,
form#tell_a_friend_form #friend_email_list {
    width: 320px;
}

/******
Submit buttons
******/

form div.submit {
    margin-top: 1em !important;
    padding-left: 120px;
}
body.toplabels form div.submit {
    padding-left: 0;
}
form div.submit p {
    clear: both;
    margin: .5em 0;
    padding: .5em 0 0 0;
}
form div.indent {
    padding-left: 120px;
}
body.toplabels form div.indent,
form div.noindent  {
    padding-left: 0;
}

/* exceptions to our indented buttons */

form#community_action_form div.submit,
form#community_action_form_thank div.submit,
form#community_action_form_remind div.submit,
form#community_action_form_invite div.submit,
form#community_contribution_editor_form div.submit,
form#contribution_form div.submit,
form#journal_form div.submit,
form#lte_form_search div.submit,
form#lte_form_newspapers div.submit,
form#optout_form div.submit,
form#optout_form_subscriptions div.submit,
form#radio_call_form_search div.submit,
form#radio_call_form div.submit,
form#tell_a_friend_form div.submit,
form#volunteer_form div.submit {
    padding-left: 0;
}
form#recipients div.submit {
    padding-left: 53%;
}

/* same for facebook connect button/checkbox */

form div.fb_connect {
    margin: 1em 0;
    padding-left: 120px;
}
body.toplabels form div.fb_connect {
    padding-left: 0;
}
form#community_action_form div.fb_connect,
form#community_action_form_thank div.fb_connect,
form#community_action_form_remind div.fb_connect,
form#community_action_form_invite div.fb_connect,
form#community_contribution_editor_form div.fb_connect,
form#contribution_form div.fb_connect,
form#lte_form_search div.fb_connect,
form#lte_form_newspapers div.fb_connect,
form#radio_call_form_search div.fb_connect,
form#radio_call_form div.fb_connect,
form#tell_a_friend_form div.fb_connect,
form#volunteer_form div.fb_connect {
    padding-left: 0;
}

button {
    display: block; /* needed by IE6/7 to display background image, but to keep things consistent... */
    float: left; /* take back the display, in a way */
    margin-right: 10px; /* spacing for multiple buttons */
}


/******
Form layout 2
******/

body.form_layout_2 #content .intro {
    width: 47.9%;
    padding: 0 2% 0 0;
    float: left;
}
body.form_layout_2 #content form {
    width: 47.9%;
    padding: 0 0 0 2%;
    float: left;
}
body.form_layout_2 #content form .leftcell,
body.form_layout_2 #content form .rightcell {
    width: auto;
    padding: 0;
    float: none;
}


/******
Form layout 3
******/

body.form_layout_3 #content .intro {
    width: 47.9%;
    padding: 0 2% 0 0;
    float: left;
}
body.form_layout_3 #content form {
    width: 47.9%;
    padding: 0 0 0 2%;
    float: left;
}
body.form_layout_3 #content form .leftcell,
body.form_layout_3 #content form .rightcell {
    width: auto;
    padding: 0;
    float: none;
}


/********************
*********************

   STORIES AND STORY ELEMENTS

*********************
********************/

/******
Photo galleries
*******/

.pgtop {
    margin: 1em auto 3em auto;
}
.pgrow {
    margin: 1em 0;
    vertical-align: middle;
}
.pgrow .pgthumb {
    float: left;
    padding: 0 10px;
}
.pgthumb img {
    border: 3px solid #fff;
    vertical-align: middle;
}
.pgthumb img.pgcurrent {
    border: 3px solid #666;
}

/******
News clippings
******/

div.news_source {
    margin: 1em 0;
}
div.news_source p {
    margin: 0;
}

/******
Pagination
******/

.pagination {
    margin: 1em 0;
    border-top: 1px solid #000;
}
.pagination ul {
    margin: 0;
    list-style: none;
    line-height: 1;
}
.pagination li {
    margin: 3px;
    float: left;
}
.pagination a {
    display: block;
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
.pagination li.pagenum a {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
.pagination li.pagenum a.current {
    background: transparent;
    color: #000;
    cursor: default;
}

/******
Leadins and story lists
******/

.archivebox,
.eventbox,
.rssbox,
.jsonbox {
    margin: 1em 0;
}

.listeditem {
    margin: 1em 0;
}
.listeditem .img {
    float: left;
    margin-right: 10px;
}
.listeditem h3.title,
.listeditem h3.date_title {
    margin: 0;
    font-size: 1em;
}
.listeditem ul.related_stories,
.listeditem_wrapper ul.related_stories {
    margin: 0;
    list-style: none;
}
.listeditem p.teaser,
.listeditem p.source,
.listeditem p.date,
.listeditem p.readmore,
.listeditem ul.related_stories li,
.listeditem_wrapper ul.related_stories li,
.rssboxitem p.description {
    margin: 0;
}
.has_no_items {
    display: none;
}
.has_no_more_items .readmoreitem {
    display: none;
}

/* Support for other standard styles */

.twocol_left .img,
.titletop_left .img {
    margin: 0;
}
.twocol_left .txt,
.titletop_left .txt {
    padding-left: 10px;
}
.twocol_right .img,
.titletop_right .img {
    float: right;
    margin: 0;
}
.twocol_right .txt,
.titletop_right .txt {
    padding-right: 10px;
}

/******
Comments
******/

#comments {
    clear: both;
    margin-top: 1em;
    border-top: 1px solid #000;
}
.comment_indicator {
    min-height: 24px;
    background: url(/images/waiting_circle.gif) no-repeat;
}
#comment_captcha.comment_indicator {
    background-position: 100% 50%;
}
#comment_errors,
#comment_msgs {
    display: none;
    margin: 1em 0;
    padding: 10px 20px;
    background-color: #ffe66b;
    color: #000;
    border: 1px solid #000;
}
#comment_list {}
#comment_list .comment {
    padding: 5px 0;
    border: 1px solid #aaa;
    border-top: none;
    background-color: #eee;
}
#comment_list .first {
    border-top: 1px solid #aaa;
}
#comment_list .even {
    background-color: #ddd;
}
#comment_list .odd {}
#comment_list .meta {
    float: left;
    width: 80px;
    padding: 0 10px;
}
#comment_list .content {
    margin: 0 10px 0 100px;
}
#comment_list .title {
    font-weight: bold;
}
#comment_list blockquote,
#comment_list pre {
    border: 1px solid #aaa;
    background-color: #fff;
    overflow: auto;
}
#comment_count {
    margin: .25em 0;
    font-weight: bold;
}
#comment_pager_footer,
#comment_pager_header {
    margin: .25em 0;
}
#comment_formatting_help {
    margin: 1em 0;
    display: none;
}
#comment_formatting_help td,
#comment_formatting_help th {
    padding: 5px 10px;
    border: 1px solid #000;
}
#comment_formatting_help ul {
    margin: 0;
}
#comment_formatting_help li,
#comment_formatting_help blockquote {
    margin-top: 0px;
    margin-bottom: 0px;
}
#comment_preview,
#comment_title_preview {
    padding: 1px 10px;
    width: 320px;
    min-height: 100px;
    background-color: #eee;
}
#comment_title_preview {
    display: none;
    padding: 10px 10px 0 10px;
    min-height: 0;
    font-weight: bold;
}
#comment_captcha {
    display: none;
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    border-bottom: 1px solid #000;
}
#id_captcha_solution {
    width: 80px;
}
#comments .reply_link {
    float: right;
    font-weight: bold;
}
#comment_list .nested {
    background-image: url('/images/comment_indent.png');
    background-repeat: no-repeat;
}
#comment_list .level_1 {
    padding-left: 30px;
}
#comment_list .level_2 {
    padding-left: 60px;
    background-position: 30px 0px;
}
#comment_list .level_3 {
    padding-left: 90px;
    background-position: 60px 0px;
}
#comment_list .level_4 {
    padding-left: 120px;
    background-position: 90px 0px;
}
#comment_list .level_5 {
    padding-left: 150px;
    background-position: 120px 0px;
}
#comment_list .level_6 {
    padding-left: 180px;
    background-position: 150px 0px;
}
#comment_list .level_7 {
    padding-left: 210px;
    background-position: 180px 0px;
}
#comment_list .level_8 {
    padding-left: 240px;
    background-position: 210px 0px;
}
#comment_list .level_9 {
    padding-left: 270px;
    background-position: 240px 0px;
}
#comment_list .level_10 {
    padding-left: 300px;
    background-position: 270px 0px;
}
#comments .warn {
    color: red;
}

/******
Blog & Journal
******/

body.category_archive .extended_entry {
    display: none;
}
.blogitem {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}
.blogitem .blogcredit,
.blogitem .blogtags,
.blogitem .blogfooter {
    margin: 0;
}
.blogitem .blogfooter {
    clear: both;
}
.blogitem p.teaser {
    margin: 1em 0;
}


/******
Twitter
******/

ul.twitter_list {
    margin: 0;
    list-style: none;
}
.twitter_friends {
    line-height: 1.5;
    padding: 5px 10px 5px 0;
}
ul.twitter_list li {
    margin: 1em 0;
}
ul.twitter_list li .img,
.twitter_friends .img {
    float: left;
}
ul.twitter_list li .txt,
.twitter_friends .txt {
    margin: 0 0 0 58px;
}
ul.twitter_list li span.footer,
.twitter_friends span.footer,
.twitter_feed span.footer {
    font-size: 11px;
}
ul.twitter_list li a.screename,
.twitter_friends a.screenname {
    font-weight: bold;
}
ul.twitter_list li span.date,
.twitter_friends span.date,
.twitter_feed span.date {
    color: #999;
}

/******
Simple Tabs (same-screen and links)
******/

ul.tabs,
ul.link-tabs {
    margin: 0;
    list-style: none;
}
ul.tabs li,
ul.link-tabs li {
    margin: 0 0 0 10px;
    float: left;
    position: relative;
    bottom: -1px;
    border: 1px solid #ccc;
}
ul.tabs li.active,
ul.link-tabs li.active {
    border-bottom: 1px solid #fff;
}
ul.tabs li a,
ul.link-tabs li a {
    padding: 5px 10px;
    display: block;
    border: 1px solid #fff;
    background: #eee;
}
ul.tabs li a:hover,
ul.link-tabs li a:hover {
    background: #ddd;
}
ul.tabs li.active a,
ul.link-tabs li.active a {
    background: #fff;
    cursor: default;
}
ul.tabs li.active a:hover,
ul.link-tabs li.active a:hover {
    background: #fff;
}
.tab-container {
    padding: 1px 10px;
    border: 1px solid #ccc;
}
.tabs-border {
    border-bottom: 1px solid #ccc;
}

/* twitter feed */

.tf-wrapper {}
.tf-feed {}

/* feedselector share buttons */

.fs-share-wrapper {}
.fs-share-fb {}
.fs-share-twitter {}

/* google calendar */

.gc-event {}
.gc-date {}
.gc-info {}

/********************
*********************

   DEPRECATED STYLES

*********************
********************/

/* boolean form rows; replace by formrow_boolean, formrow_checkbox, etc. */

.boolean {
    padding-left: 4px;
}
.boolean input {
    margin: 0;
    float: left;
}
.boolean label {
    margin-left: 2em;
    padding-right: 0;
    width: auto;
    float: none;
}
body.msie .boolean label {
    padding-top: 2px;
}

form .custom_boolean {
    padding-left: 124px;
}
body.toplabels form .custom_boolean {
    padding-left: 4px;
}

/* now have formrow_ prefix for these styles for consistency */

form#contribution_form div.amount {
    margin: 0 0 .5em 0;
    width: 90px;
    float: left;
}
form#contribution_form div.otheramount {
    margin: 0 0 .5em 0;
    width: 160px;
    float: left;
}

/* Tabbed help box used on contact_official, lte, and radio_call forms. */

#helptabs {
    width: 95%;
    position: relative;
}
#helptabs h3.tab_header {
    width: 50%;
    height: 26px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    line-height: 26px;
    white-space: nowrap;
}
#helptabs h3#tab-tp {
    left: 0;
}
#helptabs h3#tab-wt {
    left: 50%;
}
#helptabs h3.tab_header a {
    margin: 0;
    padding: 0 1em;
    display: block;
    background: #ccf;
    border-top: 1px solid #ccf;
    text-decoration: none;
}
#helptabs h3.show.tab_header a {
    background: #fff;
    border: 1px solid #ccf;
    border-bottom: none;
}
#helptabs h3#tab-tp a {
    border-right: none;
}
#helptabs h3#tab-wt a {
    border-left: none;
    text-align: right;
}
#helptabs div#text-tp,
#helptabs div#text-wt {
    padding: 26px 10px 10px 10px;
    display: none;
    border: 1px solid #ccf;
}
#helptabs div#text-tp.show,
#helptabs div#text-wt.show {
    display: block;
}

/********************
****************

A&O FOOTER STYLES

*********************
********************/

#aandofooterlinks {
margin-top: 5px;
background-color: #EAEAEA;
clear: both;
width: 900px;
height: auto;
padding-left: 50px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
}

#aandofooterlinks a {
	color: #000;
}

#aandofooterlinks p {
	color: #999;
}

.aofootsubheader {
        font-size: 14px;
        font-weight: bold;
}

.bottomnav_scorecard {
	float: left;
	width: 243px;
	height: auto;
	list-style-type: none;
}

.bottomnav_localdatacenter {
	float: left;
	width: 243px;
	height: auto;
	list-style-type: none;
}

.bottomnav_network {
	float: left;
	width: 243px;
	height: auto;
	list-style-type: none;
}

.bottomnav_cfed {
	float: left;
	height: auto;
	list-style-type: none;
}


/********************
*********************
INITIATIVE PAGE
*********************
********************/


.initiativedescription {
	width: 100%;
	clear: both;
	height: auto;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
}


.ldcscorecardpagebox {
	width: 290px;
	float: left;
	height: auto;
	margin-right: 20px;
}

.ldcscorecardpagebox a, .ldcinipagebox a, .networkinipagebox a {
        text-decoration: none;
        color: black;
}

.ldcscorecardpagebox a:hover, .ldcinipagebox a:hover, .networkinipagebox a:hover {
        text-decoration: none;
        color: black;
}


.ldcinipagebox {
	width: 290px;
	float: left;
	height: auto;
	margin-right: 20px;
}

.networkinipagebox {
	width: 290px;
	float: left;
	height: auto;
        clear: right;
}

.iniblogupdates {
	width: 450px;
	margin-left: 20px;
	float:left;
        margin-top: -10px;
	clear:left;
}

.iniblogupdates img {
	float: left;
	height: 70px;
	width: 70px;
        padding-right: 10px;
        display: block;
}


.iniblogupdates p {
}

.iniblogupdates h2 {
       font-size: 22px !important;
       color: black;
       font-weight: bold;
}

.iniblogupdates h3 {
        font-size: 14px !important;
        display: inline;
}

.iinibuttonspanel {
	margin-top: 20px;
	height: auto;
	float: right;
}

.inilargebutton {
	width: 400px;
	height: 80px;
        text-align: center;
        line-height: 80px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 30px;
        float: right;
        clear: right;
        color: white;
}

.inilargebutton a {
        color: white;
}

#calcbutton {
	background-image: url("http://assetsandopportunity.org/images/Calculator_smaller_lighterGray.jpg");
}

#calcbutton:hover {
	background-image: url("http://assetsandopportunity.org/images/Calculator_smaller_darkerGray.jpg");
}

#facbutton {
	background-image: url("http://assetsandopportunity.org/images/FamilyAssetsCounts_logoSmalle_lighterGrayr.jpg");
}

#facbutton:hover {
	background-image: url("http://assetsandopportunity.org/images/FamilyAssetsCounts_logoSmalle_darkerGray.jpg");
}

#joinbutton {
	background-image: url("http://assetsandopportunity.org/images/AONetwork_smaller_lightergray.jpg");
}

#joinbutton:hover {
	background-image: url("http://assetsandopportunity.org/images/AONetwork_smaller_darkergray.jpg");
}


#inisocialbutton {
	background-image: url("http://assetsandopportunity.org/images/Social_media_smaller_lighterGray.jpg");
}

#inisocialbutton:hover {
	background-image: url("http://assetsandopportunity.org/images/Social_media_smaller_darkerGray.jpg");
}

.listeditem p.teaser {
	margin-bottom: 10px !important;
}

