/*
Theme Name: Refresh RI4A 2009-09-21
Theme URI: http://wordpress.org/
Description: This is the refresh theme developed for wordpress adapted for AK
Version: 1.1ak
Author: Fission Strategy
Tags: ak
*/

/* CSS Document */

/* Jerimee added this 2010-01-12 to add some basic margin to the default page template */
.content .block .addmargins { margin:15px; background-color:#FFFFFF; }

/* --------------------
        Reset Styles
-------------------- */

/* Ryan took out blockquote to resolve issue--see style at very bottom */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;    
}

ol, ul {
    /*Removed style to display bullets & numbers
    list-style: none;
    */
/* what are these margins doing? */
    margin:6px 15px 6px 15px;
}

div.navigation ul {
    list-style: none;   
}

a {
    text-decoration: underline;
    cursor: pointer;
    color: #c10435;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: bold;  
}

em {
    font-style: italic; 
}

p {
    padding-bottom: 15px;   
}

/* --------------------
        Main Styles
-------------------- */

html, body {
    background-image: url(../blog/wp-content/themes/reform/images/bg.gif);
    background-repeat: repeat-x;
    background-color: #022236;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #333333;
}

.wrapper {
    width: 940px;
    margin: 0 auto;
}

/* adding left and right padding of 5px --Golda 9/9/09*/
.header {
    height: 135px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.header .logo {
    float: left;
/* logo with or without tag line 2009-10-22 */  
    background-image: url(../images/ri4a-logo-w-out-slogan.gif);
    background-repeat: no-repeat;
    width: 319px;
    height: 130px;
    margin: 10px 0 0 0;
}

.header .slogan {
    float: left;
    clear: left;
    line-height: 16px;
    font-size: 11px;
    font-family: "myriad Pro";
    text-transform: uppercase; /* was uppercase; -- Golda 9/9/09 */
    color: #000000;
    padding-top: 0px;
    margin-top: -4px;
    font-weight: bold;
}


.header .topright {
    float:right;
    background-image: url(../blog/wp-content/themes/reform/images/search-bg.gif);
    background-repeat: no-repeat;
    background-position: top right;
    height: 70px;
    width: 371px;
}

.header .topright form {
    height: 37px;
    line-height: 22px;
    padding-top: 11px;
}

.header .topright form label {
    float: left;
    padding-right: 10px;
    padding-left: 3px;
}

/* Jerimee added the below to improve the design of the comment form */
#respond h3{
    color:#022236;
    margin-top:10px;
    margin-bottom:15px;
    font-size:1.4em;
}

#respond form input {
border-color:#949eab;
border-style:solid;
border-width:1px;
font-size:12px;
height:16px;
margin-bottom:7px;
padding:2px 5px;
}
/* Jerimee added the above to improve the design of the comment form */

/* deleted for ActionKit */

/*
* form input {
*   border: none;
*   padding: 2px 5px;
*   height: 16px;
*   font-size: 12px;
*   margin-bottom: 7px;
*   border-right: 2px solid #949eab;
*   border-top: 2px solid #949eab;
* }
*/

.header .topright form input {
    float: left;
    height: 16px;
    padding: 2px 5px;
    width: 200px;
    background-color: #f1f1f1;
    font-size: 12px;
}

.header .topright form input.submit {
    background: none;
    background-image: url(../blog/wp-content/themes/reform/images/submit-bg.gif);
    width: 32px;
    height: 22px;
    padding: 0;
    border: none !important;
    margin: 0;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}

.header .topright .languages {
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #d83f54;
    line-height: 20px;
}

.header .topright .languages a {
    color: #d83f54;
    background-image: url(../blog/wp-content/themes/reform/images/arrow-languages.gif);
    background-repeat: no-repeat;
    padding-left: 7px;
    background-position: 0 4px;
}

/* Begin Main (top) Navigation CSS */
/* ------------------------------- */

/* This ensures that the menu can appear above other page elements */
.header .navigation {
    position: absolute;
    z-index: 999;
    bottom: -17px;
    right: 0;
}

/* What is this? * html? */
* html .header .navigation {
    height: 52px;
    width: 640px;
    float: right;
    bottom: -18px;
}

/* Don't display unordered lists inside unordered lists */
.header .navigation ul ul {
    display: none;  
}

/* Main Menu Items: Home|About|Why Reform|Act Now|Share|Blog|Press|Donate */
.header .navigation li {
    float: left;
    padding-right: 10px; 
    position: relative;
}

/* Main Menu Items: Home|About|Why Reform|Act Now|Share|Blog|Press|Donate */
.header .navigation li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    display: block;
    padding: 0 9px 0 9px;
    height: 35px;
    line-height: 35px;
    padding-bottom: 17px;
    text-decoration: none;
}

* html .header .navigation li a {
    float: left;
}

/* Donate Item should be red */
.header .navigation li.red a {
    color: #c10435; 
}

.header .navigation li.selected, .header .navigation li:hover {
    float: left;
    background-image: url(../blog/wp-content/themes/reform/images/nav-right-bg.gif);
    background-repeat: no-repeat;
    background-position: top right;
    
}

.header .navigation li.selected a, .header .navigation li:hover a  {
    background-image: url(../blog/wp-content/themes/reform/images/nav-bg.gif);
    background-repeat: repeat-x;
    color: #fff;
}

.header .navigation li:hover ul {
    display: block;
        z-index: 1000;
}

/* SubItems (the dropdowns) */
.header .navigation li ul {
    position: absolute;
    width: 160px;
    top: 32px;
    left: 0;
    background: none;
    background-image: url(../blog/wp-content/themes/reform/images/nav-dropdown-bg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
/* this margin needed to override generic ul margins */
    margin-left:0px;
}

.header .navigation li ul li, .header .navigation li ul li:hover {
    float: none;
    display: block;
    background: none;
    padding: 0 !important;
}

.header .navigation li ul li a {
    background: none !important;
padding: 1px 10px !important;
}

.header .navigation li ul li.selected {
    float: none;    
}

.header .navigation li ul li a:hover, .header .navigation li ul li.selected a {
background-color: #d83f54 !important;
display: block;
border-top:1px dotted #357297;
border-bottom:1px dotted #357297;
padding: 0 10px !important;
}

/* ------------------------------- */
/*  End Main (top) Navigation CSS  */

/* added minimum 5px left and right padding --Golda 9/9/09 */
.main {
    clear: both;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 55px;
    padding-left: 5px; 
    padding-right: 5px;
}

.sidebar {
    float: left;
    width: 220px;
    overflow: hidden;
}


.sidebar .block {
    background-color: #e4f3fc;
    background-image: url(../blog/wp-content/themes/reform/images/sidebar-top-bg.gif);
    background-repeat: no-repeat;
}

.sidebar .block-content {
    background-image: url(../blog/wp-content/themes/reform/images/sidebar-bottom-bg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    overflow: hidden;
    padding: 9px;
    margin-bottom: 15px;
}

.content {
    float: right;
    width: 700px;
    background-image: url(../blog/wp-content/themes/reform/images/content-bg.gif);
    background-repeat: no-repeat;
}

h1 {
    line-height: 23px;
    font-size: 17px;
    font-weight: bold;
    color: #c10435;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    padding-bottom: 8px;
    vertical-align: middle
}

h1 img {
    vertical-align: middle;
    margin-right: 5px;
}

.topbox h1 {
    color: #fff;
}

h1 .blue {
    color: #00395a;
}

.sidebar .separator {
    background-image: url(../blog/wp-content/themes/reform/images/separator-bg.gif);
    background-repeat: no-repeat;
    background-position: 0 13px;
    height: 30px;
    clear: both;
    margin: 0 -9px;
    position: relative;
}

form.subscribe {
    
}

form.subscribe input {
    width: 175px;
    margin-bottom: 5px;
    float: left;
    padding: 2px 5px;
    font-size: 12px;
}

form.subscribe input.zip {
/*  width: 133px; */
    width: 175px;
    margin-bottom: 5px;
    float: left;
    padding: 2px 5px;
    font-size: 12px;
}

.sidebar.right form.subscribe input.zip {
    width: 175px;
    margin-bottom: 5px;
    float: left;
    padding: 2px 5px;
    font-size: 12px;
}

form.subscribe input.phone {
    width: 133px;
}

form.subscribe input.submit {
    background: none;
    border: none !important;
    background-image: url(../blog/wp-content/themes/reform/images/submit-bg.gif);
    width: 32px;
    height: 22px;
    padding: 0;
    margin: 0;
    float: left;
    margin-left: 10px;
    text-indent: -9999px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}

form.subscribe p {
    clear: both;
    font-size: 10px;
    color: #333333;
    line-height: 12px;
    padding-top: 3px;
    font-family: Helvetica, Arial, sans-serif;
}

a.icon {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.gallery {
    position: relative;
}

.gallery .leftnav {
    position: absolute;
    top: -29px;
    right: 26px;
    z-index: 999;
    width: 19px;
    height: 20px;
}

.gallery .rightnav {
    position: absolute;
    top: -29px;
    right: 0px;
    z-index: 999;
    width: 19px;
    height: 20px;
}

.gallery .panel {
    padding-bottom: 7px;
}

img.bordered {
    border: 1px solid #999999;
}

.topbox {
    padding: 14px;
    overflow: hidden;
    color: #fff;
    padding-bottom: 25px;
}

.topbox .left {
    float: left;
    width: 288px;
}

.topbox .left a {
    color: white;
    /*color: #6699CC;*/
}

.topbox .right {
    float: right;
    width: 355px;
}

.topbox input {
    width: 150px;
    float: left;
    margin-right: 8px;
}

.topbox input.long {
    width: 320px;
}

.topbox input.long {
    width: 320px;
}

.topbox input.city {
    width: 100px;
}

.topbox input.phone {
    width: 100px;
}

select {
    width: 117px;
    float: left;
    height: 22px;
    margin-right: 8px;
    border-right: 2px solid #949eab;
    border-top: 2px solid #949eab;
    font-size: 12px;
}

.topbox input.zip {
    width: 75px;
}

.topbox form {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.03em;
}

.topbox input.submit {
    float: right;
    clear: both;
    background-image: url(../blog/wp-content/themes/reform/images/submit-bg-rounded.gif);
    width: 145px;
    height: 30px;
    border: none;
    text-indent: -9999px;
    margin-top: 15px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    margin-right: 23px;
}

.roundedbox {
    background-image: url(../blog/wp-content/themes/reform/images/rounded-box-bg.gif);
    height: 32px;
    line-height: 43px;
    background-repeat: no-repeat;
    clear: both;
    margin-bottom: 20px;
    height: 43px;
    padding: 0 0 0 30px;
    color: #fff;
    overflow: hidden;
}

.roundedbox .left {
    float: left;
    width: 370px;
}

.roundedbox .right {
    float: right;
    width: 280px;
}

.roundedbox h2 {
    display: inline;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.roundedbox a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}

.left-side {
    float: left;
    clear: both;
    width: 400px;
}

.right-side {
    float: right;
    width: 280px;
}

.content .left-side .block {
    background-color: #fff;
    background-image: url(../blog/wp-content/themes/reform/images/content-left-block-top-bg.gif);
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.content .left-side .block .block-content {
    background-image: url(../blog/wp-content/themes/reform/images/content-left-block-bottom-bg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 14px;
    position: relative;
}

.rss {
    right: 14px;
    top: 14px;
    position: absolute;
    padding-left: 20px;
    line-height: 16px;
    font-size: 10px;
    color: #c10435;
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    width: 16px;
    height: 16px;
    float: right;   
}

.rss:hover {
    text-decoration: underline;
}

.top .rss {
    background: none;
    padding: 0;
}

big {
    display: block;
    font-weight: bold;
    color: #333333;
    font-size: 14px;
}

.preview {
    padding-bottom: 15px;
}

.preview p {
/* what is this guy trying to do? Jerimee commented out the below 2009-09-28 */
/* margin-bottom:-10px; */
}


.left-side .preview {
    padding: 0 0 15px 0;
    margin: 0;
    background: none;
}

.preview .additional {
    padding: 4px 0;
}

.preview .additional img {
    vertical-align: middle;
    border: none;
    margin: 0;
}

.content .right-side .block {
    background-color: #fff;
    background-image: url(../blog/wp-content/themes/reform/images/content-right-block-top-bg.gif);
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.content .right-side .block .block-content {
    background-image: url(../blog/wp-content/themes/reform/images/content-right-block-bottom-bg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 14px;
    position: relative;
}

.select-a-state {
    position: absolute;
    right: 4px;
    top: 14px;
    border-right: none;
}

.expand {
    margin: 0 -7px;
}

.twitter-preview {
/*  padding-bottom: 15px;*/
}

.follow-on-twitter {
    background-image: url(../blog/wp-content/themes/reform/images/twitter-bg.gif);
    width: 102px;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    right: 14px;
}

.timespan {
    color: #02517e;
}

/* added 5px left and right padding, 10px bottom padding --Golda 9/9/09 */
.footer {
    background-color: #003b5d;
    line-height: 15px;
    padding: 23px 5px 10px 5px;
    height: 15px;
    color: #6699cc;
    font-family: Helvetica, Arial, sans-serif;
}

.footer a {
    color: #6699cc;
    margin: 0 0 0 8px;
}

.footer .copyright {
    float: left;
    width: 460px;
}

.footer .links {
    float: right;
    width: 460px;
    text-align: right;
}

.content.left {
    float: left;    
/* Jerimee added 2010-01-13 */
        background-color: #FFFFFF;
}

.sidebar.right {
    float: right;
}

.sidebar h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 14px;
    text-transform: uppercase;
    padding-bottom: 3px;
    clear: both;
}

.sidebar ul {
    padding-bottom: 12px;
    clear: both;
}

.sidebar li a {
    color: #d83f54;
    font-size: 12px;
    line-height: 18px;
}

.content .block {
    background-color: #FFF;
}

.content .top {
    background-image: url(../blog/wp-content/themes/reform/images/content-top-bg.gif);
    background-repeat: no-repeat;
}

.content .top .top-content {
    background-image: url(../blog/wp-content/themes/reform/images/separator-content-bg.gif);
    padding: 10px 20px 20px 20px;
    background-position: bottom left;
    background-repeat: no-repeat;
    position: relative;
/* margin-bottom: -15px; */
}

.content .top h1 {
    color: #d83f54;
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
}

.content .top h1 .white {
    color: #fff;
}

.white a {
    color: #fff;
    text-decoration:none;   
}
.white {
    color: #fff;
}

.content .top h1 .star {
    background-image: url(../blog/wp-content/themes/reform/images/star.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
    margin-left: 12px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.content.left .block-content {
    padding: 0 20px 30px 20px;
    background-image: url(../blog/wp-content/themes/reform/images/content-block-bottom-bg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-bottom:-15px;
}

/*
.content .box {
    clear: both;
    background-image: url(../blog/wp-content/themes/reform/images/content-separator-bg.gif);
    background-repeat: no-repeat;
    margin-top: 10px;
    overflow: hidden;
    line-height: 18px;
    font-size: 13px;
}
*/

.content.left .box .left {
    width: 360px;
    float: left;
    border-right: 1px solid #e1e1e1;
    padding-top: 20px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.content.left .box .right {
    width: 263px;
    padding-top: 20px;
    float: right;
    position: relative;
}

.content.left .box .right .select-a-state {
    top: 21px;
}

.issue-preview {
    overflow: hidden;
    clear: both;
    padding-bottom: 15px;
    margin-bottom:-15px;
}

.issue-preview h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.more {
    background-image: url(../blog/wp-content/themes/reform/images/more-bg.gif);
    background-repeat: no-repeat;
    float: right;
    line-height: 25px;
    text-decoration: none !important;
    margin: 5px;
}

* html .more {
    width: 115px;
}

* html .actions .more {
    margin: 0;
}

.more span {
    background-image: url(../blog/wp-content/themes/reform/images/more-right-bg.gif);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0 15px;
    display: block;
    height: 25px;
    color: #fff;
}

.button {
    background-image: url(../blog/wp-content/themes/reform/images/button-bg.gif);
    height: 30px;
    float: left;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

.button span {
    display: block;
    background-image: url(../blog/wp-content/themes/reform/images/button-right-bg.gif);
    background-repeat: no-repeat;
    padding: 0 15px;
    line-height: 30px;
    color: #fff;
    background-position: top right;
    font-family: "myriad Pro", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.take-action-now {
    background-image: url(../blog/wp-content/themes/reform/images/take-action-now.gif);
    width: 185px;
    height: 30px;
    float: left;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

img.shadowed {
    padding: 7px;
    background-image: url(../blog/wp-content/themes/reform/images/image-shadow.gif);
    width: 134px;
    height: 146px;
    background-repeat: no-repeat;
}

.top img.shadowed {
    padding: 7px;
    background-image: url(../blog/wp-content/themes/reform/images/image-shadow-blue.gif);
    width: 134px;
    height: 146px;
    background-repeat: no-repeat;
}


.leftaligned {
    float: left;
    margin: 0 10px 10px 0;
}

.rightaligned {
    float: right;
    margin: 0 0 10px 10px;
}

.content.left h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 4px;
}

.preview {
    position: relative;
    margin: 0 -20px;
    background-image: url(../blog/wp-content/themes/reform/images/preview-bottom-bg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 15px 20px;
    overflow: hidden;
    line-height: 18px;
}

.actions {
    clear: both;
    padding-top: 10px;
}

.actions .more {
    float: left;
}

.preview h2 {
    margin-bottom: 10px;
}

.actions .right {
    float: right;
}

.actions .icon {
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}

.actions .send-to-friend {
    background-image: url(../blog/wp-content/themes/reform/images/send-to-friend.gif);
    width: 105px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-repeat: no-repeat;
    float: left;
    margin: 0 5px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
}

.actions .comments a, .actions .comments span {
    background-image: url(../blog/wp-content/themes/reform/images/comments.gif);
    width: 104px;
    height: 32px;
    text-align: center;
    line-height: 25px;
    background-repeat: no-repeat;
    float: left;
    margin: 0 5px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
}

.preview img {
    border: 1px solid #9f9f9f;
    margin-top: 4px;
}

.preview .actions img {
    border: none;
    margin: 0;
}

.content .nav {
    background-image: url(../blog/wp-content/themes/reform/images/content-nav-bg.gif);
    height: 36px;
    margin: 0 -20px;
    position: relative;
    padding: 20px 20px 0 20px;
}

.content .nav .left {
    float: left;
}

.content .nav .right {
    float: right;
}

.top .additional {
    overflow: hidden;
    border-top: 1px solid #1c516f;
    padding-top: 10px;
    clear: both;
    font-size: 17px;
    letter-spacing: 0.02em;
    color: #fff;
    line-height: 24px;
    font-weight: normal;
    margin-bottom:-15px;
}

.content.full {
    background: none;
    background-color: #fff;
    background-image: url(../blog/wp-content/themes/reform/images/content-full-top.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: auto;
    line-height: 18px;
    float: none;
}

.content.full .block {
    background: none;
    background-image: url(../blog/wp-content/themes/reform/images/content-full-bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.content.full .block .block-content {
    background: none;
    overflow: hidden;
    padding: 20px 25px 25px 25px;
}

.red {
    color: #c10435;
}

.content.full .box {
    background-image: url(../blog/wp-content/themes/reform/images/box-full-bg.gif);
}

.box .left-third {
    padding-top: 20px;
    float: left;
    width: 395px;
}

.box .middle-third {
    padding-top: 20px;
    padding-left: 25px;
    width: 345px;
    float: left;
}

.box .right-third {
    padding-top: 20px;
    width: 70px;
    float: right;
}

.box .separators {
    background-image: url(../blog/wp-content/themes/reform/images/trippe-separators-bg.gif);
    background-repeat: repeat-y;
    overflow: hidden;
}

.content.full form label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding-bottom: 12px;
    padding-top: 20px;
}

.content.full form input {
    width: 380px;
    background-color: #f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}

.content.full form textarea {
    width: 380px;
    height: 190px;
    overflow: auto;
    background-color: #f1f1f1;
    border: none;
    border-right: 2px solid #949eab;
    border-top: 2px solid #949eab;
    padding: 5px;
    margin-bottom: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}

.content.full form .middle-third label {
    width: 125px;
    float: left;
    clear: both;
    padding: 0;
    line-height: 20px;
    height: 20px;
    padding-top: 2px;
    margin-bottom: 8px;
}

.content.full form .middle-third label span {
    color: #c10435;
}

.content.full form .middle-third input {
    width: 187px;
    float: left;
    margin-bottom: 8px;
}

.content.full form .middle-third input.checkbox {
    width: auto;
    margin-top: 1px;
    margin-right: 5px;
    border: none;
    background: none;
    padding: 0;
}

.content.full form .line {
    clear: both;
    overflow: hidden;
}

.content.full form .middle-third input.submit {
    background-image: url(../blog/wp-content/themes/reform/images/send-my-message.gif);
    width: 145px;
    height: 25px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 10px 0 0 125px;
    border: none;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

#commentform input.submit {
    background-image: url(../blog/wp-content/themes/reform/images/send-my-message.gif);
    width: 145px;
    height: 25px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 5px 0 0 5px;
    border: none;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}


.right-third .icon {
    margin-bottom: 10px;
}

a.white_link {
    font-size:10px;
    color:white;
    text-decoration:underline;
    text-transform:none;
}

.storycontent {
    margin-bottom:-14px;
}

/* added by Golda 9/9/09 */
.invisible {
    display: none;
}

img.padded {
    background-image:none;
    background-repeat:repeat;
    padding: 20px 0 0 0;
}

.small_rounded_box {
        background-image: url(../blog/wp-content/themes/reform/images/submit-bg-rounded.gif);
        height: 32px;
        line-height: 43px;
        background-repeat: no-repeat;
        clear: both;
        margin-bottom: 20px;
        height: 43px;
        padding: 10px 30px 10px 30px;
        color: #fff;
        overflow: hidden;
}

#new_visitor_dialog {
    display: none;
}
.ui-dialog {
    border: 3px #df3854 solid !important;
    padding: 0 !important;
}

.ui-dialog-titlebar {
    padding: 0 !important;
}
.ui-dialog .ui-dialog-content {
    padding: 0 10px 0 0 !important;
}

.ui-widget-header {
    background-color: #d83f54 !important;
        // right color, but rounded corners leave spaces: url(../blog/wp-content/themes/reform/images/ui-bg_highlight.png) !important;

    border: 0 !important;
}
.ui-dialog-titlebar .ui-widget-header .ui-corner-all .ui-helper-clearfix {
  -moz-border-radius: 0;
}

.ui-dialog .ui-dialog-buttonpane button {
    border: thin #df3854 solid !important;
    margin-right:60px !important;
}

.ui-dialog-buttonpane {
    padding: 5px 50px 10px 50px !important ;
}

.ui-dialog-buttonpane .ui-widget-content .ui-helper-clearfix {
    margin: auto !important;
    padding-right:50px !important;
}

.block-dark-blue {
    float: right;
    background-image: url(../blog/wp-content/themes/reform/images/block-dark-blue-bg1.gif);
    width: 224px;
    background-repeat: no-repeat;
    padding: 30px 15px;
    color: #FFF;
//  margin-top: -25px;
    margin-left: 15px
}

.block-dark-blue h1 {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color:#FFF;
    background: none;
    font-family: Helvetica, "myriad Pro";
    padding: 0;
    margin: 0;
    height: auto;
    line-height: normal;
    display: block;
    float: none;
    text-align: left;
}

.block-dark-blue a {
    color: #fff;    
}

.block-dark-blue .block-bottom {
    background-image: url(../blog/wp-content/themes/reform/images/block-dark-blue-bottom-bg.gif);
    background-repeat: no-repeat;
    height: 39px;
    margin: 0 -15px -30px -15px;
}

a.white-link {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

a.small-grey-link {
    color: #aaaaaa;
    text-decoration: underline;
    font-size: small;
}

p.thinpad {
    padding-bottom: 5px;
}

.roundedbox-twotone {
    background-image: url(../blog/wp-content/themes/reform/images/rounded-box-twotone-bg1.gif);
    height: 80px;
    width: 202px;
    line-height: 43px;
    background-repeat: no-repeat;
    clear: both;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    color: #fff;
    overflow: hidden;
}

.roundedbox-twotone .left {
    float: left;
}

div.roundedbox-twotone div.tophalf {
    height:25px;
    padding-top: 15px;
}

div.roundedbox-twotone div.bottomhalf {
    height:25px;
    padding-bottom: 15px;
}

.roundedbox-twotone h2 {
    color: #fff;
    display: inline;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.roundedbox-twotone a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}


div.button.onblue {
    background-image: url(../blog/wp-content/themes/reform/images/button-bg2.gif);
    width: 280px;
}

span.onblue {
    margin: auto;
        background-image: none;

}
.overlay-img {
float:left;width:211px;height:281px;border-right:2px solid; padding:0; margin-right:10px;
}
p.overlay-text {
    margin-top:5px;
    font-size: 14px;
}

#flickr_image_div {
    height: 160px;
    overflow: hidden;
}

// movie is too big for usual content area
.content-media {
    width: 875px;
    float: right;
    background-image: url(../blog/wp-content/themes/reform/images/content-bg.gif);
    background-repeat: no-repeat;
}
.ui-widget-overlay {
    opacity: .8 !important;
}

/* http://www.reformimmigrationforamerica.org/act-now/ */

.issue-preview .more {
    background-image: url(../blog/wp-content/themes/reform/images/more-bg.gif);
    background-repeat: no-repeat;
    float: right;
    line-height: 25px;
    text-decoration: none !important;
    margin: 20px 5px;
}

.blog-info {
    background-color: #ffffff !important;
}

blockquote {
margin:0;
padding:0 0 10px 15px;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: Verdana, Verdana, Geneva, sans-serif;
}

#photostatement {
  display: block;
  position: relative;
  z-index: 1;
}

.padding {
    padding: 20px;  
}

.share_left {
    float:left;
    width:258px;
    margin-left: 15px;
}
.share_right {
    float:right;
    margin-right: 25px;
    width:258px;
}
.share_text {
    margin-left: 17px;
}
.share_text h1 {
    font-size: 20px;
    text-transform: none;
    padding-top:5px;
}
.share_text h1 a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}
.share_text h1 a:hover {
    text-decoration: underline;
}


.spacer_25 {
    height: 25px;
    clear: both;
}
.spacer_10 {
    height: 10px;
    clear: both;
}
.slider_content h3 {
    font-size: 19px;
    font-weight: bold;
}
.slider_content .small_italic {
    font-size: 11px;
    font-style:italic;
    font-weight:normal;
    line-height: 14px;
}
.blue_link {
    color: #001f30;
}   
.slider_content img {
    border: 7px solid white;
}
.slider_content .column_left {
    float: left;
    width: 280px;
}
.slider_content .column_right {
    float: right;
    width: 270px;
}
.slider_content input {
    width: 257px;
}
.slider_content .submit {
    background: none;
    background-image: url(../blog/wp-content/themes/reform/images/submit-transparent-bg.png);
    width: 125px;
    height: 34px;
    padding: 0;
    border: none !important;
    margin: 0;
    text-indent: -9999px;
    cursor: pointer;
    font-size: 0;
    line-height: 0; 
}
.slider_content input.short {
    width: 132px;
}
.slider_content input.shorter {
    width: 80px;
}

