/*  

Theme Name: Collab-O-Labba Blog Theme

Description: Wordpress template designed by Kelly Ioger & Justin Mahon

Author: Justin Mahon & Kelly Ioger - MahonMedia.com


*/

body {
	
	font-family:helvetica, arial;
	font-size:14px;
	color:#0f3969;
	font-weight:bold;
	line-height:18px;
	margin-top:0px;
}
#wrap {
	
	width:964px;
	background: url('images/wrap-bg.jpg') repeat-y;
	margin:auto;
}

#header {
	
	width:864px;
	height:516px;
	background: url('images/header-bg.jpg') repeat-y;
}

#header h1{
	
	display:none;
	
}

#title{
	height:46px;
	left:-9px;
	position:relative;
	top:-30px;
	width:390px;
}

.home{
	
	background: url('images/header-home.jpg') no-repeat;
	
}
.shows-page{
	
	background: url('images/header-shows.jpg') no-repeat;
	
}
.bio-page{
	
	background: url('images/header-bio.jpg') no-repeat;
	
}


#home-link{
	
	display:block;
	width:200px;
	height:140px;
	margin-bottom:-140px;
	position:relative;
	
}

#menu {
	width:199px;
	position:relative;
	height:123px;
	top:216px;
	left:199px;
	
}

.btn {
	display:block;
	width:199px;
	height:41px;
}

.shows {
	background:url('images/btn-shows.jpg') no-repeat;
}
.shows:hover{
	background:url('images/btn-shows.jpg') no-repeat 0 -41px;
}
.bio {
	background:url('images/btn-bio.jpg') no-repeat;
}
.bio:hover {
	background:url('images/btn-bio.jpg') no-repeat 0 -41px;
}
.merch {
	background:url('images/btn-merch.jpg') no-repeat;
	height:40px;
}
.merch:hover {
	background:url('images/btn-merch.jpg') no-repeat 0 -40px;
	height:40px;
}

#left-col {
	
	float:left;
	padding-left:33px;
	padding-right:10px;
	padding-bottom:50px;
	width:400px;
}

#right-col {
	padding-left:30px;
	padding-right:30px;
	padding-bottom:50px;
	float:left;
	width:400px;
	margin-top:-35px;
}

#page-image {
	width:391px;
	height:137px;
	margin-left:-13px;
}
.home-image {
	background: url('images/home-image.jpg');
}
.bio-image {
	background: url('images/bio-image.jpg');
}
.shows-image {
	background: url('images/shows-image.jpg');
}


#left-col p{
	padding-right:50px;

	
}

#left-col h2 {
	color:#ababab;
	font-size:18px;
}
.blog-post h3{
	color:#ababab;

}

#music-player {
	left:414px;
	position:relative;
	top:95px;
}

#footer { 
	background:#FFFFFF none repeat scroll 0 0;
	clear:both;
	text-align:center;
	width:800px;
	margin:auto;
	height:50px;
	padding-top:50px;

	}
#right-col {
        font-size:90%;
        font-weight:normal;
}

