/* @override http://lisharvey.com/css/style.css */

body {
	background-color: #E5E5E5;
	background-image: url(/images/bubbleBG.gif);
	
	 font-family: georgia, palatino, times, serif; 
	/*font-family: "trebuchet ms", verdana, helvetica, sans-serif;*/
	font-size: 12px;
	
	color: #333;
}

p, ul, ol {
	line-height: 1.4em;
}

ul, ol {
	margin-left: 1.3em;
	padding-left: 0;
	
	margin-top: 0;
	padding-top: 0;
}

ol
{
	list-style-position: inside;
}

a img {
	border-width: 0;
}

a, a:link
{
	color: #930;
    text-decoration: underline;
}

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

h1, h2, h3, h4, h5, h6 {
	color: #7A1824;
}

#header h1 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 240px;
	height: 90px;
	width: 280px;
	text-indent: -999em;
	overflow: hidden;	
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 125%;
}

h3
{
	color: #7B830B;
	font-size: 120%;
}

h4 {
	font-size: 100%;
}

th, td {
	vertical-align: top;
}

.full {
	width: 100%
}

#header
{
	background-image: url(/images/topBorder.gif);
	background-repeat: no-repeat;
	background-position: 212px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 0;
}

#header h2 {
	position: absolute;
	top: 85px;
	left: 332px;
	margin: 0;
	padding: 0;
}

#content {
	/* position: absolute; */
/* 	 */
/* 	top: 140px; */
/* 	left: 230px; */
/* 	 */
/* 	margin-right: 190px; */

	margin-top: 150px;
	margin-left: 230px;
	margin-right: 190px;
	z-index: 100;
}


/* The floats method */
/*#sidebar {
	margin-top: 140px;
	float: right;
	width: 160px;
}
*/

#sidebar {
	position: absolute;
	top: 140px;
	right: 0;
	width: 160px;
	z-index: 100;
}

#sidebar h3,
#sidebar h4,
#sidebar h5
{
	color: #7A1824;
}

#sidebar .listbox
{
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background-color: #CFDEE7;
	border-color: #808FD4;
	border-width: 1px;
	border-style: solid;
}

#credit {
	font-size: 90%;
	text-align: right;
	padding-right: 10px;
}

#leftBorder {
	background-image: url(/images/leftBorderBottom.gif);
	background-repeat: no-repeat;
	
	position: absolute;
	top: 201px;
	left: 0;
	height: 490px;
	width: 212px;
}

#nav {
	margin-left: 10px;
	margin-top: 0px;
	
	z-index: 100;
}

#erlandahle
{
	position: absolute;
	top: 400px;
	left: 30px;
	color: #FCC;
	font-size: 90%
}

#erlandahle img {
	padding-right: 5px;
}

#corner {
	position: absolute;
	top: 0;
	left: 0;
	width: 212px;
	height: 201px;
	
	z-index: 99;
}

.AnalBumCover {
	float: left;
	width: 210px;
	margin-right: 1em;
}

.albumInfo {
	position: relative;
	top: 0;
	margin-left: 215px;
}

.copy {
	font-size: 95%;
}

.buyit {
	width: 100%;
	text-align: center;
	margin-top: 1em;
}

.buyit a
{
	display: block;
	color: white;
	border: 1px solid #690;
	font-weight: bold;
	width: 100px;
	height: 20px;
	padding-top: 0.3em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	background-color: #360;
}

.buyit a:hover {
	background: #690;
	color: white;
	
	border: 1px solid #9c0;
}

.merchbox {
	float: left;
	margin-right: 1em;
}

.merchdesc {
	position: relative;
	top: 0;
}

.buymerch {
	margin-top: 1em;
}

.buymerch a
{
	display: block;
	color: white;
	border: 1px solid #690;
	font-weight: bold;
	width: 100px;
	height: 20px;
	padding-top: 0.3em;
	text-align: center;
	text-decoration: none;
	background-color: #360;
}

.buymerch a:hover {
	background: #690;
	color: white;
	
	border: 1px solid #9c0;
}

.response {
	margin-left: 1em;
	font-style: oblique;
	font-weight: bold;
}

.success {
	color: #090;
}

.error {
	color: red;
	font-weight: bold;
}

table.dates {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table.dates th {
	padding: 0.3em 0.8em 0.3em 0.3em;
	text-align: left;
	background-color: #E5E5E5;
	border: 1px solid #999
}

table.dates td {
	padding: 0.3em 0.8em 0.3em 0.3em;
	text-align: left;
	border: 1px solid #ccc;
}

.left {
	text-align: left;
}

.journal_entry {
	line-height: 1.3em;
}

.journal_entry h3 {
	margin-bottom: 0em;
	padding-bottom: 0;
}