/* -------------------------------------- */
/* BODY: BROWN BG IMG ------------------- */
/* -------------------------------------- */
body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #663300 url(/images/bg.png) top center repeat;
}

/* -------------------------------------- */
/* BGIMG Left: barn image --------------- */
/* -------------------------------------- */
#bg_img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: transparent url(/images/bg_barn.png) top center no-repeat;
	z-index: 1;
}

/* -------------------------------------- */
/* HOLDER: holder content in div layer -- */
/* -------------------------------------- */
#holder
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 2;
	text-align: center;
}

/* -------------------------------------- */
/* CONTENT TOP: top content area -------- */
/* -------------------------------------- */
#content_top
{
	width: 930px;
	height: 190px;
	margin: 114px auto 0 auto;
	background: transparent url(/images/content_top.png) top right no-repeat;
	padding-top: 55px;
}

/* -------------------------------------- */
/* IMAGE DIVS ACROSS TOP & LOGO --------- */
/* -------------------------------------- */
#left_img,
#right_img_dark,
#right_img_dark2
{
	width: 219px;
	height: 111px;
	background: transparent url(/images/photo_bg_dark.png) top left no-repeat;
	margin-left: -80px;
	float: left;
	padding: 11px 0 0 1px;
}

#right_img_dark
{
	margin-left: -2px;
}

#right_img_light
{
	width: 215px;
	height: 115px;
	background: transparent url(/images/photo_bg_light.png) top left no-repeat;
	float: left; 
	margin: -4px 0 0 -1px;
	padding: 15px 0 0 1px;
}

#right_img_dark2
{
	float: right;
	margin-right: -83px;
}

#logo
{
	float: left;
	margin: -11px 0 0 -1px;
}

#logo a img
{
	border: 0;
}

/* -------------------------------------- */
/* NAVIGATION --------------------------- */
/* -------------------------------------- */

/* CONTACT ------------------------------ */
#contact,
#contact_current
{
	float: right;
	margin: -210px 25px 0 0;
}

#contact a:link img,
#contact a:visited img
{
	border: 0;
	background: transparent url(/images/nav/contact_off.png) top left no-repeat;
}

#contact a:hover img,
#contact a:active img,
#contact_current a:link img,
#contact_current a:visited img,
#contact_current a:hover img,
#contact_current a:active img
{
	border: 0;
	background: transparent url(/images/nav/contact_on.png) top left no-repeat;
}

/* MAIN NAV ----------------------------- */
#main_nav
{
	float: left;
	width: 218px;
	margin-left: 145px;
}

#main_nav a,
#main_nav img
{
	display: block;
	width: 222px;
	margin-left: -2px;
}

/* NEWS & EVENTS */
#main_nav a#news:link,
#main_nav a#news:visited
{
	background: transparent url(/images/nav/news_off.png) top left no-repeat;
	height: 36px;
}

#main_nav a#news:hover,
#main_nav a#news:active,
#main_nav a#news_current:link,
#main_nav a#news_current:visited,
#main_nav a#news_current:hover,
#main_nav a#news_current:active
{
	background: transparent url(/images/nav/news_on.png) top left no-repeat;
	height: 36px;
}

/* PHOTOS */
#main_nav a#photos:link,
#main_nav a#photos:visited
{
	background: transparent url(/images/nav/photos_off.png) top left no-repeat;
	height: 36px;
}

#main_nav a#photos:hover,
#main_nav a#photos:active,
#main_nav a#photos_current:link,
#main_nav a#photos_current:visited,
#main_nav a#photos_current:hover,
#main_nav a#photos_current:active
{
	background: transparent url(/images/nav/photos_on.png) top left no-repeat;
	height: 36px;
}

/* CALENDAR */
#main_nav a#calendar:link,
#main_nav a#calendar:visited
{
	background: transparent url(/images/nav/calendar_off.png) top left no-repeat;
	height: 38px;
}

#main_nav a#calendar:hover,
#main_nav a#calendar:active,
#main_nav a#calendar_current:link,
#main_nav a#calendar_current:visited,
#main_nav a#calendar_current:hover,
#main_nav a#calendar_current:active
{
	background: transparent url(/images/nav/calendar_on.png) top left no-repeat;
	height: 38px;
}

/* ABOUT (no sub nav) */
#main_nav a#about:link,
#main_nav a#about:visited
{
	background: transparent url(/images/nav/about_off.png) top left no-repeat;
	height: 38px;
}

#main_nav a#about:hover,
#main_nav a#about:active
{
	background: transparent url(/images/nav/about_on.png) top left no-repeat;
}

#main_nav a#about_current:link,
#main_nav a#about_current:visited,
#main_nav a#about_current:hover,
#main_nav a#about_current:active

{
	background: transparent url(/images/nav/about_on_sub.png) top left no-repeat;
	height: 38px;
}

/* SUB NAV ------------------------------ */
#main_nav ul
{
	margin: 0 auto;
	padding: 3px 0;
	background-color: #F9DDBB;
	width: 133px;
	text-align: center;
}

#main_nav ul li
{
	list-style: none;
	margin: 0;
}

#main_nav ul li img
{
	width: auto;
	margin-left: 50px;
}

/* start IE 7 hack */
*:first-child+html body #holder #content_stretch #main_nav ul li img {margin-left: 0px;}
/* end IE 7 hack */

/* PLAN YOUR EVENT SUB HEADS */
#main_nav ul li a.plan:link,
#main_nav ul li a.plan:visited,
#main_nav ul li a:link,
#main_nav ul li a:visited,
#main_nav ul li a.plan_active:link,
#main_nav ul li a.plan_active:visited,
#main_nav ul li a.plan_active:hover,
#main_nav ul li a.plan_active:active
{
	font: 14px "Times New Roman", Times, serif;
	color: black;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	background-color: #F9DDBB;
	width: 133px;
	display: block;
	margin-left: 1px;
}

/* REGULAR SUB NAV LINKS */
#main_nav ul li a:link,
#main_nav ul li a:visited,
#main_nav ul li a.sub_active:link,
#main_nav ul li a.sub_active:visited,
#main_nav ul li a.sub_active:hover,
#main_nav ul li a.sub_active:active
{
	font: 12px "Times New Roman", Times, serif;
	font-weight: 100;
	color: #562F1B;
	margin: 3px 0 2px 1px;
}

/* HOVER / ACTIVE LINK STATES */
#main_nav ul li a.plan:hover,
#main_nav ul li a.plan:active,
#main_nav ul li a:hover,
#main_nav ul li a:active
#main_nav ul li a.plan_active:link,
#main_nav ul li a.plan_active:visited,
#main_nav ul li a.plan_active:hover,
#main_nav ul li a.plan_active:active,
#main_nav ul li a.sub_active:link,
#main_nav ul li a.sub_active:visited,
#main_nav ul li a.sub_active:hover,
#main_nav ul li a.sub_active:active
{
	background-color: #F9EFE5;
}

/* -------------------------------------- */
/* CONTENT STRETCH: stretch-to-fit area - */
/* -------------------------------------- */
#content_stretch
{
	width: 930px;
	margin: -55px auto 0 auto;
	background: transparent url(/images/content_stretch.png) top right repeat-y;
}

/* -------------------------------------- */
/* CONTENT: holds page content ---------- */
/* -------------------------------------- */
.content
{
	float: right;
	text-align: left;
	width: 500px;
	margin-right: 50px;
}

/* -------------------------------------- */
/* CONTENT FOOTER: GCD credit area ------ */
/* -------------------------------------- */
#content_footer
{
	width: 930px;
	height: 80px;
	margin: 0 auto;
	background: transparent url(/images/content_footer.png) top right no-repeat;
}

#content_footer p
{
	margin: 0;
	padding: 50px 0 0 0;
	font: 11px "Times New Roman", Times, serif;
	color: #E4BC96;
}

#content_footer p a:link,
#content_footer p a:visited
{
	color: #E4BC96;
}

#content_footer p a:hover,
#content_footer p a:active
{
	color: white;
}

/* -------------------------------------- */
/* FONTS -------------------------------- */
/* -------------------------------------- */
h1
{
	color: #2D1F12;
	font: 23px "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0;
}

h2
{
	font: 18px "Times New Roman", Times, serif;
	color: #8B5C29;
	font-weight: bold;
}

h3
{
	color: #724A32;
	font: 16px "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

p, 
.post-body,
td
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3D260E;
}

a:link
{
	color: #C96205;
}

a:visited
{
	color: #A04B05;
}

a:hover,
a:active
{
	color: #F4944D;
}

/* -------------------------------------- */
/* IMAGES ------------------------------- */
/* -------------------------------------- */
.photo_corner
{
	float: right;
	width: 218px;
	height: 244px;
	background: transparent url(/images/photo_bg.png) top left no-repeat;
}

.photo_corner .photo_image
{
	padding: 11px 0 0 15px;
	float: left;
}

.photo_corner .corners
{
	width: inherit;
	height: inherit;
	background: transparent url(/images/photo_corners.gif) top left no-repeat;
	float: left;
	margin-top: -232px;
}

/* -------------------------------------- */
/* PHOTO GALLERY STYLES ----------------- */
/* -------------------------------------- */
.photo_holder a img
{
	border: 1px solid #724A32;
	width: 75px;
	height: 75px;
	float: left;
	margin: 0 15px 15px 0;
}

/* -------------------------------------- */
/* BLOG STYLES -------------------------- */
/* -------------------------------------- */
#sidebar
{
	float: right;
	width: 218px;
	margin-left: 15px;
	background: transparent url(/images/blog_middle.png) top left repeat-y;
}

#sidebar img
{
	display: block;
}

#sidebar2
{
	margin: 5px 5px 0 14px;
	padding: 0 5px;
	float: none;
}

#sidebar h2
{
	font-size: 14px;
	margin: 0;
}

#sidebar ul
{
	padding: 10px;
	margin: 0;
}

#sidebar ul li
{
	margin-left: 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#sidebar p
{
	margin: 0;
	padding: 3px 0;
	font-size: 9px;
}

#sidebar p#powered-by
{
	margin-top: 20px;
	border-top: 1px solid #8B5C29;
}

/* -------------------------------------- */
/* EMAIL FORM --------------------------- */
/* -------------------------------------- */
td.f_right
{
	text-align: right;
	width: 125px;
}

td.f_big
{
	padding: 10px;
}

td
{
	background-color: white;
	padding: 3px;
}

/* -------------------------------------- */
/* BLOGGER OVERRIDES -------------------- */
/* -------------------------------------- */
.post-body img
{
	float: none;
}

#main
{
	width: 250px;
}