/*
	Website		Tembloroso
	Author		Impulse Development
	Date		April 2009
=============================================== */

/* =GENERAL
----------------------------------------------- */

/* GENERAL: =Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* =TYPOGRAPHY
----------------------------------------------- */

/* TYPOGRAPHY: =Basics */

body {
	font-size: 62.5%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-family: Helvetica, Arial, sans-serif;
}

/* TYPOGRAPHY: =Headings */

h1 {
	color: #000000;
	display: none;
	font-size: 4.2em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
}

h2 {
	color: #da1c23;
	font-size: 3.0em;
	font-weight: bold;
	height: 48px;
	line-height: 37px;
	margin-bottom: 12px;
}

h3 {
	color: #da1c23;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
}

h4 {
	color: #222222;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
}

/* TYPOGRAPHY: =Paragraphs */

p {
	color: #000000;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}

/* TYPOGRAPHY: =Lists */

ul {
	list-style: disc outside;
	padding-left: 1em;
}

	ul li {
		color: #000000;
		font-size: 1.2em;
		line-height: 1.4em;
		margin-bottom: 1em;
	}
	
ol {
	list-style: decimal outside;
	padding-left: 1em;
}

	ol li {
		color: #000000;
		font-size: 1.2em;
		line-height: 1.4em;
		list-style: decimal;
		margin-bottom: 1em;
	}
	
dl {
	margin-bottom: 1em;
}

	dl dt {
		color: #da1c23;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.2em;
		margin-bottom: 0;
	}
	
	dl dd {
		color: #000000;
		font-size: 1.2em;
		line-height: 1.2em;
		margin-bottom: 1em;
	}
	
/* TYPOGRAPHY: =Forms */

form label,
form .label {
	color: #000000;
	font-size: 1.4em;
	line-height: 1.4em;
}

form legend {
	color: #da1c23;
	font-size: 1.6em;
	line-height: 1.6em;
	margin-bottom: 1em;
}

form input,
form textarea {
	color: #000000;
	font-size: 1.4em;
	line-height: 1.4em;
}

form button {
	outline: 0;
}
	
/* TYPOGRAPHY: =Links */

a {
	color: #da1c23;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* TYPOGRAPHY: =Variants */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* =STRUCTURE
----------------------------------------------- */

/* STRUCTURE: =Background */

body {
	background: url(../images/bg-footer.gif) repeat-x bottom left #ffffff;
	padding: 0;
	margin: 0;
}

/* STRUCTURE: =Layout */

.container {
	margin: 0 auto;
	width: 932px;
}

#pageHeader {
	background: url(../images/bg-header.gif) no-repeat top center;
	height: 224px;
	margin-bottom: 12px;
	position: relative;
	width: 100%;
}

#pageBody {
	display: inline;
	float: left;
	margin-bottom: 12px;
	position: relative;
	width: 100%;
}

	#pageBody .banners {
		display: inline;
		float: left;
		position: relative;
		width: 100%;
	}

	#pageBody .content {
		display: inline;
		float: left;
		position: relative;
		width: 696px;
	}
		
	#pageBody .sidebar {
		display: inline;
		float: right;
		position: relative;
		width: 224px;
	}

#pageFooter {
	clear: both;
	height: 112px;
	position: relative;
	width: 100%;
}

/* =HEADER
----------------------------------------------- */

/* HEADER: =Logo */

#headerTitle {
	left: 0;
	position: absolute;
	top: 24px;
	z-index: 9999;
}

	#headerTitle p {
		margin: 0;
	}

	#headerTitle a {
		background: url(../images/logo-medium.png) no-repeat;
		display: block;
		height: 182px;
		overflow: hidden;
		text-indent: -5000px;
		width: 325px;
	}
		
/* =BANNERS
----------------------------------------------- */

/* BANNERS: =Images */

#pageBody .banners img {
	display: block;
	margin: 0;
	padding: 0;
}

/* BANNERS: =Primary */

#pageBody .banners .primary {
	float: left;
	margin-bottom: 12px;
	width: 578px;
}

/* BANNERS: =Secondary */

#pageBody .banners .secondary {
	float: right;
	margin-bottom: 12px;
	position: relative;
	width: 342px;
}

/* BANNERS: =Newsletter Signup */

#bannersNewsletter {
	height: 165px;
	padding-top: 60px;
}

	#bannersNewsletter h2 {
		background: url(../images/h2-newsletter_signup.gif) no-repeat center;
		height: 29px;
		overflow: hidden;
		position: absolute;
		text-indent: -5000px;
		top: 14px;
		width: 100%;
	}

	#bannersNewsletter form {
		background: url(../images/bg-newsletter.gif) no-repeat;
		height: 165px;
		width: 100%;
	}
	
		#bannersNewsletter form .textField {
			padding: 20px 20px 12px 100px;
		}
		
			#bannersNewsletter form .textField label {
				background: url(../images/txt-type_in_your_email_address.gif) no-repeat;
				display: block;
				height: 64px;
				margin-bottom: 12px;
				overflow: hidden;
				text-indent: -5000px;
				width: 100%;
			}
			
			#bannersNewsletter form .textField input {
				border: none;
				padding: 5px;
				width: 205px;
			}
			
		#bannersNewsletter form .submitButton {
			padding: 0 20px 0 100px;
			text-align: center;
		}
		
			#bannersNewsletter form .submitButton button {
				background: transparent;
				border: none;
				cursor: pointer;
				height: 13px;
				margin: 0;
				padding: 0;
				width: 60px;
			}
			
				#bannersNewsletter form .submitButton button span {
					background: url(../images/btn-submit.gif) no-repeat;
					display: block;
					height: 13px;
					overflow: hidden;
					text-indent: -5000px;
					width: 56px;
				}

/* =CONTENT
----------------------------------------------- */

/* CONTENT: =Headings */

h2.replaced {
	height: 47px;
	overflow: hidden;
	text-indent: -5000px;
	width: 100%;
}

	#h2-shop {
		background: url(../images/h2-shop.gif) no-repeat;
	}
	
	#h2-blog {
		background: url(../images/h2-blog.gif) no-repeat;
	}
	
/* CONTENT: =Collections */

.collection {
	float: left;
	width: 100%;
}

	.collection .item {
		background: url(../images/hr-gray_dots.gif) repeat-x bottom left;
		float: left;
		padding-bottom: 18px;
		margin-bottom: 12px;
		width: 100%;
	}
	
		.collection .item .image {
			float: left;
			margin: 0 12px 12px 0;
		}
		
		.collection .item h3 {
			margin-bottom: 0.5em;
		}
		
	.collection .last {
		background: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
		
/* CONTENT: =Buy Buttons */

.button {
	float: left;
	margin-right: 24px;
	text-align: center;
	width: 142px;
}

	.button h3 {
		height: 24px;
		margin: 0 auto;
		overflow: hidden;
		text-indent: -5000px;
	}
	
	.button h3.txt-7_mp3_download {
		background: url(../images/txt-7_mp3_download.gif) no-repeat;
		width: 126px;
	}
	
	.button h3.txt-7_physical_cd {
		background: url(../images/txt-7_physical_cd.gif) no-repeat;
		width: 107px;
	}
	
	.button h3.txt-10_physical_vinyl {
		background: url(../images/txt-10_physical_vinyl.gif) no-repeat;
		width: 130px;
	}
	
	.button h3.txt-10_mp3_download {
		background: url(../images/txt-10_mp3_download.gif) no-repeat;
		width: 136px;
	}
	
	.button h3.txt-10_physical_cd {
		background: url(../images/txt-10_physical_cd.gif) no-repeat;
		width: 118px;
	}
	
	.button h3.txt-mp3_download {
		background: url(../images/txt-mp3_download.gif) no-repeat;
		width: 98px;
	}
		
	.button button {
		background: transparent;
		border: none;
		cursor: pointer;
		height: 27px;
		margin: 0;
		padding: 0;
	}
	
		.button button span {
			display: block;
			height: 27px;
			overflow: hidden;
			text-indent: -5000px;
		}
		
	.button button.btn-sold_out {
		width: 92px;
	}

		.button button.btn-sold_out span {
			background: url(../images/btn-sold_out.gif) no-repeat;
			width: 92px;
		}
		
	.button button.btn-buy_now {
		width: 92px;
	}
	
		.button button.btn-buy_now span {
			background: url(../images/btn-buy_now.gif) no-repeat;
			width: 92px;
		}
		
	.button button.btn-donate_now {
		width: 118px;
	}

		.button button.btn-donate_now span {
			background: url(../images/btn-donate_now.gif) no-repeat;
			width: 118px;
		}

/* =SIDEBAR
----------------------------------------------- */

/* SIDEBAR: =Sections */

.sidebar .section {
	float: left;
	margin-bottom: 12px;
	width: 100%;
}

	.sidebar .section h2 {
		color: #000000;
	}

/* =FOOTER
----------------------------------------------- */

/* FOOTER: =Copyright */

#footerCopyright {
	background: url(../images/logo-small.png) no-repeat top center;
	bottom: 0;
	height: 24px;
	padding-top: 70px;
	position: absolute;
	width: 100%;
}

	#footerCopyright p {
		color: #ffffff;
		font-size: 1.0em;
		line-height: 24px;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
		#footerCopyright p a {
			color: #ffffff;
		}