/*  
Theme Name: James Walsh
Theme URI: http://www.musicglue.com
Description: James Walsh Wordpress theme
Version: 1.0
Author: Music Glue
Author URI: http://www.musicglue.com
Tags: james walsh
*/

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

@import 'reset-min.css';

body, h1, h2, h3, h4, h5, h6, blockquote, p{ 
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 0; 
}

body{ 
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #5b5750;
    font-size:12px;
    text-align: center;
    vertical-align: top;
    background-image: url('images/header-bg.jpg');
    background-repeat: repeat-x;
    background-position: top center;
}

#wrapper{
    width:966px;
    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;
}

.hidden{
    display: none;
}

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

a:hover{
    text-decoration: underline;
}

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

#header{
    float: left;
    padding: 0 10px;
    height: 296px;
}

.header_image_wrap{
    float:right;
    width: 399px;
    height:87px;
    background-image: url('images/logo.jpg');
    margin-top: 60px;
}

.header_image_wrap h1{
    display:none;
}

.connect{
    float:right;
    border-bottom: 1px solid #746f69;
    width: 610px;
    padding: 0 15px 5px 0;
    margin-top: 37px;
}

.connect a{
    color: #333333;
    font-size: 14px;
}

.connect a:hover{
    text-decoration: none;
}

.connect ul .diamond{
    list-style-image: url('images/connect-li.png');
    list-style-position: inside;
}

.connect li{
    float:right;
    padding-left: 5px;
}

.navigation{
    float:left;
    margin: 0 10px;
    border-bottom: 2px solid #707070;
    width:946px;
    padding-bottom: 5px;
}

.navigation ul .diamond{
    list-style-image: url('images/navigation-li.png');
    list-style-position: inside;
}

.navigation li{
    float:left;
    padding-right: 5px;
    font-size: 20px;
}

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

#container{ 
    width: 635px;
    float: left;
    padding-left: 10px;
}

#container h2.title {
    padding-bottom:5px;
    font-size: 24px;
}

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

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

.post{
    margin: 10px 0;
}

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

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

.sidebar{
    float: left;
    width: 301px;
    padding-left: 10px;
    margin-top: 10px;
}

.sidebar .releases,
.sidebar .live{
    float:left;
    width:100%;
    border-bottom: 1px solid #eaeaea;
}

.live-title{
    margin-bottom: 0px !important;
}

.sidebar .release{
    padding-bottom: 10px;
    float:left;
    width:300px;
}

.sidebar .live{
    margin-top: 10px;
}

.release .image{
    height: 120px;
    width: 120px;
    float:left;
    margin-right: 10px;
}

.man-on-the-hill-img{
    background-image: url('images/man-on-the-hill-artwork.png');
}

.live-at-the-top{
    background-image: url('images/live-at-the-top-artwork.png');
}

.sidebar h3{
    font-size: 20px;
    margin-bottom: 10px;
}

.sidebar .show-download,
.sidebar .buy-here{
    font-size: 16px;
}


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

#footer{
    clear: both;
    float: left;
    width: 946px;
    margin:10px;
    border-top: 2px solid #707070;
}

#footer .poweredby {
    border-top:1px solid #707070;
    height:51px;
    margin-top:14px;
    padding-top:9px;
}

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

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