* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100.1%;
  height: 100%;
}

body {
  -x-system-font: none;
  font: 64% "Lucida Grande", Verdana, Arial, sans-serif;
  background: #F2F2F2;
  color: #252525;
  font-size: 64%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  height: 100%;
}

img {
  border: none;
}

div {
  position: relative;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #3989B1;
  cursor: pointer;
}

a:hover{
  text-decoration: underline;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  bottom: 1ex;
}
sup { bottom:1ex; }
sub { top: .5ex; }

form {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
}

h1, h2, h3, h4, h5 { display: inline;  }

h1 {
  font-size: 320%;
}

h2 {
  font-size: 200%;
}

h3 {
  font-size: 160%;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 130%;
}

.clear { clear: both; line-height: .01; font-size: .01; }

a * { cursor: pointer; }
a img { border: 0; }

input.text, textarea.text,
input.text_wide, textarea.text_wide {
  border: 1px solid #A0A0A0;
  padding: 5px 3px;
  width: 240px;
}

input.text_wide, textarea.text_wide {
  width: 320px;
}

#promote_image_code_img{
  padding-left: 1em; 
}

#promote_codes{
  border-top: 1px solid #CCC;
  padding-bottom: 1em;
  padding-top: 1.5em;
  margin-top: 0.5em;
  width: 100%;
}

form .label { margin-top: 1em; }
form ul { padding-left: .3em; }

.clear {
  clear: both;
  font-size: .01;
  line-height: .01;
}

.left { float: left; }
.right { float: right; }

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

#alertbar {
  height: 28px;
  line-height: 28px;
  margin-top: -30px;
  background: #555 url(../images/bg_alertbar.png) repeat-x top left;
  font-size: 11px;
  color: #FFF;
  font-weight: bold;
  padding: 0 15px;
  margin-top: -30px;
}

#alertbar a{
  color: #FFF;
  border-bottom: 1px dotted #999;
}

#alertbar a:hover{
  text-decoration: none;
  border-color: #BBB;
}

#overlay {
  background: #000;
  opacity: .75;
  width: 0; height: 0;
  display: none;
  position: absolute;
  top: 0; left: 0;
  z-index: 99;
}

#main {
  min-height: 100%;
  height: auto !important;
  position: relative;
}

#header {
  /*background: #F1FBFA url(../images/bg_head.png) repeat-x left bottom;*/
  background: #8ec1da url(../images/bg_clouds.png) repeat-x scroll 0 -50px;
  height: 130px;
}

#fblike {
  border: 0;
  overflow: hidden;
  background: transparent;
  width: 53px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 20px;
}

#logo {
  background: transparent url(../images/logo.png) no-repeat top left;
  position: absolute;
  left: -2px;
  top: 40px;
  font-size: 32px;
  font-weight: bold;
  text-indent: -999em;
  width: 344px;
  height: 53px;
}

#menu {
  background: #FCFBF4 url(../images/bg_menu.png) repeat-x left bottom;
  height: 60px;
  border-top: 1px solid #FFFFFF; /* */
}

#menu li a {
  color: #666;
  display: block;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 11px 22px 9px;
  text-decoration: none;
}

#menu li a:hover, #menu li a.current {
  background: transparent url(../images/bg_button.png) repeat-x top left;
}

#menu li em {
  color: #FF7E1A;
  display: block;
  font-size: 20px;
  font-style: normal;
  letter-spacing: -1px;
  line-height: 22px;
  text-transform: uppercase;
}

#header_twitter {
  background-color: #FFF;
  /*border: 1px solid #D5D5D5;*/
  border: 1px solid #69ACCE;
  border-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#header_twitter a {
  background: transparent url(../images/icon_twitter.png) no-repeat scroll 8px center;
  color: #666;
  display: block;
  padding: 0 12px 0 28px;
  line-height: 28px;
}

#content {
  background: #FFF;
  padding-bottom: 140px;
  padding-top: 35px;
  height: auto !important;
  min-height: 200px;
  position: relative;
}

#footer {
  border-top: 1px solid #DDD;
  height: 11em;
  padding-bottom: 25px;
}

#footer div.wrapper {
  padding: 10px 0 0 15px;
}

#footer ul {
  float: left;
  margin-right: 34px;
  padding: 0;
}
#footer ul.copyright {
  margin-right: 0 !important;
  float: right !important;
  text-align: right;
}

#footer ul li {
  line-height: 16px;
}

#footer ul li h3 {
  color: #808080;
  font-size: 130%;
  line-height: 29px;
}

#footer a, #footer a:hover, #footer a:visited, #footer a:active {
  color: #808080;
  font-size: 110%;
}

#footer span {
  color: #808080;
  font-size: 110%;
}

.holder {
  margin-bottom: 15px;
  padding: 18px;
  background: #EBEBEB url(../images/bg_flash_holder_tree.png) no-repeat right bottom;
  border: 1px solid #DDD;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

#flash_holder { }
#promote_holder { }

#flash_holder_text {
  float:right;
  width: 295px;
  height: 331px;
}

#flash_holder_text p {
  font-size: 240%;
  line-height: 1.3;
  padding-bottom: .6em;
  display: block;
  letter-spacing: -1px;
  text-shadow: 1px 1px 1px #999;
}

#flash_holder_text em {
  font-style: normal;
  text-decoration: underline;
}

#flash_learn_more {
  position: absolute;
  bottom: 1em;
  right: 1.4em;
}

#flash_learn_actions_holder {
  position: absolute;
  bottom: 1em;
  right: 1.4em;
  width: 260px;
}

#flash_learn_actions {
  padding-top: .5em;
  text-align: center;
}

#flash_learn_actions a {
  font-size: 110%;
  color: #808080;
  text-shadow: 1px 1px 1px #CCC;
}

.button_colored {
  display: block;
  position: relative;
  width: 260px;
  height: 60px;
  background: transparent url(../images/button_colored.png) no-repeat left top;
}

.button_colored div {
  position: absolute;
  height: 37px;
  width: 37px;
  right: 24px;
  top: 11px;
  background: transparent url(../images/button_arrow_green.png) no-repeat top left;
}

.button_colored:hover {
  text-decoration: none;
  background-position: left bottom;
}

.button_colored:hover h2, .button_colored:hover h3 {
  text-decoration: underline;
}

.button_colored h2, .button_colored h3 {
  color: #333;
  display: block;
  padding-left: 1.4em;
  padding-top: 0.75em;
  padding-bottom: .15em;
  padding-right: 65px;
  line-height: 1em;
}

.button_colored h2 {
  padding-top: 0.9em;
}

.button_colored span {
  color: #666;
  display: block;
  padding-right: 65px;
  padding-left: 2.25em;
}

.divider {
  height: 15px;
  background: transparent url(../images/bg_divider.png) no-repeat top center;
  margin: 10px 0;
}

#flash_holder_video {
  width: 600px;
  height: 331px;
  background: #000;
}

#causes_wrapper {
  padding-top: 15px;
  clear: both;
}

#causes_picker_wrapper {
  display: block;
  margin-left: -14px;
  margin-bottom: -6px;
  overflow: hidden;
  padding-top: 8px;
  height: 220px;
  clear: both;
}

#causes_picker {
  position: absolute;
}

#causes_picker li{
  display: block;
  float: left;
  padding-bottom: 14px;
  padding-left: 14px;
}

a.cause_item {
  background: transparent url(../images/bg_causes_item.png) repeat-x left center;
  border: 1px solid #F2F2F2;
  display: block;
  height: 100px;
  width: 309px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

a.cause_item .tick {
  display: none;
  height: 16px;
  width: 16px;
  background: transparent url(../images/icon_tick.png) no-repeat top right;
  position: absolute;
  top: 1px;
  right: 2px;
}

a.cause_item:hover {
  border-color: #E5E5E5;
  text-decoration: none;
}

a.cause_item_selected, a.cause_item_selected:hover {
  border-color: #D6E0D5;
  background-image: url(../images/bg_causes_item_selected.png);
}

a.cause_item_selected div.tick {
  display: block;
}

a.cause_item_selected div.icon {
  border-color: #D6E0D5;
}

a.cause_item, a.cause_item * {
  cursor: pointer;
}

div.cause_item_inside {
  padding: 4px;
}

a.cause_item div.icon {
  border:1px solid #E5E5E5;
  float: left;
  margin-right: 4px;
  background: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

a.cause_item div.icon img{
  width: 72px;
  height: 72px;
  background: #333;
  margin: 1px;
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

a.cause_item h4 {
  color: #333;
}

a.cause_item p {
  color: #808080;
}
a.cause_item_selected p {
  color: #888;
}

div.cause_item_actions {
  clear: both;
  line-height: 18px;
}

div.cause_item_actions span.support {
  color: #387B32;
  float: right;
  letter-spacing: -.25px;
}

div.cause_item_actions span.users {
  font-weight: bold;
}

a.cause_item:hover span.support {
  text-decoration: underline;
}

a#causes_picker_question {
  float: right;
  font-size: 110%;
  color: #808080;
}

form#causes_custom_form {
  display: none;
  padding-left: 2px;
}
form#promote_charity_form {
  float: right;
  padding-top: .7em;
}
.placeholder_active{
  color: #777;
}
.link-label{
  padding-right: 1em;
}
.h1_label {
  font-size: 110%;
  color: #808080;
  padding-left: .6em;
}

.h1_label a {
  color: #808080;
}

ul#causes_pagination {
  float: right;
  margin-top: 14px;
}

ul#causes_pagination li {
  float: left;
}

ul#causes_pagination li a {
  display: block;
  line-height: 26px;
  font-size: 140%;
  width: 26px;
  height: 26px;
  color: #000;
  text-align: center;
  border: 1px solid #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

ul#causes_pagination li a.current {
  font-weight: bold;
  border-color: #E5E5E5;
  background: #F6F6F6;
}

#get_started {
  margin-left: 1em;
  margin-top: 1.4em;
}

.sidebar {
  float: right;
  width: 240px;
}

.sidebar ul.sectioned_list li {
  font-size: 110%;
  background: #FBFBFB;
  border: 1px solid #E8E8E8;
  border-top: 0;
}

.sidebar ul.sectioned_list li.header {
  font-weight: bold;
  font-size: 160%;
  padding: 10px 20px 10px 14px;
  background: #EEE;
  border: 1px solid #E8E8E8;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-radius-topleft: 6px;
  -webkit-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.sidebar ul.sectioned_list li a {
  padding: 14px 20px 14px 36px;
  display: block;
  color: #616265;
}

.sidebar ul.sectioned_list {
  padding-bottom: 25px;
}

.content_with_sidebar {
  margin-right: 255px;
}

#content_learn_content ul.learn_section {
  padding-left: 22px;
  background: transparent url(../images/icon_generic.png) no-repeat left 4px;
  padding-bottom: 10px;
}

.learn_about {
  background-image: url(../images/icon_learn_about.png) !important;
}

.learn_general {
  background-image: url(../images/icon_learn_general.png) !important;
}

.learn_nonprofit {
  background-image: url(../images/icon_learn_nonprofit.png) !important;
}

.learn_promote {
  background-image: url(../images/icon_learn_promote.png) !important;
}

.learn_technical {
  background-image: url(../images/icon_learn_technical.png) !important;
}

.item_learn {
  background: transparent url(../images/icon_generic.png) no-repeat 14px center;
}

#content_learn_content li {
  padding-bottom: .6em;
}

#content_learn_content li.section_header {
  padding-bottom: .4em !important;
}

.content p {
  font-size: 120%;
  line-height: 1.3em;
  padding-bottom: .6em;
  padding-top: .2em;
}

.sidebar ul.contact_list {
  margin-bottom: 15px;
}

.sidebar ul.contact_list li a {
  background: transparent url(../images/icon_generic.png) no-repeat scroll 2px center;
  color: #616265;
  display: block;
  font-size: 110%;
  height: 2.2em;
  line-height: 2.2em;
  padding-left: 23px;
}

.sidebar ul.promote_list li {
  padding-bottom: .6em;
}

.sidebar ul.promote_list li a {
  background: transparent url(../images/icon_generic.png) no-repeat scroll 2px 4px;
  color: #616265;
  display: block;
  font-size: 110%;
  padding-left: 23px;
}

.sidebar ul.promote_list li a span{
  display: block;
  text-decoration: none;
  line-height: 1.3em;
  margin-top: -0.2em;
}

.sidebar ul.promote_list li a:hover {
  text-decoration: none;
}

.sidebar ul.promote_list li a strong {
  text-decoration: none;
  height: 2.2em;
  line-height: 2.2em;
}

.sidebar ul.promote_list li a:hover strong {
  text-decoration: underline;
}

li#contact_email a, li#promote_email a { background-image: url(../images/icon_email.png); }
li#contact_twitter a, li#promote_twitter a { background-image: url(../images/icon_twitter.png); }
li#contact_facebook a, li#promote_facebook a { background-image: url(../images/icon_facebook.png); }
li#contact_get_satisfaction a { background-image: url(../images/icon_get_satisfaction.png); }

#contact_feedback {
  display: block;
  width: 240px;
  height: 64px;
  background: transparent url(../images/bg_get_satisfaction_logo.png) no-repeat top left;
  margin-top: .4em;
}

#contact_feedback:hover {
  background-position: bottom left;
}

#tweets { padding-top: .6em; }

#tweets li {
  padding-left: 54px;
  padding-bottom: 8px;
}

#tweets .avatar {
  display: block;
  float: left;
  height: 48px;
  margin-left: -54px;
  width: 48px;
}

#tweets .tweet {
  font-size: 130%;
  line-height: 1.3em;
  padding-bottom: .2em;
  padding-top: .1em;
}

#tweets .tweet a {
  color: #900;
}

#tweets .tweet .user {
  font-weight: bold;
  padding-right: .3em;
}

#tweets span {
  color: #616265;
}

#install_helper {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 300px;
  display: none;
  z-index: 100;
  background: #262526;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#install_helper h2 {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 31px;
  color: #FFF;
  font-size: 130%;
  font-weight: bold;
  background: #505050;
  letter-spacing: .5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#install_helper ol {
  color: #FFFFFF;
  font-size: 120%;
  line-height: 30px;
  letter-spacing: .5px;
  padding-bottom: 15px;
  padding-left: 31px;
  padding-top: 10px;
}

#install_arrow {
  background: url(../images/icon_install_arrow.png) no-repeat top right;
  height: 46px;
  width: 46px;
  position: absolute;
  top: -10px;
  right: 22px;
}

#install_close {
  background: url(../images/icon_install_close.png) no-repeat top left;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 12px;
  left: 8px;
  cursor: pointer;
}
#install_close:hover{
  background-position: bottom left;
}

a.post_title, a.post_title:hover {
  font-size: 180%;
  color: #252525;
  font-weight: bold;
  text-decoration: none;
}

.post {
  padding-bottom: 2em;
}

.post_content {
  font-size: 120%;
  padding-bottom: .6em;
}

.post_footer {
  font-size: 120%;
  color: #616265;
}

.post_footer a {
  color: #616265;
  text-decoration: none;
}

.post_footer a:hover {
  text-decoration: underline;
}

.post_share {
  padding-left: 15px;
  background: url(../images/icon_share.png) no-repeat left center;
}

.post_header_meta {
  padding-bottom: .3em;
  color: #616265;
}

#content_privacy_content {
  padding-left: 20px;
}

.section {
  padding-bottom: 1em;
}

#content_thanks_content {
  padding: 30px 200px 0;
}

#content_thanks_content h2 {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: .8em;
}

#content_thanks_content p {
  text-align: center;
  padding-top: 1em;
  font-size: 1.2em;
  color: #666;
}

#content_thanks_facebook {
  margin-top: 30px;
  background: #c2e0ee url(../images/bg_thanks_facebook.png) repeat-x bottom left;
  border: 1px solid #009eda;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 330px;
  margin: 30px auto;
}

#thanks_arrow {
  width: 77px;
  height: 100px;
  z-index: 10;
  position: absolute;
  background: transparent url(../images/arrow_thanks.png) no-repeat center center;
  top: 30px;
  left: -26px;
}