/*  
Originally created by Juxtaprose, (c) copyright 2008
http://juxtaprose.com/
*/

body {
	background: #000; 
	color: #fff;
	margin: 0; 
	padding: 0;
	font-family: Lucida Grande, verdana, sans-serif, arial, helvetica; 
	font-size: 80%;
	text-align: center;	 		
}

#background {
	width: 950px;
}

/* centering and framing */
#wrap {
	position: relative;
	background-image: url("images/background.jpg");
	background-repeat: repeat;
	background-attachment: fixed; 
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
	width: 1000px;	
}

#main {
	width: 850px;
	background: #1A1814;
	padding: 0px !important;
	margin-left: auto;
	margin-right: auto;
}

/* masthead */
#masthead {
	margin-top: 25px;
}

.mast {
	display: none;
}

h1 {
	padding: 0;
	margin: 0;
}

/* top column */
#topcol {
	position: relative;
	width: 850px;
	height: 413px;
	margin-top: 30px;
}

#mainimage {
	position: absolute;
	top: 0px;
	left: 125px;
}

/* nav1 */
#nav1 {	
	float: right;
	list-style: none;
	width: 100px;
	height: 50px;
    margin-top: 40px;
	padding-right: 1px;    	
}

#nav1 li {
	position: relative;	
	height: 50px;
	margin-top: 0;
	margin-right: 0px;
	text-align: left;
	color: #fff;
	font-size: 1.0em;	
}

#nav1 li a {	
	position: absolute;
	top: 0;
	left: 0;
	min-height: 25px;
	background-position: 0 0;
	z-index: 1;
	border-top: 1px solid #1A1814;
	border-left: 1px solid #1A1814;
	border-bottom: 1px solid #1A1814;
}

#nav1 #home {
	background: transparent url("images/nav-home.gif") no-repeat;
	width: 100px;
	height: 25px;
}

#nav1 #book {
	background: transparent url("images/nav-book.gif") no-repeat;
	width: 100px;
	height: 25px;
}

#nav1 #artist {
	background: transparent url("images/nav-artist.gif") no-repeat;
	width: 100px;
	height: 25px;
}

#nav1 #news {
	background: transparent url("images/nav-news.gif") no-repeat;
	width: 100px;
	height: 25px;
}

#nav1 #contact {
	background: transparent url("images/nav-contact.gif") no-repeat;
	width: 100px;
	height: 25px;
}

#nav1 li a:hover {
	background-position: 0 -25px !important;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.home #home {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.book #book, .artist #artist, .news #news, .contact #contact {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* inside nav1 */
#insidenav1 {	
	float: right;
	list-style: none;
	width: 100px;
	height: 50px;
    margin-top: 40px;
	padding-right: 1px;    	
}

#insidenav1 li {
	position: relative;	
	height: 50px;
	margin-top: 0;
	margin-right: 0px;
	text-align: left;
	color: #fff;
	font-size: 1.0em;	
}

#insidenav1 li a {	
	position: absolute;
	top: 0;
	left: 0;
	min-height: 25px;
	background-position: 0 0;
	z-index: 1;
	border-top: 1px solid #F6F6F6;
	border-left: 1px solid #F6F6F6;
	border-bottom: 1px solid #F6F6F6;
}

#insidenav1 #home {
	background: transparent url("images/inside-nav-home.gif") no-repeat;
	width: 100px;
	height: 25px;
}

#insidenav1 #book {
	background: transparent url("images/inside-nav-book.gif") no-repeat;
	width: 100px;
	height: 25px;
}

#insidenav1 #artist {
	background: transparent url("images/inside-nav-artist.gif") no-repeat;
	width: 100px;
	height: 25px;
}

#insidenav1 #news {
	background: transparent url("images/inside-nav-news.gif") no-repeat;
	width: 100px;
	height: 25px;
}


#insidenav1 #contact {
	background: transparent url("images/inside-nav-contact.gif") no-repeat;
	width: 100px;
	height: 25px;
}

#insidenav1 li a:hover {
	background-position: 0 -25px !important;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* slideshow image */
#slide {	
	position: absolute;
	list-style: none;
	width: 109px;
	height: 24px;
    top: 364px;
	left: 732px;
	margin: 0;
	padding: 0;    	
}

#slide li {
	position: relative;	
	height: 50px;
	margin-top: 0;
	margin-right: 0px;
	text-align: left;
	color: #fff;
	font-size: 0.6em;	
}

#slide li a {	
	position: absolute;
	top: 0;
	left: 0;
	min-height: 12px;
	background-position: 0 0;
	z-index: 1;
}

#slide #view {
	background: transparent url("images/view-slideshow.gif") no-repeat;
	width: 109px;
	height: 12px;
}

#slide li a:hover {
	background-position: 0 -12px !important;
}

/* inside page slideshow image */
#inslide {	
	position: absolute;
	list-style: none;
	width: 109px;
	height: 24px;
    top: 300px;
	left: 161px;
	margin: 0;
	padding: 0;	
}

#inslide li {
	position: relative;
	height: 50px;	
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 0.6em;	
}

#inslide li a {	
	position: absolute;
	top: 0;
	left: 0;
	min-height: 12px;
	background-position: 0 0;
	z-index: 1;
}

#inslide #inview {
	background: transparent url("images/view-slideshow-inside.gif") no-repeat;
	width: 109px;
	height: 12px;
}

#inslide li a:hover {
	background-position: 0 -12px !important;
}

/* inside page book slideshow image */
#details {	
	position: absolute;
	list-style: none;
	width: 180px;
	height: 24px;
    top: 355px;
	left: 215px;
	margin: 0;
	padding: 0;	
}

#details li {
	position: relative;
	height: 50px;	
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 0.6em;	
}

#details li a {	
	position: absolute;
	top: 0;
	left: 0;
	min-height: 12px;
	background-position: 0 0;
	z-index: 1;
}

#details #bookslide {
	background: transparent url("images/cover-detail.gif") no-repeat;
	width: 180px;
	height: 12px;
}

#details li a:hover {
	background-position: 0 -12px !important;
}

/* bottom column */
#botcol {
	background: #25221C;
	height: 260px;
	border: 1px solid #4F3F2F;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
}

#botwrap {
	position: relative;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
}

.bookinfo {
	position: absolute;
	top: 153px;
	left: 0px;
	color: #fff;
	font-size: 0.8em;
}

.bookinfo a {
	color: #fff;
	text-decoration: underline;
}

.bookinfo a:hover {
	color: #97322E;
}

.newshome {
	position: absolute;
	top: 183px;
	left: 0px;
	padding: 10px 0 0 0;
	border-top: 1px dashed #4F3F2F;
	color: #fff;
	font-size: 1.0em;
}

.newshome a {
	color: #fff;
	text-decoration: underline;
}

.newshome a:hover {
	color: #97322E;
}

.rightcol {
	position: absolute;
	top: 0px;
	left: 400px;
}

.rightcol p {
	color: #fff;
	font-size: 1.0em;
	width: 350px;
	margin-top: 15px;
}

.rightcol h2 {
	color: #fff;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.small {
	font-size: 0.8em !important;
	font-style: italic;
}

.rightcol a {
	color: #fff;
	text-decoration: underline;
}

.rightcol a:hover {
	background: #97322E;
	color: #fff;
	text-decoration: underline;
}

/* inside pages */
#inside {
	background: #F6F6F6;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 15px;
	height: 500px; /* ie6 only */
	min-height: 500px; 
}

html>body #inside {
	height: auto; /* override ie6-only rule above */
}

#imgrow {
	float: right;
	position: relative;
	padding-left: 40px;
	margin-right: 70px;
	width: 200px;
	height: 275px;
}

#imgrow2 {
	float: right;
	position: relative;
	padding-left: 30px;
	margin-right: 70px;
	width: 200px;
	height: 447px;
}

.bookcover {
	margin-top: 50px;
}

#inside p {
	color: #000;
	font-size: 1.1em;
	line-height: 1.8em;
	margin-left: 50px;
	margin-right: 200px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-top: 0px;
	text-align: left;
}

#bookcover {
	float: left;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
}

#bookwrap {
	position: relative;
	width: 850px;
	height: 410px;
	margin: 0;
	padding: 0;
}

#bookin {
	margin-top: 50px;
}

.detailtext {
	position: absolute;
	top: 60px;
	left: 420px;
	width: 410px;
	margin: 0;
	padding: 0;
}

.detailtext p {
	margin: 0px !important;
	padding: 0px !important;
}

.detailtext p.bkdeets {
	font-size: 0.9em !important;
	margin-right: 0 !important;
	padding: 0;
}



#inside h2 {
	color: #4F3F2F;
	font-size: 1.4em;
	text-align: left;
	text-transform: uppercase;
	margin-left: 50px;
	padding-top: 30px;
	padding-bottom: 10px;
}

#inside a {
	color: #504030;
	text-decoration: underline;
}

#inside a:hover {
	background: #91302C;
	color: #fff;
	text-decoration: underline;
}

blockquote {
	font-size: 0.9em;
}

.byline {
	margin-left: 300px;
	font-style: italic;
}


/* footer */
#footer {
	width: 100%;
	height: 30px;
	color: #6F5F4F;	
	text-align: left;
}

.home #footer {
	margin-top: 35px;
	border-top: 1px solid #4F3F2F;
}

.copy {
	font-size: 0.8em;
	margin-left: 25px;
	margin-top: 8px;
	float: left;
}

.footernav {
	float: right;
	margin-top: 6px;
	margin-right: 25px;
}

#footer a  {
	font-size: 0.8em;
	color: #6F5F4F;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #6F5F4F;	
}

#footer a.juxta {
	padding-left: 15px;
	color: #6F5F4F;
	font-size: 9px !important;
}

#footer a.juxta span {
	font-style: italic;
}