/*
Theme Name:WDIG Theme
Theme URI:
Description:
Version: 1.0
Author:gh & ww
Author URI:http://www.wediditgames.com/
Tags:

License:
License URI:

*/

body {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: .8em;
    background-color: #cccccc;
    line-height: 1.5em;
}

#bodycontent {
    width: 835px;
    margin: 4em auto;
}

#titlebar {
    width: 835px;
    height: 250px;
}


/*
 * navigation panel
*/


#nav_bar {
    color: black;
    background-color: white;
    font-size: 1em;
    text-align: center;
    padding: .6em;
    margin: 1.5em 0;
}

#nav_bar a {
    color: black;
    text-decoration: none;
}

#nav_bar a:hover {
    color: #555555;
    text-decoration: underline;
}

.nav_current_page {
    font-size: 140%;
    font-weight: bold;
}


/*
 * main content area
*/


#mainpanel {
    border: 0;
    bottom: 0;
    background-image: url("../images/content_bg.jpg");
    background-repeat: repeat-y;
    background-color: white;
}

#mainpanelbody {
    width: 700px;
    padding: .5em 1em;
    margin: auto;
    border-top: 0;
    border-bottom: 0;
}


/*
 * content containers
*/


.content {
    margin-bottom: .9em;
    padding: 1em;
    padding-right: 2em;
}

.content_container, .post {
    margin: 0 2em;
}

.post {
    margin-right: 11em;
}

.section_title {
    font-size: 170%;
    font-weight: bold;
    text-decoration: underline;
}

.content_title {
    font-size: 140%;
    font-weight: bold;
}

.content_title a {
    color: black;
    text-decoration: none;
}

.content_subtitle, .comment-meta a {
    font-size: 85%;
    color: #999999;
    text-decoration: none;
}

.content_gotocomments {
    font-size: 80%;
}

.content_divider {
    margin: 1.7em 0;
}

/*
 * Sidebar
*/


#sidebar {
    border-left: 1px solid #aaaaaa;
    float: right;
    margin: 3em 1em;
    padding-left: .6em;
}

#sidebar img {
    margin: .6em 0;
    cursor: pointer;
}

.sidebar_title {
    text-decoration: underline;
    font-weight: bold;
    margin: 1em 0;
}

.sidebar_list {
    list-style: none;
}

#footer {
    background-image: url("../images/footer.jpg");
    background-repeat: no-repeat;
    background-color: white;
    font-size: 90%;
    text-align: center;
    padding: .3em;
    margin: 0;
    height: 40px;
    clear: both;
}


/*
 * Comments
*/

.commentlist {
    margin-top: 1em;
    border-bottom: 1px solid #cccccc;
}

.comment {
    background-color: #f6f6f6;
    padding: .7em .5em;
    border-top: 1px solid #cccccc;
}

.thread-alt {
    background-color: white;
}

.comment-author a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-style: normal;
}


/*
* game page settings
*/

.game_title {
    font-size: 235%;
    font-weight: bold;
    text-align: center;
    border: 3px black solid;
    padding: .6em;
    margin: auto;
    width: 300px;
}

.game_scorelinks {
    font-size: 85%;
    color: #999999;
    text-align: center;
}

.scoretable_title {
    font-size: 140%;
    text-decoration: underline;
    text-align: center;
}


/*
 * medals display tables
 * 
 * These settings apply to the tables that display the lists of users
 * who earned each medal.
 */

.medals_table_divider {
    border: 1px solid #999999;
    background-color: #bbbbbb;
    width: 550px;
    padding: .5em;
    margin: auto;
}

.medals_table_divider_title {
    font-size: 150%;
    color: #333333;
    font-weight: bold;
}

.medals_table_divider_subtitle {
    font-size: 75%;
    color: #ffffff;
    font-weight: normal;
}


#concept_art_table {
    margin: auto;
}

.email_label {
    font-weight: bold;
}

#email_body_count {
   font-size: 85%;
   color: #999999;
}

.c_image {
    text-align: center;
    margin: auto;
}

.game_notes {
    text-align: center;
}