/* CSS Document by Lohki Studio 2007*/

* {margin: 0; padding: 0;}

/*-------------------------------------- SITE STRUCTURE -------------------------------*/

body {
	background: #fff url(images/main_bg.jpg) no-repeat;
	font-size: 90%;
	line-height: 130%;
	font-family: Garamond, "Galliard, Goudy, Geneva, Times", Serif;
}

#headerwrapper {
	width: 505px;
	height: 180px;
	margin-top: 265px;
	margin-left: 120px;
}

#header_left {
	width: 255px;
	float: left;
}

#header_right {
	float: right;
	width: 185px;
	padding-top: 20px;
	font-size: 1.2em;
}

#main_content {
	width: 550px;
	margin-top: 75px;
	clear: both;
	margin-left: 100px;
	font-size: 1.2em;
}

#footer {
	width: 580px;
	margin-top: 10px;
	clear: both;
	margin-left: 100px;
	text-align: center;
}

/*-------------------------------------- NAVIGATION -------------------------------*/

#navlist
{
border-bottom: 1px solid #CCCCCC;
width: 175px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #CCCCCC;
}

#navlist li a {
	text-decoration: none;
	color: #b1a787;
}

#navlist2
{
width: 175px;
}

#navlist2 li
{
list-style: none;
margin: 0;
padding: 0.25em;
}

#navlist2 li a {
	text-decoration: none;
	color: #b1a787;
}

/*-------------------------------------- TEXT FORMATTING -------------------------------*/

p {
	margin: 10px;
	color: #666666;
	line-height:100%;
	overflow: hidden;
}

h1 {
	font-size: 3em;
	font-style: italic;
	color: #CCCCCC;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
}

h2 {
	margin-left: 20px;
	color: #bf9a68;
	font-size: 1.2em;
	background: url(images/date.gif) no-repeat;
	padding-top: 1px;
	padding-left: 5px;
	height: 26px;
}

h3 {
	padding-left: 40px;
	overflow: hidden;
}

.heading_color {
	color: #d0c9b3;
	font-style: normal;
}

blockquote {
	font-size: 135%;
	font-style: italic;
	color: #999999;
	background: url(images/quote.gif) no-repeat;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 10px;
}

.quote_author {
	text-align: right;
	font-size: 0.7em;
	font-style: italic;
	color: #c9be9e;
	font-weight: bold;
	margin: 0px;
}

.form_type {
	text-align: right;
	font-size: 1em;
	font-style: italic;
	color: #a3a285;
	margin: 0px;
}

.date {
	font-size: .6em;
	color: #CCCCCC;
	
}

a:link {color: #bf9a68}     /* unvisited link */
a:visited {color: #bf9a68}  /* visited link */
a:hover {color: #993300;}   /* mouse over link */
a:active {color: #bf9a68}   /* selected link */

/*----------------------------------- IMAGE GALLERY --------------------------------------*/

#info p {margin-left:150px; margin-right:200px;}

a.screen, a.screen:visited {
color:#bf9a68; 
position:absolute; 
z-index:1;
}

a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:320px; /* give it a width */
height:0px; /* no height to solve an Opera bug that makes it selectable when hidden */
border:1px solid #000; /* add a border */
left:340px; /* position:the image */
top:-100px;
}

a.screen:hover {
text-decoration:none; 
border:0px; /* needed for this to work in IE */ 
z-index:800;
}

a.screen:hover b {
visibility:visible; /* make the image visible */
height:240px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}

a.screen:hover b img {
border:0px; /* remove the link border */
}

/* ------------------------------ button tag ------------------------------------- */

.emailButton {
background-color: #cda87b;
border-width: 1;
color: #ffffff;
font-size: 11pt;
font-family: serif;
padding-left:.5em;
padding-right:.5em;
padding-top:.5em;
padding-bottom:.5em;
}

/* ---------------------------end rounded buttons -----------------------------------*/

/* --------------------------- form control -----------------------------------*/

textarea {
  min-height: 150px;
  min-width: 350px;
  max-height: 150px;
  max-width: 350px;
}

 input {
	color: #cda87b;
	background: #fff;
	border: 1px solid #cda87b;
}

 textarea {
	color: #cda87b;
	background: #fff;
	border: 1px solid #cda87b;
}

/* --------------------------- end form control -----------------------------------*/

/* --------------------------- table control -----------------------------------*/

table {
	padding-left: 100px;
	width: 350px;
}

td {
	margin: 20px;
	color: #666666;
	overflow: hidden;
	font-size:95%;
}

/* --------------------------- end table control -----------------------------------*/
