/*  
Theme Name: The Enterprise
Theme URI: http://www.musicglue.com
Description: The Enterprose wordpress theme.
Version: 1.0
Author: Music Glue
Author URI: http://www.musicglue.com
Tags: music glue camden the enterprise

*/

/************************ GLOBAL SECTION *****************************/

@import: 'reset-min.css';

body, h1, h2, h3, h4, h5, h6, blockquote, p{ 
font-family: Tahoma,Geneva,sans-serif; 
margin: 0; 
padding: 0; 
}

body{
background-color:#fff; 
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:902px;
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{
padding-top:20px;
float: left;
width: 902px;
color:#ddd7fa;
}

#header h1{
display:none;
}

#header .mailing_and_banner{
float:left;
width:902px;
background-color:#000;
}

#header .mailing_list{
float:left;
width:378px;
padding-top:43px;
}

#header .flash_banner{
float:right;
padding:5px 5px 5px 0;
}

/*#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:#eee; 
background-position: center 0; 
width: 902px; 
float: left;
min-height:640px;
}

#container h2.title {
padding-bottom:5px;
border-bottom:1px solid #ACB9AF;
}

#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:#ff810f;
float: left;
width: 892px;
padding: 5px;
font-family:Tahoma,Geneva,sans-serif;
}

.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: 880px;
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;
}