/*
Theme Name: Rio Brazos
Theme URI: 
Description: Custom theme
Version: 1.0
Author: David LaTour
Author URI: http://hybridvigordesign.com
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: url("images/nav.png") repeat-x;
	font: small "Trebuchet MS", "Lucida Grande", Helvetica, Geneva, sans-serif;
	color: #494949;
	line-height: 1.6;
}
#page {
	width: 833px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	font-size: 1.1em;
}
#content {
	width: 500px;
	float: left;
	margin: 0 70px 0 0;
}
#sidebar {
	float: right;
	border-left: 1px dotted #d3d0a5;
	padding: 0 0 50px 20px;
	margin: 10px 0 50px;
	width: 200px;
	font-size: .9em;
}
html, body, #page {height: 100%;}

body > #page {height: auto; min-height: 100%;}

#content {padding-bottom: 140px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -140px; /* negative value of footer height */
	height: 140px;
	clear:both;
	background-color: #f9f7ed;
	border: 1px solid #cfcab7;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.center {
	width: 833px;
	margin: 20px auto;
	padding-left: 10px;
}
#header h1 {
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
	background: url("images/logo.png") no-repeat;
	height: 39px;
	margin: 50px 50px 30px 0;
}
#content h2 {
	color: #572729;
	font-weight: normal;
	font-size: 1.3em;
	border-bottom: 1px dotted;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#content h2 a {
	color: #572729;
}
#sidebar h2 {
	color: #572729;
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 5px;
}
p {
	margin: 5px 0 10px;
}
img#banner {
	display: block;
	margin: 0 auto 20px auto;
	border: 1px solid #390e11;
}
ul {
	list-style-type: none;
}
ul#top-nav {
	padding-top: 10px;
	list-style-type: none;
}
ul#top-nav li {
	margin-right: 30px;
	display: inline;
}
ul#top-nav li a {
	color: #fff;
	text-decoration: none;
}
ul#top-nav li a:hover {
	color: #dcdcdc;
	text-decoration: none;
}
a {
	color: #637b59;
}
hr {
	display: none;
}
img {
	border: 1px solid #000;
}
