
/*-------------------------------------------------
  GLOBALS & GENERAL CASES
-------------------------------------------------*/

html { height: 100.02%; }

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #2c2819;
	background-color: #fff;
}
* {
	padding: 0;
	margin: 0;
}
td, input, select, legend, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
a { text-decoration: underline; padding: 1px; }
a:link { color: #2c2819; }
a:active { color: #373220; }
a:visited { color: #3b221c; }
a:hover { color: #373220; }

/*-------------------------------------------------
  FORMS
-------------------------------------------------*/

input, select, textarea {
	padding: 2px;
	color: #333;
	border: 1px solid #9D9A8C;
}
form { display: inline; }
label {
	float: left;
	width: 70px;
	text-align:right;
	padding: 2px 5px 0 0;
}
/*-------------------------------------------------
  TYPOGRAPHY
-------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.cleaner {
	clear: both;
}
.inline-image {
	vertical-align:middle;
}
.errors {
	background-color: #edb3ca;
	padding: 5px 10px;
	border: 1px solid #b06393;
	margin-bottom: 10px;
	color: #4b1336;
}

/*---------------------------------------------
  PAGE STRUCTURE 
---------------------------------------------*/

#container {
	background: top center url(../graphics/bg.gif) no-repeat #b6b098;
}
#header {
	height: 20px;
	padding-top: 5px;
	background-color: #000;
	margin-top: 90px;
	color: #fff;
	border-bottom: 1px solid #333;
}
#header-content {
	width: 770px;
	padding: 0 5px;
	margin: 0 auto;
}
#header-content a { 
	color: #fff;
	text-decoration: none; 
}
#header-content a:hover { 
	text-decoration: underline;
}
#header-content h1 {
	font-size: 1em;
	float: left;
	width: 180px;
	font-weight: bold;
	text-transform: uppercase;
}
#header-content ul {
	list-style: none;
}
#header-content li {
	float: left;
	padding: 0 38px 0 0;
}
#header-content #contact-link {
	float: right;
	padding: 0;
}
#content {
	width: 779px;
	margin: 0 auto;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
#top-left-panel {
	float: left;
	background: top left url(../graphics/left-panel-bg.png) no-repeat;
	width: 148px;
	height: 367px;
	padding: 0 15px;
}
#album-icon {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
#title-albums, #title-current-show {
	background: top left url(../graphics/title-current-show.png) no-repeat;
	width: 145;
	height: 22px;
	overflow: hidden;
	text-indent: -1000px;
	margin: 80px 0 5px 0;
}
#title-albums {
	background: top left url(../graphics/title-albums.png) no-repeat;	
}
#top-right-panel {
	float: right;
	background: top left url(../graphics/right-panel-bg.png) no-repeat;
	width: 146px;
	height: 367px;
	padding: 0 15px;
}
#listen-box {
	margin-top: 12px;
}
#listen-icon {
	margin-top: 24px;
	float: right;
}
#buy-icon {
	margin-top: 35px;
	float: right;
}
#top-left-panel p, #top-right-panel p {
	padding: 5px 0;
} 
#top-main-panel {
	float: left;
	background: top left url(../graphics/main.jpg) no-repeat;
	width: 425px;
	height: 367px;
	overflow: hidden;
	text-indent: -1000px;
}
#top-main-panel.panel-about {
	background: top left url(../graphics/main-about.jpg) no-repeat;
}
#top-main-panel.panel-albums {
	background: top left url(../graphics/main-album.jpg) no-repeat;
}
#top-main-panel.panel-reviews {
	background: top left url(../graphics/main-review.jpg) no-repeat;
}
#main-panel {
	clear: both;
	background: top left url(../graphics/main-bg.png) repeat-y;
}
#imagebar {
	float: left;
	width: 176px;
	text-align:center;
}
#imagebar p {
	padding: 15px 0 0 0;
}
#sponsors {
	float: right;
	width: 176px;
	text-align:center;
}
#sponsors h4 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 0;
}
#sponsors p {
	padding-bottom: 15px;
}

#main-content {
	padding: 10px;
	margin: 0 176px 0 178px;

}
#main-content h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 5px 0;
}
#main-content h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0 5px;
}
#main-content p {
	margin: 5px 0 10px 0;
}

#press-clippings {

}
#press-clippings a {

}
#press-clippings img {
	border: 2px solid #E8E3D0;
	margin: 5px ;
}

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

#footer {
	color: #e8e3d0;
	background-color: #7c786a;
	height: 55px;
	padding: 10px;
	clear: both;
}
#footer ul {
	list-style: none;
}
#footer li {
	float: left;
	padding-right: 20px;
}
#footer a {
	color: #e8e3d0;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
