/*
	custom stylesheet for bearcreekgolfcourse.com
	created on: July 25th, 2009 
	created by: Ryan Scherler (ryan@crashpaddesign.com)
*/

body {
	background: #1c1f11 url(/images/layout/bg-body.png) repeat-x 50% 0;
	color: #372b21;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}

hr {
	border-color: #372b21;
}

/* @layout */

#header .container-12 {
	height: 190px;
	background: url(/images/layout/bg-top.png) no-repeat 0 100%;
}

#header .grid-12 {
	position: relative;
}

#logo {
	position: absolute;
	top: 80px;
	left: 30px;
}

#header-contact {
	position: absolute;
	top: 120px;
	right: 82px;
}

#header-contact p {
	font-family: Georgia, serif;
	font-size: 14px;
}

#header-contact p span {
	color: #972f21;
}

#main {
	background: url(/images/layout/bg-main.png) repeat-x 0 0;
}

#main .container-12 {
	background: url(/images/layout/bg-main-inner.png) repeat-y 50% 0;
}

div.gutter {
	padding: 20px;
}

div#masthead {
	height: 305px;
	position: relative;
	background: url(/images/layout/bg-masthead.png) no-repeat 0 0;
}

div#masthead-photo {
	position: absolute;
	width: 950px;
	height: 275px;
	overflow: hidden;
	top: 15px;
	left: 5px;
	z-index: 1;
}

div#footer {
	background: url(/images/layout/bg-footer.png) no-repeat 0 0;
	padding: 20px 0 40px 0;
	color: #ebe7cc;
	font-size: 10px;
	text-shadow: none;
	letter-spacing: 1px;
}

div.frame-horiz {
	background: url(/images/layout/bg-frame-horiz.png) no-repeat 0 0;
	width: 260px;
	height: 187px;
	position: relative;
	padding-bottom: 35px;
	margin-left: -10px;
}

div.frame-vert {
	background: url(/images/layout/bg-frame-vert.png) no-repeat 0 0;
	width: 308px;
	height: 400px;
	position: relative;
	padding-bottom: 35px;
	margin-left: -10px;
}

div.frame-horiz.left,
div.frame-vert.left {
	float: left;
	margin-right: 10px;
}

div.frame-horiz.right,
div.frame-vert.right {
	float: right;
	margin-left: 10px;
}

div.frame-horiz img {
	position: absolute;
	top: 25px;
	left: 12px;
}

div.frame-vert img {
	position: absolute;
	top: 20px;
	left: 26px;
}

div.frame-horiz p.caption {
	position: absolute;
	top: 185px;
	left: 12px;
	font-size: 9px;
	text-transform: uppercase;
}

div.frame-vert p.caption {
	position: absolute;
	top: 400px;
	left: 12px;
	font-size: 9px;
	text-transform: uppercase;
}

.grid-4 div.frame-vert {
	margin-left: -30px;
}

/* @nav */

#nav {
	position: absolute;
	top: 15px;
	left: 5px;
	z-index: 2;
	width: 950px;
	background: url(/images/layout/bg-nav.png) repeat 0 0;
}

#nav ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 3px 0;
	padding: 0;
	border-top: 1px dashed #382916;
	border-bottom: 1px dashed #382916;
}

#nav li {
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
}

#nav li.first {
	margin-left: 60px;
}

#nav li.last {
	margin-right: 0;
}

#nav li a {
	display: block;
	padding: 0 20px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #403c36;
}

#nav li a:hover,
#nav li a.active {
	color: #acca72;
}

/* @bottom nav */

#nav-bottom ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-bottom li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 15px 0 0;
}

#nav-bottom li.last {
	margin-right: 0;
}

#nav-bottom a {
	text-decoration: none;
	color: #8e885c;
}

#nav-bottom a:hover,
#nav-bottom a.active {
	color: #ebe7cc;
}

#fineprint-bottom a {
	color: #ebe7cc;
}

#fineprint-bottom a:hover {
	color: #8e885c;
}

#fineprint-bottom span {
	display: block;
	margin-top: 10px;
	color: #8e885c;	
}

#fineprint-bottom span a {
	color: #8e885c;	
}

#fineprint-bottom span a:hover {
	color: #ebe7cc;	
}

/* @type (general styles) */

#main .grid-8,
#main .grid-4 {
	text-shadow: 1px 1px 1px #ede8cc;
}

#main .grid-4 {
	font-size: 11px;
}

#main .grid-8 a,
#main .grid-4 a {
	color: #83281c;
}

#main .grid-8 a:hover,
#main .grid-4 a:hover,
#main .grid-8 a.active,
#main .grid-4 a.active {
	color: #fff;
	background: #83281c;
	text-decoration: none;
	text-shadow: none;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	font-size: 26px;
}

h2 {
	color: #83281c;
	font-size: 20px;
	margin-bottom: 9px;
}

h3 {
	font-size: 16px;
	color: #466430;
	margin-bottom: 8px;
}

h4 {
	font-size: 14px;
	color: #83281c;
	margin-bottom: 7px;
}

p.prehead {
	color: #83281c;
	font-size: 14px;
}

/* @table styles */

table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	text-shadow: 1px 1px 1px #fff;
	margin-bottom: 30px;
}

table caption {
	text-align: left;
	color: #466430;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

th {
	background: #3a2e21;
	color: #fff;
	text-shadow: 1px 1px 1px #3a2e21;
}

th,
td {
	text-align: left;
	padding: 5px 10px;
}

td {
	border-bottom: 1px solid #ede8cc;
	color: #000;
	font-size: 11px;
}

th span {
	font-weight: normal;
	font-size: 9px;
	color: #ede8cc;
	text-transform: uppercase;
	text-shadow: none;
}

/* @page-specific */

div#events {
	margin-bottom: 20px;
}

div.event {
	margin-bottom: 20px;
}

div.event.odd {
	border-bottom: 1px solid #ede8cc;
}

.grid-8 div.event.odd {
	border-bottom-color: #372b21;
}

.event h4 {
	font-family: Georgia, serif;
	font-style: italic;
	color: #372b21;
	font-size: 16px;
}

#main .grid-4 .event h4 a {
	color: #372b21;
}

#main .grid-4 .event h4 a:hover {
	background: none;
	color: #372b21;
	
}

.event h5 {
	font-size: 9px;
	color: #83281c;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-shadow: none;
}

#main .grid-4 a.btn-moreevents {
	background: #372b21;
	color: #fff;
	padding: 6px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: none;
	text-decoration: none;
}

#main .grid-4 a.btn-moreevents:hover {
	background: #1c1f11;
}

.links {
	border: 2px solid #e1dcc2;
	margin: 0 0 20px 0;
	background: #fff;
	text-shadow: none;
	padding: 20px 10px 10px 10px;
}

#main .grid-4 .links {
	border-color: #ede8cc;
}

.links ul {
	list-style: none;
}

.links li {
	margin: 0 0 10px 0;
	padding: 0;
}

.links li a {
	font-size: 14px;
}

#main .grid-4 .links li a {
	font-size: 12px;
}

/* @forms */

p.fineprint {
	font-size: 10px;
	text-shadow: none;
}

form .fineprint {
	color: #83281c;
	font-style: italic;
}

form span.fineprint {
	font-size: 14px;
	text-shadow: none;
	font-style: normal;
}

fieldset {
	border: 1px solid #e1dcc2;
	padding: 10px 10px 0 20px;
}

legend {
	font-size: 12px;
	padding: 5px;
	background: #e1dcc2;
}

input.text,
textarea {
	width: 75%;
	padding: 5px;
}

textarea {
	height: 100px;
}

/* @user-messages */

.error, .notice, .success {
	padding: 20px 10px 0 10px;
	border:2px solid #ddd;
	margin-bottom: 20px;
}

.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}