
/*****************************************************
* RESET
*****************************************************/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

ol, ul {list-style: none;}


/*****************************************************
* GLOBAL
*****************************************************/

body { 
    background: #febe44;
    font: normal 12px/12px Arial, Helvetica, sans-serif;
    color: #000;
}

a, a:visited {
    text-decoration: none;
    color: #00549b;
}

a:hover {
    text-decoration: underline;
}

h4 {
    color: #2e2415;
    font-weight: bold;
    font-size: 13px;
    padding: 11px;
    background: #ffba4f url(/static/image/nav-bg.gif) 0 -40px repeat-x;
    position: relative;
}

.module h5 {
    color: #2e2415;
    font-weight: bold;
    font-size: 12px;
    padding: 11px;
    position: relative;
}


/*****************************************************
* LAYOUT
*****************************************************/


#wrap {
    width: 940px;
    margin: 0 auto;
    padding: 0 10px 60px 10px;
    background: #fff;
}

#header {
    background: #ffa800 url(/static/image/bg-header.gif) top center repeat-y;
    padding: 10px 0 0 0;
}

#footer {
    background: #efefef;
    width: 960px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    padding: 0px 0px 20px
}

#footerLinks {
    padding: 40px 40px 20px 40px;
}

#logo {
    width: 132px;
    height: 85px;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    background: url(/static/image/nav-sprite.gif) -352px -20px no-repeat;
    margin:  0 0 10px 20px;
}

#user-bar {
    height: 10px;
    background: url(/static/image/bg-header-btm.gif) 0 0 repeat-y;
    position: relative;
}

#user-bar .wrap {
    position: absolute;
    right: 10px;
    top: -29px;
    float: right;
    width: 500px;
}

#connect-buttons {
    float: right;
    padding: 4px 5px 0 0;
}

#connect-buttons a {
    float: left;
    margin: 0 5px 0 0;
}

#tabs {
    float: right;
}

#tabs a, #tabs a:visited {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(95, 109, 1, 0.8);
    display: inline-block;
    margin: 3px 8px 0;
    line-height: 12px;
}

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

#tabs .lc, #tabs .rc, #tabs .mid {
    float: left;
}

#tabs .lc {
    width: 9px;
    height: 29px;
    background: url(/static/image/nav-sprite.gif) -211px -290px no-repeat;
}

#tabs .rc {
    width: 9px;
    height: 29px;
    background: url(/static/image/nav-sprite.gif) -230px -290px no-repeat;
}

#tabs .mid {
    background: #8fa702;
    height: 22px;
    padding: 7px 0 0;
}

#wrap #tabs .rail {
    border-right: 1px solid #c7d280;
    padding-right: 12px;
    margin-right: 0;
}

#tabs span {
    display: none;
}

#tabs .user-account-icon {
    margin: 0;
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 0 0 5px !important;
}

#tabs .mid {
    line-height: 18px;
}

#tabs .user-account-icon img {
    height: 18px;
    width: 18px;
}

#nav {
    background: #740600 url(/static/image/nav-bg.gif) 0 0 repeat-x;
    color: #fff;
    width: 100%;
}

#nav ul {
    float: left;
    height: 40px;
    width: 100%;
}

#nav li {
    float: left;
}

#nav a, #nav a:visited {
    color: #fff;
    display: block;
    float: left;
    height: 40px;
    background-image: url(/static/image/nav-sprite.gif);
    background-repeat: no-repeat;
    text-indent: -999px;
    overflow: hidden;
}

#nav-home {background-position: 0 0; width: 76px;}
#nav-home:hover {background-position: -76px 0;}

#nav-categories {background-position: 0 -40px;  width: 111px;}
#nav-categories:hover {background-position: -111px -40px;}

#nav-popular {background-position: 0 -80px; width: 127px;}
#nav-popular:hover {background-position: -127px -80px;}

#nav-newest {background-position: 0 -120px; width: 89px;}
#nav-newest:hover {background-position: -89px -120px;}

#nav-gamelist {background-position: 0 -160px; width: 134px;}
#nav-gamelist:hover {background-position: -134px -160px;}

#nav-profile {background-position: 0 -200px; width: 108px;}
#nav-profile:hover {background-position: -108px -200px;}

#nav .last {
    float: right;
    width: 11px;
    background: url(/static/image/nav-sprite.gif) 0 -240px no-repeat;
    height: 40px;
}

#content {
    padding: 10px 0 0 0;
}

div.module {
    float: left;
    position: relative;
    width: 100%;
}


/*****************************************************
* LEFT COLUMN
*****************************************************/

div#column-left {
    float: left;
    width: 160px;
}

#game-categories {
    width: 160px;
    float: left;
    background: #60a000 url(/static/image/bg-categories.gif) 0 0 repeat-y;
    margin: 0 0 20px 0;
}

#game-categories h5 {
    background: #fff url(/static/image/nav-sprite.gif) 0 -290px no-repeat;
    width: 160px;
    height: 40px;
    overflow: hidden;
    text-indent: -999px;
}

#game-categories .btm {
    background: #fff url(/static/image/nav-sprite.gif) 0 -333px no-repeat;
    width: 160px;
    height: 10px;
    clear: both;
}

#game-categories li a {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

#game-categories ul {
    margin: 6px 10px 4px;
    float: left;
}

#game-categories li {
    background: url(/static/image/nav-sprite.gif) 0 -377px no-repeat;
    line-height: 14px;
    clear: both;
    float: left;
    width: 100%;
}

#game-categories li a {
    margin: 0 0 0 18px;
    display: block;
    float: left;
}


/*****************************************************
* MIDDLE COLUMN
*****************************************************/


#column-mid {
    width: 460px;
    float: left;
    margin: 0 10px;
}

#column-mid .module {
    margin: 0 0 20px;
}

#column-mid .module ol {
    float: left;
}

#column-mid .game {
    height: 50px;
}


/*****************************************************
* RIGHT COLUMN
*****************************************************/


#column-right {
    width: 300px;
    float: left;
}

#column-right .module {
    width: 300px;
    margin: 0 0 20px 0;
}


/*****************************************************
* WIDE COLUMN
*****************************************************/

#column-wide {
    width: 100%;
    float: left;
}


/*****************************************************
* Footer
*****************************************************/


#footerLinks div {
    float: left;
    margin: 0 95px 0 0;
}

#footerLinks div ul {
    float: left;
    clear: both;
}

#footerLinks ul li {
    float: left;
    clear: both;
    line-height: 13px;
    font-size: 11px;
}

#footerLinks div strong {
    display: block;
    float: left;
    padding: 0 0 15px 0;
    color: #2e2415;
    font-size: 12px;
}

body #footerLinks div.clear {
    float: none;
    margin: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    height: 1px;
}

#footer #copyright {
    text-align: center;
    font-size: 11px;
    padding: 40px 0 0;
    width: 100%;
    margin: 0;
    float: none;
    clear: both;
}

#footerLinks .last, #footer .last ul, #footer .last li {
    width: 120px;
}

#footerBlock {
    font-size: 11px;
    margin: 20px 40px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #AAAAAA;
}

#footerBlock a {
    font-weight: bold;
}


/*****************************************************
* Games
*****************************************************/

.game {
    float: left;
    margin: 10px 0 0 10px;
}

.game .thumb {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    font-size: 0;
}

.game a, .game span {
    float: left;
    display: block;
}

.game span {
    color: #666;
    font-size: 11px;
    width: 160px;
    line-height: 12px;
}

.game-title {
    font-weight: bold;
    font-size: 12px;
    padding: 6px 0 5px 0;
    width: 100%;
}

.game-title:hover {
    color: #aa1000;
}


/*****************************************************
* Ad Units
*****************************************************/

#skyad {
    float: left;
    width: 160px;
    clear: both;
}

#medrec {
    width: 300px;
    height: 250px;
    margin: 0 0 20px 0;
}

#leaderboard {
    margin: 0 0 10px 20px;
}


/*****************************************************
* Other
*****************************************************/

.pagination {
    width: 100%;
    float: left;
    padding: 5px 0;
}

.pagination div {
    float: right;
    padding: 0 10px 0 0;
}

.pagination div a {
    display: inline-block;
    padding: 2px;
}

.last {
    margin: 0 !important;
}

.clear {
    font-size: 0;
    clear: both;
    line-height: 0;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: none;
}

.login-required {
    font-size: 11px;
    padding: 10px 0 0 10px;
    color: #666;
    display: block;
}

.empty {
    font-size: 11px;
    padding: 10px 0 0 10px;
    color: #666;
    display: block;
}

div#login-alert {
    background: #fff3dd;
    border: 1px solid #ffe8bb;
    width: 728px;
    text-align: center;
    margin: 0 0 10px 20px !important;
}

div#login-alert div {
    padding: 11px;
}

div#login-alert a  {
    font-weight: bold;
}

#wrap a.see-more {
    position: absolute;
    top: 11px;
    right: 12px;
    color: #aa1000;
    font-size: 11px;
}

#games-highscores .score-wrap a {
    font-size: 12px;
    font-weight: normal;
}

.welcome{
    width: 280px;
    padding: 12px 8px;
    background-color: #eff1df;
    border: 1px solid #92a800;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    font-size: 12px;
    margin-bottom: 10px;
}

.loggedin a:hover {
    text-decoration: underline;
}

.loggedout p {
    text-align: center;
    font: 14px/13px helvetica, arial, sans-serif;
    color: #555;
    padding: 0 0 12px;
    margin: 0;
}

.loggedin p {
    text-align: left;
    font: 14px/13px helvetica, arial, sans-serif;
    color: #444;
    padding: 0 0 10px;
    margin: 0;
}

.welcome-btn {
    width: 210px;
    margin: auto;
    margin-top: 10px;
}

.mdBtn a {
    font: bold 14px helvetica, arial, sans-serif;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:8px 24px;
}

.fbBtn a {
    background: url(/static/image/fb-icon-22.png) #5f78ab no-repeat top left;
    border: 1px solid #29447e;
    padding: 2px 7px 3px 27px;
    font: bold 12px Lucida Grande, Helvetica, Arial, Sans-serif;
    color: #fff;
    text-decoration: none;
    line-height:25px;
}

.bluBtn a{
    background-color:#66ccff;
    text-decoration: none;
    color: #003366;
    text-shadow: 0px 1px #88ccff ;
    border: 1px solid #0066cc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ccff', endColorstr='#0099ff'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#66ccff), to(#0099ff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #66ccff,  #0099ff); /* for firefox 3.6+ */
}

.bluBtn a:hover {
    border: 1px solid #003366;
}

.bluBtn a:active {
    border: 1px solid #000033;
    text-shadow: 0px 0px;
    background:#0099ff;
}

.orgBtn a{
    background-color:#ffcc66;
    text-decoration: none;
    color: #993300;
    text-shadow: 0px 1px #ffcc00 ;
    border: 1px solid #ff6600;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc66', endColorstr='#ff9900'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc66), to(#ff9900)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffcc66,  #ff9900); /* for firefox 3.6+ */
}
.orgBtn a:hover {
    border: 1px solid #993300;
}

.orgBtn a:active {
    border: 1px solid #993300;
    text-shadow: 0px 0px;
    background:#ff9900;
}

.welcome-bottom {
    border-top: 1px solid #92a800;
    padding-top: 10px;
}

.clear {
    clear:both;
    padding:0;
    margin:0;
}

.left {
    float:left;
}

.right {
    float: right;
}

.greeting p {
    font-size: 12px;
    display: block;
    padding: 0 0 8px 0;
}

.welcome p strong, span {
    font-size: 13px;
}

.loggedin a {
    text-decoration: none;
    color: #069;
    font-weight: bold;
}

.greeting img {
    float:left;
    width:35px;
    height:35px;
}

.welcome a img {
    border: 1px solid #069;
    float:left;
    margin: 0 0 12px 0;
}

.welcome div div a img {
    margin: 0 2px 0 2px;
}

/*****************************************************
* OLDER PAGES
*****************************************************/

td {text-align:left;font-family: "lucida grande",tahoma,verdana,arial,sans-serif;font-size: 11px;color:#4F4F4F;}
.header { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bold; background:url(http://cache.mindjolt.com/web/static/image/title_bg.jpg); padding: 0px 8px; margin: 0px; text-align:left; color:#000000; }
.subheader { border-bottom:1px solid #E3E3E3; font-family: Arial,Helvetica,sans-serif; font-size: 11px; font-weight: normal; background-color: #FBECBF; padding: 0px 8px; margin: 0px; text-align:left; }
.subheader a {color:#000000;}
.pagination_prev, .pagination_next, .pagination_number, .pagination_current, .pagination_disabled { padding: 1px 1px 1px 1px; font-size: 100%;}
.pagination_prev, .pagination_next, .pagination_number { text-decoration: underline; }
.pagination_disabled { color: grey; }
