/* Dark Chocolate & Berrie Colors:
#806E65 (light brown) - #806E65
Voided (dark grey) - #282828
Unbroken (purple) - #2F262F
Terra Firma (medium brown) - #4D352E
Deep Thought (magenta) - #6B1C31
*/

body {
	background-image: url(images/stripe_tile_2.jpg);
	background-color: #2F262F;
	color: #806E65;
	font-family: verdana, sans-serif;
	font-weight: 450;
}

a {color: #6B1C31; text-decoration: none; font-weight: 600;}
a:hover {text-decoration: underline}

h1, h2, h3, h4, h5, h6 {
    color: #806e65;
}
 
h1 {
   font-size:larger;
   text-align:center;
   background-color:#2f262f;
   border:solid #4d352e 1px;
}
 
h2 {
   font-size:large;
   border-bottom:groove #806e65 2px;
}
 
h3 {
   font-size:large;
   font-style:italic;
}
 
div.page {
	margin-left:5%;
	margin-right:5%;
	top:0;
	width:90%;
	min-width:770px;
	background-color:#2F262F; 
	text-align:center;
	position:absolute;
	border:solid #4D352E 1px;
}
 
div.header {
	height:120px;
}
 
div.content {
	padding:10px;
	border-top:solid #4D352E 1px;
	border-bottom:solid #4D352E 1px;
	background-color:#282828; 
	text-align:left;
}
 
div.footer {
}

img {
	border-style: hidden;
	border-width: 0;
}

label {
	display: block;
	font-weight: bold;
	margin-top: 1em;
	margin-right: 1em;
}

input {
	width: 30em;
}

input.button {
	border: 0px;
	width: 100px;
	height: 30px;
	color: #806e65;
	font-weight: bold;
    display:block;
    background-color: #2f262f;
    border: solid #4d352e 1px;
    
    
}

.gallerygroup
{
	margin: 20px;
	padding: 5px;
 margin-bottom:20px;
 border-bottom:solid #4D352E 1px;
 text-align:center;
}


.galleryalbum
{
 float:left;
 width:350px;
 

 }
em
{
	color: #6B1C31;
	font-weight: bold;
}

.clear
{
	clear: both;
}

span.meter
{
	display:none;
}

#navigation 
{
	text-indent: -5000px;
	width: 750px; height: 400px;
	background: url(images/nav_new.jpg);
	margin: 20px auto; padding: 0;
	position: relative;
}

#navigation li 
{
	margin: 0; padding: 0; list-style: none;
	position: absolute; top: 0;
}
 
#navigation li, #navigation a 
{
	height: 400px; display: block;
}

#nav-photo {left: 0px; width: 250px;}
#nav-web {left: 251px; width: 250px;}
#nav-other {left: 501px; width: 250px;}

#nav-photo a:hover 
{
	background: transparent url(images/nav_new.jpg) 0 -400px no-repeat;
}

#nav-web a:hover 
{
	background: transparent url(images/nav_new.jpg) -251px -400px no-repeat;
}

#nav-other a:hover 
{
	background: transparent url(images/nav_new.jpg) -501px -400px no-repeat;
}
