/********************************
CSS by Erzebet Carr
No flashy whatever here. 
Disallow all Agents!
Last edit: 23 Nov. 2009
Steal it if you want it. 
If it breaks your site, 
don't blame me. 
********************************/


body {
	height: 100%;
	font-size: .95em;
	background-repeat: repeat;
	background-position: top;
	background-color: #FFFFFF;
	font-family: Georgia, serif;
	letter-spacing: 1px;
}


#container {
	/* width can be whatever you want, 700px is just an example */
	width: 900px;
	/* center on the page */
	margin: auto;
}


#scroll {
	background-color: none;
	font-size: .8em;	
	font-family: Arial, sans-serif;
	text-align: left;
	width: 330px;
	height: 400px;
	padding: 0px 20px 0px 0px;
	float: left;
	overflow: auto;
}

h1 {
	background-image: url('http://www.erzebet.com/img/lefthead.jpg');
	background-repeat: no-repeat;
	font-size: 1.2em;
	letter-spacing: 2px;
	text-align: right;
	padding-right: 10px;
	height: 39px;
	clear: left;
	color: #3d3d3b;
}

h2 {
	background-image: url('http://www.erzebet.com/img/righthead.jpg');
	background-repeat: no-repeat;
	font-size: 1.2em;
	letter-spacing: 2px;
	text-align: left;
	padding-left: 10px;
	height: 39px;

	color: #3d3d3b;
}


/********************************
left side
********************************/	

#left {
	float: left;
	width: 350px;
	background-color: none;
	text-align: justify;
	padding-bottom: 20px;
	padding-top: 30px;
}


/********************************
center
********************************/	

#content {
	/* left right padding needs to be #left/right width plus whatever padding you want */
	/* the background covers the whole width of #container */
    padding: 0 0 0 375px;
	background-color:none
}


/********************************
images
********************************/

img {
	border: none;
}

img.left {
	position: relative;
	float: left;
	margin: 0em 1em 1em 0em;
}

img.right {
	position: relative;
	float: right;
	margin: 0em 0em 0em 0em;
}

img.center {
	position: relative;
	float:right;
	align: center;
	margin: 0em 5em 0em 0em;
}

/********************************
menu
********************************/


#menu	{
	position: fixed;
	top: 10px; 
	padding: 30px 2px 30px 2px;
	background-image: url('http://www.erzebet.com/img/bone.jpg');
	background-repeat: no-repeat;
	background-color: white;
	border: #000000 2px solid; 
	width: 140px;	
	}
	
* html #menu {position:absolute;}
	
	

#menu li {
	display: block;
	font-weight: bold;
	text-align: center;
	font-family: Book Antiqua, Georgia, serif;
	}

	
#menu li a {
	display: block;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 20px;
	color: #7E0204; 
	text-decoration: none;
	}	
	
#menu li a:hover {
	font-weight: normal;
	color: #B75D28; 
	text-decoration: underline;
	}
	
#menu li a:visited {
	font-weight: normal;
	color: #615056; 
	text-decoration: none;
	}
	
#menu img {
	border: 0px;
	}
	

	
/********************************
right side
********************************/	
	

#right {
	float: right;
	/* width can be whatever you want, 200px is just an example */
	width: 350px;
	background-color: none;
	text-align: justify;
	padding-bottom: 20px;
	padding-top: 25px;
}

.biblio {
	font-size: .80em;
	background-color: none;
	font-family: Arial, sans-serif;
	padding-left: 0px;
	
}

.biblio p {
   	padding-bottom: 1px;
	line-height: 120%;
	text-align: left;
} 


/********************************
formatting
********************************/	


p {
   	padding-bottom: 10px;
	margin-top: 5px;
	line-height: 140%;
} 


a {
	color: #7E0204;
	text-decoration: none;
 }


a:hover {
	color: #B75D28;
	background-color: #FFFFFF;
	text-decoration: none;
 }
 
a:visited {
	color: #615056;
	text-decoration: none;
 }
 
 /*******************************
 gallery
 *******************************/
 
 .gallerycontainer{
position: left;
height: 200px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px;
margin: 0 2px 2px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: none;
padding: 1px;
left: 2px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 10;
left: 600px; /*position where enlarged image should offset horizontally */
z-index: 100;
}



/********************************
footer
********************************/	

#footer {
	background-color: #615056;
	text-align: center;
	font-size: .8em;
	position: bottom;
}

/********************************
clear
********************************/	

.clear {
	clear: both;
}

.space {
	height: 20px;
}

.footspace {
	height: 400px;
	}

