html {
    min-height: 100%;
}

.site_footer {
    color: #777;
    font-size: 12px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    height: 50px;
}

.site_footer a {
    color: #555;
    text-decoration: none;
}

.games_header_container {
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px;
}

body {
    
    background: #ddd;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    
    /* IE10 */ 
    background-image: -ms-radial-gradient(center top, circle closest-corner, #FFFFFF 0%, #C6C6C6 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-radial-gradient(center top, circle closest-corner, #FFFFFF 0%, #C6C6C6 100%);

    /* Opera */ 
    background-image: -o-radial-gradient(center top, circle closest-corner, #FFFFFF 0%, #C6C6C6 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(radial, center top, 0, center top, 483, color-stop(0, #FFFFFF), color-stop(1, #C6C6C6));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-radial-gradient(center top, circle closest-corner, #FFFFFF 0%, #C6C6C6 100%);

    /* Proposed W3C Markup */ 
    background-image: radial-gradient(center top, circle closest-corner, #FFFFFF 0%, #C6C6C6 100%);
    
}

.site_header {
    background-color: #2B4157;
    color: #fff;
    clear: both;
    border-bottom: 1px solid #F9F9F9;
    font-size: 13px;
}

.site_header a {
    color: #fff;
    text-decoration: none;
}

.site_header a:hover {
    color: #fff;
    text-decoration: underline;
}

.logo_container {
    float: left;
    margin: 16px 0px 0px 10px;
}

.top_nav {
    padding: 20px;
    float: right;
}

.game_item {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #ddd;
}

.game_item:first-child {
    margin-top: 10px;
}

.game_item:last-child {
    border: 0;
    margin-bottom: 0px;
    padding-bottom: 4px;
}

.game_label {
    font-weight: 700;
    float: left;
    width: 180px;
}

.game_data {
    float: left;
    width: 750px;
    color: #333;
    margin-top: 10px;
}

.game_properties_container {
    color: #555;
    margin-top: 20px;
}

.game_properties_column {
    width: 160px;
    float: left;
    margin-right: 10px;
}

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.content_container {
    background: #fff;
    width: 1000px;
    margin: 10px auto;
    padding: 15px;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.19);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mobile_container {
    padding: 20px;
}

.title_container {
    width: 1030px;
    margin: 0px auto;
}

.games_container ul {
    margin: 0px;
    padding: 0px;
}

.games_container li {
    list-style-type: none;
}

.games_container {
    width: 600px;
}

.main_panel {
    float: left;
}

.ad_sidebar {
    width: 350px;
    float: right;
    border-left: 1px solid #bbb;
    padding: 0px 10px;
}

.selected_values {
    width: 300px;
    margin: 5px auto;
    text-align: center;
    font-family: Gill Sans, My Gill Sans, sans-serif;
    font-size: 25px;
    text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5);
    font-weight: 800;
    color: #4b535a;
}

.slider {
    width: 1000px;
    margin: 40px auto;
}

.slider_graphic {
    float: left;
    width: 250px;
}

.slider_container {
    float: right;
    width: 700px;
    margin: 30px 0px;
}

.category_column {
    float: left;
    width: 240px;
}

.categories_container {
    float: right;
    width: 720px;
    margin: 60px 0px 20px 0px;
    background: #A1B1C4;
    border: 1px solid #ccc;
    padding: 10px;
}

.categories_graphic {
    float: left;
    width: 200px;
    margin: 20px 0px;
}

.moderate_nav {
    background: #999;
    padding: 6px;
    color: #fff;
    font-size: 12px;
}

.moderate_nav a {
    color: #fff;
    text-decoration: none;
}

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

.comment_name {
    font-weight: 700;
}

.comment_item {
    border-top: 1px dashed #ccc;
    padding: 20px 0px;
    font-size: 12px;
}

.comment_date {
    color: #777;
    font-style: italic;
}

.comment_title {
    margin-bottom: 2px;
}

.properties_switch {
    color: #777;
    cursor: pointer;
}

.comments_switch {
    color: #777;
    cursor: pointer;
}

.hide {
    display: none;
}

.game_comments_container {
    margin-top: 20px;
}

.add_a_game_label {
    float: left;
    width: 170px;
    padding-bottom: 10px;
    text-align: right;
    margin: 3px 10px 0px 0px;
}

.add_a_game_field {
    width: 900px;
    padding-bottom: 10px;
}

.post_comment_container {
    margin: 0px 0px 10px 90px;
    
}

.game_social_container {
    margin: 0px 0px 0px 180px;
    padding-top: 30px;
}

.tweet_container {
    margin-top: 20px;
    float: left;
    width: 100px;
    margin-left: 20px;
}

.fb-like {
    float: left;
}

.google_plus_container {
    float: left;
    margin-top: 20px;
}

hr {
    border: 0px;
    border-bottom: 1px solid #ccc;
}

.game_name_left {
    float: left;
}

.game_name_right {
    float: right;
    margin-top: 34px;
}

.button {
    background: #576A7A;
    padding: 9px;
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.button:hover {
    background: #2B4157;
    text-decoration: none;
}

.star_rating_container {
    margin-top: 22px;
    float: left;
}

.star_rating_num_container {
    margin: 23px 0px 0px 6px;;
    float: left;
    font-size: 12px;
    color: #999;
}

.games_header {
    float: left;
}

.sort_by_container {
    float: right;
    padding-bottom: 8px;
}

.sort_by_container select {
    border: 1px solid #999;
    color: #999;
    font-size: 12px;
}

.comments_label {
    width: 80px;
}

.admin_label {
    float: left;
    width: 110px;
    font-size: 12px;
}

admin_field {
    float: left;
    font-size: 12px;
}

.login_failed {
    color: red;
    margin-bottom: 10px;
    font-size: 12px;
}

.notice {
    background: #576a7a;
    border: 1px solid #2b4157;
    color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}

.resource_link {
    font-size: 18px;
    font-weight: 500;
}

.resource_square{
    width: 293px;
    height: 100px;
    padding: 10px;
    background: #eee;
    font-size: 12px;
    float: left;
    margin: 0px 10px 20px 10px;
}

.about_left_panel {
    float: left;
    width: 700px;
}

.about_right_panel {
    float: right;
    margin-right: 80px;
}