/* ------------------------------------------------------------------------------------ *
| CONTENT  CSS FILE  :: For The Wishing Tree											|
| css/content.css																		|
| 																						|
| PROJECT :: www.thewishingtree.com														|
| Copyright (C) 2009, QUERIDODESIGN, Switzerland										|
| 																						|
+ ------------------------------------------------------------------------------------- +
| Author :: Julian Querido + Nathan Querido												|
* ------------------------------------------------------------------------------------- */

/* @group CONTENT :: jsaq ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.content_container {
/*	background: url(../images/nav/content_repeat.png) left top repeat-y;
*/	padding: 17px 0 17px 41px;
	width: 720px;
	height: 445px;
	overflow: auto;
	/*background: red;*/
	float: left;
	-webkit-user-select: text;
}

.content_left {
	text-align: left;
/*	width: 540px;
*/	padding: 0 20px 0 0;
	float: left;
	display: block;
}

p.biography img {
	margin: -2px 15px 0 15px;
	float: right;
}

img.photos {
	margin: 0 22px 0 0;
}

p.mailing_list img {
	float: left;
	margin: 1px 0 0 0;
}

/*p.mailing_list {
	opacity: 0.8;
}*/

.content_right {
	width: 130px;
	height: 100%;
	float: left;
}

.player {
	background: #FFF;
	padding: 0 1px;
	width: 262px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: absolute;
	left: 3px;
	top: 3px;
	opacity: 0.8;
/*	-webkit-border-radius: 6px;
	border: 1px dashed #2e0b01;*/
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group PRE-ORDER ICONS :: nfq :::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.preorder_icons {
	margin: 10px 0 30px -6px;
	float: left;
}

	a.play {
	background: url(../images/icons/play.png) left top no-repeat;
	width: 175px;
	height: 52px;
	float: left;
}

a.amazon {
	background: url(../images/icons/amazon.png) left top no-repeat;
	width: 120px;
	height: 52px;
	float: left;
}

a.hmv {
	background: url(../images/icons/hmv.png) left top no-repeat;
	width: 149px;
	height: 52px;
	float: left;
}

a.townsend {
	background: url(../images/icons/townsend.png) left top no-repeat;
	width: 183px;
	height: 52px;
	float: left;
}

a:hover.play,
a:hover.amazon,
a:hover.hmv,
a:hover.townsend {
	background-position: bottom left;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */