/*  
Theme Name: Black and White Music
Theme URI: http://www.musicglue.com
Description: Black and White Music wordpress theme.
Version: 1.0
Author: Music Glue
Author URI: http://www.musicglue.com
Tags: music glue black and white

*/

/************************ GLOBAL SECTION *****************************/

@import: 'reset-min.css';

body, h1, h2, h3, h4, h5, h6, blockquote, p{ 
font-family: 'Calibri','ArialMT','Arial',sans-serif;
font-size:11px; 
margin: 0; 
padding: 0; 
}

body{
background-color:#000;
background-image: url('images/bg.jpg');
background-position:left top;
background-repeat:repeat; 
margin: 0; 
text-align: center; 
vertical-align: top; 
color: #333333;
}

a{
color:#333333;
text-decoration:none;
}

a:hover{
color:#81A8D8;
text-decoration:underline;
}

#wrapper{
background-color:#fff;
width:800px;
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;
width: 740px;
padding: 20px 30px 3px 30px;
background-color:#fff;
}

#header h1{
display:none;
}

#header .venue_info{
float:left;
width:250px;
}

#header .flash_banner{
float:right;
}

/*#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-color:#fff; 
background-position: center 0; 
width: 800px; 
float: left; 
min-height:600px;
}

#container h2.title {
padding-bottom:5px;
}

#container p.not-found{
padding: 20px;
}

/*********************** CONTENT SECTION *****************************/

.entry{
line-height: 18px;
}

.entry .piclenselink{
display:none;
}

.post{
margin: 15px 30px 20px 35px;
}

/************************ SIDEBAR SECTION *****************************/

.sidebar{
background-color:#fff;
float: left;
width: 740px;
padding: 0 30px;
font-family: 'Calibri','ArialMT','Arial',sans-serif;
font-size:11px;
}

.sidebar ul{
list-style-type: none;
padding:0 0 0 10px;
margin:0 0 0 2px;
float:left;
background-image: url('images/navigation.png');
background-repeat: no-repeat;
width:100%
}

.sidebar li{
float:left;
}

.sidebar li a{
padding:5px 10px;
color:#fff;
}

.sidebar li a:hover{
color:#81A8D8;
text-decoration:none;

}

.sidebar span{
width:100%;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

/************************ FOOTER SECTION *****************************/

#footer{
clear: both;
float: left;
width: 778px;
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:1.5em;
padding-left:10px;
}

#footer .poweredby a.homepage{
background-image: url(images/MusicGlueLogo.png);
background-position: center right;
height:51px;
width:95px;
float:right;
cursor: pointer; 
cursor: hand;
}

#footer .poweredby .homepage span{
display:none;
}