body
{
	font-family: "lucida grande", "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	
	background: white;
	background-image: url(/i/topBG.jpg);
	background-color: white;
	background-repeat: repeat-x;

	color: black;
}

h1
{
	font-family: caslon, "Big Caslon", baskerville, "hoefler text", georgia, times, serif;
	font-size: 30px;
	font-style: oblique;
	font-weight: bold;
	color: #663;
	
	margin-top: 0;
	margin-bottom: 0.5em;
}

h2
{
	font-family: caslon, "big caslon", baskerville, "hoefler text", georgia, times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #690;
	margin-top: 0;
	margin-bottom: 0.5em;
	
	text-transform: lowercase;
}


p, th, td, ul, ol {
	font-family: "lucida grande", "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-size: 12px;
	line-height: 18px;
}

blockquote		
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #330;
	line-height: 18px;
	margin: 0;
	margin-top: 1em;
	text-align: justify;
}

#sidebar blockquote
{
	border: 1px dotted #330;
	background-color: #DDEEF6;
	padding: 0.5em;
	margin-right: 17px;
}

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

a:visited
{
	color: #9C9;
}

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

a:active
{
	color: #0C3;
	text-decoration: none;
}

#masthead		
{
	position: absolute;
	top: 0;
	left: 0;
}

#nav		
{
	position: absolute;
	top: 15px;
	right: 0;
}

#main {
	position: relative;
	top: 100px;
	left: 0;
	width: 100%;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	margin-right: 275px;
}

#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
}

#sidebar .photo {
	border: 1px solid #030;
	width: 232px;
}

.clearing {
	clear: both;
}

/* fir button action */

#bookAndBuy
{
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#bookAndBuy #buyButton {
/* float: left; */
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	height: 25px;
	width: 235px;
}

#bookAndBuy #buyButton {
	display: block;
	padding: 0;
	text-decoration: none;
	background: transparent url(/i/buyBlue.gif) top left no-repeat;
}

#bookAndBuy #buyButton:hover {
	background: transparent url(/i/buyBlue.gif) 0 -25px no-repeat;
}

#bookAndBuy #bookButton {
/* 	float: left; */
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	height: 25px;
	width: 235px;
}

#bookAndBuy #bookButton {
	display: block;
	padding: 0;
	text-decoration: none;
	background: transparent url(/i/bookBlue.gif) top left no-repeat;
}

#bookAndBuy #bookButton:hover {
	background: transparent url(/i/bookBlue.gif) 0 -25px no-repeat;
}

table.dates {
	border-collapse: collapse;
	border: 1px solid #696;
	width: 100%;
}
table.dates th
{
	background: #cfc;
}

table.dates th,
table.dates td
{
	border-collapse: collapse;
	text-align: left;
	border: 1px solid #696;
	padding: 0.3em;
}

.recordCover {
	margin-right: 10px;
	border: 1px solid #666;
}

.jumper {
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	
	border: 1px solid 666;
	
	padding: 0.5em 0em;
	
	background: #ddd;
	
	margin-bottom: 1em;
}

.knowWhenToHoldEm {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
}

.record {
	float: left;
	width: 200px;
	margin-right: 10px;
}

.recordDescription {
	position: relative;
	top: 0;
	margin-left: 205px;
}

.center {
	text-align: center;
}

ol {
	list-style-position: inside;
}

ol li {
	padding-left: 0;
	margin-left: -1em;
}