/*  
Theme Name: Lights Go Blue
Theme URI: http://www.musicglue.com
Description: Lights Go Blue 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: Tahoma, "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
    color: #fff;
}

body{ 
    margin: 0;
    font-family: Tahoma, "Times New Roman", Times, serif;
    font-size:12px;
    text-align: center;
    vertical-align: top;
    background-color: #9db5be;
    background-image: url('images/bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment:fixed;
}

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

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;
}

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

a:hover{
    text-decoration: underline;
}

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

#header{
    float: left;
    width: 900px;
    margin: 0 27px;
    border-left: 9px #080809 solid;
    border-right: 9px #080809 solid;
    background-image: url('images/header-bg.jpg');
    background-position:top left;
}

#header .header_image_wrap{
    float:left;
    background-image: url('images/header.jpg');
    width:900px;
    height:430px;
}

#header .header_image_wrap h1{
    display:none;
}

#header .social-network-nav{
    float:left;
    background-image: url('images/social-network-bg.jpg');
    width:885px;
    height: 43px;
    padding-left: 15px;
}

#header .social-network-nav .social-network-link{
    margin: 0 4px;
}

#header .player{
    margin-left:20px;
}

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

#container{ 
    width: 900px;
    float: left;
    margin: 0 27px;
    border-left: 9px #080809 solid;
    border-right: 9px #080809 solid;
    background-color: #092027;
}

#container h2.title {
    font-size: 2em;
    padding: 0 10px 5px;
}

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

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

.posts-container{
    float:left;
    width:570px;
}

.post{
    float:left;
    width:550px;
    margin: 10px 10px 10px 10px;
}

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

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

#container .right-content{
    float: left;
    margin: 15px 10px 10px 10px;
    width:310px;
}

#container .right-content .mailing-list{
    background-image: url('images/mailing-list-bg.png');
    text-align:center;
    font-size:14px;
    padding:53px 4px 4px;
    width:305px;
    margin-bottom:10px;
    height:77px;
}
#container .right-content .mailing-list p{
    color: #000 !important;
    margin: 3px 0;
}

#container .right-content .video{
    margin-bottom: 10px;
}

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

.sidebar{
    float: left;
    width: 100%;
    padding: 0;
    margin:0;
    background-color: #374a50;
    border: 1px solid #849093;
    text-align:center;
}

.sidebar .nav-link{
    padding:7px 5px 5px;
}

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

#footer{
    clear: both;
    float: left;
    width:860px;
    padding:0 20px 5px;
    margin: 0 27px;
    border-left: 9px #080809 solid;
    border-right: 9px #080809 solid;
    background-color: #092027;
}

#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;
}