/* Uni-Form by Dragan Babic [Superawesome Industries]  - http: //dnevnikeklektika.com/uni-form/, http://sprawsm.com/ */ 
/* Some rights reserved - http: //creativecommons.org/licenses/by-sa/2.5/ */
/* It is suggested not to edit this file directly, but rather the uni-form.css provided in the Uni-Form zip archive */

/* ------------------------------------------------------------------------------ */

.uniForm{ margin: 0; padding: 0; /*position: relative; z-index: 1; */} /* reset stuff */

  /* Some generals and more resets */
  .uniForm fieldset{ border: none; margin: 0; padding: 0; }
    .uniForm fieldset legend{ margin: 0; padding: 0; }

    /* This is the main unit that contains our form elements */
    .uniForm .ctrlHolder,
    .uniForm .buttonHolder{ margin: 0; padding: 0; clear: both; }

    /* Clear all floats */ 
    .uniForm:after,
      .uniForm .buttonHolder:after, 
      .uniForm .ctrlHolder:after, 
        .uniForm .ctrlHolder .multiField:after,
          .uniForm .inlineLabel:after{ content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; }

    /* A class to be used on a label that contains a checkbox or a radio button */
    .uniForm .inlineLabel,
    .uniForm .inlineLabels .inlineLabel,
    .uniForm .blockLabels .inlineLabel{ width: auto; float: none; margin: 0; display: block; }
      /* IE shows borders & padding on checkboxes and radio buttons if they are declared on an input element, remove them */
      /* Legacy/Inheritance fix */
      .uniForm .inlineLabel input,
      .uniForm .inlineLabels .inlineLabel input,
      .uniForm .blockLabels .inlineLabel input{ border: none; padding: 0; margin: 0; }

/* ------------------------------------------------------------------------------ */

    /* Styles for form controls where labels are above the input elements */
    /* Set the class of the parent (preferably to a fieldset) to .blockLabels */

      .uniForm label,
      .uniForm .label,
      .uniForm .blockLabels label,
      .uniForm .blockLabels .label{ display: block; float: none; padding: 0; line-height: 100%; width: auto; }

      /* Float the input elements */
      .uniForm .textInput,
      .uniForm .blockLabels .textInput,
      .uniForm .blockLabels .fileUpload,
      .uniForm .selectInput,
      .uniForm .blockLabels .selectInput,
      .uniForm .blockLabels select,
      .uniForm textarea,
      .uniForm .blockLabels textarea{ float: left; }
      
      /* Postition the hints */
      .uniForm .formHint,
      .uniForm .blockLabels .formHint{ float: right; margin: 0; clear: none; }
      
      /* Position the elements inside combo boxes (multiple selects/checkboxes/radio buttons per unit) */
      .uniForm .multiField,
      .uniForm .blockLabels .multiField{ width: auto; float: left; }
        .uniForm .multiField .inlineLabel,
        .uniForm .blockLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }
        .uniForm .multiField .blockLabel,
        .uniForm .blockLabels .multiField .blockLabel{ float: left; width: auto; margin: 0; }
        .uniForm .multiField .blockLabel .textInput,
        .uniForm .multiField .blockLabel .selectInput,
        .uniForm .multiField .blockLabel select,
        .uniForm .blockLabels .multiField .blockLabel .textInput,
        .uniForm .blockLabels .multiField .blockLabel .selectInput,
        .uniForm .blockLabels .multiField .blockLabel select{ width: 100%; margin: 0; }

/* ------------------------------------------------------------------------------ */

    /* Styles for form controls where labels are in line with the input elements */
    /* Set the class of the parent (preferably to a fieldset) to .inlineLabels */
        .uniForm .inlineLabels label,
        .uniForm .inlineLabels .label{ float: left; margin: 0; padding: 0; line-height: 100%; position: relative; }
        
        /* Float the input elements */
        .uniForm .inlineLabels .textInput,
        .uniForm .inlineLabels .fileUpload,        
        .uniForm .inlineLabels .selectInput,
        .uniForm .inlineLabels select,
        .uniForm .inlineLabels textarea{ float: left; }

      /* Postition the hints */
      .uniForm .inlineLabels .formHint{ clear: both; float: none; }
      .uniForm .inlineLabels .multiField{ float: left; }
      .uniForm .inlineLabels .multiField .inlineLabel{}
      .uniForm .inlineLabels .multiField .blockLabel{}
        .uniForm .inlineLabels .multiField .blockLabel .textInput,
        .uniForm .inlineLabels .multiField .blockLabel .selectInput,
        .uniForm .inlineLabels .multiField .blockLabel select{ display: block; width: 100%; float: none; }
        .uniForm .inlineLabels .multiField select{ float: left; }
      
/* ------------------------------------------------------------------------------ */

    /* Required fields asterisk styling for .blockLabels */
    .uniForm label em,
    .uniForm .label em,
    .uniForm .blockLabels label em,
    .uniForm .blockLabels .label em{/* position: absolute; left: -7px; */}
    
    /* Required fields asterisk styling for .inlineLabels */
    .uniForm .inlineLabels label em,
    .uniForm .inlineLabels .label em{ display: block; position: absolute; left: auto; right: 0; font-style: normal; font-weight: bold; }
    .uniForm .inlineLabel em{ position: absolute; left: 7px; }

/* ------------------------------------------------------------------------------ */

    /* Messages */
    .uniForm #errorMsg,
    .uniForm .error{
    }
      .uniForm #errorMsg dt,
      .uniForm #errorMsg h3{
      }
      .uniForm #errorMsg dd{
      }
        .uniForm #errorMsg ol{
        }
          .uniForm #errorMsg ol li{
          }
      .uniForm .errorField{
      }
    
    .uniForm #OKMsg{
    }

/* ------------------------------------------------------------------------------ */

    /* Columns */
    
    .uniForm .col{ float: left; }
    .uniForm .col.first{}
    .uniForm .col.last{}

/* Keep in mind that wherever you see 'Required property' it means that the property must exist */

/* ------------------------------------------------------------------------------ */

  /* Generals */
  .uniForm fieldset{}
    .uniForm fieldset legend{ color: #333; font-weight: bold; font-size: 100%; margin: 0; padding: 1.5em 0; }
    
    /* This is the main unit that contains our form elements */
    .uniForm .ctrlHolder{ padding: 7px; border-bottom: 1px solid #dfdfdf; }
    
    .uniForm .buttonHolder{ /*text-align: right;*/ }
      .uniForm .resetButton{ float: left; }
      .uniForm .primaryAction{ font-weight: bold; }
    
    /* This class gets added to div.ctrlHolder to highlight the row */
    .uniForm .focused{ /*background: #fffcdf;*/ }
      
      /* .inlineLabel is used for inputs within labels - checkboxes and radio buttons */
      .uniForm .inlineLabel input,
      .uniForm .inlineLabels .inlineLabel input,
      .uniForm .blockLabels .inlineLabel input{ margin: 0 .4em 0 0; }
        .uniForm .inlineLabel span{ float: left; width: 90%; }
        
/* ------------------------------------------------------------------------------ */

    /* .blockLabels (default style, will be applied even if you don't class the parent element) */
    .uniForm .blockLabels .ctrlHolder{ /*width: 215px;*/ }
    #signForm .ctrlHolder{ width: 215px; }
      
      .uniForm label,
      .uniForm .blockLabels label,
      .uniForm .blockLabels .label{ margin: 0 0 .5em 0; }
      
      .uniForm .textInput,
      .uniForm .blockLabels .textInput,
      .uniForm .blockLabels .fileUpload{ width: 330px; /* <- Required property */ height: 30px; border: 1px solid #e2e2e2; font-size: 14px; padding: 0 5px; color: #505050; }
    
      .uniForm .selectInput,
      .uniForm select,
      .uniForm .blockLabels .selectInput,
      .uniForm .blockLabels select{ width: 100%; /* <- Required property */ }
      .uniForm textarea,
      .uniForm .blockLabels textarea{ width: 330px; /* <- Required property */ height: 50px; border: 1px solid #e2e2e2; font-size: 14px; padding: 5px; color: #505050; }

      .uniForm .formHint,
      .uniForm .blockLabels .formHint{ width: 100%; text-align: center; /* <- Required property */ font-size: .9em; color: #777; position: relative; top: -.5em; }

      #emailFriends p.formHint {
        text-align: left;
        width: auto;
      }
      
      .uniForm .multiField,
      .uniForm .blockLabels .multiField{ width: 100%; }
        .uniForm .multiField .inlineLabel,
        .uniForm .blockLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }
        .uniForm .multiField .blockLabel,
        .uniForm .blockLabels .multiField .blockLabel{ width: 30%; margin: 0 10px 0 0; }
        .uniForm .multiField .blockLabel .textInput,
        .uniForm .multiField .blockLabel .selectInput,
        .uniForm .multiField .blockLabel select,
        .uniForm .blockLabels .multiField .blockLabel .textInput,
        .uniForm .blockLabels .multiField .blockLabel .selectInput,
        .uniForm .blockLabels .multiField .blockLabel select{ width: 100%; margin: .3em 0 0 0; }

/* ------------------------------------------------------------------------------ */

    /* .inlineLabels */
    .uniForm .inlineLabels .ctrlHolder{}
    
    .uniForm .inlineLabels label,
    .uniForm .inlineLabels .label{ width: 45%; /* <- Required property */ margin: .3em 2% 0 0; /* <- Required property */ }
    
    .uniForm .inlineLabels .textInput,
    .uniForm .inlineLabels .fileUpload{ width: 45%; /* <- Required property */ }
    
    .uniForm .inlineLabels .selectInput,
    .uniForm .inlineLabels select{ width: 45%; /* <- Required property */ }
    
    .uniForm .inlineLabels textarea{  width: 45%; /* <- Required property */ height: 12em; }

    .uniForm .inlineLabels .formHint{ margin-top: 0; margin-left: 47%; font-size: .9em; color: #777; position: static; }
    
    .uniForm .inlineLabels .multiField{ width: 45%; /* <- Required property */ margin: 0 0 .3em 0; }
      .uniForm .inlineLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }
      .uniForm .inlineLabels .multiField .blockLabel{ float: left; width: 26%; margin: 0 3% 0 0; }
      .uniForm .inlineLabels .multiField .blockLabel .textInput,
      .uniForm .inlineLabels .multiField .blockLabel .selectInput,
      .uniForm .inlineLabels .multiField .blockLabel select{ width: 100%; margin: .3em 0 0 0; }

/* Focus pseudoclasses */
.uniForm .ctrlHolder .textInput:focus{ outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.uniForm .ctrlHolder textarea:focus{ outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.uniForm div.focused .formHint{ color: #333; }

/* Columns (they are floated left by default) */
.uniForm .col{ width: 47.9%; /* <- Required property */ margin: 0 2% 20px 0; }
/* Use .first and .last classes to control the layout/spacing of your columns */
.uniForm .col.first{ width: 49%; /* <- Required property */ float: left; clear: none; }
.uniForm .col.last{ width: 49%; /* <- Required property */ float: right; clear: none; margin-right: 0; }

/* Messages */
.uniForm #errorMsg{ background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; margin: 0 0 1.5em 0; padding: 7px; }
.uniForm .error{ background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; }

  .uniForm #errorMsg dt, .uniForm #errorMsg h3{ margin: 0 0 .5em 0; font-size: 100%; line-height: 100%; font-weight: bold; background: #FFDFDF; color: red; width: 100%; }
  .uniForm #errorMsg dd{ margin: 0; padding: 0; }
    .uniForm #errorMsg ol{ margin: 0; padding: 0; }
      .uniForm #errorMsg ol li{ margin: 0; padding: 2px; list-style-position: inside; border-bottom: 1px dotted #df7d7d; position: relative; }
    .uniForm .errorField{ color: #af4c4c; margin: 0 0 6px 0; padding: 4px; background: #ffbfbf; }

.uniForm #OKMsg{ background: #C8FFBF; border: 1px solid #A2EF95; border-width: 1px 0; margin: 0 0 1.5em 0; padding: 7px; }
  .uniForm #OKMsg p{ margin: 0; }

/*
IT IS STRONGLY ADVISED TO MAKE YOUR CHANGES AFTER THIS COMMENT BY REPEATING (COPYING) THE SELECTOR FROM ABOVE, 
AND MODIFYING IT WITH YOUR OWN PROPERTIES/VALUES. THIS IS RECOMMENDED BECAUSE IF YOU HAPPEN TO RUN INTO TROUBLE, 
YOU CAN VERY EASILY REVERT TO A GENERIC STYLE OF UNI-FORM. BEST OF LUCK... 
*/

/* ------------------------------------------------------------------------------ */

/* ----- BASIC ELEMENTS ----- */

body {
	background-color: #FFFFFF;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	color: #000000;
	font-size: 12px;
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	text-align: center;
}

#crumbs p {
   font-weight: bold;
   padding: 0px 0px 0px 10px

}


a {
	text-decoration: none;
	color: #2E5801;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

h1 {
	font-size: 20px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

h2 {
	height: 25px;
	/*width: 480px;
	background: url(/assets/themes/default_green/css/images/h3Bg.gif) no-repeat;*/
	margin: 0px;
	padding: 4px 0px 0px 10px;
	color: #569612;
	font-size: 13px;
}

h3 {
	height: 25px;
	width: 230px;
	background: url(/assets/themes/default_green/css/images/h4Bg.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 13px;
}
	
h3 span {
	display: block;
	padding: 4px 0px 0px 35px;
}

p {
	padding: 0px 15px;
	margin: 15px 0px 0px 0px
}

input, textarea {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
}

textarea {
	width: 300px;
}

form {
	margin: 0px;
	padding: 0px;
}

/* Gniewko inserted this - start 

.formHint {
  padding: 0px;
  margin: 0px;
  padding-left: 122px;
}

 Gniewko inserted this - end 

.ctrlHolder {
  margin: 12px 15px;
  clear: both;
}

.ctrlHolder label {
  padding-top: 2px;
  float: left;
  width: 100px;
  padding-right: 7px;
  text-align: right;
}

.questionControl {
  margin-left: 100px;
}

.questionControl label {
  padding: 0;
  float: none;
  display: block;
  width: 100%;
}

.ctrlHolder label.inlineLabel {
  padding-top: 0;
  display: block;
  width: 100%;
  text-align: left;
}

.buttonHolder {
  margin-top: 15px;
  padding-left: 15px;
}

#success {
   padding: 5px;
   background: yellow;
}

p.errorField {
  color: red;
  padding-left: 0 !important;
}
*/

/* Uni-Form Overrides */

.uniForm .ctrlHolder{ padding: .5em 0; border-bottom: none; }

  .uniForm .inlineLabels label,
  .uniForm .inlineLabels .label{ width: 80px; padding-right: 15px; font-size: 1.1em; font-weight: bold; text-align: right; }
  .uniForm .inlineLabels .label{ margin: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; }
  .uniForm .inlineLabels .inlineLabel{ text-align: left; width: auto; font-weight: normal; }
  
  .uniForm .inlineLabels .textInput,
  .uniForm .inlineLabels .fileUpload,
  .uniForm .inlineLabels .selectInput,
  .uniForm .inlineLabels select,
  .uniForm .inlineLabels textarea{ width: 244px; padding: 2px; border: 1px solid #e2e2e2; }
  
  .uniForm .inlineLabels .formHint{ margin-left: 145px !important; padding-top: 4px !important; margin-bottom: 10px; }
  .uniForm .inlineLabels .multiField{ width: 250px; }

  .uniForm .buttonHolder{ padding: .5em 0 15px 90px; /*text-align: right;*/ /*width: 220px;*/ }
    .uniForm .buttonHolder button{ padding: 15px 25px; color: #fff; background: #77b025; border: 0; border-radius: 5px; -moz-border-radius: 5px; font-size: 16px; }

.captcha img{ margin: 0 12px 0 0; }
.captcha input{ 
  display: block;
  width: 164px !important;
  margin: 9px 0 0 143px;
  height: 30px;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  padding: 0 5px;
  color: #505050;
} 
    
  /****************************************** NEW ***********************************************/
 
  /* for proper alignment of textboxes */
 .uniForm .questionControl .tbox_default input { width:100%; }
 
  /* for proper alignment of radio/checkbox groups */
  .uniForm .questionControl .tbox { margin: 0.5em 0 0.5em 13em; width:45%; text-align:left }  


/*----- Construction ----- */

#wrapper {
  width: 760px;
  border: 0px solid gray;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/*----- Powered by ----- */

#powered_by {
	height: 15px;
	width: 760px;
	background: url(/assets/themes/default_green/css/images/bg_poweredby.gif) no-repeat;
}

#powered_by span {
  display: none;
}

/*----- Header ----- */

#header {
	border: 0px solid gray;
	width: 760px;
	background: url(/assets/themes/default_green/css/images/bg_head.gif) no-repeat center center  ;
}

#header_top {
	width: 620px;
	height: 32px;
	background: url(/assets/themes/default_green/css/images/headTopBg.gif) no-repeat;
}	

#header_name {
	width: 620px;
	background: url(/assets/themes/default_green/css/images/headTitleBg.gif) repeat-y;
}	

#header_name h1 {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 20px;
  padding-left: 15px;
}

#header_bottom {
	width: 620px;
	height: 32px;
	background: url(/assets/themes/default_green/css/images/headBottomBg.gif) no-repeat;
}	

#navigation {
	border: 0px solid gray;
	float: left;
	margin-bottom: 20px;
}

/*----- Navigation ----- */

#navigation {
	height: 25px;
	overflow: hidden;
	display: inline;
}

#navigation ul {
  margin: 0;
	padding: 0;
  list-style: none;
}

#navigation li {
	overflow: hidden;
	display: inline;
	}

#navigation li a {
	float: left;
	color: #000000;
	display: block;
	width: 86px;
	height: 25px;
	background: url(/assets/themes/default_green/css/images/g_petitionText.gif) no-repeat;
	text-align: center;
}

#navigation li a:hover {
  text-decoration: underline;
}
	
#navigation li.selected a {
  background-position: 0 -25px;
	color: #FFFFFF;
}

#navigation li a span {
	display: block;
	padding-top: 4px;
}

/* ----- Content ----- */

#content_wrapper {
	border: 0px solid gray;
	float: left;
	width: 520px;
}

#content_top {
	height: 13px;
	background: url(/assets/themes/default_green/css/images/contentTopBg.gif) no-repeat;
}

#content_main {
	border: 0px solid gray;
	background-color: #EBEBEB;
	padding: 0px 15px;
}

#content_main p {
  margin: 0;
  padding: 8px 15px;
}

#content_bottom {
	border: 0px solid gray;
	height: 13px;
	background: url(/assets/themes/default_green/css/images/contentBottomBg.gif) no-repeat;
}

/* ----- Content ----- */

#sidebar {
	border: 0px solid gray;
	float: right;
	width: 230px;
	padding-top: 13px;
}

#sidebar #sponsor {
  margin-bottom: 15px;
}

#sidebar #links {
  margin: 15px 0;
  padding: 0 0 0 25px;
  list-style: square;
  color: #569612;
}

#sidebar #links a, #sidebar #links a:hover {
  color: #569612;
}

#disclaimer_top {
  margin-top: 15px;
	width: 230px;
	height: 13px;
	background: url(/assets/themes/default_green/css/images/disclaimerTop.gif);
}

#disclaimer {
  margin: 0;
  padding: 0 15px;
	font-size: 11px;
	background-color: #F7F7F7;
	color: #A9A9A9;
}

#disclaimer_bottom {
  margin-bottom: 15px;
	width: 230px;
	height: 13px;
	background: url(/assets/themes/default_green/css/images/disclaimerBottom.gif);
}

#footer {
	float: left;
	width: 760px;
	background: url(/assets/themes/default_green/css/images/bg_footer.gif) no-repeat top;
	height: 23px;
	margin: 10px 0px;
	text-align: center;
}

#footer span {
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	padding: 4px 0px 0px 0px;
	}

#footer a {
	color: white;
	text-decoration: underline;
}

.blogEntry h3 {
	width: auto;
	background: none;
	margin-left: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: auto;
}

.blogEntry {
	padding-bottom: 20px;
}

#blog{}

#blog .post {
	padding-bottom:20px;
}

.post h2 {
	background:none;
	clear:both;
}

.post p {
	clear:both;
}

.blog_body {
	clear:both;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}

.blog_body_full {
	clear:both;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}

  .readMore{ clear: both; margin-top: 15px !important; padding: 9px 0 0 0 !important; text-align: right; border-top: 1px dotted #ccc; }
  
        .single_post .post p, .single_post .post ul, .single_post .post ol, .single_post .post dl{ font-size: 1.1em; }
          .post 
            .blog_post_title{ float: left; width: 269px; }
            .post_info{ float: right; width: 190px; font-size: 11px; text-align: right; font-weight: normal; padding-right:10px; padding-top:1px}
              .date{}

      /* p.pagination{ line-height: 100%; border: 1px solid #dfdfdf; border-width: 1px 0; padding: 1.5em 0; } */
      p.pagination{padding-bottom:15px}
      #blog p.pagination{ border-top: none; margin-top: 0; }
        .pagination a, .pagination strong, .pagination span{ padding: .25em .5em; }
        .pagination span.pagination_label{ padding: 0 13px 0 0; color: #999; }
        .pagination a:link, .pagination a:visited, .pagination a:hover{ text-decoration: none; }
        .pagination a:hover{ text-decoration: underline; }
        .pagination a.pagin_first, .pagination span.pagin_first{}
        .pagination a.pagin_previous, .pagination span.pagin_previous{}
        .pagination a.pagin_next, .pagination span.pagin_next{}
        .pagination a.pagin_last, .pagination span.pagin_last{}
        .pagination strong{ background: #efefef; }
        .pagination span.hellip{}
      
      #signatures_list{ background: #efefef; border-top: 1px solid #dfdfdf; position: relative; }
         #primary_main #signatures_list li{ margin: 0; padding: 10px; border-bottom: 2px solid #fff; list-style: none; position: relative; }
        #signatures_list li:after{ content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; }
          .sig_num{ float: left; margin-right: 15px; display: block; text-align: right; line-height: 100%; width: 30px; }
            .sig_num a:link, .sig_num a:visited, .sig_num a:hover{ color: #555; font-weight: bold; text-decoration: none; padding: 2px; }
          .sig_info{ }
            .anonymous{ color: #777; font-weight: normal; }
          .sig_item, .sig_comment{}
          .sig_comment:after{ content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; }
          #signatures_list h3{ float: left; width: 65px; margin: 0; }
          #signatures_list .sig_comment_content{ float: right; width: 370px; }
            .sig_comment_content *{ margin: 0; }
            .sig_comment_content p, .sig_comment_content ul, .sig_comment_content ol, .sig_comment_content blockquote{ margin: 0; display: inline; }
      .sig_wrapper {
        float: left;
        width: 540px;
      }
      #signatures h2{ width: 560px; font-size: 1.3em; margin: 1.3em 0; zoom: 1; background:none; }
      #signatures h2:after{ content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; }

       #signatures h2 .sig_title{ float: left; color: #999}
       #signatures h2 .sig_total{ float: right; color: #999; font-weight: normal; font-variant: small-caps; }
       #signatures h2 .sig_total strong{ padding: 2px 4px; background: #efefef; color: #777; }

    #primary_wrapper{ padding: 0 0 0 0px; float: left; width: 620px; }
    #primary_top{}
    #primary_main{ width: 620px; overflow: hidden; }
    #primary_bottom{}

#signatures_sidebar {
	width:135px;
  padding:0px;
  float:right;
	text-align:center;
}

#signatures_sidebar h3 {
	width:135px;
	padding-top:22px;
	text-align:center;
	background: url(/assets/themes/default_green/css/images/h4Bg_small.gif) no-repeat;
	background-position:0px 22px;
}

#signatures_sidebar h3 span {
	display: block;
	padding: 4px 0px 0px 0px;
}

.sideBarG {
	padding-left:13px
}

        .signPetBtn{ margin: 1.5em 0; text-align: center; height: 36px; line-height: 36px; font-weight: bold; font-size: 14px; }
          .signPetBtn a, .signPetBtn a span{ display: block; background-image: url(/assets/themes/default_green/css/images/btn_sign_petition.png); background-repeat: no-repeat; }
          .signPetBtn a{ background-position: 0 0; padding: 0 0 0 10px; }
          .signPetBtn a:link, .signPetBtn a:visited, .signPetBtn a:hover{ color: #fff; text-decoration: none; }
          .signPetBtn a:hover{ text-decoration: underline; }
            .signPetBtn span{ background-position: 100% 0; padding: 0 10px 0 0; }

#bookmarks {
   padding-bottom:10px;
}

.blog_body img, #pet_descrip img {
    max-width:450px;
}


/* Sign Form */
#questionsForm {
  float: left;
  width: 480px;
  background: #fff;
  padding: 5px 0;
  margin-left: 5px;
  border-radius: 5px 5px 10px 10px;
  -moz-border-radius: 5px 5px 10px 10px;
}

#questionsForm h2 {
  font-size: 16px;
  margin-bottom: 5px;
  background: transparent;
}

#signForm {
  clear: both;
  margin: 5px 9px;
  border: 1px solid #d4d4d4;
  border-top: 0;
}

#arrow {
  width: 100%;
  height: 22px;
  background: url(/assets/images/form-arrow.png) no-repeat 102px bottom;
}

#arrow.fb {
  background-position: 355px bottom;
}

#signTitle, #signTitleFb {
  background-color: #ebebeb;
  color: #800;
  margin: 0 8px;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
}

#signTitleFb {
  display: none;
}

#signFormInner {
  border: 1px solid #fff;
  border-top: 0;
  background-color: #f3f3f3;
  padding: 15px 14px 0;
  font-size: 12px;
}

p.formHint {
  width: 100%;
  padding: 0 !important;
  text-align: right !important;
}

#signForm #signFormInner .ctrlHolder {
  width: 100% !important;
}

p.label {
  padding: 8px 11px !important;
}

.signOr {
  text-align: center;
  float: left;
  width: 34px;
  padding-top: 25px;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

/*.postToFb {
  padding: 10px 0 10px 90px;  
}*/

.displayWrapper {
  padding-left: 90px;
  margin-bottom: 10px;
}

.displayWrapper p.label {
  color: #569612 !important;
  font-weight: bold;
  padding: 10px 0 20px !important;
}

.fbButton {
  text-align: center;
}

.bellowQuestions {
  clear: both;
  padding: 20px 0;
}


/** New form **/

#regularSign {
  width: 223px;
  height: 66px;
  float: left;
  background: url(/assets/images/petition-tabs.png) no-repeat 0 -66px;
  margin-left: 9px;
  display: block;
}

#fbSign {
  width: 240px;
  height: 66px;
  float: left;
  background: url(/assets/images/petition-tabs.png) no-repeat -223px 0;
  display: block;
}

#regularSign.selected {
  background: url(/assets/images/petition-tabs.png) no-repeat 0 0;
}

#fbSign.selected {
  background: url(/assets/images/petition-tabs.png) no-repeat -223px -66px;
}

#regularSign, #fbSign {
  cursor: pointer;
}

#signFormInner .question label {
  float: left;
  clear: left;
  width: 82px;
  color: #505050;
  padding-top: 8px;
  padding-right: 8px;
  font-weight: bold;
  text-align: right;
}

#signFormInner .inlineLabel, #signFormInner .questionControl, #signFormInner p.label {
  color: #505050;
}

#signFormInner .question label em, p.formHint em, #emailFriends .ctrlHolder label em {
  color: #ff9000;
}

#signFormInner .question .questionControl {
  float: left;
  width: 340px;
}

#signFormInner p.errorField {
  margin: 0 -15px 8px;
  text-align: center;
}

#signFormInner .error {
  margin: 0 -15px;
  padding: 0 15px 8px;
}

#signFormInner .blockLabels {
  margin: 0 -15px;
  float: left;
}

#signFormInner input[type="text"], #signFormInner input[type="password"], #signFormInner textarea, #signFormInner select {
  width: 330px;
  height: 30px;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  padding: 0 5px;
  color: #505050;
}

#signFormInner textarea {
  height: 50px;
  padding: 5px;
}

#signFormInner select {
  width: 342px;
  background: #fff;
}

#signFormInner .tbox {
  margin: 0;
}

#signFormInner .tbox label {
  font-weight: normal;
}

#emailFriends .ctrlHolder label {
  width: 120px;
  padding-top: 5px;
}

#emailFriends input[type="text"], #signFormInner input[type="password"] {
  padding: 0 5px;
  width: 334px;
}

#emailFriends textarea {
  width: 334px;
  padding: 5px;
}

#emailFriends p.formHint {
  text-align: left !important;
}

#emailFriends select {
  width: 336px;
  padding: 0 5px;
}

/* Added by Davor - New Donation UI - user testing, round A mockups - 1/20/12 */
.donate #content_wrapper { font-family:"Cabin",Arial,Helvetica,sans-serif; margin-top:15px; width:100% }
.donate h2 { background:url(/assets/images/donation-sprite.png) no-repeat right 1px; display:inline-block; font-size:26px; font-weight:normal; height:auto; line-height:1; margin:0 15px; padding:0 34px 0 0 }
.donate h2.alt { background:url(/assets/images/donation-sprite-v2.png) no-repeat 182px -187px; color: #000; font-size: 14px; }
.donate p { font-size:14px; line-height:1.6; padding:0 }
.donate #thankYouForSubmission { color:#000; font-size:18px; margin:15px 0 25px 15px }
.donate #content_main { border-radius:8px; padding:25px 15px 15px }
.donform { background:#f6f6f6; font-size:16px; margin:15px -15px; padding:15px 30px }
.donform h3 { background-image:none; color:#333; font-size:18px; font-weight:normal; margin-bottom:10px; width:100% }
.donform form { font-weight:bold }
.donform input { font-size:16px; font-weight:bold }
.sbm_button { background:url(/assets/images/donation-sprite.png) repeat-x 0 -32px; border:0; border-radius:4px; box-shadow:0 2px 2px rgba(0,0,0,.2); color:#442b03; cursor:pointer; float:right; height:35px; line-height:1; padding:1px 15px 0; text-shadow:0 1px 0 rgba(255,255,255,.4) }
.sbm_button:hover { background-position:0 -68px }
.sbm_button:active { background-position:0 -103px }
.donform input, .donform select { font-family:"Cabin",Arial,Helvetica,sans-serif }

/* oldstyle radio buttons */
input[type=radio] { margin-bottom:10px }
.oldstyle .sbm_button { float:none; margin:10px 0 5px }

/* newstyle radio buttons */
.newstyle { overflow:hidden; padding:20px 30px 25px }
.newstyle label { background:#e1f0d2; border-radius:8px; float:left; list-style:none; margin-right:6px; padding:8px 0; text-align:center; width:50px }
.newstyle label.active { background:#7eaf4a; color:#fff }
.newstyle b { display:block; margin-top:2px }
.newstyle label.other_amount { width:66px }
.newstyle label.other_amount input[type=text] { background:url(/assets/images/donation-sprite.png) no-repeat 3px -141px #fff; border:1px solid #aaa; color:#000; display:block; font-size:14px; margin:0 auto; padding:1px 1px 1px 12px; width:34px }
.newstyle input[type=radio] { margin:0 }
.newstyle .sbm_button { margin-top:19px }

/* dropdown selection */
.dropdown .sbm_button { margin-top:-7px }
select { border:1px solid #aaa; font-size:14px; margin:-2px 0 10px; padding:3px; width:175px }
.dropdown .other_amount { background:url(/assets/images/donation-sprite.png) no-repeat 5px -138px #fff; border:1px solid #aaa; color:#333; font-size:14px; font-weight:normal; margin-left:10px; padding:3px 3px 3px 17px }

/* monthly checkbox and cancellation info popup - modal courtesy of Zurb ( http://www.zurb.com/playground/reveal-modal-plugin ) */
.monthly { clear:left; color:#777; float:left; font-size:14px; font-weight:700; margin-top:10px }
.monthly a, .monthly-clear a { color:#1c5ba9; font-size:13px; font-weight:400; text-decoration:underline }
.monthly-clear { color:#777; font-size:14px; font-weight:700; margin-top:10px }
.reveal-modal-bg { position:fixed; height:100%; width:100%; background:url(/assets/images/black-transparent-60.png) transparent; background:rgba(0,0,0,.6); z-index:100; display:none; top:0; left:0 }
.reveal-modal { visibility:hidden; top:250px; left:50%; margin-left:-300px; width:520px; background:#eee; position:absolute; z-index:101; padding:20px 40px 34px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:0 0 12px rgba(0,0,0,.5); -webkit-box-shadow:0 0 12px rgba(0,0,0,.5); box-shadow:0 0 12px rgba(0,0,0,.5) }
.reveal-modal p { font-family:"Cabin",Arial,Helvetica,sans-serif; font-size:14px }
.reveal-modal p a { color:#1c5ba9; font-weight:400; text-decoration:underline }
.reveal-modal .close-reveal-modal { font-size:32px; line-height:1; position:absolute; top:4px; right:11px; color:#aaa; text-shadow:0 -1px 1px rbga(0,0,0,.6); font-weight:bold; cursor:pointer }
.reveal-modal .close-reveal-modal:hover { color:#1c5ba9; text-decoration:none }

/* Signature target */
#sigs-container {  background: #ebebeb; height: 50px; clear: both; padding: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin: -14px 0 20px; }
#sigs-target { padding:0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
#goal-container { float: right; padding: 5px 2px; font-size: 13px; }
#total-target { font-weight: bold; }
#progress-bar { clear: right; border:1px solid #cecece; height: 30px; background: #fff; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; overflow: hidden; -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.1); box-shadow: inset 0 0 20px rgba(0,0,0,0.1); }
#sigs-progress { background: #f7931e; height: 30px; -webkit-box-shadow: inset 0 -2px 10px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 -2px 10px rgba(0,0,0,0.1); box-shadow: inset 0 -10px 20px rgba(0,0,0,0.1); float: left }
#sigs-numbers {float: left; padding: 7px 10px; color: #666; font: 700 13px Arial; }
#sigs-progress #sigs-numbers { float: right; text-shadow: 0 -1px rgba(0,0,0,0.2); color: #fff }

