/* Css design by SodiumHalogen.com *** */

/* ----------main elements-------------- */
* {
	margin: 0;
	padding: 0;
}

a { outline: none; }

address {
	margin: 0 10px 0 80px;
	font: normal 13px Arial, Helvetica, sans-serif;
}

blockquote {
	font: italic 15px/20px georgia;
}

body {
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 auto;
	background: #2d1802 url(_images/page_bg.jpg) center top repeat-y;
}

cite {
	font: italic 14px/18px helvetica, arial, sans-serif;
	width: 130px;
	padding: 30px 15px 0 0;
	float: left;
	text-align: right;
}

cite strong {
	font-size: 16px;
}

h1 {
	font: italic 26px/30px Georgia, serif;
	padding: 20px 0 10px 0;
}

h2 {
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	margin: 2px 0 10px ;
	padding: 0;
	color: #000;
}

h3 {
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	color: #413f40;
	margin-top: 10px;
	padding: 0px;
}


/* ----------misc classes-------------- */
.clear {
	clear:both;
}

.float_left {
	float: left;
}

.hr {
	height: 15px;
	border-top: 1px dashed #986224;
	clear: both;
	margin: 5px 40px 0 0;
}

.small {
	font: italic normal 13px/22px Georgia, Arial, Helvetica, sans-serif;
}


/* ----------container to center the layout-------------- */
#center {
	margin: 0 auto;
	width: 997px;
}

#container {
	float: left;
	width: 995px;
	padding: 0;
	background: url(_images/bg_repeat.jpg) center top repeat-y;
}

#bg_top {
	width: 995px;
	height: 372px;
	position: absolute;
	top: 0;
	background: url(_images/head_bg.jpg) center top no-repeat;
}

#main_content {
	margin-top:124px;
	position:relative;
}

/* ----------typography-------------- */
p, ol, ul {
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
}


/* --------------left content------------- */

#left {
	float: left;
	width: 270px;
	margin-top: 150px;
}

#left p {
	margin-left: 30px;
}

#left img {
	padding-bottom: 10px;
	margin: 0px 20px 10px 0px;
	text-align: center;
}

#left h2 {
	font: italic bold 17px/22px Georgia, Arial, Helvetica, sans-serif;
	margin: 0px 20px 10px 50px;
}

.dates {
	margin: 40px 10px 0 0;
	}
	
	.dates h2 {
		text-align: center;
		color: #803808;
		font: normal 20px helvetica;
		}
		
	.dates h3 {
		text-align: left;
		color: #803808;
		font: normal 14px helvetica;
		padding-left: 45px;
		}
		
	.dates p, .dates ul {
		font: normal 13px/18px helvetica;
		text-align: left;
		padding: 0 0 25px 45px;
		}


/* --------------right content------------- */
#right {
	float: left;
	width: 722px;
	padding: 20px 0;
}

#right address {
	margin-left: 10px;
}


#right p {
	padding-bottom: 15px;
	margin-right: 40px;
}

#right h1 {
	margin: 20px 0 10px 0;
}

#right h2 {
	font: normal 18px/20px Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

#right h3 {
	font: normal 16px/20px Georgia, serif;
	margin: 0 50px 5px 0;
}

#right ol {
	list-style: lower-roman;
	list-style-position: inside;
}

	#right ol li {
		margin-bottom: 6px;
		padding-left: 0px;
		background: none;
	}

#right ul {
	list-style: none;
	margin: 0 0 40px 0;
}
	
	#right ul li {
		margin-bottom: 6px;
		padding-left: 25px;
		background: url(_images/bullet.gif) left 5px no-repeat;
	}

	#right ul li ul {
		margin-bottom: 0px;
		padding-left: 5px;
	}
	
	#right ul li ul li {
		margin-bottom: 6px;
		margin-left: 6px;
		padding-left: 0px;
		list-style-type: circle;
		background: none;
	}

/*-- #right bgs --*/
.bg_home {
	background: url(_images/img_specials.jpg) right top no-repeat;
}

.bg_about {
	background: url(_images/img_about.jpg) right top no-repeat;
}

.bg_folks {
	background: url(_images/img_folks.jpg) right top no-repeat;
}

.bg_faqs {
	background: url(_images/img_steak.jpg) right top no-repeat;
}

.bg_contact {
	background: url(_images/img_contact.jpg) right top no-repeat;
}


/* ---------- #right classes & ids---------- */
.faqs h3 {
	font-sise: 26px;
	padding: 5px 0 5px 40px;
	background: url(_images/t-bone.gif) left top no-repeat;
}

.img_right {
	float: right;
	margin: 50px;
}

a.map img {
	border: 3px solid #8E5214;
}

	a:hover.map img {
		border: 3px solid #8E5214;
		background: none;
	}

.quote {
	font: italic 14px/20px georgia;
	background: url(_images/quote.gif) 95px 3px no-repeat;
	padding-left: 150px;
}

#sandbag_1 {
	float: right;
	width: 370px;
	height: 230px;
}

#sandbag_special {
	float: right;
	width: 370px;
	height: 275px;
	text-indent: -9999em;
}


/* ----------links-------------- */
a:link, a:visited, a:active {
	color: #DDB700;
	font-weight: bold;
	text-decoration: none;
/*	border-bottom: dotted 1px #959495;*/
}

p a:hover, address a:hover, h3 a:hover, li a:hover  {
	color: #fff;
	background: #DDB700;
	font-weight: bold;
	text-decoration: none;
}

a img, a img:hover {
	background: #fff;
	border: 0;
}


/* ---------- nav ---------- */
#nav_top {
	width: 960px;
}

	#nav_top ul {
		/* ADM position: relative; */
		display: block;
	}

		#nav_top ul li {
			float: left;
			list-style: none;
			outline: none;
			display: inline;
		}

			#nav_top ul li a:hover {
				background-position: 0px -13px;
				/* ADM display: block; */
			}

#nav {
	/* ADM clear: both; */
	width: 960px;
}

	#nav ul {
		/* ADM position: relative; */
		display: block;
		margin-top: -4px; /* ADM */
	}

		#nav ul li {
			float: left;
			display: inline;
			/* ADM list-style: none; */
			/* outline: none; */
		}

			#nav ul li a:hover {
				background-position: 0px -22px;
				/* ADM display: block; */
			}

/*--sub_nav--*/
#sub_nav {
	width: 350px;
	height: 29px;
	padding-top: 8px;
	background: url(_images/bg_sub_nav.jpg) left bottom no-repeat;
}

#sub_nav ul li {
	font: normal 13px Georgia, sans-serif;
	display: inline;
	margin-top: 10px;
	padding: 0 10px 0 0;
	background: url(_images/bullet_sub_nav.gif) 0px 4px no-repeat;
}
#sub_nav a {
	color: #30302d;
	font-weight: normal;
	margin-left: 16px;
}

#sun_nav a:hover {
	font-style: italic;
	text-decoration: underline;
	background: none;
}

/* ---------- buttons ---------- */
/*-- nav_top buttons --*/
#b_top1 a {
	/* ADM position: relative; */
	display: block;
	width: 221px;
	height: 13px;
	margin: 60px 0 5px 625px;
	background: url(_images/b_donnell_adventure.gif) top left no-repeat;
	text-indent: -9999px;
	line-height: .1em; /* ADM */
	outline: none;
}

#b_top2 a {
	/* ADM position: relative; */
	display: block;
	width: 89px;
	height: 13px;
	margin-top: 60px;
	background: url(_images/b_angus_cattle.gif) top left no-repeat;
	text-indent: -9999px;
	line-height: .1em; /* ADM */
	outline: none;
}



/*-- nav buttons --*/
#logo a {
	position: relative;
	display: block;
	margin: 0 10px 0 30px;
	height: 46px;
	width: 200px;
	background: none;
	text-indent: -9999px;

}

#b1 a {
	/* ADM position: relative; */
	display: block;
	width: 147px;
	height: 22px;
	margin: 24px 0 0 30px;
	background: url(_images/b_about.jpg) top left no-repeat;
	text-indent: -9999px;
	/* ADM outline: none; */
}

#b2 a {
	position: relative;
	display: block;
	width: 142px;
	height: 22px;
	margin: 24px 0 0 6px;
	background: url(_images/b_media.jpg) top left no-repeat;
	text-indent: -9999px;
	/* ADM outline: none; */
}

#b3 a {
	position: relative;
	display: block;
	width: 208px;
	height: 22px;
	margin: 24px 0 0 6px;
	background: url(_images/b_what_folks.jpg) top left no-repeat;
	text-indent: -9999px;
	/* ADM outline: none; */
}

#b4 a {
	position: relative;
	display: block;
	width: 68px;
	height: 22px;
	margin: 24px 0 0 6px;
	background: url(_images/b_faqs.jpg) top left no-repeat;
	text-indent: -9999px;
	/* ADM outline: none; */
}

#b5 a {
	position: relative;
	display: block;
	width: 80px;
	height: 22px;
	margin: 24px 0 0 6px;
	background: url(_images/b_contact.jpg) top left no-repeat;
	text-indent: -9999px;
	/* ADM outline: none; */
}


/* ----------------- Footer --------------------- */
#footer {
	width: 995px;
	height: 62px;
	clear: both;
	margin: 0px 0 10px 0;
	padding-top: 10px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(_images/footer_bg.jpg) center top no-repeat;
}

#footer span {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
}

#footer a {
	color: #5D3B1F;
	border: none;
	border-right: 1px solid #999;
	padding: 0 8px 0 3px;
	font-weight: normal;
}

#footer a:hover {
	color: #333;
	font-style: italic;
	background: none;
	text-decoration: underline;
}

#footer .hr {
	height: 5px;
	border-top: none;
	margin: 0 50px;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
	margin: 0;
}

#footer .last_foot a {
	border-right: none;
}

#footer .small {
	color: #fff;
	margin-top: 20px;
}

#footer .small a {
	color: #fff;
	font-size: 11px;
	border-right: none;
}