/*  
Theme Name: Birmingham Promotions Theme
Theme URI: http://www.musicglue.com
Description: Birmingham Promotions theme.
Version: 1.1
Author: Music Glue & Tom de Boer
Author URI: http://www.musicglue.com
Tags: music glue

*/

/************************ GLOBAL SECTION *****************************/


*{ 
    margin: 0;
    padding: 0;
}

html{
    background-image: url(images/bg.jpg);
    background-attachment:fixed;
    background-position: top;
}

body{ 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size:11px;

    text-align: center;
    vertical-align: top;
    color:#fff;
    background: transparent url(images/header-bg.jpg) top left repeat-x;
}

a{
    color:#e3691f;
    text-decoration:none;
}

a:hover{
    color:#e3691f;
    text-decoration:underline;
}

#wrapper{
	position: relative;
    width:842px;
    margin: 0 auto 0 auto;
    text-align: left;
    overflow: hidden;
    background: transparent url(images/sidebar-bg.jpg) top right repeat-y;;
}

h1{
    display:block;
    font-size: 2em;
    font-weight: bold;
}

h2{
    display:block;
    font-size: 12px;
    font-weight: bold;
}

p{
    margin: 1em 0;
}

/*********************** HEADER SECTION ******************************/

#header{
    padding: 0px;
    color:#ffffff;
    height: 162px;
}


#header .header_image_wrap{
    margin: 0 auto 0 auto;
    height:162px;
    width:842px;
    background-image: url(images/header.jpg);
    margin-bottom:2px;
}

#header .header_image_wrap h1{
    display:none;
}


/*******bb************** content SECTION ***************************/

#content{ 
	float: left;
    width: 675px;
}

#content h2.title {
    border-bottom: dotted 1px #905628;
    color:#e3691f;
    padding-bottom:5px;
}

#content p.not-found{
    padding: 20px;
}

/*********************** CONTENT SECTION *****************************/

#post-content{
    float:left;
    width:606px;
}

.post{
}

.post .meta{
    padding-top:4px;
}

.entry{
    line-height: 18px;
}

/************************ SIDEBAR SECTION *****************************/

.sidebar{
	font-size: 10px;
    float: right;
    overflow: hidden;
    width: 149px;
    padding: 60px 4px 10px 10px;
    text-align:left;
    background: transparent url(images/sidebar.jpg) right top repeat-x;
    color: #333;
}
	.sidebar h3{
		font-size: 12px;
		margin: 2px 0;
	}
	.sidebar a{
	    color: #000;
	}
	.sidebar div.widget-container{
		border-top: 1px solid #ccc;
		margin-bottom: 5px;
	}
	.sidebar ul{
	    list-style-type: none;
	    margin-top:0px;
	    padding: 0 0 0 10px;
	}
	
	.sidebar li{
	    padding-bottom:4px;
	}
	

p.postmetadata{
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
}


/**
 Fix for #xhanch_my_twitter
 */
#xhanch_my_twitter .header_48 {
	line-height: normal !important;
}
#xhanch_my_twitter ul li.tweet_list{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #aaa;
	background: white url('images/tweet_list-bg.jpg') repeat-x !important;
}
#xhanch_my_twitter_tweet_area{
}
	#xhanch_my_twitter_tweet_area a{
		text-decoration: underline;
		color: #666666;
	}

/**
 * Dix for .history_manager{
 */
.history_manager h3{
	cursor: pointer;
	background: transparent url('images/minus.png') right center no-repeat;
}
.history_manager h3.open{
	background-image: url('images/plus.png');
}
/**
 * Contact links
 */
ul.contact{
	padding: 0 0 0 5px;
}
	ul.contact li{
		background: transparent left center no-repeat;
		padding: 3px 0 2px 20px;
	}
	ul.contact li a:hover {
		font-weight: bold;
	}
	ul.contact li.twitter{	background-image: url('images/twitter.png'); }
	ul.contact li.facebook{	background-image: url('images/facebook.png'); }
	ul.contact li.myspace{	background-image: url('images/myspace.png'); }
	ul.contact li.email{	background-image: url('images/email.png'); }
	ul.contact li.rss{		background-image: url('images/rss.png'); }


/************************ FOOTER SECTION *****************************/

#footer{
    clear: both;
    background: transparent url(images/sidebar-bottom.jpg) right bottom no-repeat;
    overflow: hidden;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

#footer .poweredby{
    float:left;
    height:60px;
}

#footer .copyright{
    width:650px;
    line-height: 35px;
}
