/*
	Theme Name: Beaver Love : Homepage
	Theme URI: http://www.locionline.com
	
	Description:
		These styles overwrite the main styles and are solely for the hompeage
	
	Created: 21:11 16 November 2006
	Author: Andrew Mason
	Author URI: http://theaccused.co.uk

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Change the background image */
body {

	background-image: url(images/home_background.jpg);
}

#container {
	position: relative;
}

/* remove underline from news headline link */
h3 a:link, h3 a:visited {
	text-decoration: none;
}


#content {
	width: 530px;
}

#content h3 {
	margin: 200px 0 20px 0;
	font-size: 140%;
	font-weight: normal;
}

/* shift the MP3 player */
#content #mp3Player {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 300px;
}

#content ol {
	margin: 0.3em 2em;
}

 #content ol li {
	margin-bottom: 0.3em;
}
/*	Buy the CD banner
------------------------------------------------------------------------------ */
#buyCD a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 197px;
	height: 132px;
	background: transparent url(http://i207.photobucket.com/albums/bb200/locionline/buy_the_cd_alpha.png?t=1230027056) left top no-repeat;
	_background-image: url(http://i207.photobucket.com/albums/bb200/locionline/buy_the_cd_128.png?t=1230027053); /* Dirty IE hack */
	text-indent: -5000px;
	
}