html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font: 13px/20px sans-serif;
  *font-size: small;
  color: #444444;
  font-family: "Helvetica Neue", Arial, sans-serif;
  min-width: 940px; }

h1 {
  line-height: 40px;
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: normal; }

h2 {
  line-height: 40px;
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: normal; }

h3 {
  line-height: 40px;
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  font-weight: normal; }

h4 {
  font-size: 15px;
  font-weight: normal;
  color: #373737; }
  h4 a {
    text-decoration: none; }
    h4 a:hover {
      text-decoration: underline; }

h5 {
  font-size: 15px;
  font-weight: normal; }

h6 {
  font-size: 13px;
  font-weight: normal;
  color: #373737; }

p {
  margin: 0 0 20px 0 !important;
  font-size: 13px; }

a {
  color: #2b95c8; }
  a:hover {
    text-decoration: none; }
    a:hover img {
      border: 2px solid #939393 !important;
      padding: 3px !important; }

img.right {
  margin: 0 0 20px 20px; }
img.left {
  margin: 0 20px 20px 0; }

table {
  margin: 0 0 20px 0; }

input[type="text"], input[type="password"] {
  width: 288px;
  height: 32px;
  padding: 3px 0 3px 10px;
  border: 1px solid #d8d8d8;
  margin: 0 0 20px 0;
  color: #5f5f5f;
  background: white;
  background: url("../images/bg_fallback_input.gif") repeat-x top left;
  background: -moz-linear-gradient(top, #f0f0f0, white);
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(white)); }
input[type="text"]:focus, input[type="password"]:focus {
  width: 286px;
  height: 30px;
  padding: 3px 0 3px 10px;
  border: 2px solid #939393;
  background: white; }

textarea {
  width: 280px;
  height: 100px;
  padding: 9px;
  border: 1px solid #d8d8d8;
  margin: 0 0 20px 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  color: #5f5f5f;
  background: white;
  background: url("../images/bg_fallback_input.gif") repeat-x top left;
  background: -moz-linear-gradient(top, #f0f0f0, white);
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(white)); }
  textarea:focus {
    width: 278px;
    height: 98px;
    padding: 9px;
    border: 2px solid #939393;
    background: white; }

button {
  padding: 5px 15px 6px 15px;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  color: white;
  text-shadow: -1px -1px 0 #939393;
  background: #3a3a3a;
  background: url("../images/bg_fallback_button.gif") repeat-x center left;
  background: -moz-linear-gradient(top, #a9a9a9, #7d7d7d 50%, #656565 50%, #3a3a3a);
  background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), color-stop(50%, #7d7d7d), color-stop(50%, #656565), to(#3a3a3a)); }
  button:hover {
    background: #3a3a3a;
    background: url("../images/bg_fallback_button.gif") repeat-x center left;
    background: -moz-linear-gradient(top, #a9a9a9, #3a3a3a);
    background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#3a3a3a)); }
  button:active {
    background: #2eb72b;
    background: url("../images/bg_fallback_button.gif") repeat-x center left;
    background: -moz-linear-gradient(top, #3a3a3a, #a9a9a9);
    background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#a9a9a9)); }

select {
  width: 300px;
  height: 40px;
  padding: 5px 5px 5px 10px;
  border: 1px solid #d8d8d8;
  margin: 0 0 20px 0;
  color: #5f5f5f;
  background: white;
  background: -moz-linear-gradient(top, #f0f0f0, white);
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(white)); }

option {
  padding: 5px 0; }

address {
  margin: 10px 0 20px 0; }

abbr {
  cursor: help;
  border-bottom: 1px dotted #373737; }

#aside_medium {
  width: 300px; }

#aside_small {
  width: 220px; }

.box_full_width {
  width: 100%; }

.box_extra_wide {
  width: 680px; }

.box_wide {
  float: left;
  width: 460px; }

.box_medium {
  float: left;
  width: 300px; }

.box_small {
  float: left;
  width: 220px; }

.box_extra_small {
  float: left;
  width: 140px; }

.left {
  float: left; }

.right {
  float: right; }

.separator_t {
  margin: 10px 0 0 0; }

.separator_r {
  margin: 0 20px 0 0; }

.separator_x {
  margin: 0 0 0 0; }

.separator_b {
  margin: 0 0 20px 0; }

.separator_rb {
  margin: 0 20px 20px 0; }

.clear {
  clear: both; }

.create, .call_to_action {
  display: block;
  float: left;
  padding: 8px 25px 12px 25px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 5px 0;
  cursor: pointer;
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-decoration: none; }

#submit {
  position: relative !important; }

.generic_table {
  border-left: 1px solid #d8d8d8; }
  .generic_table th {
    padding: 10px 10px 10px 10px;
    border-top: 5px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-weight: bold;
    background: #ebebeb; }
  .generic_table td {
    padding: 10px 10px 10px 10px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8; }

.highlight {
  font-style: normal;
  background: #ffff91; }

.pullquote_left {
  float: left;
  width: 300px;
  margin: 0 20px 20px 0;
  line-height: 30px;
  font-size: 21px; }

.pullquote_right {
  float: right;
  width: 300px;
  margin: 0 0 20px 20px;
  line-height: 30px;
  font-size: 21px; }

.pullquote_left:before, .pullquote_right:before {
  content: open-quote; }

.pullquote_left:after, .pullquote_right:after {
  content: close-quote; }

.inner_img {
  padding: 4px;
  border: 1px solid #d8d8d8; }

.error {
  padding: 9px 19px;
  border: 1px solid #cd2e2e;
  margin: 20px 0;
  color: #791c1c;
  font-weight: bold;
  background: #e8a2a4; }

.confirmation {
  width: 560px;
  padding: 9px 19px;
  border: 1px solid #37cb30;
  margin: 10px 0;
  color: #1b7a37;
  font-weight: bold;
  background: #a4e9a0; }

#header_wrap, #newswire_header_wrap {
  background: black; }

#newswire_header_wrap {
  border-bottom: 5px solid black;
  margin-bottom: 20px; }

#header, #newswire_header {
  width: 940px;
  height: 50px;
  padding: 0;
  margin: 0 auto; }

#logo {
  float: left;
  font-weight: bold;
  margin-top: 8px; }
  #logo a {
    display: block;
    width: 193px;
    height: 35px;
    text-indent: -9000px; }

a#logo {
  display: block;
  width: 160px;
  height: 50px;
  text-indent: -9000px; }

#nav {
  float: right;
  margin: 12px 0 0; }
  #nav li {
    float: left;
    margin: 0 0 0 20px; }
    #nav li a {
      color: white;
      display: block;
      font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      text-decoration: none;
      padding: 2px 5px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      #nav li a:hover, #nav li a.active {
        background: white;
        color: black; }

#pitch {
  position: relative;
  width: 940px;
  padding: 50px 0 0 0;
  margin: 0 auto;
  color: white; }

#intro {
  float: left;
  width: 460px;
  margin: 0 0 60px 0; }
  #intro h1 {
    margin: 0 0 15px 0; }

#video_tour {
  float: left;
  margin: 20px 0 0 15px;
  font-size: 13px; }
  #video_tour a {
    padding: 2px 25px 2px 0;
    color: white;
    background: url("../images/watch_video.png") no-repeat center right; }

#addendum_wrap {
  border-bottom: 2px solid #d8d8d8;
  background: white;
  background: url("../images/bg_fallback_addendum.gif") repeat-x bottom left;
  background: -moz-linear-gradient(top, white, #ebebeb);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ebebeb)); }

#addendum {
  width: 940px;
  padding: 20px 0 20px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  color: #5f5f5f; }

#callout img {
  float: right;
  padding: 4px;
  border: 1px solid #d8d8d8;
  margin: 15px 20px 10px 20px;
  background: white; }
#callout p {
  margin: 0; }

#testimonials blockquote {
  display: block;
  float: left;
  width: 220px; }
#testimonials cite {
  display: block;
  margin: 5px 0 0 0;
  font-style: italic;
  color: #373737;
  text-align: right; }
  #testimonials cite img {
    vertical-align: middle;
    margin: 0 0 0 10px; }

#content_wrap {
  background: white; }

#content {
  width: 940px;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 13px;
  color: #5f5f5f;
  min-height: 445px; }

.feature img {
  float: left;
  margin: 10px 0 0 0; }
.feature h3 {
  margin: 0 0 0 80px; }
.feature p {
  margin: 0 0 20px 80px !important; }

#blurb {
  margin-left: 80px;
  clear: both;
  padding: 20px 0 0 0;
  line-height: 30px;
  font-style: italic;
  color: #373737; }
  #blurb p {
    font-size: 18px; }
  #blurb a {
    padding: 0 0 2px 0;
    text-decoration: none; }
    #blurb a:hover {
      border: none; }

#latest_posts ol {
  margin: 0 0 10px 0; }
  #latest_posts ol li {
    padding: 0 0 9px 0;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 0 10px 0; }
    #latest_posts ol li a {
      font-size: 15px;
      font-weight: bold;
      color: #5f5f5f;
      text-decoration: none; }
      #latest_posts ol li a:hover {
        color: #373737; }
    #latest_posts ol li p {
      margin: 0; }

#newsletter p {
  margin: 0; }
#newsletter form {
  position: relative;
  margin: 10px 0 0 0; }

#footer_wrap {
  border-top: 2px solid #d8d8d8;
  color: #5f5f5f;
  background: #ebebeb; }

#footer {
  width: 940px;
  padding: 28px 0 30px 0;
  margin: 0 auto;
  font-size: 13px; }

#nav_footer, #nav_policies {
  overflow: hidden;
  margin: 0 0 10px 0; }

#nav_footer li, #nav_policies li {
  float: left;
  padding: 0 10px; }

#nav_footer li:first-of-type, #nav_policies li:first-of-type {
  padding: 0 10px 0 0; }

#nav_footer li a {
  color: #5f5f5f; }
  #nav_footer li a:hover {
    text-decoration: none; }

#nav_policies li a {
  font-size: 11px;
  color: #939393; }
  #nav_policies li a:hover {
    text-decoration: none; }

#timestamp {
  margin: 10px 0 0 0;
  font-size: 11px;
  color: #939393; }

#copyright {
  margin: 0 0 10px 0;
  font-size: 11px;
  color: #939393; }

#social_info ul li {
  margin: 0 0 10px 0; }

#twitter {
  padding: 0 0 0 25px;
  background: url("../images/icon_social_01.png") no-repeat top left; }
  #twitter a {
    color: #4776ae;
    text-decoration: none; }

#facebook {
  padding: 0 0 0 25px;
  background: url("../images/icon_social_02.png") no-repeat top left; }
  #facebook a {
    color: #4776ae;
    text-decoration: none; }

#rss {
  padding: 0 0 0 25px;
  background: url("../images/icon_social_03.png") no-repeat top left; }
  #rss a {
    color: #4776ae;
    text-decoration: none; }

#link {
  padding: 0 0 0 25px;
  background: url("../images/icon_social_04.png") no-repeat top left; }
  #link a {
    color: #4776ae;
    text-decoration: none; }

#contact_info h5 {
  margin: 0 0 10px 0; }
#contact_info a {
  color: #5f5f5f; }

#page_title {
  overflow: hidden;
  position: relative;
  width: 940px;
  padding: 20px 0 25px 0;
  margin: 0 auto;
  color: white; }
  #page_title h3 {
    float: left;
    margin: 5px 0;
    color: white; }
  #page_title .call_to_action {
    float: right;
    margin: 0; }

#main_content_extra_wide {
  width: 680px; }

#main_content_wide {
  width: 620px; }

#main_content_wide_wpadding {
  width: 600px;
  padding: 0 20px 0 0; }

#main_content_full_width h1, #main_content_extra_wide h1, #main_content_wide h1, #main_content_wide_wpadding h1 {
  margin: 10px 0; }

.subheading {
  margin: 20px 0 20px 0;
  font-size: 15px;
  color: #373737; }

#new_subscription label, #new_user label, #account label, #leave_comment label, #login label, #feedback label {
  display: block;
  float: left;
  width: 140px;
  margin: 0 20px 0 0;
  line-height: 40px;
  font-size: 15px;
  text-align: right; }

#new_user li p.inline-hints {
  float: right;
  position: relative;
  left: -155px;
  text-align: left; }

#new_user li.error p.inline-hints {
  left: -110px; }

#new_user li.error p.inline-errors.i, #new_subscription li.error p.inline-errors {
  margin: 0 0 0 165px !important; }

.credit-card {
  margin: 0 0 0 155px; }

fieldset.inputs ol li#subscription_order_period_input fieldset {
  border: 0px; }
fieldset.inputs ol li#subscription_card_expires_on_input fieldset {
  border: 0px; }

fieldset.inputs ol li fieldset legend.label label {
  display: none !important;
  height: 0px !important; }

#subscription_card_expires_on_input {
  margin-top: -60px; }

#new_subscription p.inline-hints {
  float: right;
  display: block;
  margin: 0 50px 0 0px !important; }
#new_subscription .error {
  width: 680px; }

li#subscription_order_period_input ol {
  display: block;
  background: #cccccc;
  margin: 0 0 10px 130px;
  overflow: hidden; }
  li#subscription_order_period_input ol li {
    float: left; }
    li#subscription_order_period_input ol li label {
      width: 180px; }

#feature_list {
  margin: 10px 0 0 0;
  padding: 60px 0;
  background: #ebebeb;
  background: url("../images/bg_fallback_aside_left.gif") repeat-y top left;
  background: -moz-linear-gradient(left, white, #ebebeb);
  background: -webkit-gradient(linear, left top, right top, from(white), to(#ebebeb)); }
  #feature_list li a {
    display: block;
    padding: 15px 20px 15px 0;
    font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    color: #373737;
    text-align: right;
    text-decoration: none; }
    #feature_list li a:hover {
      background: white; }
    #feature_list li a.feature_current {
      padding: 14px 20px 14px 0 !important;
      border-top: 1px solid #d8d8d8;
      border-bottom: 1px solid #d8d8d8;
      background: white; }

img.feature_img {
  margin: 10px 0 20px 20px; }

#masthead {
  text-align: center; }
  #masthead .subheading {
    width: 620px;
    margin: 20px auto 20px auto !important; }

.plan {
  width: 250px !important;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: #ebebeb; }
  .plan h3 {
    font-weight: bold; }

.best_plan h3 {
  font-weight: bold; }

.plan em, .best_plan em {
  font-weight: bold;
  font-style: normal;
  color: #373737; }

.plan ul, .best_plan ul {
  margin: 0 0 25px 0; }

.plan .call_to_action {
  float: none;
  border: 5px solid #d8d8d8; }

.best_plan {
  width: 180px !important;
  padding: 30px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  color: white; }
  .best_plan h3, .best_plan em, .best_plan ul {
    color: white; }
  .best_plan .call_to_action {
    float: none; }

#additional_info {
  clear: both; }

#account fieldset, #new_user fieldset, #new_subscription fieldset {
  padding: 25px 0 0 0;
  border-top: 5px solid #ebebeb;
  margin: 40px 0 0 0; }
#account h3, #new_user h3, #new_subscription h3 {
  margin: 0 0 20px 0;
  color: #373737; }
  #account h3 span, #new_user h3 span, #new_subscription h3 span {
    display: block;
    float: left;
    width: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    margin: 0 20px 0 0;
    color: white;
    text-align: center; }
#account li:last-of-type, #new_user li:last-of-type, #new_subscription li:last-of-type {
  margin: 0 0 -10px 0; }

.terms {
  margin: 10px 0 20px 0; }

#new_user .create, #new_subscription .create, #account .call_to_action, #account .create {
  border: 5px solid #d8d8d8;
  margin: 5px 0 25px 0; }

.post_excerpt {
  padding: 0 0 19px 0;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 30px 0; }

#main_content_wide_wpadding .post_excerpt h2 {
  margin: 10px 0 0 0;
  font-size: 36px;
  text-decoration: none; }
  #main_content_wide_wpadding .post_excerpt h2 a {
    margin: 10px 0 0 0;
    font-size: 36px;
    text-decoration: none; }
#main_content_wide_wpadding #post h1 {
  margin: 10px 0 0 0;
  font-size: 36px;
  text-decoration: none; }

.post_meta {
  color: #939393; }

.post_excerpt img, #post img {
  padding: 4px;
  border: 1px solid #d8d8d8; }

.post_links {
  overflow: hidden;
  margin: -10px 0 0 0; }

.more {
  float: left;
  margin: 0 30px 0 0; }
  .more a {
    margin: 0 0 0 5px;
    font-weight: bold; }

.goto_comments {
  float: left;
  padding: 0 0 0 25px;
  background: url("../images/comments.gif") no-repeat top left; }

#pagination {
  overflow: hidden;
  padding: 20px 0; }
  #pagination ol {
    float: right; }
    #pagination ol li {
      display: block;
      float: left;
      margin: 0 0 0 10px; }
      #pagination ol li:hover {
        background: #ebebeb; }
  #pagination .suspension, #pagination .current_blogPage {
    border: 1px solid white; }
  #pagination ol li a {
    display: block;
    float: left;
    padding: 9px;
    border: 1px solid #d8d8d8;
    text-decoration: none; }

#search form {
  position: relative; }

#categories li, #archives li {
  padding: 10px 0 9px 0;
  border-bottom: 1px solid #d8d8d8; }

#categories li a, #archives li a {
  color: #5f5f5f;
  text-decoration: none; }

#categories li a:hover, #archives li a:hover {
  color: #373737; }

#post {
  margin: 0 0 40px 0; }

#comments, #leave_comment {
  border-top: 5px solid #ebebeb; }

#comments {
  margin: 0 0 40px 0; }
  #comments h3 {
    padding: 5px 0 0 0;
    margin: 0 0 10px 0; }

#leave_comment h3 {
  padding: 5px 0 0 0;
  margin: 0 0 10px 0; }

.comment {
  padding: 19px 0 0 0;
  border-top: 1px solid #ebebeb; }
  .comment p.author {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: #5f5f5f;
    text-decoration: none; }
    .comment p.author a {
      color: #5f5f5f;
      text-decoration: none; }

p.author a:hover {
  color: #373737; }

.comment .timestamp {
  margin: 0;
  font-size: 11px;
  color: #939393; }
.comment p {
  margin: 0 0 20px 80px; }
.comment .comment {
  margin: 0 0 0 80px; }

#leave_comment fieldset {
  border-top: 1px solid #d8d8d8;
  padding: 29px 0 0 0; }
#leave_comment li span {
  margin: 0 0 0 10px;
  color: #939393; }

.remember {
  margin: 20px 0 30px 160px; }
  .remember input[type="checkbox"] {
    float: left; }

#leave_comment .call_to_action {
  margin: 5px 0 25px 160px;
  border: 5px solid #d8d8d8; }

#feedback {
  margin: 30px 0 0 0; }
  #feedback li span {
    margin: 0 0 0 10px;
    color: #939393; }
  #feedback li label span {
    color: #5f5f5f; }

.input_error {
  width: 288px !important;
  height: 32px !important;
  border: 1px solid #cd2e2e !important;
  color: #791c1c !important;
  background: #e8a2a4 !important; }

textarea.input_error {
  width: 280px !important;
  height: 100px !important;
  padding: 9px !important; }

#feedback .call_to_action {
  border: 5px solid #d8d8d8;
  margin: 5px 0 25px 160px; }

#contact_address img {
  padding: 4px;
  border: 1px solid #d8d8d8; }

#login {
  margin: 30px 0 0 0; }
  #login .remember {
    margin: 0 0 20px 160px !important; }
    #login .remember span {
      margin: 0 0 0 40px; }
  #login .call_to_action {
    border: 5px solid #d8d8d8;
    margin: 5px 0 15px 160px; }

.project {
  padding: 20px 0 0 0; }
  .project img {
    padding: 4px;
    border: 1px solid #d8d8d8; }
  .project h3 {
    margin: 10px 0 0 0; }

.questions {
  margin: 0 0 20px 0; }
  .questions li {
    margin: 0 0 10px 0; }
    .questions li a {
      margin: 0 0 0 10px;
      font-size: 15px;
      font-weight: bold;
      color: #5f5f5f;
      text-decoration: none; }
      .questions li a:hover {
        color: #373737; }

#flash, .notice {
  display: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 4px 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.28, #ffe070), color-stop(0.5, #ffd013), color-stop(1, #ffe070));
  background-image: -moz-linear-gradient(center bottom, #ffe070 28%, #ffd013 50%, #ffe070 100%);
  -moz-box-shadow: 0 0 5px #888888;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
  text-transform: uppercase;
  text-align: center; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ul, ol, li, fieldset, form, label, legend, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

img, textarea {
  vertical-align: bottom; }

ul, ol {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

:focus {
  outline: 0; }

h3, h5 {
  color: #2b95c8; }

.create, .call_to_action {
  border: 5px solid white;
  text-shadow: -1px -1px 0 #6dba42;
  background: #2eb72b;
  background: url("../images/bg_fallback_cta_green.gif") repeat-x center left;
  background: -moz-linear-gradient(top, #a9e058, #77d94a 50%, #55c336 50%, #2eb72b);
  background: -webkit-gradient(linear, left top, left bottom, from(#a9e058), color-stop(50%, #77d94a), color-stop(50%, #55c336), to(#2eb72b));
  -webkit-background-clip: padding-box; }
  .create:hover, .call_to_action:hover {
    background: #2eb72b;
    background: url("../images/bg_fallback_cta_green.gif") repeat-x center left;
    background: -moz-linear-gradient(top, #a9e058, #2eb72b);
    background: -webkit-gradient(linear, left top, left bottom, from(#a9e058), to(#2eb72b));
    -webkit-background-clip: padding-box; }
  .create:active, .call_to_action:active {
    background: #2eb72b;
    background: url("../images/bg_fallback_cta_green.gif") repeat-x center left;
    background: -moz-linear-gradient(top, #2eb72b, #a9e058);
    background: -webkit-gradient(linear, left top, left bottom, from(#2eb72b), to(#a9e058));
    -webkit-background-clip: padding-box; }

#logo a, a#logo {
  background: url("/images/logo_small-white.png") no-repeat top left; }

#pitch_wrap {
  border-top: 5px solid black;
  background: #333333 url("../images/bg_gradient_map7.png") no-repeat top center; }

#slider {
  -moz-box-shadow: 0 0 20px black;
  -webkit-box-shadow: 0 0 20px black;
  box-shadow: 0 0 20px black; }

.slider_controls li a {
  background: url("../images/slider_controls_black.png") no-repeat top left; }

#blurb a {
  border-bottom: 1px solid #2eb72b;
  color: #2eb72b; }

#page_title_wrap {
  border-top: 5px solid black;
  background: #666666 url("../images/bg_gradient_map.jpg") no-repeat top; }

#main_content_full_width h1, #main_content_extra_wide h1, #main_content_wide h1, #main_content_wide_wpadding h1 {
  color: #2b95c8; }

.best_plan {
  background: #2b95c8; }

#account h3 span, #new_user h3 span {
  background: #2b95c8;
  background: -moz-linear-gradient(top, #2b95c8, #2378a1);
  background: -webkit-gradient(linear, left top, right bottom, from(#2b95c8), to(#2378a1)); }

#main_content_wide_wpadding .post_excerpt h2 {
  color: #2b95c8; }
  #main_content_wide_wpadding .post_excerpt h2 a {
    color: #2b95c8; }
#main_content_wide_wpadding #post h1 {
  color: #2b95c8; }
#main_content_wide_wpadding .post_excerpt h2 a:hover {
  color: #2378a1; }

.more {
  color: #2eb72b; }
  .more a {
    color: #2eb72b; }

.generic_table th:hover, .generic_table td:hover {
  color: white;
  background-color: #2b95c8; }

#header {
  z-index: 100; }

.clear, .ie7_sliderFix {
  height: 0; }

input[type="text"] {
  height: 26px;
  padding: 9px 0 3px 10px; }

.comment {
  display: inline-block; }

.button-grey {
  background: #f5f5f5;
  border: 1px solid #efefef;
  color: #444444;
  font-size: 11px;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .button-grey:hover {
    background: #5e5e5f;
    border-color: #5e5e5f;
    color: white; }

.button-blue {
  background: #629df5;
  border: 1px solid #4788e4;
  color: white;
  font-size: 12px; }

#slider {
  position: absolute;
  right: 0;
  bottom: 30px; }

.slider_images {
  overflow: hidden;
  position: relative;
  height: 280px; }

.slider_controls {
  position: absolute;
  z-index: 50;
  bottom: -10px;
  right: 165px; }
  .slider_controls li {
    float: left;
    margin: 0 0 0 10px; }
    .slider_controls li a {
      display: block;
      overflow: hidden;
      width: 15px;
      height: 15px;
      text-indent: -9000px; }
    .slider_controls li.current a {
      background-position: 0 -15px; }

#lightbox {
  background-color: white;
  padding: 10px; }

#lightboxDetails {
  font-size: 0.8em;
  padding-top: 0.4em; }

#lightboxCaption {
  float: left; }

#keyboardMsg {
  float: right; }

#closeButton {
  top: 5px;
  right: 5px; }

#lightbox img {
  padding: 0 !important;
  border: none !important;
  clear: both; }

#overlay {
  background-image: url("../images/overlay.png"); }
  #overlay img {
    border: none; }

* html #overlay {
  background-color: #333333;
  background-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale"); }

.element_type_title {
  padding: 10px 0 9px 0;
  border-top: 5px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin: 40px 0 20px 0; }

.push {
  margin: 0 20px; }

.list_blue, .list_black, .list_green, .list_yellow, .list_teal, .list_cherry {
  margin: 0 0 20px; }

.list_blue li {
  padding: 0 0 0 15px;
  background: url("../images/bullet_blue.png") no-repeat top left; }

.list_black li {
  padding: 0 0 0 15px;
  background: url("../images/bullet_black.png") no-repeat top left; }

.list_green li {
  padding: 0 0 0 15px;
  background: url("../images/bullet_green.png") no-repeat top left; }

.list_yellow li {
  padding: 0 0 0 15px;
  background: url("../images/bullet_yellow.png") no-repeat top left; }

.list_teal li {
  padding: 0 0 0 15px;
  background: url("../images/bullet_teal.png") no-repeat top left; }

.list_cherry li {
  padding: 0 0 0 15px;
  background: url("../images/bullet_cherry.png") no-repeat top left; }

.button_large_orange, .button_large_green, .button_large_yellow, .button_large_brown, .button_large_black {
  margin: 0 20px; }

.button_large_orange {
  border: 5px solid #ebebeb !important;
  text-shadow: -1px -1px 0 #cf7815 !important;
  background: #c7480c !important;
  background: url("../images/bg_fallback_cta_orange.gif") repeat-x center left !important;
  background: -moz-linear-gradient(top, #fca11c, #ec8317 50%, #e15f10 50%, #c7480c) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#fca11c), color-stop(50%, #ec8317), color-stop(50%, #e15f10), to(#c7480c)) !important;
  -webkit-background-clip: padding-box !important;
  /* fix for Chrome anti-aliasing issue */ }
  .button_large_orange:hover {
    background: #c7480c !important;
    background: url("../images/bg_fallback_cta_orange.gif") repeat-x center left !important;
    background: -moz-linear-gradient(top, #fca11c, #c7480c) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#fca11c), to(#c7480c)) !important;
    -webkit-background-clip: padding-box !important;
    /* fix for Chrome anti-aliasing issue */ }
  .button_large_orange:active {
    background: #c7480c !important;
    background: url("../images/bg_fallback_cta_orange.gif") repeat-x center left !important;
    background: -moz-linear-gradient(top, #c7480c, #fca11c) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#c7480c), to(#fca11c)) !important;
    -webkit-background-clip: padding-box !important;
    /* fix for Chrome anti-aliasing issue */ }

.button_large_green {
  border: 5px solid #ebebeb !important;
  text-shadow: -1px -1px 0 #6dba42 !important;
  background: #2eb72b !important;
  background: url("../images/bg_fallback_cta_green.gif") repeat-x center left !important;
  background: -moz-linear-gradient(top, #a9e058, #77d94a 50%, #55c336 50%, #2eb72b) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#a9e058), color-stop(50%, #77d94a), color-stop(50%, #55c336), to(#2eb72b)) !important;
  -webkit-background-clip: padding-box !important;
  /* fix for Chrome anti-aliasing issue */ }
  .button_large_green:hover {
    background: #2eb72b !important;
    background: url("../images/bg_fallback_cta_green.gif") repeat-x center left !important;
    background: -moz-linear-gradient(top, #a9e058, #2eb72b) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#a9e058), to(#2eb72b)) !important;
    -webkit-background-clip: padding-box !important;
    /* fix for Chrome anti-aliasing issue */ }
  .button_large_green:active {
    background: #2eb72b !important;
    background: url("../images/bg_fallback_cta_green.gif") repeat-x center left !important;
    background: -moz-linear-gradient(top, #2eb72b, #a9e058) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#2eb72b), to(#a9e058)) !important;
    -webkit-background-clip: padding-box !important;
    /* fix for Chrome anti-aliasing issue */ }

.button_large_yellow {
  border: 5px solid #ebebeb !important;
  text-shadow: -1px -1px 0 #ca9e0e !important;
  background: #df5a0b !important;
  background: url("../images/bg_fallback_cta_yellow.gif") repeat-x center left !important;
  background: -moz-linear-gradient(top, #ebc810, #ebaf10 50%, #df810b 50%, #df5a0b) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebc810), color-stop(50%, #ebaf10), color-stop(50%, #df810b), to(#df5a0b)) !important;
  -webkit-background-clip: padding-box !important;
  /* fix for Chrome anti-aliasing issue */ }
  .button_large_yellow:hover {
    background: #27876c !important;
    background: url("../images/bg_fallback_cta_black.gif") repeat-x center left !important;
    background: -moz-linear-gradient(top, #ebc810, #df5a0b) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ebc810), to(#df5a0b)) !important;
    -webkit-background-clip: padding-box !important;
    /* fix for Chrome anti-aliasing issue */ }
  .button_large_yellow:active {
    background: #27876c !important;
    background: url("../images/bg_fallback_cta_black.gif") repeat-x center left !important;
    background: -moz-linear-gradient(top, #df5a0b, #ebc810) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#df5a0b), to(#ebc810)) !important;
    -webkit-background-clip: padding-box !important;
    /* fix for Chrome anti-aliasing issue */ }

.button_large_brown {
  border: 5px solid #ebebeb !important;
  text-shadow: -1px -1px 0 #593a2e !important;
  background: #34221b !important;
  background: url("../images/bg_fallback_cta_brown.gif") repeat-x center left !important;
  background: -moz-linear-gradient(top, #794e3e, #613e32 50%, #462e24 50%, #34221b) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#794e3e), color-stop(50%, #613e32), color-stop(50%, #462e24), to(#34221b)) !important;
  -webkit-background-clip: padding-box !important;
  /* fix for Chrome anti-aliasing issue */ }
  .button_large_brown:hover {
    background: #c7480c !important;
    background: url("../images/bg_fallback_cta_brown.gif") repeat-x center left !important;
    background: -moz-linear-gradient(top, #794e3e, #34221b) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#794e3e), to(#34221b)) !important;
    -webkit-background-clip: padding-box !important;
    /* fix for Chrome anti-aliasing issue */ }
  .button_large_brown:active {
    background: #c7480c !important;
    background: url("../images/bg_fallback_cta_brown.gif") repeat-x center left !important;
    background: -moz-linear-gradient(top, #34221b, #794e3e) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#34221b), to(#794e3e)) !important;
    -webkit-background-clip: padding-box !important;
    /* fix for Chrome anti-aliasing issue */ }

.button_large_black {
  border: 5px solid #ebebeb !important;
  text-shadow: -1px -1px 0 black !important;
  background: black !important;
  background: url("../images/bg_fallback_cta_black.gif") repeat-x center left !important;
  background: -moz-linear-gradient(top, #737373, #3a3a3a 50%, #292929 50%, black) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#737373), color-stop(50%, #3a3a3a), color-stop(50%, #292929), to(black) !important);
  -webkit-background-clip: padding-box !important;
  /* fix for Chrome anti-aliasing issue */ }
  .button_large_black:hover {
    background: #c7480c !important;
    background: url("../images/bg_fallback_cta_black.gif") repeat-x center left !important;
    background: -moz-linear-gradient(top, #737373, black) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#737373), to(black)) !important;
    -webkit-background-clip: padding-box !important;
    /* fix for Chrome anti-aliasing issue */ }
  .button_large_black:active {
    background: #c7480c !important;
    background: url("../images/bg_fallback_cta_black.gif") repeat-x center left !important;
    background: -moz-linear-gradient(top, black, #737373) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(#737373)) !important;
    -webkit-background-clip: padding-box !important;
    /* fix for Chrome anti-aliasing issue */ }
