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

/* home page */

body.home {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #0b0d04;
}

.home #topContainer {
	margin: 0;
	padding: 0;
	width: 1152px;
	height: 659px;
	}

.home #mainHome {
	margin: 0;
	padding: 0;
	width: 1152px;
	height: 659px;
	background-image: url(images/mainBackground.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:top left;
	float: left;
}

.home #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 357px;
}

.home #nav {
	position: absolute;
	left: 140px;
	top: 384px;
	width: 215px;
	margin: 0;
	padding: 0;
}

.home #nav a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px; 
	color: #000000;
}

.home #featuredRecording {
	position: absolute;
	left: 130px;
	top: 274px;
	width: 227px;
	height: 34px;
}


.home #playerbox {
	position: absolute;
	left: 138px;
	top: 310px;
	width: 227px;
	height: 24px;
}

.featuredrecording {
	font: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
}

.gold {
	color: #fac76b; /*not official, but I like better, maybe*/
	color: #fbc86d;
}

.red {
	color: #ce000e;
}

/* inner pages */

body.inner {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #000000;
}

#top {
	margin: 0;
	padding: 0;
	width: 100%;
	/*height: 230px;*/
	min-height: 230px;
	overflow: visible;
	background-color: #000000;
}


#topLeft {
	width: 295px;
	margin: 26px 0 0 0;
	padding: 0;
	text-align: right;
	
}

#topLeft img {
	margin-bottom: 7px;
}

#topLeft a {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ce000e;
	text-decoration: none;
	font-size: 13px;
	margin: 0 2px 0 4px;
	padding: 0;
}

#topLeft a:hover {
	color: #fac76b;
}

#logo {
	position: absolute;
	top: 75px;
	left: 315px;
	width: 283px;
	height: 201px;
}

#middle {
	margin: 0;
	padding: 25px 0 25px 295px;
	width: 100%;
	height: auto;
	background-image: url(images/embossing.jpg);
	background-repeat: repeat;
	overflow: hidden;
	
}

#middleText {
	width: 750px;
	font-family: Palatino, Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	color: #fac76b;

	
}

#middleText a {
	color: #fac76b;
}

#middleText a:hover {
	color: #ce000e; 
}

#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 41px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-color: #740008;
}

#footerText {
	width: 750px;
	margin-left: 295px;
	font-family: Palatino, Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fac76b;
	text-align: center;
	padding-top: 5px;
	
}

h1 { 
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

#works h3 {
	color: #ce000e;
}

#works a {
	color: #ce000e;
}

.indent {
	margin-left: 20px;
}

.jasmineNums { font-size: 24px;
	
}

.picture { 
	padding: 3px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ce000e;
	font-style: italic;
}

.picture img {
	vertical-align: middle; 
	margin-bottom: 3px;
}

.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; 
}

.left { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left; 
} 


