/* @font-face */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/lato/Lato-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url('../fonts/lato/Lato-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('../fonts/lato/Lato-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato/Lato-Regular.ttf') format('truetype');
}

body {
  background-color: #111;
  background-image: url("../images/background.png");
  color: #C3C3C3;
  font-family: sans-serif;
  padding: none;
  margin: 0px;
  height: 100%;
  font: 16px "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-family:'Lato', sans-serif;
}

form {
  margin: 0px;
  padding: 0px;
}

/* text styles */

p {
  line-height: 1.3;
}

blockquote {
  line-height: 1.3;
  padding-left: 30px;
  padding-bottom: 15px;
}

h1{
  margin-bottom: 15px;
  margin-top: 15px;
  color: #fff;
  font-size: 1.875em;
  font-weight:normal;
}

h2{
  margin-top: 20px;
  font-size: 1.375em;
  font-weight:normal;
  color: #fff;
  border-bottom: 1px solid #333;
}

h3{
  margin-top: 20px;
  border-bottom: 1px solid #333;
  font-size: 1.125em;
}

a {
  color: #86D4B1;
}

a.highlight {
  color: #fff;
}

label {
  font-weight: normal;
}

input, textarea {
  font-size:1em;
  font-family:'Lato', sans-serif;
}

/* website structure */

.mediagoblin_body {
  position: relative;
  min-height: 100%;
}

.mediagoblin_header {
  height: 36px;
  padding-top: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
}

a.mediagoblin_logo{
  color: #fff;
  font-weight: bold;
}

.mediagoblin_footer {
  height: 30px;
  border-top: 1px solid #333;
  bottom: 0px;
  padding-top: 8px;
  text-align: center;
  font-size: 0.875em;
}

.mediagoblin_content {
  padding-bottom: 74px;
}

.mediagoblin_header_right {
  float: right;
}

p.promo_paragraph {
  font-weight: bold;
}

ul.feature_bullets li {
  background-position: 0 2px;
  background-repeat: no-repeat;
  list-style-type: none;
  margin-left: 4px;
  padding-bottom: 22px;
  padding-left: 26px;
}

ul.feature_bullets li b {
  color: #FFFFFF;
}

li.play_bullet {
  background-image: url("../images/frontpage_icons/play.png");
}

li.world_bullet {
  background-image: url("../images/frontpage_icons/world.png");
}

li.extensibility_bullet {
  background-image: url("../images/frontpage_icons/extensibility.png");
}

li.freedom_bullet {
  background-image: url("../images/frontpage_icons/freedom.png");
}

li.community_bullet {
  background-image: url("../images/frontpage_icons/community.png");
}

.call_to_action {
  text-align: center;
}

.connector {
  color: #333;
  text-align: center;
  font-size: 3em;
  padding-top: 65px;
}

.blog_image {
  text-align: center;
}

.blog_image a img {
  border: 2px solid #323232;
}

.icon_feed {
  vertical-align: bottom;
  margin-right: 4px;
}

/* centered image or whatever with no bordery pretenses! */
.centered {
  text-align: center;
}

.byline {
  font-size: 90%;
  font-style: italic;
  color: #E6E6E6;
}

.asset-header {
  padding-bottom: 10px;
}

/* tour */

.tour-screenshot {
  text-align: center;
}

.tour-screenshot img {
  border: 8px solid #323232;
  width: 444px;
}

/* logo styles */

.logo_tip {
  margin-bottom: 20px;
}

.logo_light, .logo_dark {
  padding: 30px 50px;
  margin-bottom: 10px;
}

.logo_light {
  background-color: #222;
}

.logo_dark {
  background-color: #ddd;
}

.thanks {
  text-align: center;
  font-style: italic;
  display: block;
  margin-top:30px;
  margin-bottom:30px;
}

/* here be campaign dragons */

.campaign_banner_container {
  background-color: #333;
  border-radius: 3px;
  width: 900px !important;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.campaign_banner_container p {
  font-size: 1.3em;
  color: white;
  padding: -15px 0;
}

.campaign_banner_container p a {
  color: white;
  padding: -15px 0;
  text-decoration: none;
}


.campaign_banner_image {
  border-radius: 12px;
  box-shadow: 0 0 0.3rem 0.3rem #292929;
}

.campaign_slogan {
  margin: 10px 10px -10px;
}


.campaign_counter_container {
  text-align: center;
  margin 20px -10px -10px 0: 
}

.campaign_page_container {
  text-align: center;
  margin: 20px 0;
  background-color: #333;
  border-radius: 3px;
  width: 900px !important;
  padding: 20px;
}

.campaign_page_container p {
  margin: 20px 0 0;
  font-size: 1.3em;
  color: white;
}

.campaign_counter {
  background-color: #423455;
  background-image: linear-gradient(bottom, rgb(66,52,85) 30%, rgb(86,68,111) 65%);
  background-image: -o-linear-gradient(bottom, rgb(66,52,85) 30%, rgb(86,68,111) 65%);
  background-image: -moz-linear-gradient(bottom, rgb(66,52,85) 30%, rgb(86,68,111) 65%);
  background-image: -webkit-linear-gradient(bottom, rgb(66,52,85) 30%, rgb(86,68,111) 65%);
  background-image: -ms-linear-gradient(bottom, rgb(66,52,85) 30%, rgb(86,68,111) 65%);
  border: 2px solid #8770a7;
  border-radius: 12px;
  padding: 4px;
}

.campaign_page_counter {
  background-color: #423455;
  background-image: linear-gradient(bottom, rgb(66,52,85) 30%, rgb(86,68,111) 65%);
  background-image: -o-linear-gradient(bottom, rgb(66,52,85) 30%, rgb(86,68,111) 65%);
  background-image: -moz-linear-gradient(bottom, rgb(66,52,85) 30%, rgb(86,68,111) 65%);
  background-image: -webkit-linear-gradient(bottom, rgb(66,52,85) 30%, rgb(86,68,111) 65%);
  background-image: -ms-linear-gradient(bottom, rgb(66,52,85) 30%, rgb(86,68,111) 65%);
  border: 2px solid #8770a7;
  border-radius: 12px;
  padding: 4px;
}

.campaign_counter_bar {
  width: 0px;
  height: 36px;
  border-radius: 8px;
  background-image: url("../images/campaign/stripes.png");
}

.campaign_counter p {
  position: absolute;
  top: 9px;
  width: 750px;
  color: white;
  text-shadow: 1px 1px 0 #423455, -1px 1px 0 #423455, -1px -1px 0 #423455, 1px -1px 0 #423455, 0 1px 0 #423455, 1px 0 0 #423455, 0 -1px 0 #423455, -1px 0 0 #423455;
}

.campaign_page_counter p {
  position: absolute;
  top: 9px;
  width: 888px;
  color: white;
  text-shadow: 1px 1px 0 #423455, -1px 1px 0 #423455, -1px -1px 0 #423455, 1px -1px 0 #423455, 0 1px 0 #423455, 1px 0 0 #423455, 0 -1px 0 #423455, -1px 0 0 #423455;
}

.campaign_donate {
  text-decoration: none;
  background-color: #86D4B1;
  color: #283f35;
  border-radius: 3px;
  padding: 8px 12px;
  margin-left: 10px;
}

.campaign_donate img {
  margin: 0 6px 5px 0;
}

.campaign_rewards {
  border: 1px solid #333;
  border-radius: 3px;
  width: 358px !important;
  padding: 0 20px;
  top: -215px;
  left: 70px;
}

p.campaign_stickers {
  background-color: #333;
  border-radius: 3px;
  padding: 10px;
  text-align: left;
  margin-bottom: 32px;
}

img.campaign_stickers {
  float: left;
  position: relative;
  top: -20px;
  left: -10px;
}

img.campaign_icon {
  margin-top: 8px;
  margin-left: 4px;
}

.icon_description {
  width: 298px !important;
  margin-bottom: 12px;
}

.icon_description p {
  margin-bottom: 8px;
}

.icon_description img {
  margin-left: 4px;
}

.icon_description b {
  color: #dadada;
}


.no_html5 {
  background: black;
  color: white;
  text-align: center;
  height: 190px;
  padding: 150px 10px 20px 10px;
}

.campaign_link_link {
  display: inline;
  background-color: #86D4B1;
  color: #111;
  padding: 8px 12px;
  text-decoration: none;
}

.campaign_link img {
  display: block;
  margin-left: 450px;
}

.campaign_link {
  display: inline;
  position: relative;
  top: -100px;
}

.campaign_rewards a {
  text-decoration: none;
  color: #C3C3C3;
}

.campaign_banner {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  border-radius: 3px;
}

.campaign_unlock_characters {
  max-width: 100%;
  left: 4px;
}

.campaign_levels_head {
  text-align: center;
  background: #373737;
  border: 4px solid #676767;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
  padding: 5px 20px;
  font-size: 1.2em;
  margin-top: 10px;
}

.campaign_levels_head a {
  text-decoration: none;
  color: #eaeaea;
}

.campaign_levels_box {
  border: 4px solid #676767;
  padding: 10px 20px 0;
  background: #272727;
  border-radius: 0 0 6px 6px;
}

.campaign_levels_box a {
  text-decoration: none;
  color: #C3C3C3;
}

.campaign_levels_box a b {
  text-decoration: none;
  color: #dadada;
}


.campaign_levels_description {
  width: 380px !important;
  margin-bottom: 12px;
  left: 8px;
}




.video-js-640 {
  width: 640px !important;
  height: 480px !important;
}

.entry-title a {
  color: #F1F1F1;
  text-decoration: none;
}

.entry-title a:hover {
  text-decoration: underline;
}  
