/* @override 
	http://natemac.local/~natecroft/clubhouse_guatemala/style.css
	http://www.clubhouseguatemala.com/style.css
*/

/* Clubhouse Guatemala */

/*=== Setup ===*/

* {
	border: 0;
	margin: 0;
	padding: 0
}

html, body {
	background-color: #006a45;
	height: 100%;
}



#wrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/vertical-bg-repeater.gif) repeat-y;
	min-height: 100%;
	margin-bottom: -214px;
	position: relative;
	
}

/* Header */

#header {
	background-image: url(images/header.jpg);
	height: 200px;
	width: 1024px;
}

#tagline {
	width: 420px;
	height: 18px;
	float: right;
	display: inline;
	margin-top: 105px;
	margin-right: 60px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #83401b;
}

#nav {
	width: 830px;
	height: 32px;
	float: left;
	display: inline;
	margin-left: 97px;
	margin-top: 33px;
}

#nav p {
	float: left;
	display: inline;
	padding-left: 10px;
	font: bold 14px/14px Georgia, "Times New Roman", Times, serif;
	color: #fcc153;
}

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

#nav a:hover {
	color: #ffffff;
}

/* Homepage Banner */

#homepage_banner {
	width: 845px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
	margin-top: 4px;
}

/* Left Column */

#left_column {
	width: 550px;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 95px;
	
}

.comments_bar {
	height: 42px;
	width: 560px;
	float: left;
	display: inline;
	margin-bottom: 35px;
	
}

.comments_left {
	background: url(images/comment-bar-left-end.gif) no-repeat left center;
	height: 42px;
	width: 15px;
	float: left;
	display: inline;
}

.comments_body {
	background: url(images/comment-bar-bg.gif) repeat-x 0 center;
	height: 42px;
	width: 520px;
	float: left;
	display: inline;
}

.comments_body p {
	color: #e0fed7;
	padding-top: 10px;
}

.comments_body a {
	text-decoration: none;
	color: #e0fed7;
	
}

.comments_body a:hover {
	color: #e0fed7;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.comments_right {
	background: url(images/comment-bar-right-end.gif) no-repeat left center;
	height: 42px;
	width: 15px;
	float: left;
	display: inline;
}

/* Right Column */

#right_column {
	width: 250px;
	float: right;
	display: inline;
	margin-right: 95px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#box_top {
	background: url(images/little-box-top.gif) no-repeat center top;
	height: 24px;
	width: 250px;
}

#box_body {
	background: url(images/little-box-bg.gif) repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}

#box_bottom {
	background: url(images/little-box-btm.gif) no-repeat center top;
	height: 24px;
	width: 250px;
}

#right_column p{
	color: #e0fed7;
}

/* Table Styles */

td {
	color: #125d14;
	padding-bottom: 8px;
	padding-right: 10px;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
}

.textfield {
	width: 300px;
	height: 18px;
	border: 1px solid #6ca62e;
}

.left_clomun {
	
}

.submit {
	padding: 7px;
	background-color: #1ea622;
	border: 1px solid #125d19;
	color: #fff;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

/* Footer */

#footer {
	height: 214px;
	position: relative;
	width: 1024px;
	background: url(images/footer-bg.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#footer_info_wrapper {
	height: 130px;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
}

#footer_info_left {
	width: 520px;
	height: 80px;
	float: left;
	display: inline;
	padding-top: 15px;
	padding-left: 15px;
	margin-top: 15px;
	background-image: none;
}

#footer_info_left p {
	color: #925624;
	background-image: none;
}

#footer_info_middle {
	width: 20px;
	float: left;
	display: inline;
}

#footer_info_right {
	width: 270px;
	float: right;
	display: inline;
	padding-top: 25px;
}

.clearfooter {
   height: 214px;
   clear: both;
}

#footer h3 {
	color: #66250b;
	font-weight: bold;
	
}

#footer a {
	color: #592d1d;
}

/* Typography */

h1 {
	color: #fff;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

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

h2 {
	color: #f5fe79;
	font: 18px/22px Georgia, "Times New Roman", Times, serif;
}

p {
	color: #125d14;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 14px;
}

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