/*
 * Theme Name: Dungeon Skippers
 * Theme URI: Ta race
 * Description: Premier theme juste pour tester
 * Version: 0.1
 * Author: Murgen, BBT
 */

body {
    font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
    font-size: 0.8em;
    /* text-align: left; */
    background: #F6D25B;
    background-image: url(http://www.dungeon-skippers.fr/wp-content/uploads/2009/10/Wall-Bulles3.jpg);
    background-repeat: repeat;
    color: #006699;
    /* margin: 0; */
}

#page {
    position: absolute;
    top: 0;
    /* margin: 0 auto 0 auto; */
    width: 800px;
    background: none;
    /*padding: 10px;*/
    margin: 0px;
    margin-left: 20%;
    margin-right: 20%;
}

#header {
    font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
    /* float: left; */
    background: black;
    width: 80%;
    /*padding: 1%;*/
    /*text-align: center;*/
}

#header h1 {
    padding: 0 20px 0 0;
    font-size: 2em;
    text-align: right;
}

#header p {
    padding: 0 20px 0 0;
    font-size: 1em;
    text-align: right;
}

#menubar {
    width: 100%;
    display: inline ;
    list-style-type: none;
    /*background: black;*/
    background: green;
}

#menubar a {
    float: left;
    color: white;
    background: black;
    /*margin: 10px;*/
    /* padding-top: 3px; */
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: large;
}

#menubar a:hover {
    color: black;
    background: white;
    text-decoration: none;
}

#content {
    background: white;
    float: left;
    width: 74%;
    /* width: 100%; */
    padding: 1%;
    min-height: 810px;

    border-style: solid;
    border-color: black;
    border-top-width: 0px ;
    border-bottom-width: 0px;    
    border-left-width: 16px ;
    border-right-width: 16px ;
}

#content h2 {
    font-size: 1.3em;
}

#content h2 a{
    font-size: 1.2em;
    font-family: Century Gothic, Lucida Grande, Verdana, Arial, Sans-Serif;
    color: black;
}

#content h2 a:hover{
    color: #67827E;
}

.postmetadata {
    font-size: 0.8em;
    color: #999;
}

.post_content {
    font-size: 1em;
    color: #000000;
}

.sidebar {
    background: none;
    float: left;
    width: 20%;
    /*padding: 0 0 0 0px;*/
}

.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}

.sidebar h2 {
    font-size: 1.2em;
}

#footer {
    color: #798684;
    font-size: 1em;
    background: white;
    padding-left: 1%;
    padding-right: 1%;    
    padding-top: 1%;
    clear: both;
    width: 74%;
    border-style: solid;
    border-color: black;
    /*border-width: 1%;*/
    border-top-width: 0px ;
    border-bottom-width: 1px;    
    border-left-width: 16px ;
    border-right-width: 16px ;
}

#footer p{
    text-align: center;
    font-size: 1em;
    padding: 0 10px 20px 0;
}

.comments-template{
    margin: 10px 0 0 0;
}

.comments-template ol{
    margin: 10px;
    padding: 0 0 0 15px;
    list-style: none;
}
 
.comments-template ol p{
    font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
    font-size: 0.9em;
}
 
.comments-template ol li{
    margin: 10px 0 0 0;
    line-height: 15px;
    padding: 0 0 10px;
}
 
.comments-template h2, .comments-template h3{
    font-size: 1.2em;
}
 
.commentmetadata{
    font-size: 0.9em;
}

.comments-template p.nocomments{
    padding: 0;
}

.comments-template textarea{
    font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
    font-size: 0.9em;
}

.cadre_commentaires {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

a {
    color: #046380;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:hover {
    color: #08A1AC;
    text-decoration: underline;
}

a img {
  border:  none;
}

