/*--------------------------------------------------GLOBAL RESETS AND SETUP--*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Georgia, Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	color: #DD9763;
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.6em;
}

dd {
	margin-left: 1em;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	font-family: Georgia !important;
	background: #ddd;
	border: #bbb solid 1px;
	color: #000;
}

input:focus, select:focus, textarea:focus {
	background: #fedda4;
	border: #60361a solid 1px;
}

input.submit {
	color: #fff;
	background: #60361a;
	cursor: pointer;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-type: none;
	padding:0;
	margin:0;
}
/*--------------------------------------------------------------TAG FORMATS--*/
body {
	color: #ccc;
	background: #000 url("../images/wood_bg.jpg") top center no-repeat;
	text-align: center;
}

body.gallery_background {
	background: #000 url("../images/gallery_bg.jpg") top center no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	line-height: 1.4em;
}

h1, h2 {
	margin: 20px 0;
	font-size: 1.4em;
}

h3 {
	margin: 0 0 10px;
}

h4 {
	margin: 15px 0 0;
	color: #cb6530;
	font-size: 1.0em;
}

a {
	color: #cb6530;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

img.align_left {
	margin-right: 10px;
	float:left;
}

img.align_right {
	float:right;
	margin-left: 10px;
}

img.framed {
	padding: 10px;
	background: #130806;
	border: #000 solid 1px;
}

img.framed_post {
	margin: 3px 0;
	padding: 5px;
	background: #FFD1AF;
	border: #000 solid 1px;
}

p {
	font-size: 0.85em;
}

th {
	padding-bottom: 10px;
}

td {
	padding: 5px 0;
	font-size: 0.9em;
	border-bottom: #222 solid 1px;
}

/*--------------------------------------------------------------TEXT FORMATS--*/
.plus_ten 					{font-size:1.1em !important;}
.less_ten 					{font-size:0.9em !important;}
.less_fifteen				{font-size:0.85em !important;}
.small 						{font-size:0.8em !important;}
.tiny 						{font-size:0.7em !important;}
.large 						{font-size:1.3em !important;}
.white 						{color: #fff !important;}
.lite_gray					{color: #999 !important;}
.gray 						{color: #555 !important;}
.yellow						{color: #ffc !important;}
.orange						{color: #f93 !important;}
.squash						{color: #fc6 !important;}
.olive						{color: #8B864C !important;}

.superscript 				{line-height: 0.2em;font-size: 0.8em;}
.bold						{font-weight: bold;}
.italic						{font-style: italic;}
.right_buffer				{margin-right: 15px;}
.left_buffer				{margin-left: 5px;}
.short_line_height			{line-height: 1.0em;}

.hide_this					{display: none;}
.show_this					{display: visible;}
.bottom_border 				{border-bottom: #222 solid 1px;
							padding: 0 0 10px 0;}
.indent						{margin: 0 0 0 15px;}
.align_center			{text-align: center !important;}

/*---------------------------------------------------------------CONTAINERS--*/
#container {
	margin: 0 auto;
	width: 780px;
	height: 600px;
}

ul.menu {
	margin: 96px 0 0 15px;
	padding: 0;
	height: 30px;
}

ul.menu li {
	float: left;
	padding: 5px 40px 0 0;
	height: 23px;
	font-size: 0.7em;
}

ul.menu li a {
	color: #ccc;
}

ul.menu li a:hover {
	color: #fff;
}

.wrapper {
	margin: 0;
	width: 780px;
	text-align: left;
}

.banner {
	margin: 3px 0 0;
	height: 250px;
	line-height: 1.4em;
	color: #C38F46;
	background: #000;
	border-bottom: #000 solid 1px;
	overflow: hidden;
}

#photo_bin {
	float: left;
	margin: 0;
	text-align: center;
	overflow: hidden;
}

.left_column {
	float: left;
	margin: 0;
	padding: 0 15px;
	width: 510px;
}

.left_column p, .center_column p {
	margin: 0;
	padding: 15px 0;
}

.right_column {
	float: left;
	padding: 23px 15px 15px 19px;
	width: 200px;
}

.center_column {
	padding: 0 15px;
}

.post {
	margin: 0 0 15px;
	padding: 10px 0 20px;
	line-height: 1.2em;
	font-size: 1.0em;
}

.aboutus_links {
	margin: 0 0 20px !important;
	padding: 10px 0;
	width: 750px;
	text-align: left;
	border-bottom: #111 solid 1px;
}

.gallery_nav {
	margin-bottom: 30px;
	text-align: left;
}

.gallery_nav a {
	font-size: 0.9em;
	margin: 0 20px 0 0;
}

.slideshow_link {
	visibility: hidden;
}

#featured_title {
	margin: 20px 0;
	text-align: center;
}

#featured_homepage img {
	margin-bottom: 15px;
	width: 200px;
	height: 150px;
}

#slide_link_div {
	margin: 10px 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: #1B0E06;
}

#slide_link_div a {
	margin: 0 5px;
}

#slide_link_div img {
	display: inline;
}

#thumbnails {
	margin: 10px 0 0;
	padding: 0;
	height: 500px;
	font-size: 0.9em;
	text-align: center;
}

#thumbnails img {
	margin: 0 5px 5px 0;
	cursor: pointer;
}

#picture_bin {
	margin: 30px 0 0;
	height: 405px;
	text-align: center;
	overflow: hidden;
}

#picture_bin img {
	border: 0;
}

#preload_bin {
	visibility: hidden;
}

#footer {
	float: left;
	margin: 120px auto;
	padding: 20px 0 0;
	width: 780px;
	height: 150px;
	font-size: 0.7em;
	color: #fff;
	border-top: #222 solid 1px;
}

#footer a {
	margin-right: 20px;
}
