/* css ESQ screen style v1.01 */
/* This file by Phillip Yow */

/* ------------------------------------------------------------------------
basic HTML elements 
---------------------------------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 16px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	line-height: 1.4; /* looks different in Dreamweaver & real browser! */
	color: #FFFFFF; 
	background: #ffffff; /* don't make body background image "transparent" url as FFox won't render */
	margin: 0; 
	padding: 0;
	}
	
a {
	text-decoration: none;
    color: #0000FF;
    }

	
		

	
/* -------------------------------------------------------------------
classes - can be applied to many elements per page 
----------------------------------------------------------------------*/
.smallfont {
	font: 13px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	line-height: 1.2;
	margin: 0px;
	padding: 0;
	}

.clear-L-image {
	clear: left 
	}
	
.clear-R-image {
	clear: right
	}

.linkhover a:hover {
    color: #D60808;
	background-color: #FFFF99;
	    }
	
.title_letterspread {
	margin: 0;
	letter-spacing: 10px; }
		
.summary {
 	margin: -7px 0px 15px 0px; }
	
.toc_subheader {
	font: 13px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	font-weight: bold;
	margin: 0px 0px -15px 0px;
	padding: 0;
	}
	
.toc_list {
	font: 13px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	line-height: 1.2;
	margin: 0px;
	padding: 0;
	}	
.toc_list a:hover {
    color: #D60808;
	background-color:#FFFF99;
	    }


.esqCover_Title {
	font: 18px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	font-color: #CC3300;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0;
	}
	
.price_notes {
	font: 13px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	line-height: 1.2;
	margin: 0px;
	padding: 0;
	}
.price_notes a:hover {
	color: #D60808;
	background-color:#FFFF99;
	    }
	
.photo_left {
	float: left;
	margin: 10px 10px 10px 0; /* can't use margins greater than 10, as IE doubles margins on floated elements! */
	}
	
.photo_right {
	float: right;
	margin: 10px 0 10px 10px;
	}
	

.return2top {
	font: 11px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	line-height: 1.2;
	margin: 0px;
	padding: 0;
	}	
.return2top a:hover {
    color: #D60808;
	background-color:#FFFF99;
	    }
	
/* --------------------------------------------------------------------
specific divs - unique, one per page 
-----------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 639px;
	position: relative;
	
	padding: 0 0px 0 0px; }
	
#main  {
	background: transparent url(../images/L2-background.jpg) no-repeat top left;
	margin-top: 0px;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 639px;
	height: 606px;
		}
		
#blog_container  {
	margin-top: 0px;
	position: absolute;
	top: 167px;
	left: 38px;
	width: 103px;
	height: 61px;
		}
		
#DVD_container {	
	margin-top: 0px;
	position: absolute;
	top: 65px;
	left: 62px;
	width: 77px;
	height: 53px;
		}	
		
#logo_container  {
	margin-top: 0px;
	position: absolute;
	top: 4px;
	left: 453px;
	width: 103px;
	height: 99px;
		}

#convention_container  {
	margin-top: 0px;
	position: absolute;
	top: 546px;
	left: 352px;
	width: 284px;
	height: 42px;
		}

#cover_container  {
	margin-top: 0px;
	position: absolute;
	top: 290px;
	left: 447px;
	width: 102px;
	height: 156px;
		}	
		
#promocontent_container  {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 494px;
	left: 451px;
	width: 100px;
	height: 30px;
		}	
		
#jukebox_controls_container  {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 512px;
	left: 4px;
	width: 283px;
	height: 56px;
		}		
		
		
#jango_container  {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 572px;
	left: 214px;
	width: 57px;
	height: 28px;
		}			
		
		
#special_editions  {
	margin: 0; 
	padding: 0;
	position: absolute;
	top: 515px;
	left: 600px;
	width: 175px;
	height: 55px;
		}	


			

	
#footer {
	font: 13px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	line-height: 1.2;
	text-align:center;
	margin: 0px;
	padding: 0;
	}	
#footer a:hover {
	color: #D60808;
	background-color:#FFFF99;
	    }
		

/*
-----------------------------------------------------------------------------------------
=Extra Divs
-------------------------------------------------------------------------------------- */
#extraDiv1 {
	position: fixed;
	left: 450px;
	top: 200px;
	width:347px;
	height:267px;
	background:url(../images/guitar_small-trans.png);
}
/*
---------commented next line out, so javascript/IE8.js would work----------
* html #extraDiv1 {display:none;} /* Hide from Internet Explorer */

