/* CSS Document */
@import "css/reset.css"; /* reset */

body {
	background-color:#000000;
	}
#container {
	margin:0 auto;
	width:900px;
	}
	
	/* Top Navbar */
	
#navbar_top {
	background: url(images/TwinElm-navbg.jpg);
	height:47px;
	margin-top:-15px;
}

#navbar_top ul  {
	 
		
		}

	#navbar_top ul li { 
	margin-top:10px;
		list-style-type:none;
		float:left;
		padding:0 5px 1px 15px;
		
		
		
		}
	#navbar_top  a {
		display: block;
		height:26px;
		color:#f7b735;
		font-weight:bold;
		text-decoration:none;
		}
	#navbar_top ul li a:hover  {
		color:red;}

	
	
	/* End Top Navbar */
	
#content {
	margin:0 auto;
	width:900px;
	 background: url('images/footerbg.jpg') repeat-y;}	
	
	/* Left Navbar */
	
	
	
#navbar_left {
	float:left;
	width:220px;
	
	
}

#navbar_left ul {
	padding:0 0 0 30px;
	}

#navbar_left li {
	list-style-image:url(images/bullet.jpg);
	padding-bottom:2px;
	}
	
#navbar_left li a {
	text-decoration:none;
	color:#f7b735;
	font-weight:bold;
	font-size:14px;	
}




#navbar_left li a:hover {
	color:#FF0000;
	}	
	
	/* guest rated widget fix */
	span#rating_letter{
		position:relative;
			top:-7px;}
	/* End Left Navbar */
	
	
	
	/* Right Content */
	
#right_content {
	float:right;
	width:645px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4E2D01;
	line-height:24px;

	
}	

	#right_content #fb {
		float:left;
		width:650px;
		height:65px;
		margin-top:10px;
		}
	
p#nowOpen {
	color:#F00;
	font-size:24px;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	display:block;
	float:left;
	margin-top:-7px;}	
	
#right_content p {
	text-align:left;
	padding-right:20px;
	
}

#right_content .center {
	text-align:center;}

#right_content li  {
	list-style-image:url(images/redstar.png);
}



#right_content td {
	margin:0 auto;
	text-align:center;
	
}

a:link {
	color: #DD6F00;
}
a:visited {
	color: #FF9933;
	}
	.photo {
		box-shadow: 3px 3px 5px rgba(0,0,0,.8);
		-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.8);
		-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.8);
		-o-box-shadow: 3px 3px 5px rgba(0,0,0,.8);
		padding:2px;
		background: #3C2506;
		}
		
	.center {
		text-align:center;}
		
h2 {
	color:#3C2506;}
	/* End Right Content */
	


.activity_list li {
	display:inline;
	padding:3px;
	}


.cowboy-kid {
	text-align:right;
	margin-top:-55px;
	float:right;}	
	
.rodeo {

	width:650px;
}
	
#rate {
	text-align:center;
	
}

#footer {
	width:900px;
	height:230px;
	background: url('images/boots.png') 140px 0 no-repeat;
	float:left;
	margin-top:50px;
	}
	
	#footer .contact-info {
	margin:80px 0 0 350px;
	font-weight:bold;
	letter-spacing:.25em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		}
		
		#footer .contact-info b  {
			font-style:normal;
			font-size:1.2em;
			color: #DD6F00;
			text-shadow:1px 1px 3px rgba(0,0,0,.8)
			}
			
		
/* ---------group rates page--------------- */	

	table#group-rate {
		border:solid 1px #000;}
		
			table#group-rate tbody td {
				border: solid 1 px #000;}

		table#group-rate thead tr.rate-heading {
			font-weight:bold;
			font-size:26px;}
			
			table#group-rate thead tr.rate-heading th {
				text-align:center;
				width:50%;}	
				
		table#group-rate tbody tr.rate-section th {
			text-align:center;
			font-weight:bold;
			font-size:20px;}
			

/* rv sites */

		.tablepadding { margin-top:10px;}

/* thanksgiving section */

#thanksgiving {
	float:left;
	padding:15px 25px;
	width:625px;}

#thanksgiving img {
	float:left;
	padding-right:10px;}
	
	#thanksgiving p {
		font-style:italic;}
		
/* Group clearfix */	
.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.group {display:inline-block;}
/* Hide from IE Mac \*/
	.group {display:block;}
/* End hide from IE Mac */

.hide { display: none;}
.show { display:block;}
#video {padding:10px 0; }


/* form */

form li.rightHalf, form li.rightThird {
	float:left!important;}

