/*  
Theme Name: Camden Head
Theme URI: http://www.musicglue.com
Description: Camden Head wordpress theme.
Version: 1.0
Author: Music Glue
Author URI: http://www.musicglue.com
Tags: music glue camden head bar

*/

/************************ GLOBAL SECTION *****************************/

@import: 'reset-min.css';

body, blockquote, p{ 
font-family: Tahoma,Geneva,sans-serif; 
margin: 0; 
padding: 0; 
}

body{
background-color:#000; 
margin: 0; 
font-size:12px;
text-align: center; 
vertical-align: top; 
}

a{
color:#000;
text-decoration:none;
}

a:hover{
color:#666;
}

#wrapper{
background-color:#fff;
width:750px;
margin: 0 auto 0 auto;
text-align: left;
}

h1{
font-size: 1.6em;
font-weight: bold;
line-height: 30px;
}

h2{
font-size: 1.5em;
font-weight: bold;
line-height: 30px;
}

h3{
font-size: 1.5em;
font-weight: bold;
line-height: 30px;
}

p{
margin: 1em 0;
}

strong{
font-weight: bold; 
}

/*********************** HEADER SECTION ******************************/

#header{
float: left;
width: 738px;
padding: 20px 10px 10px 10px;
color:#ddd7fa;
background-color:#000;
}

#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: 760px; 
float: left;
min-height:640px;
}

#container h2.title {
padding-bottom:5px;
}

#container p.not-found{
padding: 20px;
}

/*********************** CONTENT SECTION *****************************/

.entry{
line-height: 18px;
font-size:14px;
}

.entry .piclenselink{
display:none;
}

.post{
margin: 15px 20px;
}

/************************ SIDEBAR SECTION *****************************/

.sidebar{
background-color:#fff;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
float: left;
width: 750px;
padding: 5px;
}

.sidebar ul{
list-style-type: none;
padding:0;
margin:0;
}

.sidebar li{
float:left;
}

.sidebar li a{
padding:5px 10px;
}

.sidebar li a:hover {
background-color:#000000;
background-position:center bottom;
background-repeat:no-repeat;
color:#FFFFFF;
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: 738px;
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;
}