/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #711613;
	background-color: #FEFABD;
	background-image: url(../assets/images/bodyBG.gif);
}

/************** Layout Elements *******************/

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 90%;
	background-color: #FEFABD;
	min-height: 400px;
}

#header {
	min-height: 100px;
	background: #242424  url(../assets/images/headerBG.jpg) repeat-x; 
}

#header #title {
	margin-top: 20px;
}

#header ul {
	border-bottom: 1px solid #434343;
	border-right: 1px solid #434343;
	list-style-type: none;
	margin: 13px 20px 0 20px;
	min-height: 22px;
}

#header li {
	float: right;
	padding: 2px 10px;
	border-left: 1px solid #434343;
}

#header li a {
	color: #fdf89d;
	text-decoration: none;
}

#header li a:hover, #leftcol li a:hover {
	color: #fd9a01;
}

li a#marker   {
	color: #fd9a01;
}

#strap {
	height: 289px;
	
	border-bottom: 1px solid #000;
}

#content {
	padding-top: 1px;
	background-image: url(../assets/images/contentBG.jpg);
	background-repeat: repeat-x;
	background-color: #FEFABD;
}

#innerwrapper {
	margin: 25px 10px 10px 25px;
	padding-bottom: 10px;
}

#innercontent {
	border: 1px solid #ccc;
	min-height: 350px;
	margin-left: 200px;
	padding: 15px;
	background-color: #FDF4A7;
	margin-top: 10px;
	margin-right:10px;
	font-size:1em;
}

#innercontent .events {
   padding:6px 20px;
}

.bold_date {
	font-size: 95%;
	font-weight: bold;
}

#innercontent li {
	padding-bottom: 5px;
}
#innercontent ul {
	list-style-position: inside;
	padding-left: 20px;
}


#innercontent a {
	background-color: #A3B770;
	color: #761715;
	font-size: 1em;
}
#innercontent a:hover {
	color: #FDF4A7;
	background-color: #761715;
}

#innercontent img {
    padding-top: 5px;
}

#leftcol {
	float: left;
	width: 200px;
	min-height: 200px;
	background-color: #761715;
	border-top: 1px solid #5f5f5f;
}
#leftcol img {
	padding-left: 12px;
	padding-top: 50px;
	padding-bottom: 75px;
}
#leftcol_img_link a:hover {
	background-color: #761715;
}




#leftcol ul {
	list-style-type: none;
	list-style-position: inside;
}

#leftcol li {
	border-left: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	font-size: 115%;
	padding: 10px 40px;
	color: #fdf89d;
}

#leftcol li a#here {
	background-color: #430304;
	width: 122px;
	color: #fd9a01;
}


/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	padding: 15px 0 5px 18px;
	font-size: 150%;
	font-family: "bell gothic std light", Arial, Helvetica, sans-serif;
	color: #709034;
}

h1 {
	color: #556D27;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 20px;
}

hr  {
    margin: 10px 0px 15px 0px;
	color: #bbb;
	border: 1px dashed #bbb;
	height:0px;
    width: 100%;
    text-align: left;
}


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #fd9a01;
}

a:hover {
	color: #fed08b;
	background-color: #709034;
}

table#weekly {padding: 10px;}


table#weekly th {
	border: 1px solid #709034;

}
table#weekly   td  {
	border: 1px solid #709034;
	padding: 10px;
}
#footer {
	font-size: 0.9em;
	color: #AFC65A;
	background-color: #761715;
	padding: 5px 5px 10px 10px;
	text-align: center;
}
.img_center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.small_text {
	font-size: .7em;
}
