/*  
Theme Name: Canterbury
Theme URI: http://www.musicglue.com
Description: Canterbury wordpress theme.
Version: 1.0
Author: Music Glue
Author URI: http://www.musicglue.com
Tags: canterbury thank you
*/

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

@import 'reset-min.css';

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

body{ 
    margin: 0;
    font-size:12px;
    text-align: center;
    vertical-align: top;
    background-image: url('images/bg.jpg');
    background-repeat:no-repeat;
    background-position:top center;
    background-color:#587168;
}

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

a:hover{
    color:#303E39;
    text-decoration:underline;
}

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

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

#header{
    float: left;
}

#header .header_image_wrap{
    display:none;
}


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

#container{
    width: 685px;
    float: left;
    min-height:470px;
}

#container h2.title {
    margin:0 10px;
    padding:10px 0 5px;
    text-transform:uppercase;
    border-bottom:1px dashed #587168;
}

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

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

.post{
    margin: 10px 10px 10px 10px;
    background-color: #F6F0E9;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
;
}

.post .title,
.post .meta,
.post .entry,
.post .entry img{
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.post .meta{
    padding:5px 10px 0;
}

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

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

.sidebar{
    float: left;
    width: 685px;
    background: transparent;
    margin-top:180px;
}

/*.sidebar .free-download{
    float:left;
    background-image: url('images/free-download.gif');
    width:685px;
    height:233px;
    margin-bottom:33px;
}

.sidebar .free-download span{
    display:none;
}*/

.sidebar .gloria-download{
    float:left;
    background-image: url('images/gloria-download.png');
    width:589px;
    height: 79px;
    margin: 20px 0 25px 48px;
}

.sidebar .album-download{
    float:left;
    background-image: url('images/album-download.png');
    width:589px;
    height:78px;
    margin: 0 0 65px 48px;
}

.sidebar .album-download span,
.sidebar .gloria-download span{
    display:none;
}

.sidebar .main-navigation{
    float:left;
    margin-bottom:36px;
}

.sidebar .links-navigation{
    float:left;
    margin-bottom:10px;
}

.sidebar .news-blog{
    float:left;
    background-image: url('images/news.gif');
    background-repeat:no-repeat;
    width:161px;
    height:23px;
    margin-right:48px;
}

.sidebar .shows{
    float:left;
    background-image: url('images/shows.gif');
    background-repeat:no-repeat;
    width:101px;
    height:23px;
    margin-right:72px;
}

.sidebar .store{
    float:left;
    background-image: url('images/store.gif');
    background-repeat:no-repeat;
    width:88px;
    height:23px;
    margin-right:54px;
}

.sidebar .thank-you{
    float:left;
    background-image: url('images/thankyou.gif');
    background-repeat:no-repeat;
    width:160px;
    height:23px;
}

.sidebar .facebook{
    float:left;
    height:13px;
    width:82px;
    background-image: url('images/facebook.gif');
    background-repeat:no-repeat;
    margin-right:70px
}

.sidebar .email{
    float:left;
    height:13px;
    width:44px;
    background-image: url('images/email.gif');
    background-repeat:no-repeat;
    margin-right:63px;
}

.sidebar .youtube{
    float:left;
    height:13px;
    width:71px;
    background-image: url('images/youtube.gif');
    background-repeat:no-repeat;
    margin-right:52px;
}

.sidebar .twitter{
    float:left;
    height:13px;
    width:63px;
    background-image: url('images/twitter.gif');
    background-repeat:no-repeat;
    margin-right:63px;
}

.sidebar .myspace{
    float:left;
    height:13px;
    width:68px;
    background-image: url('images/myspace.gif');
    background-repeat:no-repeat;
    margin-right:66px;
}

.sidebar .bebo{
    float:left;
    height:13px;
    width:40px;
    background-image: url('images/bebo.gif');
    background-repeat:no-repeat;
}

.sidebar span{
    display:none;
}
/************************ FOOTER SECTION *****************************/

#footer{
    clear: both;
    float: left;
    width: 635px;
    padding:10px 30px;
    color:#fff;
    font-weight:bold;
}

#footer a{
    color:#fff;
}

#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/MusicGlueLogo.png);
    background-position: center right;
    height:52px;
    width:95px;
    float:right;
    cursor: pointer;
    cursor: hand;
}

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