/* Structural. */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}

/* Common styles. */

body {
  font-family: Trebuchet MS, Geneva, sans-serif;
  min-width: 960px;
}

.content {
  background: #bdbcb8 url(/static/root/media/background-all-light,v3.jpg) repeat-y center;
}

.alt { 
  font-family: "baskerville italic", "Warnock Pro", "Goudy Old Style", "Palatino", "palatino linotype", "Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}


.content h1 {
  font-family: Myriad Pro, Geneva, Arial, sans-serif;
  font-size: 3.0em;
  font-weight: normal;
  color: #033a48;  
  text-shadow: #fff 0px 1px;
}

.content h2 {
  font-family: Myriad Pro, Geneva, Arial, sans-serif;
  font-size: 2.0em;
  font-weight: normal;
  color: #000;
  text-shadow: #fff 0px 1px;
}

.content h2 a:link, .content h2 a:visited, .content h2 a:hover, .content h2 a:active {
  color: #000;
}

.content h3 {
  font-family: Myriad Pro, Geneva, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  color: #000;
  text-shadow: #fff 0px 1px;
}

.content a img {
  vertical-align: middle;
}

.content .heading {
  border-top: solid #14323a 0.5em;
  margin-top: 2em;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.content input[type="text"], .content textarea {
  font-family: Trebuchet MS, Geneva, sans-serif;
  
  border: 1px solid #999;
  
  padding: 0.3em 0.2em;
  
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) inset, 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type="submit"] {
  font-family: Myriad Pro, Geneva, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none; 
  
  padding: 3px 5px 5px;
  
  color: #fff;
  
  background: #007d9a url(/static/root/media/button.png) repeat-x left top;
  
  border: 1px solid rgba(0, 0, 0, 0.25);
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

input[type="text"] + input[type="submit"] {
  margin-left: 0.5em;
}

.title {
  font-weight: bold;
  
  color: #666;
}

span.pngfix {
  display: inline-block;
  vertical-align: middle;
}

span.pngfix img {
  display: none;
}

.screenshot {
  padding: 9px;
  
  background: #fff;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

/* Links and buttons. */
.content a:link, .content a:visited {
  color: #056780;
}

.content a:hover, .content a:active {
  color: #000;
}

.content a.button:link, .content a.button:visited {
  font-family: Myriad Pro, Geneva, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  
  padding: 3px 5px 5px;
  
  color: #fff;
  
  background: #007d9a url(/static/root/media/button.png) repeat-x left top;
  
  border: 1px solid rgba(0, 0, 0, 0.25);
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.content a.button:hover, .content a.button:active {  
  background-color: #2daebf;
}

.content a.button.wide {
  display: block;
  
  text-align: center;
}

/* Collapsible columns. */
ul.columns {  
  position: relative;
  width: 960px;
  margin: auto;  
}

li.column {
  float: left;
  display: inline;
  
  width: 280px;
  
  padding: 0px;
  margin: 0px 20px 0px 20px;
  
  list-style: none;
}

li.column.single {
  width: 920px;
}

li.column p {
  font-size: 1.1em;
}

li.column dl {
  font-size: 1.1em;
}

li.heading h1 {
  margin-top: 0.1em;
}

li.block {
  margin-top: 2em;
  padding-top: 5.6em;
}

li.block-delimited {
  border-top: solid #14323a 0.5em;
  margin-top: 2em;
  padding-top: 5.1em;
}

/* Sections. */
div.section {
  clear: both;
}

/* Header. */
div.header {
  min-height: 160px;
  height: auto !important;
  height: 160px;
  background: #133038 url(/static/root/media/background-header,v3.jpg) repeat-x center bottom;
}

div.header-content {
  background: transparent url(/static/root/media/background-header-center,v3.jpg) no-repeat center bottom;
}

/* Promos. */

li.promo {
  line-height: 160px;
  
  text-align: center;
  
  width: 320px;
  
  padding: 0px;
  margin: 0px;
}

li.promo img {
  vertical-align: middle;
}

li.promo-actions {
  text-align: center;
  
  width: 320px;
  
  padding: 3.5em 0px 0px;
  margin: 0px;
}

li.promo-actions span {
  cursor: pointer;
}

/* Menu. */
.content div.menu {
  min-height: 54px;
  height: auto !important;
  height: 54px;
  background: #fff url(/static/root/media/background-menu,v3.jpg) repeat-y center top;
}

.content div.menu a {
  color: #000;
}

ul.menus {
  margin: 0px;
  padding: 0px;
}

ul.menus li {
  display: inline;
  
  list-style: none;
  
  margin: 0px;
  padding: 0px;
  
  line-height: 54px;
}

ul.menus a:link, ul.menus a:visited {
  font-family: Myriad Pro, Geneva, Arial, sans-serif;
  font-size: 1.6em;  
  
  text-decoration: none;  
}

ul.menus a:hover, ul.menus a:active {
  color: #007d9a;  
}

ul.menus.left li {
  margin-right: 0.25em;
}

ul.menus.right li {
  margin-left: 0.25em;
}

ul.menus.left li.gap {
  margin-right: 4em;
}

ul.menus.right li.gap {
  margin-left: 4em;
}

ul.menus.right li.wide {
  margin-left: 1em;
}

/* Main area. */
div.main {
  background: transparent url(/static/root/media/background-main-light-base,v3.jpg) repeat-x center top;
  
  padding-bottom: 6em;
}

div.main-content {  
}

/* Social stuff. */

.wip {  
}

.wip img {  
}

.wip p {
  font-style: italic;
  font-size: 1.2em;
}

/* Posts list. */
ul.posts {
  margin: 0px;
}

ul.posts li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.posts p {
  color: #333;  
}

ul.posts p.when {
  color: #999;
}

ul.posts p img {
  vertical-align: middle;
}

.tweets .right a {
  margin-left: 0.5em;
}

/* Tags. */
.content h4.tags {
  margin: 0px;
  padding: 0px;
}

.tags span {
  font-size: 0.8em;
  font-weight: normal;
  
  padding: 2px 3px;
  margin-right: 0.25em;
  
  color: #000;
  background: #fff;
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* Game releases list. */
ul.releases {
  margin: 0px;
  padding: 0px;
}

ul.releases li {
  list-style: none;
  
  margin: 0px 0px 1em 0px;
  padding: 0px;
  
  overflow: hidden;
  height: 22em;
}

ul.releases .screenshot {
  margin-bottom: 0.5em;
}

ul.releases .action {
  float: right;  
}

ul.releases h2 {
  margin-top: 0em;
  margin-bottom: 0.5em;
}

ul.releases h2 a {
  text-decoration: none;
}

ul.releases p {  
}

ul.releases .tags {
  margin-top: 1em;
  margin-bottom: 1em;
}

p.get-app {
  text-align: center;
}

/* Footer. */
div.footer {  
}

/* Contact form. */
form.contact {  
}

form.contact label {
  display: inline-block;
  width: 70px;
}

form.contact input {
  width: 200px;
}

form.contact textarea {
  width: 270px;
}

form.contact input.contact-submit {
  width: auto;
}

form.contact .status {
  margin-left: 0.5em;
  
  padding: 0.3em;
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Footer area. */
div.footer {
  background: #133038 url(/static/root/media/background-footer,v3.jpg) repeat-x center top;  
  border-top: 1px solid #fff;
}

div.footer-content {
  background: transparent url(/static/root/media/background-footer-top,v3.jpg) no-repeat center top;
  padding-bottom: 60px;
}

div.footer h3 {
  color: #fff;
  text-shadow: #000 0px 1px;
}

div.footer p {
  color: #6f8b92;
}

div.footer a:link, div.footer a:visited {
  color: #498594;
  margin-right: 1em;
}

div.footer a:hover, div.footer a:active {
  color: #5ba6b9;
}

/* Get Satisfaction Search. */
div#gsfn_search_widget img { border: none; }
div#gsfn_search_widget { font-size: 1.05em; width: 280px; }
div#gsfn_search_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; }
div#gsfn_search_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; } 
div#gsfn_search_widget .powered_by a { color: #333; font-size: 90%; }      
div#gsfn_search_widget form { margin-bottom: 8px; }
div#gsfn_search_widget form label { margin-bottom: 5px; display: block; }
div#gsfn_search_widget form #gsfn_search_query { width: 60%; }
div#gsfn_search_widget div.gsfn_content { }
div#gsfn_search_widget div.gsfn_content li { text-align:left; margin-bottom:6px; }
div#gsfn_search_widget div.gsfn_content a.gsfn_link { line-height: 1; }
div#gsfn_search_widget div.gsfn_content span.time { font-size: 90%; padding-left: 3px; }
div#gsfn_search_widget div.gsfn_content p.gsfn_summary { margin-top: 2px }
div#gsfn_search_widget .gsfn_topic_list { margin: 0px; }
div#gsfn_search_widget .gsfn_topic_list li { list-style: none; margin: 0px; }

div#gsfn_list_widget { margin-top: 2em; }
div#gsfn_list_widget img { border: none; }
div#gsfn_list_widget { font-size: 1.05em; }
div#gsfn_list_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; }
div#gsfn_list_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; }
div#gsfn_list_widget .powered_by a { color: #333; font-size: 90%; }
div#gsfn_list_widget div#gsfn_content { }
div#gsfn_list_widget div#gsfn_content li { text-align:left; margin-bottom:6px; }
div#gsfn_list_widget div#gsfn_content a.gsfn_link { line-height: 1; }
div#gsfn_list_widget div#gsfn_content span.time { font-size: 90%; padding-left: 3px; }
div#gsfn_list_widget div#gsfn_content p.gsfn_summary { margin-top: 2px }

div#gsfn_list_widget .gsfn_topic_list { margin: 0px; }
div#gsfn_list_widget .gsfn_topic_list li { list-style: none; margin: 0px; }

/* Get Satisfaction widget. */

a#fdbk_tab { top: 2% !important; }