/*  
Theme Name: Sub89 Theme
Theme URI: http://www.musicglue.com
Description: Sub89 venure wordpress theme
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: Arial, Verdana,  "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
    color: white;
}



body{ 
    margin: 0;
    font-family: Arial, Verdana,  "Times New Roman", Times, serif;
    font-size:12px;
    text-align: center;
    vertical-align: top;
   background-image: url('images/background.jpg');
}

a{
    color:#58517b;
}

a:hover{
    color:#6673b7;
}

#wrapper{
    width:1000px;
    margin: 0 auto 0 auto;
    padding: 5px 5px 1px;
    text-align: left;
    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%;
    margin-top: 10px;
        background-color: #000000;
}

#header a:hover{
    color:#ffffff;
}

#header-title-image{
    background-image:  url('images/sub89.jpg');
    height: 160px;
    width: 382px;
    float: left;
}

#header-main-image{
    background-image:  url('images/header.jpg');
    height: 160px;
    width: 618px;
    float: left;
}

#header-address{
    font-weight: bold;
    margin-bottom: 10px;
}

#navigation {
    margin-top: 10px;
    float: left;
}

#navigation .nav_items{

}

#navigation a{
    text-decoration: none;
    color:#FFFFFF;
    font-weight: bold;
    text-transform: lowercase;

}

#navitem0 {
    background-image: url('images/home.jpg');
    height: 33px;
    width: 83px;
    float: left;
}
#navitem1{
    background-image: url('images/whatson.jpg');
    height: 33px;
    width: 144px;
    float: left;
}
#navitem2{
    background-image: url('images/info.jpg');
    height: 33px;
    width: 155px;
    float: left;
}
#navitem3{
    background-image: url('images/gallery.jpg');
    height: 33px;
    width: 122px;
    float: left;
}
#navitem4{
    background-image: url('images/contactus.jpg');
    height: 33px;
    width: 136px;
    float: left;
}

#social_networks{
    margin-top: 10px;
    float: left;
}

#find-us{
    background-image: url('images/findus.jpg');
    height: 33px;
    width: 225px;
    float: left;
}

#facebook{
    background-image: url('images/facebook.jpg');
    height: 33px;
    width: 29px;
    float: left;
}

#twitter{
    background-image: url('images/twitter.jpg');
    height: 33px;
    width: 29px;
    float: left;
}

#myspace{
    background-image: url('images/myspace.jpg');
    height: 33px;
    width: 29px;
    float: left;
}

.space{
    background-image: url('images/space.jpg');
    height: 33px;
    width: 15px;
    float: left;
}

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

#container{
        background-color: #000000;
    width: 700px;
    float: left;
}

#container .title {
    background-color:  #222222;
    height: 35px;
    padding-top: 5px;
    padding-left: 15px;
    font-family: "Impact";
    font-size: 20px;
}

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

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

.post{
    background-color: #444444;
    margin: 15px ;
}

.post .meta{
    padding-top:4px;
}

.entry{
    line-height: 18px;
    padding: 10px 10px 10px 10px;
    font-size:14px;
    background-color: #444444;
}

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

.sidebar{
    float: left;
    width: 293px;
    margin-top: 15px;
    height: 800px;
    background-color: #444444;
    text-align:left;
}

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

.sidebar li{
    padding-bottom:4px;
}

.sidebar span{
    width:100%;
}

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

#mailing-head{
    background-image: url('images/mailing.jpg');
    height: 39px;
    width: 289px;
    float: left;
}

#mailing-form .email-input{
    margin: 6px;
    width: 190px;
}

#email{
    margin: 5px;
}

#submit{
    background: transparent url('images/submit.jpg') no-repeat;
    width: 89px;
    height: 27px;
    margin: 5px;
    border: 0;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

#coming_soon_head {
    background-image: url('images/comingsoon.jpg');
    height: 39px;
    width: 289px;
    float: left;
}

#coming_soon_flyer {
    background-image: url('images/poster.jpg');
    margin: 3px;
    height: 398px;
    width: 283px;
    float: left;
}

#slideshow{
    float: left;
    padding: 5px;
}

.widget_slideshow{
    list-style-type: none;
}

.widgettitle{
    display: none;
}
/************************ FOOTER SECTION *****************************/

#footer{
    clear: both;
    float: left;
    width: 985px;
    padding:10px;
}

#footer .poweredby{
    height:51px;
}

#footer .copyright{
    float:left;
    width:500px;
    font-size:12px;
}

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

#footer .poweredby a.homepage{
    background-image: url(images/powered_by_musicglue.gif);
    background-position: center right;
    height:52px;
    width:95px;
    float:right;
    cursor: pointer;
    cursor: hand;
}

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