/*
Theme Name: dreamfab
Theme URI: http: //www.dreamfab.com/
Description: Child theme for the Boilerplate theme 
Author: dieTaikonauten
Author URI: http: //www.dietaikonauten.com
Template: boilerplate
Version: 2.0
*/

@import url("../boilerplate/style.css");
@import url("colorbox.css");

/**
 * General definitions
 */
html,body {
  height: 100%;
}
html {
  background: #d1d1d1 url(images/body_bg_pattern.jpg) repeat-x 0 0;
}
body {
  background: url(images/body_bg.jpg) no-repeat top center;
  text-align: center;
}

.wrapper {
  margin: 0 auto;
  text-align: left;
  width: 960px;
  min-height:100%;
}

#section {
  overflow:auto;
  padding-bottom: 43px;
}


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 */
::-moz-selection{ background: #f4a024; color:#fff; text-shadow: none; }
::selection { background:#f4a024; color:#fff; text-shadow: none; }

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


/**
 * Typograpy
 */
body,input,textarea,button {
  color: #575757;
  font-family: 'Droid Sans', Helvetica, Arial, serif;
  font-size: 14px;
}

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
img.attachment-alignright, img.alignright {float:right; margin:0 0 1em 1em}
img.attachment-alignleft, img.alignleft {float:left; margin:0 1em 1em 0}
img.attachment-aligncenter, , img.aligcenter {display: block; margin-left: auto; margin-right: auto}
a img.attachment-alignright, a img.alignright {float:right; margin:0 0 1em 1em}
a img.attachment-alignleft, a img.alignleft {float:left; margin:0 1em 1em 0}
a img.attachment-aligncenter, a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/**
 * Global elements
 */
#access {
  background: url(images/dots_horizontal.gif) repeat-x bottom left;
  clear: both;
  min-height: 84px;
  padding: 0 0 0px 0;
}

#breadcrumbs {
  color: #378cce;
  font-size: 12px;
  line-height: 41px;
}

#breadcrumbs a,
#breadcrumbs .spacer {
  color: #868686;
  text-decoration: none;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

#breadcrumbs .spacer {
  background: url(images/breadcrumbs_spacer.gif) no-repeat left center;
  font-size: 1px;
  margin: 0 5px;
  padding: 11px 8px 4px 0px;
  color: #fafafa;
}

#skip {
  display: none;
}

#header {
  height: 113px;
}

#header .logo {
  display: block;
  float: left;
  padding-top: 23px;
  margin-left: -3px;
}

#searchform {
  float: right;
  padding: 40px 0 0 0;
}

#searchform .screen-reader-text {
  display: none;
}

#searchform #s {
  border: 1px solid #cecece;
  border-right: 0;
  height: 18px;
  padding: 7px;
  float: left;
  font-size: 16px;
  width: 269px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#searchsubmit {
  background: url(images/icon_search.gif) no-repeat 0 0;
  border: 0;
  padding: 0;
  font-size: 0px;
  line-height: 200px;
  overflow: hidden;
  display: block;
  margin: 0;
  float: left;
  width: 38px;
  height: 34px;
}

#searchsubmit:hover {
  background-position: 0 -34px;
}

.menu-header {
  background: url(images/nav_bg.gif) repeat-x 0 0;
  height: 39px;
  padding: 4px 0 0 5px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.menu-header ul,
.menu-header li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-header li,
.menu-header a {
  display: block;
  float: left;
  font-size: 16px;
}

.menu-header li {
  margin-right: 1px;
}

.menu-header a {
  color: #fff;
  line-height: 39px;
  text-decoration: none;
  padding: 0 25px;
}

.menu-header .current_page_item a,
.menu-header .current-menu-item a,
.current-page-ancestor a,
.menu-header a:hover {
  background-color: #fbfbfb;
  color: #2f2f2f;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.submenu {
  display: block;
}

.submenu li {
  display: block;
  float: left;
  height: 41px;
  line-height: 41px;
  margin-right: 40px;
}

.submenu li a {
  color: #2F2F2F;
  display: block;
  font-size: 16px;
  text-decoration: none;
}

.submenu .current_page_item a,
.submenu .current_page_parent a,
.submenu li a:hover {
  color: #197EC4;
}

.gamemenu {
  background-color: #efefef;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #b3b3b3;
  -moz-box-shadow: 0 1px 2px #b3b3b3;
  box-shadow: 0 1px 2px #b3b3b3;
  display: block;
  float: left;
  height: 41px;
  line-height: 41px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 27px;
  margin-bottom: 35px;
  margin-right: -2px;
  width: 472px;
}

.gamemenu li {
  display: block;
  float: left;
  text-align: center;
  width: 118px;
}

.gamemenu li a {
  border-left: 1px solid #fff;
  border-right: 1px solid #cecece;
  color: #2f2f2f;
  display: block;
  font-size: 14px;
  text-decoration: none;
}

.gamemenu li a:hover {
  color: #197EC4;
}

.gamemenu li.current_page_item a {
  color: #197EC4;
}


/**
 * Columns
 */
.page-content {
  float: left;
  width: 726px;
}

.page-sidebar {
  float: right;
  width: 184px;
}

#footer {
  clear: both;
  width: 100%;
  overflow: hidden;
  background: url(images/footer_bg.gif) repeat-x 0 0;
  height: 43px;
  line-height: 43px;
  position: relative;
  margin-top: -43px;
}


#footer .inline-wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: right;
}

#footer li {
  display: block;
  float: right;
  margin-left: 10px;
}

#footer a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/**
 * Content Typography
 */
.page-content .entry-content h2 {
  color: #2886c7;
  font-size: 21px;
  font-weight: normal;
  margin: 5px 0 10px 0;
  line-height: 22px;
}

.page-content .entry-title a,
.page-content .entry-title,
.single-post .type-post h1,
.blog-stage .entry-title {
  color: #197ec4;
  line-height: 35px;
  font-size: 30px;
  font-weight: normal;
  margin: 17px 0 20px 0;
}

.page-content .entry-title a {
  margin: 0;
}

.single-post .type-post h1 {
  margin-bottom: 0;
}

.type-post .entry-meta {
  font-size: 12px;
  color: #bcbcbc;
  margin-bottom: 10px;
}

.blog .type-post .entry-meta {
  color: #9c9c9c;
}

.page-content p {
  line-height: 20px;
  margin-bottom: 20px;
}


/**
 * Sidebar
 */
.page-sidebar {
  padding-top: 75px;
}

.page-sidebar .xoxo,
.page-sidebar li {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.page-sidebar h3 {
  background: url(images/sidebar_header_bg.png) no-repeat 0 0;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 43px;
  height: 65px;
  position: relative;
  left: -1px;
  padding: 0 1px 0 0;
  margin: 0 -3px 3px 0;
  width: 185px;
  text-align: center;
}

.page-sidebar .about h3 {
  margin-bottom: 10px;
}

.page-sidebar .about p {
  font-size: 12px;
  line-height: 17px;
  text-align: justify;
  margin: 0 0 10px 0;
}

.page-sidebar .about table {
  background: url(images/dots_horizontal.gif) repeat-x bottom left;
  margin: 0 0 8px 0;
  width: 100%;
}

.page-sidebar .about th,
.page-sidebar .about td {
  background: url(images/dots_horizontal.gif) repeat-x top left;
  padding: 14px 0;
  font-size: 12px;
  font-weight: bold;
}

.page-sidebar .about td {
  text-align: right;
}

.page-sidebar .about a {
  color: #545454;
  text-decoration: none;
}

.page-sidebar .about a:hover {
  color: #197EC4;
  text-decoration: underline;
}

.page-sidebar .social-links,
.page-sidebar .social-links li {
  margin: 0;
  padding: 0;
}

a.sidebar-button {
  background: url(images/sidebar_button_bg) no-repeat 0 0;
  display: block;
  height: 31px;
  line-height: 24px;
  font-size: 12px;
  color: #41A7F2;
  text-decoration: none;
  width: 180px;
  padding: 5px 0 0 5px;
  margin: 0 0 4px 0;
}

a.sidebar-button:hover {
  background-position: 0 -36px;
  color: #fff;
}

.sidebar-button .icon-facebook,
.sidebar-button .icon-twitter,
.sidebar-button .icon-gplus {
  background: url(images/sidebar_icon_facebook.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 24px;
  margin: 0 10px 0 0;
  width: 24px;
}

.sidebar-button .icon-twitter {
  background-image: url(images/sidebar_icon_twitter.png);
}

.sidebar-button .icon-gplus {
  background-image: url(images/gplus-32.png);
}

.page-sidebar .social-links .like-box {
  background: url(images/sidebar_likebox_bg.png) no-repeat 0 0;
  display: block;
  overflow: hidden;
  height: 255px;
  padding: 1px 1px 0 0px;
  width: 184px;
}


/**
 * wpcf7
 */
.page-content div.wpcf7 {
  background: url(images/dots_horizontal.gif) repeat-x 0 0;
  margin: 10px -18px !important;
  padding: 25px 0 0 18px;
}

.wpcf7 p {
  clear: both;
  margin-bottom: 10px;
}

.wpcf7-text,
.wpcf7-form-control-wrap textarea,
.wpcf7-select {
  background: #fdfdfd;
  border: 1px solid #cecece;
  height: 22px;
  margin-right: 18px;
  padding: 5px;
  width: 321px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.wpcf7-select {
  padding: 6px;
  height: 32px;
  width: 333px;
}

.Subject .wpcf7-text {
  width: 672px;
}

.wpcf7-form-control-wrap textarea {
  height: auto;
  width: 673px;
}

.wpcf7-form #submit-row {
  overflow: hidden;
}

.wpcf7-submit {
  background: url(images/form_submit.png) no-repeat 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  margin-right: 20px;
  float: right;
  display: block;
  height: 36px;
  width: 113px;
}

.page-template-page-gamesubsite-php .wpcf7 p {
  display: block;
  margin-bottom: 0;
}

.page-template-page-gamesubsite-php .wpcf7 p span {
  display: block;
  float: left;
  margin-bottom: 10px;
}

.page-template-page-gamesubsite-php .wpcf7-text {
  width: 198px;
}

.page-template-page-gamesubsite-php .wpcf7-select,
.page-template-page-gamesubsite-php .wpcf7-form-control-wrap textarea {
  margin-right: 0;
  width: 438px;
}

.page-template-page-gamesubsite-php .wpcf7-form-control-wrap textarea {
  min-width: 424px;
  max-width: 424px;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  width: 424px;
}

.page-template-page-gamesubsite-php .Subject input {
  width: 424px;
}

.page-template-page-gamesubsite-php .wpcf7-form #submit-row {
  display: block;
  width: 100%;
}

/**
 * Page Template
 */

.page .entry-content,
.post-container,
.blog .post,
.search .entry-content {
  background: #f3f3f3;
  border: 1px solid #fff;
  padding: 18px;
  margin: 0 0 20px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #b3b3b3;
  -moz-box-shadow: 0 1px 2px #b3b3b3;
  box-shadow: 0 1px 2px #b3b3b3;
}

.page-template-single-games-php .entry-content,
.page-template-archive-games-php .entry-content,
.page-template-page-gamesubsite-php .entry-content {
  background: #f3f3f3;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.blog .post {
  padding: 10px 10px 18px 10px;
}

.single-post .page-content .post-container img,
.blog .post a img {
  display: block;
  border: 1px solid #000000;
  padding: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px #a9a9a9;
  -moz-box-shadow: 1px 1px 2px #a9a9a9;
  box-shadow: 1px 1px 2px #a9a9a9;
  position: relative;
  overflow: hidden;
}

.single-post .page-content .post-container {
  padding: 15px 10px;
}

.single-post .page-content .post-container .aligncenter,
.blog .post a .aligncenter { display:block; margin:0 auto }

.single-post .page-content .post-container .alignleft,
.blog .post a .alignleft { float:left }

.single-post .page-content .post-container .alignright,
.blog .post a .alignright { float:right }


/**
 * Search 
 */

.search .entry-content h3.entry-title {
  color: #302f33;
  font-size: 22px;
  margin: 0; 
}

.search .entry-content article {
  border-bottom: 1px dotted #b9b9b9;
  border-top: 1px dotted #fff;
  padding: 25px 0;
}

.search .entry-content article h2 {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 8px 0;
}

.search .entry-content article h2 a {
  color: #575757;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.search .entry-content article h2 a:hover {
  text-decoration: underline;
}

.search .entry-content article p {
  color: #8f8f8f;
  margin: 0;
}

/**
 * Blog
 */

.blog h1.entry-title {
  color: #3e3d40;
  font-size: 36px;
  line-height: 40px;
}

.blog .type-post .entry-utility,
.single-post .entry-utility {
  background: url(images/dots_horizontal.gif) repeat-x top left;
  clear: both;
  height: 30px;
  margin: 0 -10px;
  padding: 15px 10px 0 10px;
  text-align: right;
}

.single-post .entry-utility {
  text-align: left;
}

.blog .post .entry-title,
.blog .post .entry-title a {
  font-size: 21px;
  text-decoration: none;
  margin: 0;
  line-height: 24px;
}

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

.blog .post .entry-title {
  margin-bottom: 3px;
}

.blog .comments-link,
.blog .read-more-link {
  background: url(images/button_comments.gif) no-repeat 0 0;
  display: block;
  color: #8f8f8f;
  float: right;
  line-height: 34px;
  text-align: left;
  text-decoration: none;
  margin: 0 0 0 6px;
  padding: 0 0 0 33px;
  height: 36px;
  width: 100px;
}

.blog .more-link {
  text-decoration: none;
}

.blog .read-more-link,
.search .read-more-link {
  background-image: url(images/button_readmore.gif);
  color: #fff;
  padding-left: 35px;
  width: 108px;
}

.blog .comments-link:hover,
.blog .read-more-link:hover {
  background-position: 0 -36px;
}


.single-post .share-this {
  float: right;
}

/**
 * Game
 */

.page-template-single-games-php .post-container,
.page-template-page-gamesubsite-php .post-container {
  float: right;
  width: 438px;
}

.page-template-single-games-php .post-container,
.page-template-page-gamesubsite-php .post-container {
  padding-top: 12px;
  padding-bottom: 10px;
}

.blog-stage .entry-title,
.page-template-single-games-php .page-content .entry-title,
.page-template-page-gamesubsite-php .page-content .entry-title {
  display: block;
  float: left;
  height: 52px;
  line-height: 52px;
  margin: 10px 0 13px 0;
  vertical-align: top;
}

.blog-stage .entry-title {
  float: none;
}

.blog-stage .entry-title img,
.page-template-single-games-php .page-content .entry-title img,
.page-template-page-gamesubsite-php .page-content .entry-title img {
  margin-right: 20px;
}

.page-template-single-games-php .page-content .games-single-stage,
.page-template-page-gamesubsite-php .page-content .games-single-stage {
  clear: both;
}

.page-template-single-games-php #backlink-games {
  background: url(images/backlink_games_bg.png) no-repeat;
  color: #868686;
  display: block;
  float: right;
  font-size: 12px;
  height: 38px;
  line-height: 38px;
  margin-top: 17px;
  padding-left: 27px;
  text-decoration: none;
  width: 64px;
}

.page-template-single-games-php #backlink-games:hover {
  background-position: 0 -38px;
}

.content-sidebar {
  float: left;
  width: 226px;
}

a.content-sidebar-buynow {
  background: url(images/store_buttons_new.png) no-repeat top left;
  display: block;
  height: 77px;
  margin-bottom: 10px;
  text-decoration: none;
  text-indent: -9999px;
  width: 185px;
}

a.content-sidebar-buynow.lite {
  background-position: 0 -170px;
}

a.content-sidebar-buynow.free {
  background-position: 0 -85px;
}

a.content-sidebar-buynow.android {
  background-position: 0 -255px;
}

a.content-sidebar-buynow.windows-os {
  background-position: 0 -340px;
}

a.content-sidebar-buynow.mac-os {
  background-position: 0 -425px;
}

a.content-sidebar-buynow.amazon {
  background-position: 0 -509px;
}

a.content-sidebar-buynow.android-papaya {
  background-position: 0 -595px;
}

a.content-sidebar-buynow.mac-os-free {
  background-position: 0 -678px;
}

a.content-sidebar-buynow.amazon-free {
  background-position: 0 -762px;
}

a.content-sidebar-buynow.blackberry {
  background-position: 0 -842px;
}

.content-sidebar-buynow:hover {
  background-position: top right;
}

a.content-sidebar-buynow.lite:hover {
  background-position: -185px -170px;
}

a.content-sidebar-buynow.free:hover {
  background-position: -185px -85px;
}

a.content-sidebar-buynow.android:hover {
  background-position: -185px -255px;
}

a.content-sidebar-buynow.windows-os:hover {
  background-position: -185px -340px;
}

a.content-sidebar-buynow.mac-os:hover {
  background-position: -185px -425px;
}

a.content-sidebar-buynow.amazon:hover {
  background-position: -185px -509px;
}

a.content-sidebar-buynow.android-papaya:hover {
  background-position: -185px -595px;
}

a.content-sidebar-buynow.mac-os-free:hover {
  background-position: -185px -678px;
}

a.content-sidebar-buynow.amazon-free:hover {
  background-position: -185px -762px;
}

a.content-sidebar-buynow.blackberry:hover {
  background-position: -185px -842px;
}

.content-sidebar h3 {
  background: url(images/content_sidebar_head.png) no-repeat 0 0;
  display: block;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  height: 65px;
  overflow: hidden;
  margin: 0 -2px 0 -1px;
  width: 229px;
}

.content-sidebar-images,
.content-sidebar-images li,
.content-sidebar-videos {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.content-sidebar-videos {
  margin-bottom: 30px;
}

.content-sidebar-images {
  padding: 0 2px 0 2px;
}

.content-sidebar-images li {
  margin-bottom: 14px;
}

.content-sidebar-images a {
  border: 1px solid #000000;
  background: #c3c3c4;
  display: block;
  float: left;
  padding: 1px;
  margin-bottom: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px #a9a9a9;
  -moz-box-shadow: 1px 1px 2px #a9a9a9;
  box-shadow: 1px 1px 2px #a9a9a9;
  
}

.content-sidebar-images img {
  float: left;
}

.page-template-page-gamesubsite-php .entry-title a {
  text-decoration: none;
}

.page-template-page-gamesubsite-php .entry-title a:hover {
  text-decoration: underline;
}

.page-template-page-gamesubsite-php .post-thumbnail img {
  display: block;
  border: 1px solid black;
  padding: 1px;
  margin-bottom: 14px;
  margin-right: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px darkGray;
  -moz-box-shadow: 1px 1px 2px darkGray;
  box-shadow: 1px 1px 2px darkGray;
  position: relative;
  overflow: hidden;
}

/**
 * Social Media
 */
.social-media-bar {
  background: url(images/sm_bar_bg.png) no-repeat 0 0;
  float: right;
  height: 52px;
  margin: 0 -2px 0 0;
  padding: 10px 9px 0 15px;
  width: 453px;
}

.social-media-bar p {
  color: #b5b5b5;
  float: left;
  font-size: 11px;
  line-height: 25px;
  margin-bottom: 0;
}

.social-media-bar .share-this {
  float: right;
  padding: 0px 0 0 0;
  margin-right: -4px;
}


/**
 * Comments
 */
#comments {
}

#comments .post-container {
  padding: 0 1px;
}

/**
 * Stages
 */
.blog-stage {
  margin-bottom: 15px;
  width: 959px;
}

.games-single-stage,
.games-archive-stage {
  width: 726px;
  margin-bottom: 23px;
}

.games-archive-stage {
  margin-bottom: 10px;
}

.blog-stage .images,
.games-single-stage .images,
.games-archive-thumb .images,
.games-archive-stage .images {
  border: 1px solid #000;
  height: 298px;
  overflow: hidden;
  position: relative;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.games-single-stage .images,
.games-archive-stage .images {
  height: 224px;
}

.blog-stage .images a,
.games-single-stage .images a,
.games-archive-stage .images a {
  border: 1px solid #2a292d;
  display: block;
  height: 296px;
  overflow: hidden;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.games-single-stage .images a,
.games-archive-stage .images a {
  height: 222px;
}

.games-single-stage .images-nav,
.games-archive-thumb .images-nav,
.games-archive-stage .images-nav {
  background: url(images/stage_nav_bg.gif) repeat-x left center;
  height: 12px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.blog-stage .images-nav {
  background: url(images/stage_nav_bg.gif) repeat-x 0 0;
  height: 71px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.games-single-stage .images-nav,
.games-archive-stage .images-nav {
  height: 52px;
}

#images-nav-container {
  float: right;
  padding-top: 20px;
  padding-right: 68px;
}

.games-single-stage #images-nav-container,
.games-archive-stage #images-nav-container {
  padding-top: 12px;
  padding-right: 10px;
}

.blog-stage .title,
.games-single-stage .title,
.games-archive-stage .title {
  float: right;
  line-height: 70px;
  font-size: 16px;
  color: #737373;
  margin-right: 10px;
}

.games-single-stage .title {
  line-height: 52px;
}

.games-archive-stage .title {
  line-height: 52px;
}

#images-nav-container a {
  background: #000000;
  display: block;
  float: left;
  font-size: 12px;
  margin-right: 3px;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  color: #fff;
  height: 28px;
  width: 28px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

#images-nav-container a.activeSlide {
  color: #252328;
  background-color: #fff;
}

.images-nav .button-explore {
  background: url(images/button_stage.png) no-repeat 0 0;
  color: #fff;
  text-align: center;
  line-height: 35px;
  height: 37px;
  text-decoration: none;
  float: right;
  display: block;
  width: 131px;
  text-align: center;
  position: relative;
  top: 16px;
  margin-right: 24px;
}

.images-nav .button-explore:hover {
  background-position: 0 -37px;
}


/**
 * About
 */
.page-id-2 .entry-content h2 {
  line-height: auto;
  display: block;
  line-height: 50px;
}

.page-id-2 .entry-content h2 img {
  margin-right: 10px;
}

.page-id-2 .management,
.page-id-2 .management li {
  display: block;
  list-style: none;
  margin: 0 ;
  overflow: hidden;
  padding: 0;
}

.page-id-2 .management li {
  float: left;
  overflow: hidden;
  margin-right: 20px;
  text-align: center;
  font-size: 13px;
}

.page-id-2 .management li img {
  float: none;
}


/**
 * Press
 */

.page-id-13 .press-releases {
  display: block;
}

.page-id-13 .press-releases a {
  display: block;
  color: #575757;
  font-size: 13px;
  margin-bottom: 10px;
  text-decoration: none;
}

.page-id-13 .press-releases a:hover {
  text-decoration: underline;
}

.page-id-13 .press-releases span {
  clear: left;
  color: #868686;
  display: block;
  float: left;
  font-weight: normal;
  width: 105px;
}

.page-id-13 h2 {
  margin-bottom: 15px !important;
}

.page-id-13 .gallery-items {
  list-style: none;
  margin: 0;
}

.page-id-13 .gallery-items li,
.page-id-13 .gallery-items li a {
  display: block;
  float: left;
  height: 96px;
  line-height: 96px;
  width: 96px;
}

.page-id-13 .gallery-items li {
  margin-right: 17px;
  margin-bottom: 9px;
  height: 100px;
  line-height: 100px;
  width: 100px;
}

.page-id-13 .gallery-items #lastimage {
  margin-right: 0;
}

.page-id-13 .gallery-items li a {
  border: 1px solid #626262;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #626262;
  cursor: normal;
  padding: 1px;
}

.press-hd-link {
  clear: both;
  display: block;
  padding-top: 20px;
}

/**
 * Games Archive
 */

.page-template-archive-games-php h3.highlight {
  margin-bottom: 10px;
}

.page-template-archive-games-php h3.highlight a {
  color: #2384c7;
  font-size: 22px;
  font-weight: normal;
  line-height: 22px;
  text-decoration: none;
}

.page-template-archive-games-php h1.dark {
  color: #313131;
}

.page-template-archive-games-php .post-container p {
  border-bottom: 1px dotted #b9b9b9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.page-template-archive-games-php .post-container .entry-utility,
.page-template-archive-games-php .games-archive-game .entry-utility {
  display: block;
  height: 36px;
  width: 100%;
}

.page-template-archive-games-php .games-archive-game .entry-utility {
  height: 19px;
}

.page-template-archive-games-php .post-container .read-more-link,
.page-template-archive-games-php .post-container .read-more-link-small {
  background: url(images/games_archive_readmore_bg.gif) no-repeat;
  color: #fff;
  display: block;
  float: right;
  font-size: 14px;
  height: 36px;
  line-height: 34px;
  padding-left: 13px;
  text-decoration: none;
  width: 80px;
}

.page-template-archive-games-php .post-container .read-more-link-small {
  background: url(images/games_archive_readmore_small_bg.gif) no-repeat;
  font-size: 12px;
  height: 26px;
  line-height: 24px;
  width: 70px;
}

.page-template-archive-games-php .post-container .read-more-link:hover {
  background-position: 0 -36px;
}

.page-template-archive-games-php .post-container .read-more-link-small:hover {
  background-position: 0 -26px;
}

.games-archive-game {
  display: block;
  float: left;
  width: 352px;
}

.page-content .odd {
  clear: both;
  margin-right: 22px;
}

.games-archive-game .post-container {
  padding: 15px;
}

.page-content .games-archive-game h3 {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}

.page-content .games-archive-game h3 a {
  font-size: 16px;
  text-decoration: none;
}

.games-archive-thumb {
  display: block;
  margin-bottom: 9px;
}

.games-archive-thumb .images {
  height: 108px;
  width: 350px;
}

.games-archive-game p {
  border-bottom: 1px dotted #b9b9b9;
  color: #575757;
  font-size: 12px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/**
 * blog post/page navigation
 */

#nav-below {
  background: url(images/nav_bg.gif) repeat-x;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  margin-bottom: 10px;
}

#nav-below #next-post a {
  background: url(images/next_post_bullet.png) no-repeat right center;
  display: block;
  padding-right: 20px;
  float: right;
}

#nav-below #previous-post a {
  background: url(images/previous_post_bullet.png) no-repeat left center;
  display: block;
  padding-left: 20px;
  float: left;
}

#nav-below span a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
