/*  
Theme Name: The Good Gods Theme
Theme URI: http://www.thegoodgods.com
Description: Theme for the Good Gods web site
Version: 1.0
Author: Music Glue
Author URI: http://www.musicglue.com
Tags: music glue

*/

/************************ GLOBAL SECTION *****************************/

@import 'reset-min.css';

body, h1, h2, h3, h4, h5, h6, blockquote, p{ 
    font-family: Verdana, Calibri, Arial;
    margin: 0;
    padding: 0;
}

body{ 
    margin: 0;
    font-family:Verdana, Calibri, Arial;
    font-size:12px;
    text-align: center;
    vertical-align: top;
    background-color: #000000;
}

#wrapper{
    background-color: #000000;

}

h1{
    display:block;
    font-size: 2em;
    font-weight: bold;
}

h2{
    display:block;
    font-size: 1.5em;
    font-weight: bold;
}

p{
    margin: 1em 0;
}

strong{
    font-weight:bold;
}

/*********************** HEADER SECTION ******************************/

#header{
    float: left;
    width: 100%;
    height: 423px;
    background-image: url('images/header_background.png');
}

#signature{
    width: 338px;
    height: 423px;
    float: left;
    background-image: url('images/signature.png');
    background-repeat: no-repeat;
    background-position: center center;   
}

#thegoodgods{
    width: 1019px;
    height: 423px;
    background-image: url('images/thegoodgods.png');
    background-position: right;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#header_navigation{
    float: left;
    width: 100%;
    height: 30px;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#navigation_list{
    padding-top: 6px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    list-style: none;
}

.nav_item{
    display: inline;
    padding: 0 40px;
    color: #FFFFFF
}

.nav_item a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF
}

/*******bb************** CONTAINER SECTION ***************************/

#content{
    float: left;
    width: 100%;
    min-height: 800px;
    margin: 0 auto;
    background-image: url('images/background.png');
    background-color: #000000;
    background-repeat: no-repeat;
    text-align: left;
}

#inner-content{
    width:1019px;
    margin: 0 auto;
}

#container{
    float: left;
    color: #FFFFFF;
    width: 675px;
    background: transparent;
}

.post-title{
    font-weight: normal;
    text-decoration: underline;
}

#container h2.title {
    margin: 10px 10px 30px 10px;
    color: #FFFFFF;
    border-bottom: 1px solid;
    font-size: 25px;
    font-weight: normal;
}

#container p.not-found{
    padding: 20px;
}

.hidden{
    color: #FFFFFF;
}

/*********************** CONTENT SECTION *****************************/

#title-content{
    margin: 40px 10px 30px 10px;
    color: #FFFFFF;
    border-bottom: 1px solid;
    font-size: 25px;
    font-weight: normal;
}

.post{

   padding-bottom: 15px;
    margin: 40px 10px 20px 10px;
}

.post .meta{
    color: #999999;
    margin-left: 5px;
   margin-right: 5px;
     border-bottom: 0.5px solid;
}

.entry{
    line-height: 18px;
    font-size:14px;
}

/************************ SIDEBAR SECTION *****************************/

.sidebar{
    padding-top: 20px;
    padding-left: 20px;
    color: #FFFFFF;
    float: left;
    width: 300px;
    background: transparent;
    text-align:left;
}

.sidebar-header{
    padding-top: 20px;
}

.sidebar h2 {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 25px;
    border-bottom: 1px solid;

}

.sidebar ul{
    list-style-type: none;
    padding: 5px;
}

.sidebar li{
}

.sidebar span{
    width:100%;
}

p.postmetadata{
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
}

#mailing-form{
    padding: 5px;
}

#mailing-list-head{

}

.mailing-input{
    padding: 10px 15px;

}

.mailing-submit{
    text-align: right;
}

/************************ FOOTER SECTION *****************************/

#footer{
    clear: both;
    float: left;
    width: 100%;
    padding:10px;
    background-color: #000000;
}

#footer .copyright{
    float:left;
    width:45%;
    height: 52px;
    font-size:12px;
    color: #999999;
    text-align: center;
}

#footer .poweredby{
    background-image: url(images/powered_by_musicglue.gif);
    background-position: center;
    background-repeat: no-repeat;
    height:52px;
    width:95px;
    float: left;
    width: 10%;
    height:52px;
}

#footer .designer{
    float:left;
    width:45%;
    font-size:12px;
    height: 52px;
    color: #999999;
    text-align: center;
}

#footer .designer p a{
    color: #999999;
}

#footer .copyright p{
    margin:0;
    line-height:2em;
}

#footer .poweredby a.homepage{
    
    cursor: pointer;
    cursor: hand;
}

#footer .poweredby .homepage span{
/*    display:none;*/
}
