/* CSS for chiltonlogging.com
	 Hand coded by Matthew Farnell
	 Copyright 2006 Matthew Farnell */

/* Body
-------------------------------*/
body {
	background: #4b2c00 url(/images/background.gif) center repeat-y; 
	margin-top: 0;
	font: 15px arial, sans-serif;
}

/* Layout
-------------------------------*/
#container {
	width: 745px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 724px;
	margin: 10px;
	margin-top: 7px;
}

#page {
	background: #f5e6c7;
	padding: 0 5px 0 5px;
	padding-bottom: 2px;
	border-top: 1px solid #885C2C;
	border-bottom: 1px solid #885C2C;
}

#footer {
	width: 724px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

/* Header - Tabs
-------------------------------*/
#header {
	background: #885C2C url(/images/random.cgi) left no-repeat;
	width: 744px;
	height: 228px;
}

#header span {
	display: none;
}

#header h1, #header h2 {
	width: 744px;
	height: 190px;
	margin: 0;
	padding: 0;
}

#tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font: 18px 'times new roman', times, serif;
	line-height: 38px;
}

#tabs li {
	display: block;
	float: left;
	text-align: center;
	height: 38px;
	margin-left: 5px;
}

#tabs li.logging {
	width: 160px;
	background: url(/images/tabs/tab1-on.gif) left top no-repeat;
}

#tabs li.land {
	width: 176px;
	background: url(/images/tabs/tab2-off.gif) left top no-repeat;
}

#tabs li.homes {
	width: 155px;
	background: url(/images/tabs/tab3-off.gif) left top no-repeat;
}

#tabs li a.active {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: #ECD6A6;
}

#tabs a {
	color: #fff;
	background: #885C2C;
}

/* Navbar
-------------------------------*/
.navbar {
	height: 16px;
	margin-bottom: 6px;
}

.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font: 12px arial, sans-serif;
	font-weight: bold;
}

.navbar ul li {
	display: inline;
	padding-right: 25px;
}

.navbar .active, .navbar a.active:hover {
	text-decoration: none;
	color: #000;
}

/* Misc
-------------------------------*/
hr {
	margin: 0 0 5px 0; 
	color: #885C2C; 
	background: #A76C50;
	border: 0;
	height: 1px;
}

html>body hr {
	margin-bottom: 15px; 
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#page ul {
	list-style-type: none; 
	margin-left: 20px;
}

.back-button {
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
}

td p {
	margin: 3px;
}

/* Fonts - Headers
-------------------------------*/
h1, h2 {
	color: #885C2C; 
	font-size: 25px; 
	font-style: italic;
	margin: 5px 0 0 0;
	font-family: "times new roman", times, serif;
}

h3 { 
	font-size: 18px; 
	margin: 12px 0 -10px 0;
	font-family: "times new roman", times, serif;
}

p {
	margin-top: 12px;
	margin-bottom: 14px;
}

/* Links
-------------------------------*/
a {
	color: #0000cc;
}

a:hover, a.hover {
	text-decoration: none;
	color: #885C2C;
}

a.black {
	color: #000;
}

/* Images
-------------------------------*/
.right-img, .left-img, .post-body img, .entry img {
	border: 2px solid #4B2C00;
	padding: 1px;
	margin: 3px 4px 0 4px;
}

.left-img {
	float: left;
	margin-left: 0;
}

.right-img {
 	float: right;
	margin-right: 0;
}

.caption {
	text-align: center;
	font-family: 'Times New Roman', Times, serif; 
	font-style: italic; 
	font-weight: bold;
	color: #4B2C00;
}

/* E-Mail
-------------------------------*/
.email {
	display: block;
	width: 189px;
	height: 14px;
	background: url(/contact/images/info.gif) no-repeat;
	margin-top: 4px;
	margin-bottom: -2px;
}

.email:hover {
	display: block;
	width: 189px;
	height: 14px;
	background: url(/contact/images/info.gif) no-repeat -192px;
	margin-top: 4px;
	margin-bottom: -2px;
}

.email span {
	display: none;
}

.cchilton {
	background: url(/contact/images/cchilton.gif) no-repeat;
}

.cchilton:hover {
	background: url(/contact/images/cchilton.gif) no-repeat -192px;
}

.jschmitt {
	background: url(/contact/images/jschmitt.gif) no-repeat;
}

.jschmitt:hover {
	background: url(/contact/images/jschmitt.gif) no-repeat -192px;
}

.jthomas {
	background: url(/contact/images/jthomas.gif) no-repeat;
}

.jthomas:hover {
	background: url(/contact/images/jthomas.gif) no-repeat -192px;
}

.bmyhre {
	background: url(/contact/images/bmyhre.gif) no-repeat;
}

.bmyhre:hover {
	background: url(/contact/images/bmyhre.gif) no-repeat -192px;
}

.hbiddix {
	background: url(/contact/images/hbiddix.gif) no-repeat;
}

.hbiddix:hover {
	background: url(/contact/images/hbiddix.gif) no-repeat -192px;
}

.tspears {
	background: url(/contact/images/tspears.gif) no-repeat;
}

.tspears:hover {
	background: url(/contact/images/tspears.gif) no-repeat -189px;
}

/* Photo Gallery
-------------------------------*/
img.gallery {
	width: 160px;
	height: 120px;
	margin: 6px;
	border: 2px solid #4B2C00;
	padding: 1px;
}

img.tall {
	width: 120px;
	height: 160px;
}

p.gallery {
	margin: 0px;
	text-align: center;
}
