/*  
Theme Name: Music Glue Default
Theme URI: http://www.musicglue.com
Description: The default Music Glue 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: Georgia, "Times New Roman", Times, serif; 
margin: 0; 
padding: 0; 
}

body{ 
margin: 0;
font-family: Georgia, "Times New Roman", Times, serif; 
font-size:12px;
text-align: center; 
vertical-align: top; 
}

a{
color:#58517b;
}

a:hover{
color:#6673b7;
}

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

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

#header{
float: left;
width: 100%;
background: #6673b7;
border-bottom: 1px solid #58517b;
border-left: 1px solid #58517b;
border-right: 1px solid #58517b;
padding: 20px 10px 10px 10px;
color:#ffffff;
}

#header a{
color:#ffffff;
text-decoration:none;
}

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

/*#header .header_image_wrap{
height:38px;
width:260px;
background-image: url(images/MusicGlueHeader.png);
margin-bottom:2px;
}

#header .header_image_wrap h1{
display:none;
}*/


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

#container{ 
background-position: 
center 0; 
width: 630px; 
float: left; 
}

#container h2.title {
border-bottom: dotted 1px;
padding-bottom:5px;
}

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

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

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

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

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

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

.sidebar{
float: left;
width: 110px;
padding-left: 10px;
background: transparent;
text-align:right;
}

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

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

#footer{
clear: both;
float: left;
width: 100%;
background: #e2e1dd;
padding:10px;
border-top: 1px solid #acb9af;
border-left:1px solid #acb9af;
border-right:1px solid #acb9af;
}

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