/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6
{
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: #6F5129;
	text-align: center;
}

a
{
	color: #993300;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	width: 778px;
	margin: 2em auto;
}

/* Header */

#header
{
	padding: 1.75em;
	text-align: center;
}

#header h1
{
	font-size: 2em;
}

#header h2
{
	font-size: 1em;
	color: #747474;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	background: #000000 url('/merystic/resource/a1.jpg') top left no-repeat;
	height: 94px;
	width: 778px;
}

#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 45px;
}

#menu li
{
	padding: 0em 1.5em 0em 1.5em;
	display: inline;
}

#menu li a
{
	color: #3A2000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#xbg1
{
	position: absolute;
	z-index: 1;
	background: #000000 url('/merystic/resource/a2.jpg') top left no-repeat;
	width: 778px;
	height: 98px;
}

#content
{
	background: #000000 url('/merystic/resource/a3.jpg') top left repeat-y;
}

#content p
{
	margin-bottom: 2em;
	line-height: 1.5em;
	margin-left: 50px;
	margin-right: 50px;
}

#content h2,h3,h4,h5,h6
{
	position: relative;
	color: #3F2109;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #DFBF99;
	margin-left: 50px;
	margin-right: 50px;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{

}

#content li
{
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
}

#content blockquote
{
	margin-bottom: 32px;
}

#content blockquote p
{
	border-left: solid 8px #993300;
	padding-left: 16px;
	margin-bottom: 0px;
}

#content table
{
	margin-bottom: 32px;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 8px;
}

#content table tr.rowA
{
	background-color: #DFBD99;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #EFDCC2;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	margin-left: -18em;
	width: 100%;
}

#primaryContent
{
	margin: 2em 3.0em 0em 19em;
	padding: 0em 0em 0em 1.5em;
	border-left: solid 1px #DFBF99;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	z-index: 2;
	float: right;
	width: 15em;
	margin-top: 2em;
}

#listContainer
{
	padding-left: 100px;
	padding-right: 100px;
	margin-left: 25px;
	margin-right: 25px;
}

/* Footer */

#footer
{
	width: 778px;
	height: 56px;
	padding-top: 30px;
	background: #000000 url('/merystic/resource/a4.jpg') top left no-repeat;
	text-align: center;
}

.clear
{
	clear: both;
}

/* Lightbox */

#lightbox
{
	position: absolute;
	left: 0; 
        width: 100%; 
        z-index: 100; 
        text-align: center; 
        line-height: 0;
}

#lightbox img
{ 
       width: auto; 
       height: auto;
}

#lightbox a img
{ 
       border: none; 
}

#outerImageContainer
{ 
       position: relative; 
       background-color: #fff; 
       width: 250px; 
       height: 250px; 
       margin: 0 auto; 
}

#imageContainer
{ 
       padding: 10px; 
}

#loading
{ 
       position: absolute; 
       top: 40%; 
       left: 0%; 
       height: 25%; 
       width: 100%; 
       text-align: center; 
       line-height: 0; 
}

#hoverNav
{ 
       position: absolute; 
       top: 0; 
       left: 0; 
       height: 100%; 
       width: 100%; 
       z-index: 10; 
}

#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{ outline: none;}

#prevLink, #nextLink
{ 
       width: 49%; 
       height: 100%; 
       background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
       display: block; 
}

#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer
{ 
      font: 10px Verdana, Helvetica, sans-serif; 
      background-color: #fff; 
      margin: 0 auto; 
      line-height: 1.4em; 
      overflow: auto; 
      width: 100%; 
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


