div.float-breaker
{
	clear: both;
	font-size: 2px;
}

#messages
{
	line-height: 120%;
}

span.message-error
{
	color: red;
}

span.message-success
{
	color: green;
}

body
{
	margin: 0;
	padding: 0;	
	font-family: "Lucida Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

h1
{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	margin-top: 40px;
}

h1.top
{
	margin-top: 0;
}

a
{
	color: #9C6D41;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

abbr,
acronym,
span.abbr
{
	cursor: help;
	border-bottom: 1px dashed #9C6D41;
}

/** CONTAINERS CONTAINERS CONTAINERS **/

div.center-container
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}	

#top
{
	background: #F8F5E1 url('../../graphics/top-bg.gif') repeat-x bottom;
	width: 100%;
	padding-top: 20px;
	border-bottom: solid 6px #B6BD8D
}

#content-container
{
	background: white url('../../graphics/top-shadow.gif') repeat-x top;
}

#content
{
	padding: 35px 25px 45px 25px;
	width: 710px;
}

#text-container
{
	width: 470px;
	float: left;
	line-height: 1.4em;
	font-size: 95%;
}

#random-image-container
{
	float: left;
	margin-left: 23px;
	width: 210px;
	text-align: center;
}

#image-container,
#thumbnail-container
{
	width: 100%;
	text-align: center;
}

#thumbnail-container
{
	margin-top: 30px;
}

#pager-links-container
{
	text-align: center;
}

#you-are-here
{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #A1A67C;
	font-size: 180%;
	letter-spacing: 12px;
}

#footer
{
	font-size: 75%;
	border-top: dashed 1px #c0c0c0;
	padding: 15px 5px;
	margin-bottom: 30px;
	width: 710px;
}



/** IMAGES IMAGES IMAGES **/

#logo
{
	vertical-align: middle;
	margin: 0 35px 20px 0;
}

#random-image-container img
{
	border: solid 4px #BA997A;
	background: #B6BD8D;
	padding: 1px;
}

img.large
{
	border: solid 2px black;
}

img.thumbnail
{
	margin: 8px;
	border: solid 2px black;
}

a img.thumbnail
{
	border-color: #9C6D41;
}



/** MENU MENU MENU **/

#tabnav 
{
	width: 100%;
	line-height: normal;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	height: 100%;
	vertical-align: bottom;
}

#tabnav ul 
{
	margin: 0 0 0 10px;
	padding: 0 10px 0;
	list-style: none !important;
	background: transparent;
	font-family: arial, verdana, helevtica, sans-serif;
	font-size: 11px;
}

#tabnav li 
{
	float: left;
	background: transparent url('../../graphics/bg-tab-left.gif') no-repeat left top;
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none !important;
}

#tabnav li.hidden
{
	visibility: hidden;
}

#tabnav span.content 
{
	float: left;
	display: block;
	width: .1em;
	background: transparent url('../../graphics/bg-tab-right.gif') no-repeat right top;
}

#tabnav > ul span.content
{
	width: auto;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabnav span.content
{
	float: none;
}
/* End IE5-Mac hack */

#tabnav a:hover
{

}

li.nav
{
	background-position: 0 -75px;
	border-width: 0;
	list-style: none !important;
}

li.nav span.content 
{
	background-position:100% -75px;
}

li.nav span.content a 
{
	text-decoration: none;
}

#tabnav span.content a:hover, 
#tabnav li:hover span.content a
{

}

#tabnav span.content a
{ 
	padding: 9px 13px 3px 0;
	display: block;
}

#tabnav li:hover, #tabnav li:hover span.content
{
	background-position: 0% -150px;
}		

#tabnav li:hover a, #tabnav li:hover span.content a,
#tabnav li a:hover 
{
	color: black;
}

#tabnav li:hover span.content 
{
	background-position:100% -150px;
}

#tabnav li a:hover 
{

}

#tabbar
{
	width:100%;
}



/** FORM FORM FORM **/

form#guestbook
{
	
}

input.text,
textarea
{
	border: solid 1px;
	width: 80%;
	padding: 3px;
	font-family: "Lucida Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}

form#guestbook 
{
	margin-bottom: 30px;
}

form#guestbook input.text,
form#guestbook textarea
{
	width: 95%;
}

input.button
{
	border: 3px double #9C6D41;
	color: #9C6D41;
	background: white;
}

span.guestbook-name
{
	font-style: italic;
	font-weight: bold;
}

span.guestbook-date
{
	font-size: 80%;
}

p.gb-entry
{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: dashed 1px;
}
