/**
 * @file; style.css
 */

/**
 * HTML Page Elements
 */

/**
 * HTML
 */
html {
  /*background: #888888 url(../images/bg.gif);*/
  background: #10356c url('../images/background.gif') repeat-x;
  height: 100%;
}

/**
 * Body
 */
body, html {
  margin: 0;
  padding: 0;
}

body {
  font-family: Segoe UI, Arial, sans-serif;
  font-size: 14px;
  height: 100%;
}

/**
 * Headers
 */
h3 {
  font-size: 1.5em;
  padding-bottom: 10px;
}

h4 {
  font-size: 1.2em;
}

/**
 * Images
 */
img {
  border: 0px;
}

/**
 * Forms
 */
form {
  margin: 0px;
  padding: 0px;
}

/**
 * Paragraphs
 */
p {
  padding-bottom: 10px;
}

/**
 * Links
 */
a {
  /*color: #F7DB16;*/
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/**
 * Horizonatal Line
 */
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

/**
 * Layout Elements
 */

/**
 * Wrapper
 */
#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 969px;
}

#wrapper-inner {
}

/**
 * Header
 */
#header-top {
  background: url('../images/header_top.gif') 0 0 no-repeat;
  margin-top: 20px;
  padding-top: 7px;
}

#header {
  background: #062953 url('../images/header_mid.gif') 0 0 repeat-x;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  width: 951px;
}

/**
 * Logo
 */
#logo {
  float: left;
}

#logo img {
  border: 0;
  margin: .3em 0 0 1em;
  padding: 0;
}

/**
 * Header-right
 */
#header-right {
  float: right;
  height: 90px;
  width: 540px;
}

#header-right span {
	margin-left: 10px;
	margin-right: 10px;
}

/**
 * Motto
 */
.motto {
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

/**
 * Header Bottom
 */
#header-bot {
  background: url('../images/header_bot.gif') 0 0 no-repeat;
  padding-top: 9px;
  width: 969px;
}

/**
 * Menu
 */
#menu {
  background: url('../images/menu.gif') no-repeat;
  height: 36px;
}

#menu li {
  border-right: #64a800 1px solid;
  float: left;
  height: 26px;
  padding-top: 8px;
}

#menu a {
  color: #fff;
  font-size: 1.1em;
  padding: 0 5px 0 5px;
}

#menu li.last {
  border-right: none;
}

/**
 * Sub-menu
 */
#submenu {
  background: url('../images/submenu.gif') no-repeat;
  height: 54px;
}

#submenu #top_menu {
  float: left;
  font-size: .9em;
  padding: 2em 0 0 .5em;
}

#submenu #top_menu li {
  float: left;
  margin-left: 10px;
}

#submenu #top_menu a {
  color: #707070;
}

/**
 * Main
 */
#main {
  margin-left: auto;
  margin-right: auto;
  width: 951px;
}

#main-inner {
  background: #fff;
  float: left;
  padding: 10px;
  width: 931px;
}

/**
 * Content
 */
#content {
  float: left;
  /*width: 725px;*/
  width: 612px;
}

#content h3 {
  clear: both;
}

.main_section_box {
  /*color: #fff;*/
}

/**
 * Footer
 */
#footer {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  width: 951px;
}

#footer-menu {
  float: left;
  font-size: 1.2em;
}

#footer-menu li {
  list-style-type: none;
}

#footer-menu a {
  color: #fff;
}

#footer-message {
  color: #fff;
  float: right;
}

/**
 * Arcade Elements
 */

/**
 * Userbox
 */
#userbox {
}

/**
 * News
 */
#news {
}

/**
 * Top Links
 */
#top-links {
}

#top-links a {
  clear: both;
  display: block;
}

/**
 * Page Numbers
 */
.page-numbers {
  font-size: 1.4em;
  padding: 10px 5px 10px 5px;
  text-align: right;
}

span.current {
  /*color: #fff;*/
  font-weight: bold;
}

/**
 * Game Block
 */
.game-block {
  float: left;
  height: 100px;
  margin-left: 8px;
  margin-bottom: 20px;
  width: 195px;
}

.game-section.left .game-block,
.game-section.right .game-block {
  width: 270px;
  height: 200px;
}

.game-icon {
  float: left;
  margin: 3px;
}

.game-icon img {
  border: 1px solid #202020;
  height: 80px;
  width: 80px;
}

.game-info {
  margin-left: 90px;
}

span.game-title {
  color: #707070;
  float: left;
  font-size: .9em;
  font-weight: bold;
  height: 36px;
  overflow: hidden;
}

span.game-rating {
  float: left;
  margin-left: 3px;
  width: 80px;
}

.play-game-icon {
  float: left;
}

span.game-description {
  clear: both;
}

/**
 * Menu Block
 */
.menu-block {
  margin: 10px 0 10px 0;
}

.menu-block h3 {
  background: #a0a0a0;
  padding-left: 10px;
  padding-bottom: 0;
}

.menu-block .inner {
  border: #909090 1px solid;
  padding: 20px;
}

/**
 * Rounded Corners
 */
.dialog {
}

.dialog .hd .c,
.dialog .ft .c {
  font-size: 1px; /* ensure minimum height */
  height: 13px;
}

.dialog .ft .c {
  height: 14px;
}

.dialog .hd {
  background: transparent url(../images/tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
  background: transparent url(../images/tr.gif) no-repeat right 0px;
}

.dialog .bd {
  background: transparent url(../images/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
  background: transparent url(../images/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
  margin: 0px 8px 0px 4px;
  background: #000 url(../images/ms.jpg) repeat-x 0px 0px;
  padding: 1em;
}

.dialog .ft {
  background: transparent url(../images/bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
  background: transparent url(../images/br.gif) no-repeat right 0px;
}

/**
 * Game Categories
 */
#tabs2 .main-inner {
  float: left;
}

#game-categories {
  background: url('../images/menu.gif') no-repeat;
}

#browse-category-game-list {
  width: 612px;
}

/**
 * Game Search
 */
#game-search {
  float: right;
  margin-right: 60px;
}

#game-search input {
}

/**
 * Game Section
 */
.game-section {
  float: left;
  padding-bottom: 20px;
}

.game-section.left {
  width: 48%;
}

.game-section.right {
  float: right;
  width: 48%;
}

.game-section h3.title {
  background: url('../images/box_blue.gif') no-repeat;
  color: #606060;
  font-weight: bold;
  font-size: 2em;
  font-variant: small-caps;
  padding: .5em;
}

/*.game-section .top {
  background: url('../images/box_blue.gif') no-repeat 100% 0;
}*/

/**
 * Specific Pages
 */

/**
 * Front page
 */
#tabs1 {
}

#tabs2 {
  clear: both;
}

.ui-tabs-panel {
}

.ui-tabs-panel h3 {
  font-weight: bold;
  font-size: 1.8em;
}

.ui-tabs-panel a {
  color: #F7DB16;
}

.ui-tabs .ui-tabs-panel {
  padding: 1.4em .4em 1.4em 1.0em;
}

#tabs2 .ui-tabs .ui-tabs-panel {
  /*height: 500px;*/
}

/**
 * Newest Games
 */
#newest-games {
}

/**
 * Latest Games
 */
#latest-games {
}

/**
 * Random Games
 */
#random-games {
}

/**
 * Top Rated Games
 */
#toprated-games {
}

/**
 * Category List Page
 */
.category-list {
  font-weight: bold;
}

.category-list ul {
  list-style-type: none;
}

.category-list li {
  padding-bottom: 10px;
}

/**
 * Browse.html
 */
.browse-categories {
  width: 612px;
}

.browse-categories h3 {
  /*font-weight: bold;*/
  /*font-size: 1.8em;*/
}

.category-link {
  font-size: 1.2em;
}

.category-totals {
  float: left;
  font-size: .9em;
  width: 80px;
}

/**
 * Item.html
 */
.game-item {
  float: left;
  width: 90px;
  height: 100px;
  margin: 20px 14px 20px 14px;
}

.game-item span {
  clear: both;
  text-align: center;
}

/**
 * Displaygame.html
 */
#game-display {
}

#game-window {
  margin-top: 20px;
}

#game-window h3,
#game-window .ui-tabs-panel h3 {
  color: #fff;
  font-weight: bold;
  font-size: 1.8em;
}

#game-window .ui-tabs-panel a {
  color: #F7DB16;
}

#game-window div.block {
}

#bread-crumb {
  float: left;
  font-size: .9em;
  margin: 0 0 0 .2em;
}

#game-links-top {
  clear: both;
  margin: 40px auto 10px auto;
  width: 450px;
}

#game-links-bottom {
  margin: 10px auto 80px auto;
  width: 450px;
}

#popup-gamelink {
  font-size: 1.1em;
  text-align: right;
}

#game-description {
}

/**
 * Game Options
 */
#game-options {
  font-size: 1.1em;
  float: left;
}

#game-options span.last {
  padding-left: 20px;
}

/**
 * Game Rating
 */
#game-rate {
  float: left;
}

#game-rating .inner {
}

#game-rating.block .star-rating2 {
}

.rated_text {
  color: #707070;
  font-weight: bold;
}

/**
 * Game Share
 */
#game-share {
  text-align: right;
}

/**
 * Game Blog
 */
#game-blog {
  height: 240px;
}

#game-blog textarea {
  background: #d0d0d0;
}

/**
 * Tell A Friend
 */
#tell-a-friend {
  /*color: #fff;*/
}

#tell-a-friend input {
  background: #d0d0d0;
  margin-bottom: 10px;
}

.image_verification {
}

/**
 * Game Comments
 */
#game-comments {
  clear: both;
  margin-top: 20px;
  width: 612px;
}

#game-comments-inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

#game-comments textarea {
  background: #d0d0d0;
}

#game-comments input {
  margin-top: 20px;
}

#no-comment {
  margin-top: 20px;
}

/**
 * Related Games
 */
#related-games {
  margin-top: 20px;
}

/**
 * Links Page
 */
.LinksPage {
  font-size: 1.2em;
}

.add-link {
  font-size: 1.2em;
  margin-top: 40px;
}

/**
 * Left.html
 */
#sidebar-left {
  float: left;
  width: 162px;
}

/**
 * Right.html
 */
#sidebar-right {
  color: #707070;
  height: 100%;
  float: right;
  width: 310px;
}

.sidebar-right-inner {
  padding-left: 10px;
}

#sidebar-right h3 {
  color: #fff;
  font-weight: bold;
  font-variant: small-caps;
}

#sidebar-right .stats h3 {
  display: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #5e9be8;
}

#sidebar-right #most-popular a {
  display: block;
  margin-bottom: .6em;
}

#sidebar-right #most-popular img {
  border: 1px solid #000000;
  clear: both;
  float: left;
  margin: .5em .5em .5em 0;
}

#news span {
  /*color: #F7DB16;*/
  font-weight: bold;
  font-size: 1.1em;
}

/**
 * Register.html
 */
.registration {
  margin-top: 10px;
}

#message-status {
  color: $fcfcfa;
  font-size: 2em;
}

#home-link {
  clear: both;
}

/**
 * Adspot
 */
#header-right .adspot {
  margin-top: 15px;
}

#display-game .adspot {
  margin-left: auto;
  margin-right: auto;
  width: 468px;
}
