/*
Theme Name: GilaScalez
Description: Theme for Monster Gila website
Version 1.0
Author: Jason Pierce
Author URI: http://jasonpierce.animadillo.com
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    margin: 0;
    padding: 0;
}

body{
    margin: 0;
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    background:#1f1f1f url('img/bg.png') repeat-y;
    background-position: top center;
    background-attachment: fixed;
    color: #DDDDC8;
}

h1{
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 24px;
    padding: 0 0 10px 0;
}

a:link, a:visited{
    text-decoration: none;
    /* color: #DDDDC8; */
    color: #FFFFFF;
    font-weight: 600;
}

a:hover{
    text-decoration: none;
    color: #D07E11;
    /*background: #676767;*/
    font-weight: 600;
}

p{
    padding: 10px 0 0 0;
}

/*
 IDs and Classes
*/

#wrapper{
    margin: 0 auto 0 auto;
    width: 860px;
    text-align: left;

    /*position: fixed;*/
    /*bottom: 0px;*/

}

#header{
    float: left;
    width: 860px;
    height: 144px;
    background: url('img/header.png');
}

#titleimg {
    padding-top: 48px;
    padding-left: 47px;
}

#contentarea {
    float: left;
    width: 860px;
    background: url('img/textbg.png') repeat-y;
}

#container{
    padding-left: 50px;
    float: left;
    width: 560px;
}

.post{
    padding: 15px 0 15px 0;
}

.posttitle {
    background: #575757;
    padding-left: 3px;
}

.post h2{
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 18px;
    font-weight:100;
    text-transform:uppercase;
    color:#ffffff;
}

.post h3 {
    padding-top: 15px;
}

.entry{
    line-height: 18px;
}

p.postmetadata{
    border-top: 1px dotted #995c07;
    margin: 10px 0 0 0;    
}

.navigation{
    padding: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.sidebar{
    float: left;
    width: 200px;
    margin: 0 0 0 15px;
    display: inline;
}

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

.sidebar ul li{
    padding: 10px 0 10px 0;
}

.sidebar ul ul li{
    padding: 2px 10px 0 0;
}

.sidebar ul li h2{
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    text-transform:lowercase;
    font-size: 14px;
    padding: 1px 6px 2px 3px;
    background: #575757;
    /*background: #ff0000;*/
}

.game {
    text-align: center;
}

.calendarwrapper {
    padding: 0 30px 0 30px;
}

table#wp-calendar{
    width: 100%;
}

/* Comments ***************************/

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

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom:  1px dotted #995c07;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

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

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* end Comments ***************************/

#footer{
    clear: both;
    float: left;
    width: 860px;
    height: 383px;
    background: url('img/footer.png');
    padding: 0 0 0 0;
    margin-bottom: 10px;
    text-align: center;
    
}

#copyright {
    width: 860px;
    padding: 303px 0 0 0;
}

#footer p {
    line-height: 18px;
}

