@charset "UTF-8";
/* CSS MARTIN BERKOVITZ */

/*global reset*/
* {
margin:0;
padding:0;
border:0;
}

* :focus { outline: 0; }

/* TEXT font-family: Arial, Helvetica, sans-serif; */
.copysml {
	font-family: Helvetica, Arial, sans-serif;
	color: #BFBFBF;
	font-variant: normal;
	font-size: 12px;
	text-transform: capitalize;
}

#bodylist {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #A7BF35;
	text-align: left;
	padding-left: 20px;
	letter-spacing: .02em;
	line-height: 1.3em;
	font-weight: lighter;
}
#bodylisttitlecase {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
	color: #A7BF35;
	text-align: left;
	padding-left: 20px;
	letter-spacing: 0.02em;
	line-height: 1.3em;
	font-weight: lighter;
}

.quote {
	font-size: 40px;
	color: #BFBFBF;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: lighter;
}
/* GENERAL */
h1 {
	display: none
}

h2 {
	color: #BFBFBF;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: 100;
}

body {
	background-color: #000;
}

img{
    font-size:10px;
}

/*
In Firefox we can insert the word (image) into the alt text of an image that hasn’t loaded.
*/
img:after   { content:" (image)"; }
img::after  { content:" (image)"; } /* New CSS3 standard notation */

a:link {
	text-decoration: none;
		color: #BFBFBF;
}

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

a:visited {
	text-decoration: none;
	color: #BFBFBF;
}

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

.clear {
	clear: both
}

/* FRAMEWORK */

#wrapper {
	height: auto;
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	padding-left:20px;
	padding-right: 20px;
}

#toolsbar {
	background-color: #333;
	height: 35px;
	width: 100%;
	position: absolute;
	top: 0px;
}

#tools {
	background-color: #333;
	vertical-align: middle;
	height: 35px;
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	padding-left:20px;
	padding-right: 20px;	
}

/* TOOL LIST */
		
#toollist li {
	display: inline;
	list-style-type: none;
	float: right;
	padding-top: 7px;
	padding-left: 10px;
	vertical-align: middle;
}

#audio{
	display: inline;
	float: left;
	margin-top:7px;
	margin-right:10px;
}

#homeicon{
	float: left;
	padding-top:5px
}

#audiotxt{
	color: #BFBFBF;
	font-family: Helvetica, Verdana, sans-serif;
	display: inline;
	float: left;
	margin-top:7px;
	padding-top:5px;
	font-size:9px;
}
	

/* MASTHEAD */
	
#masthead {
	width: 855px;
	height: 60px;
	margin-top: 80px;
}

#logo {
	width: 245px;	
	padding-bottom: 0px;
	padding-right: 25px;
}

#hnavwrap {
	width: 650px;
	float: right;
	position: relative;
	margin-top: -4px;
}


/* HOME*/

/*#homeimg {
	margin-top: 15px;
}*/


#slideshow {
	margin-top: 15px;
    position:relative;
    height:553px;
	background-image:url(../images/home/01.jpg);
	background-repeat:no-repeat;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 553px;
    background-color: #000;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 553px;
    display: block;
    border: 0;
}


/* ESSAYS + TEXT AREAS */

#essyintro {
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 360px;
    height:auto !important;	
	height: 360px;
}

.essytxt {
	color: #BFBFBF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.525em;
	font-style: normal;
	font-weight: lighter;
	line-height: 1.425em;
	font-weight: 200;
}

#aboutcontent{
	height: auto;
	width: 855px;
}

#aboutimg {
	height: 500px;
	width: 360px;
	float: right;
	padding-left:20px;
	padding-top:10px
}

#aboutintro {
	margin-top: 15px;
	margin-bottom: 15px;
    height:auto !important;	
	height: 550px;
	width: 855px;
}


/* GALLERIES */
a.enlarge {
	float: right;
	display: block;
	width: 15px;
	height: 18px;
	text-decoration: none;
	background: url("../images/enlarge.gif");
	z-index:100;	
	}

a.enlarge:hover {
	background-position: 0 -16px;
	}

div.lb img {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	padding-bottom:20px;

}

div.lb {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height:3000px;
  width: 100%;
  text-align: center;
  background: url("../images/bgfill.gif");
}
div.lb:target {
  display: block;
}

/** IE doesn't support :target, so we use CSS expressions **/
div.lb {
  display: expression((document.location.toString().split('#').slice(1) == this.id)?'block':'none');
}

.lbcaption{
	font-size: 14px;
	color: #BFBFBF;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
}



#galintro {
	margin-top: 15px;
	margin-bottom: 25px;
	
}

.galtxt {
	color: #BFBFBF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.35em;
	font-style: normal;
	font-weight: lighter;
	line-height: 1.35em;
	font-weight: 200;
}

#galthumbwrap {
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
}

#galthumbs_l {
	width: 13%;
    height: 150px;
	display: inline;
	float: left;	
	margin-right: 18px;
	margin-top: 15px;
}

#galthumbs_m {
	width: 13%;
    height: 150px;
	display: inline;
	float: left;
	margin-right: 18px;
	margin-left: 18px;
	margin-top: 15px;
}

#galthumbs_r {
	width: 13%;
    height: 150px;
	display: inline;
	float: left;	
	margin-left: 18px;
	margin-top: 15px;
}

.rolloff  a {
	opacity: 1;
	/*Transition*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.rollon a:hover {
	opacity: .5;
}

/* goldenland */
#goldthumbs_l {
	width: 13%;
    height: 200px;
	display: inline;
	float: left;	
	margin-right: 18px;
	margin-top: 15px;
}

#goldthumbs_m {
	width: 13%;
    height: 200px;
	display: inline;
	float: left;
	margin-right: 18px;
	margin-left: 18px;
	margin-top: 15px;
}

#goldthumbs_r {
	width: 13%;
    height: 200px;
	display: inline;
	float: left;	
	margin-left: 18px;
	margin-top: 15px;
}

/* talisman */
#talthumbs_l {
	width: 13%;
    height: 250px;
	display: inline;
	float: left;	
	margin-right: 18px;
	margin-top: 15px;
}

#talthumbs_m {
	width: 13%;
    height: 250px;
	display: inline;
	float: left;
	margin-right: 18px;
	margin-left: 18px;
	margin-top: 15px;
}

#talthumbs_r {
	width: 13%;
    height: 250px;
	display: inline;
	float: left;	
	margin-left: 18px;
	margin-top: 15px;
}
/* misc */
#miscthumbs_l {
	width: 13%;
    height: 100px;
	display: inline;
	float: left;	
	margin-right: 18px;
	margin-top: 15px;
}

#miscthumbs_m {
	width: 13%;
    height: 100px;
	display: inline;
	float: left;
	margin-right: 18px;
	margin-left: 18px;
	margin-top: 15px;
}

#miscthumbs_r {
	width: 13%;
    height: 100px;
	display: inline;
	float: left;	
	margin-left: 18px;
	margin-top: 15px;
}






