/*
Theme Name:     Buzzard Lope
Template:       sandbox
*/

@import url("http://yui.yahooapis.com/3.1.1/build/cssreset/reset-min.css");
@import url("../sandbox/style.css");

/***** Global element styles *****/

html
{
	background: #000 url('images/bg.jpg') center center no-repeat;
	background-attachment: fixed;
	height: 100%;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
}

body
{
	padding-bottom: 80px;
}

a
{
	color: #dd9;
}

a:hover
{
	color: #fff;
}

a img
{
	border: none;
}

/***** End global element styles *****/



/***** Generic class styles *****/

.hide-text
{
	font-size: 0;
	text-indent: -9999px;
}

.clear-float
{
	clear: both;
}

.hidden
{
	display: none;
}

.img-container
{
	position: relative;
}

.player
{
	width: 23px;
	height: 23px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

.navigation
{
	display: none;
}

h2.page-title
{
	display: none;
}

.post
{
	width: 750px;
	margin: 0 auto;
	border-bottom: 1px solid #332;
	padding: 20px 0;
}

.post h2.entry-title
{
	font-size: 1.2em;
	margin-bottom: 5px;
}

.post .entry-date
{
	font-size: 0.9em;
	font-style: italic;
	color: #bbb;
	margin-bottom: 10px;
}

.post p
{
	padding: 5px;
}

.post b,
.post strong
{
	font-weight: bold;
}

.post ul
{
	margin-left: 20px;
	margin-bottom: 5px;
}

.post ul li
{
	list-style: disc inside;
}

.post .entry-meta,
.comment .comment-meta
{
	font-size: 0.9em;
	color: #bbb;
	margin: 5px;
}

.comments
{
	width: 750px;
	margin: 5px auto;
}

.comments h3
{
	font-size: 1.2em;
	margin: 5px 0;
}

/***** End generic class styles *****/



/***** Specific element styles *****/

#wrapper
{
	width: 800px;
	margin: 0 auto;
}

#logo a
{
	display: block;
	width: 400px;
	height: 58px;
	background: transparent url('images/logo.png') 0 0 no-repeat;
	margin: 20px auto;
}

#homepage-wrapper
{
	width: 674px;
	margin: 5% auto 0;
}

#homepage-wrapper a
{
	margin: 0;
	padding: 0;
	float: left;
}

#musicpage-wrapper
{
	margin-top: 50px;
	position: relative;
}

#musicLeftCol
{
	width: 350px;
	float: left;
	padding-left: 50px;
	text-align: center;
}

#musicRightCol
{
	width: 380px;
	float: right;
}

#musicLeftCol .player
{
	top: 120px;
	left: 160px;
}

#musicLeftCol .album-meta
{
	margin-top: 30px;
}

#musicRightCol .album
{
	margin-bottom: 25px;
}

#musicRightCol .player
{
	top: 48px;
	left: 56px;
}

#musicRightCol .album-art
{
	float: left;
	margin-right: 20px;
}

#musicRightCol .album-meta
{
	float: left;
	margin-top: 30px;
}

#primary
{
	padding-top: 50px;
}

#primary .flickr
{
	width: 500px;
	margin: 0 auto;
}

img.flickr_photo
{
	margin: 2px;
}

#content.live
{
	width: 600px;
	margin: 0 auto;
}

#content.live li
{
	padding: 15px 0;
	border-bottom: 1px solid #332;
}

#content.live li a
{
	color: #dd9;
}

#content.live li strong
{
	display: block;
	font-weight: bold;
	margin-left: -10px;
	margin-bottom: 5px;
}

#content.live li em
{
	display: block;
	font-style: italic;
	margin-top: 5px;
}

#content.live li em a
{
	font-style: normal;
	display: block;
}

#content.shop
{
	width: 300px;
	height: 120px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -60px;
	text-align: center;
}

#content.shop a
{
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
}

#content.video p
{
	display: block;
	width: 700px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #332;
}

/***** End specific element styles *****/





