/* don't stop til we're stylin' */

*{ margin:0; padding:0; }

body {
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	background: #fff;
}

h1 {
	margin: 0;
	padding: 0px 5px;
	font-size: 32px;
	font-weight: normal;
	color: #ccc;
	letter-spacing: -2px;
	float: left;
}

h2 {
	margin: 0;
	padding: 0px;
	font-size: 24px;
	color: #333;
	letter-spacing: -2px;
}

a {
	color: #777;
}

img, img a {
	border: none;
}

.brown {
	color: #7b5849;
}

/* Initial container of love; keep holdin' tight! */

#main_container {
	margin: 0 auto 0 auto;
}

/* Navigation */

#nav_container {
	background: url(../images/nav_bg.jpg) repeat-x;
	height: 20px;
}

#nav {
	margin: 0 auto 0 auto;
	width: 800px;
	/*background: url(../images/logo.jpg) no-repeat left;*/
	height: 20px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 2px 0px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#nav li {
	display: inline;
	padding: 10px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	color: #ddd;
}

/* Banner */

#banner_container {
	background: url(../images/banner_bg.jpg) repeat-x #fff;
	height: 180;
}

#banner {
	margin: 0 auto 0 auto;
	background: url(../images/banner.jpg) no-repeat;
	height: 180px;
	width: 800px;
}

#content_container {
	margin: 0 auto 0 auto;
	/*height: 500px;  temp! */
}

/* Content Styling */

#content {
	margin: 0 auto 0 auto;
	padding: 0px 10px;
	width: 800px;
}

.header_bg {
	background: url(../images/header_bg.jpg) no-repeat;
	height: 40px;
	width: 800px;
}

.header_bg a img {
	padding: 7px 7px 7px 0px;
	float: right;
}

.entry {
	margin: 10px 0px 25px 0px;
}

.view_site {
	margin: 10px 0px;
}

.back a {
	float: right;
	color: #777;
	padding: 20px 10px;
}

.back a:hover {
	color: #999;
}

.img {
	border: solid 1px #e3e3e3;
	width: 470px;
}

.info {
	float: right;
	margin-top: 25px;
	width: 300px;
	line-height: 20px;
}

/* Contact n' Form Stuff */

#contact {
	margin: 10px 0px;
	display: block;
	width: 470px;
}

#contact label {
	display: inline;
	font-weight: bold;
	float: left;
	font-size: 16px;
	padding: 5px 0px;
	color: #ccc;
}

#contact .row, #contact .row_error {
	margin-bottom: 5px;
	padding: 10px;
	background: #333;
	border-bottom: solid 1px #ddd;
	text-align: right;
}

#contact .row label {
	vertical-align: top;
}

#contact .contact_field {
	background: #7b5849;
	border-top: solid 1px #5c4034;
	border-left: solid 1px #5c4034;
	border-bottom: solid 1px #977364;
	border-right: solid 1px #977364;
	height: 20px;
	width: 300px;
	padding: 2px;
	font-size: 12px;
	color: #f0e2c7;
}

#contact textarea {
	height: 150px;
	width: 305px;
	background: #7b5849;
	border-top: solid 1px #5c4034;
	border-left: solid 1px #5c4034;
	border-bottom: solid 1px #977364;
	border-right: solid 1px #977364;
	color: #f0e2c7;
}

#contact .row_error {
	background: url(../images/error.gif);
}

.fields, .fields_error {
	font-weight: bold;
}

.fields_error {
	color: #ff0000;
}

#success {
	margin: 10px 0px;
	padding: 10px 10px 15px 10px;
	background: #f8f8f8;
	color: #777;
}

#success h1 {
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	float: none;
	font-size: 18px;
	color: #555;
}

#success h2 {
	letter-spacing: -1px;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	font-size: 14px;
	color: #888;
}

/* Footer */

#footer {
	margin: 10px 0px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777;
	text-align: center;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0px;
	font-size: 12px;
}

#footer li {
	display: inline;
	padding: 10px;
}

#footer li a {
	text-decoration: none;
	color: #777;
}

#footer li a:hover {
	color: #999;
}
