@charset "UTF-8";
/* CSS Document */

/* HOMEPAGE */
#homefooter{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#999;
	width: 750px;
	letter-spacing:.22em;
	padding-bottom:30px;
}
#homefooter a{
	color: #c91919;
	text-decoration:none;
	padding: 1px 1px 1px 3px;
}
#homefooter a:hover{
	background-color: #810707;
	color: fff;
	padding: 1px 1px 1px 3px;
}

/* NAV AREA */
#nav {
	width: 850px;
	height: 30px;
	background-color: #ece8d7;
}
#navlinks {
	width: 750px;
	float: left;
	padding: 6px 0 0 0;
}
#navlinks ul, #navlinks li {
	list-style: none;
	display: inline;
	color: #fff;
}

#navlinks a {
	color: #c91919;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	letter-spacing: .16em;
	text-decoration:none;
	padding: 5px;
}
#navlinks a:hover {
	background-color: #c91919;
	color: #fff;
}
.prism {
	font-weight:bold;
}

#navpagename {
	width: 100px;
	float: left;
}

#header {
	width: 850px;
}

/* BODY */
#frame {
	width: 850px;
	margin-left: auto ;
	margin-right: auto ;
}

#contentarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#leftcol {
	float: left;
	width: 150px;
	padding: 25px 10px 10px 0;
}
 
#centercol {
	float: left;
	width: 510px;
	padding: 25px 10px 10px 0;
	
}

#centercol a{
	color:#633;
}
#centercol a:hover{
	text-decoration: none;
}

#rightcol {
	float: right;
	width: 160px;
	padding: 25px 0 10px 0;
}

#blognote {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-bottom: 14px;
	border: 1px dotted #ddd;
}

/* FOOTER */
#footer {
	width: 850px;
	float: right;
	font-size: .62em;
	color: #777;
	padding-top: 20px;
}
#footer a {
	color: #c91919;
	text-decoration: none;
}

/* TEXT STYLES */

.header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .76em;
	letter-spacing: .2em;
	padding: 2px 0 2px 0;
	color: #2e1a02;
	font-weight:600;
}

.columnsections {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .67em;
	letter-spacing: .2em;
	padding: 2px 0 2px 0;
	color: #2e1a02;
	font-weight:600;
}

.rightlinks a{
	color: #c91919;
	font-size: .67em;
	line-height: 1.5em;
	text-decoration:none;
}
.rightlinks a:hover {
	text-decoration: underline;
}

#leftcol p {
	font-size: .74em;
}

#centercol p {
	font-size: .76em;
}

#centercol a {
	color: c91919;
}

.artistimg {
	border: .01em solid #444;
	padding: 3px;
	float: right;
	margin: 3px 3px 8px 8px;
}

.newsstory {
	font-size: .74em;
	text-align:justify; 
	padding:3px; 
	margin-top:3px; 
	margin-bottom:5px; 
	border-top:1px solid #D3D3D3;
}
.newsstory img {
	padding: 5px;
}
.newstitle {
	font-size: .82em;
	color: #333;
	font-weight:bold;
}
.newsdate {
	font-size: .68em;
	color: #c91919;
	}
	
.distroitem {
	width: 150px;
	height: 320px;
	float: left;
	background-color: #ece8d7;
	padding: 12px 6px 6px 6px;
	margin: 0px 8px 8px 0;;
}
.distroArtist {
	font-size: .81em;
	color: #333;
	font-weight:bold;
	margin-left: 10px;
}
.distroTitle {
	font-size: .7em;
	color: #333;
	margin-left: 10px;
}
.distroPrice {
	font-size: .72em;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	margin: 2px 0 4px 0;
}
.distroimg {
	padding: 2px;
	background-color:#555;
	margin-left: 10px;
	}
	
.mainArtistLink {
	width: 150px;
	height: 80px;
	background-color: #ece8d7;
	float: left;
	margin: 3px;
	padding: 5px 5px 15px 5px;
	text-align: left;
	font-size: .72em;
	font-weight:800;
	font-style: italic;
	line-height:1.2em;
}

.shopItem {
	width: 200px;
	background-color: #ece8d7;
	padding: 2px 10px 2px 10px;
}