/* CSS Document */

/* =Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } 
table { border-collapse:collapse; border-spacing:0; } 
form, fieldset,img, iframe { border:0; }
input, textarea, select, button { font-size: 100%; }
select { margin: inherit; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; } 
ol,ul,dl,li,dt,dd { list-style:none; } 
caption,th { text-align:left; } 
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; } 
q:before,q:after { content:''; } 
abbr,acronym { border:0; } 

/* =Base Elements */

body {
	font: .85em/1.5 Georgia, "Times New Roman", Times, serif;
	color: #322518;
	background: url(../images/body.jpg) #998460;
	text-align: center;
	}

h1 {
	font-size: 2.4em;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-weight:bold;
	letter-spacing: -1px;
	line-height: 1.0;
}

h3 {
	font-size: 1.6em;
	font-weight:bold;
	margin:0 0 20px 30px;
}

h4 { font-weight:bold; }
h4 + p { margin-left:20px; }

h5 { font-weight:bold; }

p { margin-bottom:8px; }

strong { font-weight:bold; }
em { font-style:italic; }

th {font-weight: bold; background: #a99572;}
thead th {background: #95805c;}
th, td {padding:5px;}

/* =Links */
a:link, a:visited { color: #9F4202; text-decoration:underline; }
a { outline: none; }
a:hover, a:active, a:focus { color: #fff; text-decoration:none; background-color:#9F4202; }
a.pdf { background:url(../images/icon-acrobat.gif) center left no-repeat; padding-left:20px; float:left; display:block; height:20px; }

/* =Header */
#header { background:url(../images/bg-top.jpg) top left repeat-x #4A3429; }
#headerSub { background:url(../images/bg-top-sub.jpg) top left repeat-x #4A3429; height:164px; }
#pageBrand { height:116px; width:766px; text-align:left; margin:0 auto; }

/* =Pics & Menu Flash files */
#pics { height:299px; width:766px; text-align:left; margin:0 auto; }
#nav { height:49px; width:766px; text-align:left; margin:0 auto; }
#nav ul {height:49px; width:766px; list-style-type:none; margin:0; padding:0; }
#nav ul li {float:left; display:inline; margin:0; padding:0; list-style-type:none; line-height:49px;}
#nav ul li a {
	display: block;
	width:153px;
	height:49px;
	margin:0;
	padding:0;
	text-decoration: none;
	text-align:center;
	background: url(../images/bg-nav.gif) 0px 0px no-repeat;
	color:#2e2216;
	}
#nav ul li a:hover {background: url(../images/bg-nav.gif) -153px 0px no-repeat;}
/* =Turn on nav for page you're on */
body#home #nav ul li.home a, body#home #nav ul li.home a:hover {background: url(../images/bg-nav.gif) -306px 0px no-repeat; color:#fff; cursor:default; }
body#registration #nav ul li.registration a, body#registration #nav ul li.registration a:hover {background: url(../images/bg-nav.gif) -306px 0px no-repeat; color:#fff; cursor:default; }
body#schedule #nav ul li.schedule a, body#schedule #nav ul li.schedule a:hover {background: url(../images/bg-nav.gif) -306px 0px no-repeat; color:#fff; cursor:default; }
body#photos #nav ul li.photos a, body#photos #nav ul li.photos a:hover {background: url(../images/bg-nav.gif) -306px 0px no-repeat; color:#fff; cursor:default; }
body#contact #nav ul li.contact a, body#contact #nav ul li.contact a:hover {background: url(../images/bg-nav.gif) -306px 0px no-repeat; color:#fff; cursor:default; }


/* =ContentWrap */
#contentWrap { background:url(../images/bg-content.jpg) bottom left repeat-x #B29D76; }

/* =Content */
#content { width:766px; text-align:left; margin:0 auto; padding:20px 0; /*border:1px solid red;*/ }

#colHalfLeft {  width:370px; float:left; display:inline; /*border:1px solid red;*/ }
#colHalfRight { width:370px; float:left; display:inline; padding-left:25px; /*border:1px solid red;*/ }

/* =Sidebar */
#sidebar { float:left; display:inline; margin:35px 20px 20px 10px; padding:8px 15px 10px 15px; width:400px; background:url(../img/bgSide.jpg) top left no-repeat; /*border:1px solid blue;*/ }
#sidebar p { margin-left:12px; margin-bottom:10px; }
#sidebar ul { margin-left:12px; margin-bottom:10px; }
#sidebar ul li { margin-left:12px; list-style-type:disc; }

#emailForm fieldset { border:1px solid #A5916D; padding:20px; }
#emailForm legend { color:#fff; font-weight:bold; font-size:1.8em; display:block; margin-bottom:10px; }
#emailForm h3 { font-weight:normal; font-style:italic; }
#emailForm p { }
#emailForm label { float:left; display:inline; width:100px; }
#emailForm input, #emailForm textarea { 
	width:200px; 
	background-color:#E2D4BE; 
	border:1px solid #413A2B; 
	padding:2px 4px 4px 3px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	}
#emailForm input:focus, #emailForm textarea:focus { background-color:#fff; }
#emailForm p.butnImg {  }
#emailForm p.butnImg input { 
	background:url(../images/butn-submit.gif) top left no-repeat;  
	margin-left:100px; 
	border:none;
	margin-bottom:3px; 
	width:60px; 
	cursor:pointer;
	height:31px;
	width:104px;
	font-weight:bold;
	color:#fff;
	padding-top:0;
	font-size:.9em;
	}
#emailForm p.credit { font-size:.8em; margin-left:100px; }


/* =Footer */
#footer { clear:both; width:766px; margin:0 auto; padding-top:10px; padding-bottom:16px; text-align:center; }

/* =Other */
hr.divider { width:200px; margin-left:-5000px; clear:both; }
hr.tiny { height:1px; border-bottom:1px solid #988866; border-top:none; border-right:none; border-left:none; padding-top:15px; margin-bottom:15px; clear:both; }
.photoRight { background:#fff; border:1px solid #000; padding:5px; margin-left:20px; float:right; }
.photoLeft { background:#fff; border:1px solid #000; padding:5px; margin-right:20px; float:left; }
.photoFrame { background:#fff; border:1px solid #000; padding:5px; margin-bottom:10px; }
.picRight { margin-left:20px; float:right; }
.picLeft { margin:0 20px 5px 30px; float:left; }
.hide { display:none; }
.left { display:inline; float:left; }
.right { display:inline; float:right; }
.bumpLeft { padding-left:6px; }

/* =Date from: http://brainstormsandraves.com/archives/2007/02/22/csscalendar */
div.datetime {
	border:1px solid #000;
	width:5.0em;
	float:left;
	margin:6px 12px 2px 0px;
	padding:0;
	background:#fff;
	/*background:url(/img/corner.gif) no-repeat right bottom;*/
	}
div.datetime p {
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:x-small;
	}
div.datetime .top {
	color:#fefefe;
	background-color:#DE6004;
	}
div.datetime .top p {
	font:bold x-small/100% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif;
	letter-spacing:0.12em;
	text-transform:uppercase;
	/*background:url(/img/caltop.gif) no-repeat 50% 0;*/
	/*margin:-9px auto 0 auto; negative top margin, auto for centering */
	margin:0 auto 0 auto;
	/*padding-top:11px;*/
	padding:4px 0;
	}
/* day of the month (NUMBER) */
div.datetime p.day {
	font:bold 1.5em/98% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif;
	letter-spacing:0.13em;
	}
/* month */
div.datetime p.mon {
	font:x-small/135% Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing:normal;
	text-transform:uppercase;
	}
/* year */
div.datetime p.yr {
	font:x-small/110% Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing:0.05em;
	}
div.datetime .btm {
	color:#3E2D20;
	background:transparent;
	/*border-left:1px solid #a1c6ac;*/
	margin:0 5px 5px 5px;
	padding:0 0 1px 0;
	}

/* P.I.E. Float clearing - www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
