/* @override 
	http://localhost:8888/WPTest/wp-content/themes/FabMusic/style.css
	http://localhost:8888/FabMusic2/public_html/css/master.css
	http://fabmusic.com/css/master.css
*/

/*
Theme Name: FabMusic
Theme URI: 
Description: Fabulous Music
Version:
Author: Kevin Powell
Author URI: http://underthebedstudios.com
Tags: awesome, disco
*/

@import "reset.css";

/*
	STRUCTURE
*/
html{
	height: 100%;
	overflow-y:scroll;
}

body{
	height: 100%;
	background: url(../images/bodyBG.png) center;
	font-family: verdana, sans-serif;
	font-size: 62.5%;
}

div#headerLogo{
	position: absolute;
	top: -8px;
	z-index: 10;
	height: 285px;
	width: 100%;
	margin: auto;
	background: url(../images/fabMusicLogo.png) no-repeat center;
}

div#headerBG{
	height: 184px;
	width: 100%;
	background: url(../images/fabMusicHeader2.png) no-repeat center;
	margin: 0px;
	position: absolute;
	z-index: 5;
}

div#header-push{
	height: 165px;
}

div#page-wrapper-torn{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	margin-bottom: -54px;
	width: 980px; 
	background: url(../images/page-wrapperBGTorn.jpg) no-repeat #e9e5e3;
	background-position: 0px 147px;
}

div#page-wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -54px;
	width: 980px; 
	background: url(../images/page-wrapperBG.jpg) no-repeat #e9e5e3;
	background-position: 0px 147px;
}

div#page-content{
	font-size: 1.2em;
	padding: 10px;
	float: left;
	width: 960px;
	position: relative;
	z-index: 995;
}

div#zoom{
	position: relative;
	z-index: 999;
}

div#loginBox{
	background: #251f0f;
	color: white;
	font-size: 2em;
	text-align: center;
	width: 350px;
	margin: 0px auto 0 auto;
}

#zoom_table{
	display: block;
}

div#loginBox label{
	display: block;
}

div#loginBox input.text{
	font-size: 1em;
	width: 200px;
	margin: 5px 0 10px;
	text-align: center;
	color: #666;
}

div#loginBox input.submit{
	font-size: 1em;
	margin: 5px 0 10px;
	text-align: center;
}

div #leftSide{
	float: left;
	width: 59%;
}


div#sidebar{
	float: left;
	width: 32%;
	margin-left: 7%;
	text-align: right;
}

div#push{
	height: 54px;
}

div#footer{
	background: url(../images/footerBG2.png) no-repeat center;
	width: 100%;
	height: 54px;
}

div#footer-wrapper{
	width: 980px;
	margin: 0 auto;
	color: white;
	font-size: 1.1em;
}

div#footer-wrapper a{
	color: #cbe9ea;
	text-decoration: none;
}

div#footer-wrapper a:hover{
	color: white;
}

div#footer-left{
	margin: 30px 0 0 0;
	float: left;
	width: 50%;
}

div#footer-right{
	margin: 30px 0 0 0;
	float: left;
	width: 50%;
	text-align: right;
}

/*
	UTILITIES
*/

.clear{
	clear: both;
}

.page-header{
	font-size:1.8em;
	font-family:Georgia;
	font-style:italic;
	padding:5px;
}

.left600{
	width: 600px;
	font-size: 1.2em;
	padding: 5px 0 0 0;
}

/*
	POSTS
*/

div.post{
	font-size: 1.3em;
	color: #251f0f;
}

div.post h2 a{
	color: #251f0f;
	text-decoration: none;
	font-size: 1.4em;
	float: left;
}

div.post p.date{
	display: block;
	padding-left: 20px;
	float: left;
	position: relative;
	top: 6px;
	text-align: right;
}

/*
	NAVBAR
*/

div#navBar{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 145px;
	font-size: 1.6em;
	text-transform: lowercase;
	height: 23px;
	z-index: 999;
}

div#navBarContent{
	width: 970px;
	margin: 0 auto;
}

div#navBarLeft{
	width: 50%;
	float: left;
}

div#navBarRight{
	width: 50%;
	float: left;
	text-align: right;
}

div#navBarRight a{
	width: 25%;
	margin: 0;
	padding: 0;
	float: right;
}

div#navBar a{
	text-decoration: none;
	color: #251f0f;
	display: block;
}

div#navBar a:hover{
	color: white;
}

div#navBarContent li{
	float: left;
	width: auto;
	padding: 0 25px 0 0;
}

/*
	CURRENT NAV HIGHLIGHTING
*/


body#bio li.bio a,
body#blog li.blog a,
body#discography li.discography a,
body#artistPortal a.artistPortal,
body#contact li.contact a{
	display: block;
	font-style: italic;
	font-weight: bold;
}


div#woodSidebar{
	height: 450px;
}

/*
	HOMEPAGE
*/
img#chrisPolaroid{
	position: relative;
	left: -10px;
}

/*
	SIDEBAR
*/
	div#sideBarAlbum{
	padding: 10px 0 0 40px;
	text-align: right;
	float: left;	
}

	div#sideBarAlbum a{
	color: white;
	text-decoration: none;
}

	div#sideBarAlbum a:hover{
	text-decoration: underline;
}
	div#sideBarAlbum img#albumArt{
	margin-top: 30px;
	width: 270px;
}

	div#sideBarAlbum img#albumArt:hover{
	text-decoration: none;
}