/*  
Theme Name: The Monarch
Theme URI: http://www.musicglue.com
Description: The Monarch wordpress theme.
Version: 1.0
Author: Music Glue
Author URI: http://www.musicglue.com
Tags: music glue monarch bar

*/


/* SOUNDTRACK */
.soundtrack
{
background-image: url('/wp-content/uploads/2010/05/background.jpg');
padding:10px;
color:#FAD910;
border: solid 1px #FAD910;
}

/************************ 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:#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:#000;
width:916px;
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: 916px;
background-color:#000;
margin-top:10px;
}

#header h1{
display:none;
}

#header .curtain{
background-image: url('images/curtain_bg.jpg');
height:166px;
width:916px;
}

#header .curtain .curtain_left{
float:left;
margin:51px 0 0 15px;
width:470px;
height:100px;
}

#header .curtain .mailing_list{
float:left;
margin-left:110px;
margin-top:115px;
width:290px;
}

#header .venue_info{
float:left;
width:100%;
}

#header .flash_banner{
float:left;
}

/*#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: 916px; 
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;
float: left;
width: 555px;
padding: 5px;
margin-top:11px;
}

.sidebar ul{
list-style-type: none;
padding:0;
margin:0;
}

.sidebar li{
float:left;
}

.sidebar li a{
padding:5px 8px;
}

.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: 894px;
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;
}
