/** Baseline styles (Public only)
----------------------------------------------------------------------*/

body {
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  color: #000;
  background: #ebebeb url('/images/bg_body.gif') repeat-y center top;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

.flash {
  font-size: 153.9%;
  margin-bottom: 6px;
  padding: 18px 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.error {
  background-color: #930000;
  color: #ffffff;
  border: 0;
}

.notice {
  background-color: #00fab4;
  color: #000000;
  border: 0;
}

/** Main Layouts
----------------------------------------------------------------------*/

#wrapper,
#header .wrapper,
#footer .wrapper {
  width: 880px;
}

/*** Header
----------------------------------------------------------------------*/

#home_link {
  display: block;
  width: 400px;
  height: 134px;
  margin: 8px 0 0;
  background: url('/images/hdr_logo.png') no-repeat;
  text-indent: -5000em;
}

#global_nav {
  height: 32px;
  margin: 6px 0;
  padding-top: 3px;
  padding-left: 8px;
  font-family: Helvetica, arial, sans-serif;
  color: #fff;
  background-color: #000000;
}

#global_nav li,
#global_nav a {
  display: block;
  float: left;
  height: 32px;
}

#global_nav li {
  font-size: 153.9%;
  text-transform: uppercase;
  margin-left: 8px;
}

#global_nav a {
  color: #fff;
  letter-spacing: .04em;
}

#global_nav a:hover {
  text-decoration: none;
  color: #00fab4;
}

/*** Content
----------------------------------------------------------------------*/

#content_wrap {
  position: relative;
  float: left;
  width: 100%;
}

#content_wrap.aux {
  position: relative;
  width: 525px;
  padding-right: 355px;
}

#sidebar {
  position: relative;
  float: left;
  clear: right;
  width: 330px;
  margin-right: -355px;
}

#page_content {
  float: left;
  width: 100%;
}

#content_wrap.aux #page_content {
  padding-right: 25px;
}

.row { clear: both; }

.col {
  float: left;
}

/*** Footer
----------------------------------------------------------------------*/

#footer {
  font-size: 77%;
}

#footer #fol_us,
#footer #footer_links,
#footer .copyright {
  margin-left: 20px;
}

#footer #fol_us {
  height: 28px;
  margin-top: 30px;
  margin-bottom: 10px;
}

#footer #fol_us li,
#footer #fol_us li a {
  display: block;
  float: left;
  height: 28px;
}

#footer #fol_us li a {
  margin-right: 1em;
  padding-left: 45px;
  background-repeat: no-repeat;
}

#footer #fol_us #fol_us_twt a { background-image: url('/images/bg_fol_us_twt.gif');}
#footer #fol_us #fol_us_fb  a { background-image: url('/images/bg_fol_us_fb.gif'); background-position: 15px 0;}

#footer #fol_us #fol_us_twt a span,
#footer #fol_us #fol_us_fb  a span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

#footer_links {
  line-height: 1.2em;
}

#footer_links strong {
  text-transform: uppercase;
}

/** Individual Pages
----------------------------------------------------------------------*/

/*** Home
----------------------------------------------------------------------*/

#home #page_content {
  height:358px;
  color: #fff;
  background-color: #000;
}

#home .home_steps {
  float: right;
  width: 175px;
  background-color: #fff;
}

#home .home_steps li,
#home .home_steps a {
  display: block;
  width: 175px;
}

#home .home_steps .step_1 {
  margin-bottom: 6px;
}

#home .home_steps .step_1,
#home .home_steps .step_2 a {
  height: 151px;
  padding-top: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 138.5%;
  text-transform: uppercase;
  color: #fff;
  background-image: url('/images/bg_home_steps_tabs.png');
  background-repeat: no-repeat;
}

#home .home_steps .step_1 { background-position: left top; }
#home .home_steps .step_2 a { background-position: left center; }
#home .home_steps .step_2 a:hover {
  text-decoration: none;
  background-position: left bottom;
}

#home .home_steps span {
  display: block;
  width: 121px;
  height: 81px;
  margin: 0 auto 15px;
  text-indent: -5000em;
  background-position: left top;
  background-repeat: no-repeat;
}

#home .home_steps .step_1 span { background-image: url('/images/bg_home_step_1.png');}
#home .home_steps .step_2 span { background-image: url('/images/bg_home_step_2.png');}

#home .home_steps a:hover span { background-position: left bottom; }

#home .home_wrap {
  float: left;
  width: 680px;
  padding: 18px 10px 0 15px;
}

#home #page_content .subscribe_text {
  margin-bottom: 65px;
  font-size: 250%;
  line-height: 1.2em;
  font-weight: bold;
/*  text-transform: uppercase;*/
}

#home #errorExplanation {
  font-size: 146.5%;
  margin: -1.538em 0 0 0;  /* 1.538 is line-height */
  padding: 0;
  color: #d20000;
  text-transform: uppercase;
  font-weight: bold;
}

#home #errorExplanation ul {
  padding: 0;
}

#home #errorExplanation li {
  list-style-type: none;
  margin: 0 0 0 1em;
  padding: 0;
}

#home #errorExplanation h2,
#home #errorExplanation p { display: none; }

#home .tall_inputs_container {
  height: 85px;
}

#home .white_cap_l {
  display: block;
  float: left;
  width: 500px;
  height: 85px;
  padding-left: 5px;
  background: #fff url('/images/bg_white_cap_l.png') no-repeat top left;
}

#home .white_cap_l input.text {
  width: 440px;
  height: 50px;
  padding: 30px 30px 0;
  margin: 0;
  border: 0;
  color: #000000;
  font-weight: bold;
  font-style: normal;
  font-size: 182%;
  font-family: Helvetica, arial, sans-serif;
}

#home .white_cap_l input.text.instructions {
  color: #919191;
  font-weight: normal;
  font-style: italic;
}

#home .sign_up_submit {
  display: block;
  float: left;
  width: 155px;
  height: 85px;
  margin-left: 5px;
  background: #00fab4 url('/images/bn_grn_r_cap.png') no-repeat top right;
  font-size: 161.6%;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

#home #page_content p.terms {
  margin: 0;
  padding-top: 15px;
  padding-left: 15px;
  font-weight: normal;
  font-size: 93%;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  text-transform: none;
  clear: both;
}

#home .terms a {
  color: #fff;
  text-decoration: underline;
}

#home .terms a:hover {
  text-decoration: none;
}

/*** profile form page
----------------------------------------------------------------------*/

#home.profile_form .large_text {
  margin-bottom: .5em;
  font-size: 231%;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}

#home.profile_form .instructions {
  background-color: #fff;
  color: #000;
  padding: 10px 0 0 10px;
  margin-bottom: 10px;
  margin-right: 35px;
  background: #fff url('/images/bg_profile_inst.gif') no-repeat right top;
}

#home.profile_form .instructions p {
  margin-right: 10px;
}

#home.profile_form .instructions .footer {
  height: 3px;
  background: #fff url('/images/bg_profile_inst.gif') no-repeat right bottom;
}

#home.profile_form form li {
  height: 50px;
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}

#home.profile_form form label {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 123.1%;
}

#home.profile_form form input.text,
#home.profile_form form select {
  display: block;
  font-size: 123.1%;
  font-weight: bold;
  width: 197px;
}

#home.profile_form.email_to_friend_form form input.text {
  width: 202px;
}

#home.profile_form form textarea {
  display: block;
  font-size: 123.1%;
  font-weight: bold;
  height: 80px;
  width: 432px;
}

#home.profile_form form li.textarea {
  height: 110px;
}

#home.profile_form form input.text,
#home.profile_form form textarea {
  border: 1px solid black;
  padding-bottom: 2px;
}

#home.profile_form form select {
  border: 1px solid black;
}

#home.profile_form form input.submit {
  width: 197px;
  height: 45px;
  background: #00fab4 url('/images/bn_grn_r_cap_sm.gif') no-repeat right top;
  border: 0;
  font-size: 182%;
  text-transform: uppercase;
  font-weight: bold;
  margin: 4px 0 0 1px;
  cursor: pointer;
}

/*** unsubscribe page
----------------------------------------------------------------------*/

#home .unsubscribe_wrap {
  float: left;
  padding: 18px 10px 0 15px;
  width: 750px;
}

#home .unsubscribe_submit {
  display: block;
  float: left;
  width: 185px;
  height: 85px;
  margin-left: 5px;
  background: #00fab4 url('/images/bn_grn_r_cap.png') no-repeat top right;
  font-size: 161.6%;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

/*** email to friend form page
----------------------------------------------------------------------*/

#home.profile_form.email_to_friend_form #page_content {
  height: auto;
}

#home.profile_form.email_to_friend_form #errorExplanation {
  margin-top: 0em;
}

#home.profile_form.email_to_friend_form .error p.error,
#home.profile_form.email_to_friend_form .error .fieldWithErrors span{
  display: none;
}

/*** Managed Pages: static & issues show pages
----------------------------------------------------------------------*/

.post {
  padding: 15px;
  border-bottom: 10px solid #000;
}

.post h1 {
  margin: 0;
  padding: 0;
  font-size: 189%;
  text-transform: uppercase;
  line-height: 1em;
}

.post .meta .tagline {
  font-style: italic;
  font-size: 108%;
  font-family: Helvetica, arial, sans-serif;
}

.post .meta .date {
  display: block;
  float: right;
  margin-top: 3px;
  font-size: 85%;
  font-family: Helvetica, arial, sans-serif;
}

.post_body {
  margin-top: 1em;
}

.post_body ul,
.post_body ol {
  margin: 1em 0;
  padding-left: 25px;
}

.post_body ul li { list-style-type: disc; }
.post_body ol li { list-style-type: decimal; }

.post .banner_img {
  margin-bottom: 1em;
}

.post a {
  color: #00fab4;
}

#sidebar {
  border-bottom: 10px solid #000;
}

#sidebar .sidebar_item {
  margin-bottom: 6px;
  background: #f5f5f5 url('/images/bg_sdbar_tr.png') no-repeat right top;
}

#sidebar .sidebar_item_content {
  padding: 10px 10px 10px 20px;
}

#sidebar .sidebar_item .footer {
  height: 9px;
  background: #f5f5f5 url('/images/bg_sdbar_br.png') no-repeat right bottom;
}

#sidebar .take_action {
  position: relative; /* for share_links */
  background-color: #00fab4;
  background-image: url('/images/bg_sdbar_grn_tr.png');
}

#sidebar .take_action h3 {
  text-transform: uppercase;
  margin: 6px 0;
}

#sidebar .take_action .footer {
  background-color: #00fab4;
  background-image: url('/images/bg_sdbar_grn_br.png');
}

#sidebar .share_links {
  position: absolute;
  top: 18px;
  right: 10px;
}

#sidebar .share_links li,
#sidebar .share_links a {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  line-height: 0;
}

#sidebar .share_links li {
  margin-right: 12px;
}

#sidebar .share_links a {
  background: url('/images/bg_share_links.png') no-repeat;
}

#sidebar .share_links li.email a        { background-position:   0px   0px; }
#sidebar .share_links li.email a:hover  { background-position:   0px -18px; }
#sidebar .share_links li.twt   a        { background-position: -30px   0px; }
#sidebar .share_links li.twt   a:hover  { background-position: -30px -18px; }
#sidebar .share_links li.fb    a        { background-position: -60px   0px; }
#sidebar .share_links li.fb    a:hover  { background-position: -60px -18px; }
#sidebar .share_links li.delic a        { background-position: -90px   0px; }
#sidebar .share_links li.delic a:hover  { background-position: -90px -18px; }

#sidebar .cta_link {
  display: block;
  height: 37px;
  margin-right: 10px;
  line-height: 37px;
  text-align: center;
  font-weight: bold;
  font-size: 189%;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
}

#sidebar .cta_link:hover {
  text-decoration: none;
}

#sidebar .subscribe_text {
  font-size: 189%;
  font-weight: bold;
  line-height: 1.2em;
}

#sidebar input.text {
  border: 0;
  width: 254px;
  height: 24px;
  padding: 12px 12px 0;
  background-color: #fff;
  font-size: 108%;
  font-family: Helvetica, arial, sans-serif;
  font-weight: bold;
}

#sidebar input.text.instructions {
  font-weight: normal;
  font-style: italic;
  color: #919191;
}

#sidebar .sign_up_submit {
  width: 278px;
  height: 36px;
  margin: 30px 0 10px;
  border: none;
  text-transform: uppercase;
  font-size: 189%;
  font-weight: bold;
  background: #00fab4 url('/images/bn_sdbar_subscribe.png') no-repeat center center;
  color: #000;
  cursor: pointer;
}

#sidebar .terms {
  font-size: 93%;
  font-family: Helvetica, arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #919191;
}

#sidebar .terms a {
  color: #919191;
  text-decoration: underline;
}

#sidebar .terms a:hover {
  text-decoration: none;
}

#sidebar h4 {
  color: #a1a1a1;
  font-size: 93%;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 4px;
}

/*** Issues Index Page
----------------------------------------------------------------------*/

.issues_index .posts {
  position: relative;
  border-bottom: 10px solid #000;
}

.issues_index .post {
  margin-bottom: 6px;
  background-color: #f5f5f5;
  border-bottom: 0;
}

.issues_index h1 a {
  color: #000;
  text-decoration: underline;
}

.issues_index h1 a:hover {
  text-decoration: none;
}

.issues_index .post_body {
  text-align: center;
}

.issues_index .post_body a img {
  border: 1px solid #f5f5f5;
}

.issues_index .post_body a:hover img {
  border: 1px solid #000000;
}

.issue_index_nav a {
  position: absolute;
  width: 150px;
  height: 124px;
  background: url('/images/bg_issue_index_nav.png') no-repeat;
  top: 110px;
  text-indent: -5000em;
}

.issue_index_nav li.prev a                { background-position: left  top; left: 0; }
.issue_index_nav li.next a                { background-position: right top; right: 0; }
.issue_index_nav li.prev a:hover          { background-position: left  bottom; }
.issue_index_nav li.next a:hover          { background-position: right bottom; }
.issue_index_nav li.next a.inactive:hover { background-position: right top; cursor: default; }
.issue_index_nav li.prev a.inactive:hover { background-position: left  top; cursor: default; }

.issues_index .loading {
  position: absolute;
  width: 250px;
  text-transform: uppercase;
  font-size: 231%;
  line-height: 3em;
  top: 80px;
  left: 137px;
  font-weight: bold;
  background: #ffffff;
  border-top: 10px solid black;
  border-bottom: 10px solid black;
  text-align: center;
}

.issues_index .loading p {
  margin-bottom: 0;
}

/*** session pages
----------------------------------------------------------------------*/

#session #page_content {
  background-color: #000;
  color: #fff;
}

#session #page_content h1 {
  padding: 0 30px;
  font-size: 231%;
  font-weight: bold;
  text-transform: uppercase;
}

#session #page_content .sign {
  padding: 0 30px 30px;
}

#session #page_content .std_form li{
  padding: 0;
}

#session #page_content label {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 123.1%;
}

#session #page_content a {
  color: #fff;
  text-decoration: underline;
}

#session #page_content a:hover {
  text-decoration: none;
}