/* 
JanesGuide.com Stylesheet
10th Anniversary Edition!
Copyright 1997-2007, Jane Media Inc, All Rights Reserved
Design by Rae of www.Fresh-Fetish.com 
*/

/* standard */


body {
	margin:0;
	padding:0;
	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
	font-size: 0.87em;
	text-align: center;
	line-height: 1.3em;
	background: #111E43;
	min-width: 925px;
	}
	
a {
	color: #B5541F;
	text-decoration: none;
	}
	
a:visited {
	color: #F4971F;
	text-decoration: none;
	}
	
a:hover {
	color: #5EBDEB;
	padding: 0;
	}
	
img { 
	border: 0;
	}	
	
a img {border: none; }
	
a:hover img {
	border: 0;
	background: none;
	padding: 0;
	}	
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 3px 0;
	clear: both;
	}
	
acronym, abbr, span.caps {
	cursor: help;
	}
	
blockquote {
	margin: 15px;
	padding-left: 30px;
	padding-right: 15px;
	background: url(/img/blockquote.gif) no-repeat left top;
	font-style: italic;
	min-height: 20px;
	}
	
cite {
	font-size: .9em;
	font-style: normal;
	}
	
p, ol, ul, pre {
	margin: 3px 0;
	}
	
pre, code {
	font-family: Courier, 'Courier New', Fixed;
	font-size: 1em;
	}	
	
/* helper classes */

.clr {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

input, textarea, submit {
	padding: 3px;
	border: 1px solid #016CA0;
	font-size: 0.9em;
	background: #DAF1FC;
	}


/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* ads */

.ads {
	background: #016CA0;
	padding: 4px;
	margin: 15px auto;
	border: none;
	font-size: 1.0em;
	color: #111E43;
	position: relative;
	}
	
.ads img {
	margin: 0 auto;
	display: block;
	}
	
.bannerad img {
	margin: 0 auto;
	display: block;
	}
	

/* layout & structure */

#container {
	position: static;
	width: 925px;
	margin: 5px auto;
	padding: 0;
	}
	
#container-inner {
	position: static;
	color: #111E43;
	width: auto;
	align: center;
	text-align: left;
	background: #FFFFFF url(/img/paperbkgrd.gif) repeat-y;
	min-height: 1000px;
	}
	
#banner img {
	margin: 0;
	padding: 0;
	float: left;
	}	

#left, #main, #framesmain, #right {
	float: left;
	display: inline;
	position: relative;
	min-height: 1px;
	background: transparent;
	}

#left {
	width: 175px;
	}
	
#left-inner {
	padding: 10px;
	}
	
#main {
	width: 550px;
	border-width: 0 0 0 2px;
	border-color: #F4971F;
	border-style: solid;
	min-height: 1000px;
	}
	
#main-inner {
	padding: 10px;
	}
	
#framesmain	/* for frames.html to pull main column up into banner area */ {
	width: 550px;
	margin-top: -25px;
	border-width: 0 0 0 2px;
	border-color: #F4971F;
	border-style: solid;
	min-height: 1000px;
	}
	
#right {
	width: 185px;
	}
	
#right-inner {
	padding: 10px;
	color: #FFFFFF
	}
	
#footer {
	clear: both;
	display: block;
	margin: 0 auto;
	margin-top: -10px;
	}
	
#footer-inner {
	background: url(/img/footer.gif) no-repeat;
	height: 175px;
	display: block;
	margin: 0 auto;
	}
	
.footer /* allows for text content for search engines/meta that won't be seen */ {
	display: none;
	}
	
/* sitenav list style */

#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	display: block;
	margin-bottom: 20px;
	}
	
.navlist {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	overflow: hidden;
	display: block;
	text-align: left;
	}
	
.navlist a {
	color: #111E43;
	}
	
.navlist a:hover {
	color: #F6F2A0;
	background: #111E43;
	text-decoration: none;
	}
	
.navlist a:hover img{
	background: none;
	padding: 0;
	border: none;
	}

	
/* headers & page info*/

.sidetitle /* for headers in right sidebar */ {
	text-transform: uppercase;
	font-size: 1em;
	color: #B5541F;
	}

.pagetitle /* for header describing the content of a page in main section */ {
	font-size: 1.5em;
	color: #F4971F;
	padding-bottom: 5px;
	}
	
.pagetitle a {
	font-size: 1.5em;
	color: #F4971F;
	padding-bottom: 5px;
	}
	
.pagetitle a:hover {
	font-size:1.5em;
	color: #F6F2A0;
	background: #111E43;
	}
	
	
.description /* description blue boxes */ {
	background: #DAF1FC;
	margin: 5px auto;
	margin-bottom: 10px;
	display: block;
	width: 475px;
	}

.description-inner /* provides padding and font-style for description of content */ {
	padding: 5px 10px;
	line-height: 1.3em;
	font-size: 0.9em;
	}
	
.description-inner a:hover {
	
	color: #F6F2A0;
	background: #111E43;
	}
	
.pushpintitle /* used within description class on menu pages to place a pushpin next to the title */ {
	background: url(/img/pushpin.gif) top left no-repeat;
	font-size: 1.5em;
	color: #F4971F;
	padding: 0 0 2px 0;
	min-height: 30px;
	}
	
.pushpintitle-inner /* shifts title over to allow room for pushpin graphic */ {
	padding: 5px 0 0 30px;
	}
	
.pagemeta /* for page information listed at the top of each review page */ {
	font-size: 1.2em;
	color: #F4971F;
	text-transform: uppercase;
	border-bottom: #016CA0 3px double;
	padding: 0 0 10px 0;
	}
	
.pagemeta img{
	padding: 20px 0 0 0;
	}
	
.pagenav /* for page navigation within a review category at bottom */ {
	text-align: right;
	border-top: #016CA0 3px double;
	color: #F4971F;
	font-style: italic;
	font-size: 0.9em;
	}

.pagenav img{
	background: none;
	padding: 15px 0 0 0;
	border: none;
	height: 15px;
	}			
	
.content {
	line-height: 1.5em;
	width: 100%;
	padding: 0 5px;
	margin-bottom: 30px;
	font-size: .9em;
	clear: both;
	}
	
.framesjane img {
	float: right;
	height: 100px;
	}
	
/* for lists in right sidebar with dark blue bkgrd */

.sidebar {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	line-height: 1.3em;
	overflow: hidden;
	display: block;
	text-align: left;
	margin-bottom: 20px;
	}
	
.sidebar a, .sidebar a:visited {
	color: #F6F2A0;
	}
	
.sidebar a:hover {
	color: #111E43;
	background: #F6F2A0;
	text-decoration: none;
	}		

.side {
	font-size: .85em;
	line-height: 1.3em;
	margin-bottom: 15px;
	color: #FFFFFF;
	}
	
.side a {
	color: #FFFFFF;
	border-bottom: 1px solid #F6F2A0;
	}
	
.side a:hover {
	color: #F6F2A0;
	background: #111E43;
	}
		
.framesside {
	width: 175px;
	margin: -13px 0 10px -12px;
	background: url(/img/bluebkgrd.gif);
	font-size: .9em;
	text-align: center;
	color: #111E43;
	}
	
.framesside-inner {
	padding: 5px;
	color: #111E43;
	line-height: 1.2;
	}
	
.framesside-inner a {
	color: #111E43;
	border-bottom: 1px solid #F6F2A0;
	}
	
.framesside-inner a:hover {
	color: #F6F2A0;
	background: #111E43;
	}
	
	

/* content on review pages */

.entry-title {
	font-size: 1.2em;
	}
	
.entry-title a:hover {
	color: #F6F2A0;
	background: #111E43;
	}
	
.entry {
	margin-bottom: 25px;
	clear: both;
	}
	
.entry a: hover {
	color: #F6F2A0;
	background: #111E43;
	}
	
.entry-footer {
	text-align: right;
	font-size: 0.9em;
	line-height: 1.2em;
	}
	
.entry-footer a:hover p{
	color: #F6F2A0;
	background: #111E43;
	}
	
.entry-footer img {
	float: right;
	display: inline;
	height: 30px;
	padding: 0 2px 3px 5px;
	}
	
/* icons - styles in a row beneath each entry */	
	
.icon-row {
	margin: 5px 15px 10px 0;
	}
	
.icons img {
	float: left;
	display: inline;
	padding: 0 4px 0 2px;
	height: 40px;
	}
	
/* review index */

.reviewtitle img /* used on review index for graphic titles of each section */ {
	float: left;
	margin: 0 5px 5px 0;
	}
	
.reviewtitle img a:hover {
	background: none;
	margin: 0 5px 5px 0;
	}
	
.staffpic img /* staff bios */ {
	float: left;
	margin: 0 5px 5px 0;
	}	
	
.graphictitle img /* used on review index for main title of page */ {
	margin-bottom: 15px;
	position: relative;
	display: block;
	margin: 0 auto;
	}

.category /* provides white space between each category on review index */ {
	margin-bottom: 30px;
	}	

/* regional index */

.regionalimg img {
	float: left;
	display: inline;
	margin: 10px 5px;
	}
	
.regionalimg img a:hover {
	background: none;
	margin: 10px 5px;
	}

/* images */


.featured img {
	margin: 5px auto;
	width: 450px;
	background: #FFFFFF;
	border: #016CA0 2px solid;
	padding: 5px;
	display: block;
	}

.floatleft img {
	float: left;
	margin: 2px 5px 2px 0;
	border: #111E43 2px solid;
	padding: 2px;
	}
	
.floatright img {
	float: right;
	margin: 2px 0 2px 5px;
	border: #111E43 2px solid;
	padding: 3px;
	}
	
.thumbleft img {
	float: left;
	margin: 2px 5px 2px 0;
	border: #111E43 1 px solid;
	padding: 2px;
	height: 100px;
	}
	
.thumbright img {
	float: right;
	margin: 2px 5px 2px 0;
	border: #111E43 1 px solid;
	padding: 2px;
	height: 100px;
	}
	
/* gallery  */

/* use .pagetitle for header class around artist's name */

.polaroid /* for photo on index of artists */ {
	background: url(/img/polaroid.gif) no-repeat top left;
	float: right;
	height: 230px;
	width: 190px;
	margin: 10px 15px 15px 5px;
	}
	
.polaroid img  /* positions photo within polaroid frame */ {	
	padding: 12px 0 0 8px;
	height: 168px;
	width: 172px;
	}
	
 .polaroid a:hover img{	
	padding: 12px 0 0 8px;
	height: 168px;
	width: 172px;
	background: none;
	background-repeat: no-repeat;
	}
		
.featuredcontent {
	margin: 0 auto;
	padding-top: 50px;
	}
	
	
#thumbgallery /* provides layout structure for thumbnail gallery */ {
	clear: both;
	padding: 5px 20px 15px 20px;
	}
	
.thumb img /* styles individual thumbnails */ {
	width: 75px;
	height: 75px;	
	margin: 3px;
	float: left;
	display: inline;
	}	
	
.thumb img a:hover {
	background: none;
	padding: 0;
	}	
	
/* lightbox */	

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 5px;
	}

#loading{
	position: absolute;
	top: 5%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#hoverNav{	
	left: 0;
	width: 100%;
	height:25px;
	z-index: 10;
	clear:both;
}

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
	
#prevLink { width: 20px; height: 20px; left: 0; float: left; background: url(img/prevlabel.gif) left 0% no-repeat; }
#nextLink { width:20px; height: 20px; right: 0; float: right; background: url(img/nextlabel.gif) right 0% no-repeat; }


#imageDataContainer{
	font: .9em 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	background: url(img/cork.gif);
	margin: 0 auto;
	line-height: 1.2em;
	overflow: auto;
	width: 100%	;
	border-top:5px solid #fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#imageData
{
	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px; 
	padding-right:5px; 

	color: #111E43; 
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 25px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #111E43;
	}



