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

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}
/*End Normalizing////////////////////////////////////////////////////////*/

/* DARKER COLOR: 2D2724 */

body {
	text-align: center;
	background-color: #2D2724;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #2D2724;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}

strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #362f2d;
}

a:hover, a:active {
	color: #a09299;
}

img {
	float: left;
	padding: 0px 7px 0px 0px;
}

table {
	background: none;
}

tr {
	vertical-align: top;
	background: none;
}

td {
	padding: 2px;
	background: none;
}

hr {
	border-top: 2px dashed #362f2d;
	border-bottom: 0;
	margin: 15px 0px;
}

fieldset {
	border: dashed 1px #362f2d;
	padding: 5px;
	width: auto;
}

legend {
	font-weight: bold;
}

p {
	margin-bottom: 12px;
}

ul {
	margin-bottom: 12px;
}

ol {
	margin: 0px 0px 12px 24px;
	list-style-type: decimal;
}

label {
	font-weight: bold;
}

input {
	border: 2px solid #362f2d;
}

.submit_btn {
	color: #362f2d;
	padding: 1px;
	border: 4px solid #362f2d;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

.submit_btn:hover {
	background-color: #e0d5cc;
}

#container {
	width: 790px;
	margin: 0px auto 15px auto;
	padding: 0px 40px 40px 40px;
	text-align: left;
	background-color: #fff;
	border-right: solid 8px #e0ceb9;
	border-left: solid 8px #e0ceb9;
	border-bottom: solid 8px #e0ceb9;
}

#header {
	width: 790px;
	height: 250px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#blank_header {
	width: 790px;
	height: 78px;
	background-image: url(images/blank_header.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 660px;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;
	padding: 12px 65px 1px 65px;
}

#ghost_bkg {
	background-image: none;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: auto;
}

#sidebar {
	width: 30%;
	float: right;	
	border: 1px solid #362f2d;
	border-top: none;
	border-bottom: none;
	border-right: none;
	margin-left: 15px;
	padding: 0px 10px 0px 15px;
	font-size: 12px;
}

#footer {
	width: 790px;
	height: 46px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;	
	clear: both;
	color: #e0d5cc;
	font-size: 12px;
	text-align: center;
	padding-top: 40px;
}

ul#nav {
	margin: 0px;
	padding-top: 227px;
	text-align: center;
	color: #e0d5cc;
	width: 790px;
	font-size: 14px;
	line-height: 14px;
}

ul#nav li {
	display: inline;
	padding-right: 12px;
	margin-right: 12px;
	border-right: solid 1px #e0d5cc;
}

ul#nav li.lastlink {
	border: none;
	margin-right: 0px;
	padding-right: 0px;
}

ul#nav li a:link, ul#nav li a:visited {
	color: #e0d5cc;
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li a:active {
	color: #a09299;
	text-decoration: none;
}

.centered {
	text-align: center;
}

a.moreInfo:link, a.moreInfo:visited {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #362f2d;
}

a.moreInfo:hover, a.moreInfo:active {
	text-decoration: underline;
}

.buyButton {
	background-color: #fff;
	color: #362f2d;
	border: solid 4px #362f2d;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}

.buyButton:hover {
	background-color: #e0d5cc; 
}

.album {
	font-weight: bold;
	color: #362f2d;
}

.disc {
	margin-left: 16px;
	list-style: disc;
}

.jump1 {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.news_date {
	display: none;
}

.news_title {
	margin-top: 12px;
}