/*
	AUTHOR: Josh Horvath
			josh@faduchigroup.com
			http://www.faduchigroup.com
			
	PRIMARY COLOURS:
			Beige: #f8f6eb
			Gray: #666
			Orange: #d3522f
			
*/

@import url('links.css');

/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% "trebuchet ms", helvetica, sans-serif; background: #f8f6eb; color: #50483c; }

ul	{ list-style: none inside; }
p	{ font-size: 12px; margin-bottom: 12px; }
a, a:visited { 
	color: #f8663f;
	outline: none;
	text-decoration: none; 
}
a:focus { outline: none; }
a:hover { color: #d3522f; }
a img { border: none; }
/* END RESET */

/* TOOLBOX */
.floatLeft  { float: left; }
.floatRight { float: right; }
.clear		{ clear: both; }
/* END TOOLBOX */

/* STRUCTURE */
#page-wrap {
	position: relative;
	width: 1235px;
	height: 920px;
	margin: 0 auto;
	background: url(../images/home/background.jpg) no-repeat;
	}
#content {
	position: absolute;
	left: 627px;
	top: 305px;
	width: 250px;
	height: 350px;
	line-height: 18px;
	overflow: hidden;
	}
	#content h1 {
		font-size: 30px;
		margin-bottom: 10px;
		color: #606060;
		text-transform: uppercase;
		}
/* END STRUCTURE */

/* WIDGETS */
#nav {
	position: absolute;
	left: 611px;
	top: 214px;
	width: 600px;
	}
	#nav li {
		float: left;
		line-height: 53px;
		font-size: 13px;
		}
	#nav li a {
		display: block;
		padding: 0 10px;
		text-align: center;
		color: #666;
		}
		#nav li a:hover { color: #f8663f; }

#contact {
	position: absolute;
	top: 42px;
	left: 629px;
	width: 250px;
	}
	#contact h2 {
		background: url(../images/home/title-contact.png) no-repeat;
		text-indent: -9999px;
		margin-bottom: 6px;
		height: 21px;
		}
	#contact a { color: #545454; padding: 0 5px 0 2px; }
	#contact a:hover { color: #d3522f; }

#purchase-music {
	position: absolute;
	left: 134px;
	top: 703px;
	width: 146px;
	}
	#purchase-music a {
		display: block;
		width: 146px;
		height: 75px;
		background: url(../images/home/btn-purchasemusic.jpg) top left;
		text-indent: -9999px;
		}
	#purchase-music a.purchase-itunes { background: url(../images/home/btn-itunes.jpg) top left; height: 40px; margin-top: 4px; }
	#purchase-music a:hover { background-position: bottom; }

#youtube-channel {
	position: absolute;
	top: 699px;
	left: 343px;
	width: 214px;
	height: 148px;
	display: block;
	text-indent: -9999px;
	height: 174px;
	background: url(../images/home/btn-youtubechannel.jpg) no-repeat top left;
	}
	#youtube-channel:hover { background-position: top right; }

#social {
	position: absolute;
	top: 710px;
	left: 645px;
	width: 197px;
	}
	#social a {
		width: 169px;
		display: block;
		height: 26px;
		text-indent: -9999px;
		background: url(../images/home/btn-social.png) left top no-repeat;
		}
	#social #social-twitter { height: 32px; background-position: left center; }
	#social #social-blogger { height: 28px; background-position: left bottom; }
	#social a:hover { background-position: right top; }
	#social #social-twitter:hover { background-position: right center; }
	#social #social-blogger:hover { background-position: right bottom; }

#tour-dates {
	position: absolute;
	left: 875px;
	top: 715px;
	height: 95px;
	width: 205px;
	font-style: italic;
	color: #666;
	/*overflow: hidden;*/
	}
	#tour-dates li { padding-bottom: 5px; }
	#tour-dates li span {
		display: block;
		font-size: 12px;
		}
	#tour-dates a {
		position: absolute;
		top: -20px;
		left: 200px;
		width: 65px;
		height: 65px;
		text-indent: -9999px;
		display: block;
		background: url(../images/home/btn-readmore.png)
		}
		#tour-dates a:hover { background-position: bottom; }
	

/*--------------------
	Newsletter
----------------------*/

#newsletter {
	width: 560px;
	background: url(../images/bkg-window.jpg) no-repeat center top #f8f6eb;
	padding: 20px;
	font-size: 12px;
	color: #d3522f;
	/* rounded corners */
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	/* Shadow */
	box-shadow: 0 0 15px #333;
	-moz-box-shadow: 0 0 15px #333;
	-webkit-box-shadow: 0 0 15px #333;
	}
#newsletter h2 {
	color: #f8663f;
	text-shadow: 1px 1px 0 #fff;
	font-size: 30px;
	margin-bottom: 10px;
	}
#newsletter input {
	width: 200px;
	padding: 3px;
	font-size: 12px;
	color: #333;
	border: 1px solid #d3d3d3;
	}
#newsletter .subscribe {
	color: #ffe5de;
	width: 100px;
	margin-top: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	border: 1px solid #dc5734;
	background: #f8663f;
	text-shadow: 1px 1px 1px #dc5734;
	box-shadow: 1px 1px 1px #fff;
	-moz-box-shadow: 1px 1px 1px #fff;
	-webkit-box-shadow: 1px 1px 1px #fff;
	}
#newsletter .subscribe:hover {
	border: 1px solid #f69379;
	color: #fff;
	background: #dc5734; 
	cursor: pointer;
	}
#newsletter .signup {
	position: absolute;
	bottom: -20px;
	right: -20px;
	cursor: pointer;
	height: 42px;
	width: 42px;
	text-indent: -9999px;
	background: url(../images/btn-close.png) no-repeat;
	}

/* END WIDGETS */

#faduchi {
	position: absolute;
	top: 870px;
	left: 1010px;
	width: 96px;
	height: 35px;
	text-indent: -9999px;
	background: url(../images/home/btn-faduchi.png) no-repeat left;
	}
	#faduchi:hover { background-position: right; }

