/*
 * POSITIONING
 */
* { 
  padding: 0;
  margin: 0;
}

a:hover,
a:active {
	margin: -2px;
	padding: 2px;
}

a.image:hover,
a.image:active {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 0.5em;
}

table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

ol,
#primary ul {
	padding-left: 2em;
	margin: 1em 0;
}
ol li,
#primary ul li {
	margin-bottom: 0.3em;
}

ul,
ul li {
  list-style-type: none;
}

#primary ul,
#primary ul li {
	list-style-type: square;
}

#header,
#primary,
#footer,
#secondary {
	clear: both;
}

#header:after,
#primary:after,
#footer:after,
#secondary:after,
#secondary .inner:after,
.summary:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#secondary {
	padding: 33px 0 0 0;
}

#footer {
	padding-top: 30px;
}

.inner {
	width: 790px;
	margin: 0 auto;
}

.main {
	float: right;
	width: 490px;
	padding-bottom: 20px;
}

.supplement {
	width: 260px;
	margin-right: 300px;
	padding-right: 40px;
	padding-bottom: 20px;
}

#logo a {
	float: left;
	width: 236px;
	height: 100px;
	margin: 0 15px;
}
#logo a:hover,
#logo a:active {
	margin: 0 15px;
	padding: 0;
}

#nav {
	padding-top: 40px;
	height: 30px;
}

#nav ul {
	float: right;
}

#nav li {
	display: block;
	float: left;
	height: 30px;
}

#nav li a:link,
#nav li a:visited,
#nav li a:hover,
#nav li a:active {
	margin: 0;
	padding: 0 10px;
	height: 40px;
	line-height: 30px;
	display: block;
}

.supplement img {
	display: block;
	margin: 0 auto 20px auto;
}

.supplement table {
}

/*
 * #SECONDARY
 */
#secondary h1
{
	height: 0;
	width: 0;
}

#secondary .inner {
	padding-top: 3px;
}

#secondary form,
#secondary input {
	margin: 0;
}

/*
 * FORMS
 */
label {
	display: block;
	margin-top: 0.5em;
}

input,
textarea {
	padding: 2px;
}

.notice,
.errorExplanation {
	margin: 0.5em 0;
	padding: 5px;
}

.errorExplanation ul {
	margin-left: 1.5em;
}

form .button {
	margin: 0.5em 0;
}

.newsletter input {
	width: 11em;
	font-size: 90%;
}
.newsletter input.button {
	width: 5em;
	margin: 0;
}

/*
 * ARTIST & ALBUM SUMMARIES
 */

.summary {
	clear: both;
	display: block;
	width: auto;
	margin: 0;
	padding: 10px;
}

.summary img {
	float: left;
}

.summary:hover,
.summary:active {
	margin: 0;
	padding: 10px;
}

.summary span {
	display: block;
	margin-left: 80px;
}

/*
 * BUTTONS
 */

a.button:link,
a.button:visited,
a.button:hover,
a.button:active {
	margin: 0;
	padding: 5px;
}

/* BLOG ARTICLES */
.article {
  clear: both;
}
.article h1 {
  display: inline;
}
.article-info {
  margin-bottom: 10px;
}
/* BLOG COMMENTS */
#comments ul {
	margin:  5px 0;
}
#comments li {
	padding: 5px 0;
}

#comment-form input.text,
#comment-form textarea {
	width: 100%;
}

#comment-form textarea {
	height: 10em;
	margin-bottom: 1em;
}

/* BLOG TAGS */
.tags li {
  display: inline;
  padding-right: 10px;
}

/*
 * APPEARANCE
 */
#logo a {
	background: url("/images/header-logo.jpg") 0 0 no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

a:link,
a:visited { color: #fff; }

a:hover,
a:action {
	background: #fff;
	color: #000;
}

a.image img {
	border: 0;
}

body {
  font: small Georgia, Times, Times New Roman, serif;
	background: #2E2722;
	color: #ccc;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS;
	font-weight: bold;
	text-transform: uppercase;
}

h1 { font-size: 170%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 120%; }
h6 { font-size: 120%; }

p { line-height: 1.5em; }

#header {
	background: #63574E url("/images/header-border.jpg") repeat-x 50% 100%;
}

#home .home a,
#artists .artists a,
#catalogue .catalogue a,
#blog .blog a {
	background: #F2F1EF;
	color: #000;
}
#nav li a {
	color: #F2F1EF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
}

#nav li.about a {
	border: none;
}

#nav li a:hover {
	background: #F2F1EF;
	color: #000;
}

#account-nav a:link,
#account-nav a:visited {
	color: #BFB9B4;
}
#account-nav a:hover,
#account-nav a:active {
	background: #222;
	color: #fff;
}

/*
 * PRIMARY
 */
#primary {
	background: #F2F1EF;
	color: #333;
	font-size: 120%;
}

#primary a {
	color: #2988B7;
}
#primary a:hover {
	background-color: #2988B7;
	color: #fff;
}

#primary h1,
#primary h2,
#primary h3,
#primary h4,
#primary h5,
#primary h6,
#primary h1 a,
#primary h2 a {
	color: #515871;
	text-decoration: none;
}

#primary h1 a:hover,
#primary h2 a:hover {
	background: #D2CBC6;
	color: #333;
}

#primary table {
	width: 100%;
	font-size: 95%;
	border-bottom: 1px solid #BFB9B4;
}

#primary th,
#primary td {
	border-top: 1px solid #BFB9B4;
	padding: 3px;
}

#primary th {
	color: #333;
	white-space: nowrap;
	text-align: left;
}

#primary .supplement th {
	text-align: right;
	vertical-align: top;
}

#primary .supplement td {
	color: #666;	
	width: 100%;
}

/*
 * MAIN
 */
#home .featured-artist img {
	border: 5px solid #BFB9B4;
	float: right;
	margin: 0 0 5px 10px;
	padding-bottom: 19px;
	background: #BFB9B4 url("/images/featured.gif") no-repeat bottom left;
}

/*
 * SUPPLEMENT
 */

.supplement a img,
.supplement img {
	border: 5px solid #BFB9B4;
}

.supplement ul,
.supplement ul li {
	list-style-type: square;
}
.supplement ul {
	margin: 0 0 1em 1.5em;
}

/*
 * FOOTER
 */
#footer {
	background: url("/images/secondary-border.jpg") repeat-x 50% 0;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	color: #B4A59A;
}

#footer p {
	margin: 0;
}

#footer a:link,
#footer a:visted {
	color: #fff;
}

#footer a:hover,
#footer a:active {
	background: #fff;
	color: #000;
}

/*
 * FORMS
 */
.notice,
.errorExplanation {
	border: 1px solid #BFB9B4;
	background: #E1DAD4;	
}
.notice h2,
.errorExplanation h2 {
	font-size: 100%;
}
.notice ul,
.notice li,
.errorExplanation ul,
.errorExplanation li {
	list-style-type: square;
}

input,
textarea {
	border: 2px solid #E1DAD4;
	font-family: Georgia;
	background: #fff;
	color: #333;
}
.fieldWithErrors input {
	border: 2px solid red;
}

.newsletter input {
	border-color: #A59389;
	background: #E1DAD4;
}

.newsletter input.button {
	background: #A59389;
	border-color: #61544B;
}

/*
 * ARTIST
 */
#artist #footer li {
	display: table;
	clear: both;
	padding: 10px 0;
}

#artist #footer li img {
	float: left;
	border: 0;
	margin-right: 20px;
}

/*
 * ALBUM
 */

.songs li a {
	background: url("/images/music.gif") no-repeat 100% 50%;
	padding-right: 20px;
}

/*
 * ARTIST & ALBUM SUMMARIES
 */
.summary {
	border-top: 1px solid #BFB9B4;
	text-decoration: none;
	color: #BFB9B4;
}
.summary img {
	border: 1px solid #666;
}
.summary strong{
	font-size: 130%;
	font-weight: normal;
	color: #333;
}
#primary .summary:link,
#primary .summary:visited {
	color: #908C88;
}
#primary .summary:hover,
#primary .summary:active {
	background: #E1DAD4;
	color: #908C88;
}

/*
 * BUTTONS
 */

.button,
a.button:link,
a.button:visited,
a.button:hover,
a.button:active {
	background: #000;
	border: 1px outset #000;
	color: #fff;
	text-decoration: none;
	line-height: 2;
}

#primary .button,
#primary .button:link,
#primary .button:visited {
	background: #D6CFCA;
	border-color: #FFF;
	color: #333;
}
#primary .button:hover,
#primary .button:active {
	background: #61544B;
	color: #F2F1F0;
}

/*
 * .FEATURED
 */
.featured {
	background: red url("/images/featured.jpg") no-repeat 100% 0;
	padding-right: 110px
}
.featured:after {
	content: ".";
	height: 0;
	width: 0;
	clear: left;
}

#secondary {
	background: #A29286 url("/images/cart-border.jpg") repeat-x 50% 0;
}
#secondary .inner {
	font-size: 120%;
	color: #2e2722;
}

/* BLOG ARTICLES */
.article-author,
.article-date,
.article-info {
  font-family: Trebuchet MS;
}
.article-info {
  color: #908f8e;
  font-size: 90%;
}
#primary .article-info a {
  color: #908f8e;
}
#primary .article-info a:hover {
  background: #908f8e;
  color: #fff;
}

/*
 * BLOG COMMENTS
 */
#comments li {
	border-top:  1px solid #7d7167;
}


/* FIXES FOR WIN IE \*/
 * html #nav li a { width: 0%; }
 * html #header { height: 100px; }
 * html .supplement { padding-right: 37px; }
 * html .summary { height: 1%; } 
/* END WIN IE FIXES */