/*

              C S S   S t y l e   S h e e t   f o r
			          www.acornnatural.com

________________________________________________________________
*/



/* HTML ELEMENTS */

BODY{
	background-color: #D8D4C9;  
}


A{
	color: #593b1c;
	font-weight:bold;
	text-decoration: underline;
}

A:Hover{
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}


/* Remove extra space and set sizes of Heading 1 element */
h1 {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 18px;
	color: #e9e6dd;
	font-weight: bold;
	font-family: Helvetica,"Bitstream Vera Sans",sans-serif;

}
P  {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	

}




/* DIV ID'S */

#main_container {
	background:#B7AD9A url(../images/whiteAcornBG.gif) no-repeat scroll right top;
    border:3px solid #603B29;
    margin:20px auto;
	padding:0;
	width:970px;
}

#header {
	height: 100px;
	width: auto;
	padding: 0px;
}
a img
	{
	border: 0px;

	}

#home_logo{
	margin: 20px 20px 20px 30px;
	float: left;
	}
#header h1, #header h2{
	display: none;	
}

#navigation {
	margin: 62px 0px 0px 0px;
	padding: 0px;
	width: 769px;
	text-align: center;
	float: right;
	text-transform: uppercase;
}

#navigation ul {
	list-style-type:none;
	margin:0px 0px 0px -20px;
	padding:0px;


}
#navigation ul li {
	display:inline;
	margin: 16px;

}

#navigation ul li a {
	color: #e9e6dd;
	font-family: "Arial narrow bold", Helvetica, sans-serif;
	letter-spacing: .25em;
	text-decoration: none;
	font-size: 12px;
	
}

#navigation ul li a:hover {
	color: #ffffff;
	
	
}
#content {
	font-family: "Arial", Helvetica, sans-serif;
	color: #2d1b12;
	font-size: 10pt;
	text-align: left;
	margin: 0px 35px 35px 35px;
	padding:10px 10px 6px 10px; 
	
}

#content h1{
	text-transform:uppercase;
}

.collage {
	border: 10px solid #e9e6dd; 
	
}

#footer {
	background-image: url('../images/interface_footer_bg.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 65px;
	width: 770px;
	font-size: 8px;
	clear: both;
}


#footer A{
	color: #555555;
}

#footer P{
	width: 490px;
	text-align: center;
	margin: 0px 0px 0px 221px;
	padding: 8px 10px 0px 10px;
	color: #888888;
}


/* CLASSES */

/* ___Specific classes___ */
.eventtable{
  width: 880px;
  
}

.eventtitle{
  width: 50%;
  font-weight: bold;
  font-size: 14pt;
  border-bottom: 1px dotted #e9e6dd;
}
.eventdates{
	 text-align: right;
	 font-size: 13pt;
	   border-bottom: 1px dotted #e9e6dd;
}
.eventdescription{
	
}
  


/* ___General classes___ */

.bold{
	font-weight: bold;
}

.italics{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.center{
	text-align: center;
}

.clear{
	clear: both;
}

.superscript {
	position: relative;
	vertical-align: top;
	top: -0.4em;
	font-size: 0.6em;
}



/*
              E n d   o f   S t y l e   S h e e t
________________________________________________________________ 
*/

