/*  
Theme Name: Popular
Theme URI: http://www.musicglue.com
Description: Theme for Popular.com
Version: 1.0
Author: Music Glue
Author URI: mailto:tom@musicglue.com
Tags: popular, music glue

*/

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

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

body{
    margin: 0;
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    background-color:#666;
    background: url(images/background.jpg);
    background-position: center;
    background-attachment:fixed;
    color: #ffffff;
}

h1{
    font-size: 24px;
    padding: 0 0 10px 0;
}

a{
    color:#40c8f4;
    text-decoration:none;
}

a:hover{
    text-decoration: underline;
}

p{
    margin: 1em 0;
}

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

#content_wrapper{
    float:left;
    background-color: #a7a9ac;
    min-height:900px;
    width:800px;
}

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

#header{
    float: left;
    width: 800px;
    background-color:#fff;
}

#header .logo h1{
    display:none;
}

#header .logo{
    width:368px;
    height:252px;
    float:left;
    background-image: url('images/logo.jpg');
    margin: 5px 0 10px 30px;
}

#navigation{
    float: right;
    width: 287px;
    margin:8px 40px 0;
}

.navigation-container-top,
.navigation-container-bottom{
    float:left;
    width:287px;
    height:39px;
    background-image: url('images/navigation-container.jpg');
    background-position:center;
    background-repeat:no-repeat;
}

.navigation-container-top{
    margin-bottom:5px;
}

.navigation-container-bottom{
    margin-top:5px;
}

#navigation a{
    color:#404041;
}

#navigation ul{
    padding:0;
}

#navigation li{
    width:100%;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    margin-bottom:2px;
}

#navigation a:hover{
    text-decoration:underline;
}

#navigation  .navigation_content{
    padding:5px 0;
    float:left;
}

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

#container{
    float: left;
    width: 496px;
    margin-left:20px;
}

#container_highlights{
    width:757px;
    float:left;
    margin-left:18px;
}

#container p.not-found{
    padding:20px;
    font-weight: bold;
    color: black;
}

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

.post{
    margin: 10px 10px 10px 10px;
}

.post h2.title,
.post h2.news_item {
    font-size: 18px;
    padding: 10px;
    background-color:#fff;
    color:#40c8f4;
    font-weight:bold;
}

.post .news_item .news_meta{
    font-size: 60%;
}

.entry{
    line-height: 18px;
    padding:10px 10px 20px;
    background-color:#404041;
    min-height:440px;
    float:left;
    width:456px;
    margin-bottom:15px;
}

.entry_news{
    line-height: 18px;
    padding:10px;
    background-color:#404041;
}

.entry_highlights{
    margin:0;
    width:737px;
}

/****************************** POST IMAGE HEADINGS ***************************************/
.title_wrapper {
    background-color:#fff;
    float:left;
    width: 100%;
    height:40px;
}

#title-home{
    display:none;
}

#title-highlights{
    width:480px;
}

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

.sidebar_container{
    float:left;
    position:relative;
    width:100%;
}

.sidebar{
    float: left;
    width: 250px;
}

.sidebar .search,
.sidebar .video,
.sidebar .mailing-list,
.sidebar .news,
.sidebar .comedy{
    margin: 10px 0 10px 10px;
    background: #404041;
}

/****************************************/

.sidebar h2{
    padding: 10px;
    color:#40C8F4;
}

.sidebar .sidebar_content{
    padding: 50px 10px 10px 10px;
}

.video-title{
    padding-bottom:5px;
    color:#FFCC05;
    font-family:Georgia,Sans-serif;
    font-weight:bold;
    margin:0 0 5px;
}

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

.sidebar .comedy h2{
    display:none;
}

.sidebar .comedy{
    float:left;
    width:240px;
    height:111px;
    background-image: url('images/jongleurs.jpg');
    margin-top:0;
    cursor: pointer;
}

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

#footer{
    clear: both;
    float: left;
    width: 780px;
    padding:10px;
    color:#000;
    background-color:#fff;
}

#footer a{
    color:#000;
    text-decoration:underline;
}

#footer a:hover{
    color:#231f20;
    text-decoration:underline;
}

#footer .poweredby{
    height:51px;
}

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

#footer .copyright p{
    margin:0;
    line-height:1.5em;
    padding-left:10px;
}

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