/*
Theme Name: thousand houses | reset
Theme URI: http://thousandhouses.com/
Description: Design for the band Thousand Houses website.
Version: 1.0
Author: Rick J. Pecoraro
Author URI: http://www.magneticmediafed.com/
Tags: magazine, fixed width, three columns, widgets
*/


/* Basic Style Elements */
html {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	font-size: 62.5%;
	color: #DDE4F0;
	background: #010101;
	margin: 0;
	padding: 0;
	font-family: 'Helvetica', sans-serif;
}

span {
	display: none;
}

a {
	color: #E0C398;
	text-decoration: none;
}

.noborder {
	border: none;
}

a:hover {
	border-bottom: 1px solid #E0C398;
}


/* Begin Structure */

#container {
	width: 990px;
	margin: 75px auto 10px;
	padding: 0;
}

#left {
	width: 440px;
	height: 480px;
	background: url(images/logo.gif) no-repeat;
	float: left;
}

#leftactive {
	width: 430px;
	height: 480px;
	background: url(images/logodark.gif) no-repeat;
	float: left;
	padding: 75px 0 10px 10px;
	font-size: 1.4em;
	line-height: 1.5em;
}

#left_music {
	width: 430px;
	height: 480px;
	text-align: center;
	background: url(images/logodark.gif) no-repeat;
	float: left;
	padding-top: 125px;
	padding-left: 10px;
}	

#leftactive h2 {
	text-align: center;
	font-weight: 100;
	font-size: 1.8em;
}	

#right {
	width: 530px;
	float: left;
}

a#title {
	display: block;
	width: 530px;
	height: 47px;
	background: url(images/title.gif);
	border: none;
}

#player {
	margin: 0 auto;
	text-align: center;
	padding: 10px;
}

/* Being Link List -- Content Viewer */

ul#linklist {
	display: table;
	margin: 20px auto;
	padding: 0;
	list-style: none;
}

ul#linklist li {
	padding-bottom: 8px;
}

a#reset, a#band, a#music, a#shows, a#purchase, a#connect, a#video  {
	display: block;
	width: 276px;
	height: 48px;
	border: 2px solid #000;
}

a#reset {
	background: #62613D url(images/reset.png);
}

a#reset:hover {
	background: #737247 url(images/reset.png);
}

a#band {
	background: #E0C398 url(images/band.png);
}

a#band:hover {
	background: #EDCFA2 url(images/band.png);
}

a#music {
	background: #73643D url(images/music.png);
}

a#music:hover {
	background: #827146 url(images/music.png);
}

a#shows {
	background: #877872 url(images/shows.png);
}

a#shows:hover {
	background: #9A8982 url(images/shows.png);
}

a#purchase {
	background: #D9D6D6 url(images/purchase.png);
}

a#purchase:hover {
	background: #E6E5E5 url(images/purchase.png);
}

a#connect {
	background: #584E35 url(images/connect.png);
}

a#connect:hover {
	background: #6A5E40 url(images/connect.png);
}

a#video {
	background: #59592B url(images/video.png);
}

a#video:hover {
	background: #696933 url(images/video.png);
}

a#reset:hover, a#band:hover, a#music:hover, a#shows:hover, a#purchase:hover, a#connect:hover, a#video:hover {
	border: 2px solid #DDE4F0;
}

img.aligncenter {
	width: 100%;
	padding-bottom: 5px;
}

.center {
	text-align: center;
}

.alt {
font-size: .9em;
}
