/*-----------------------------------------
    CSS Document | Acorn Design
    Coded by: Niki Liu (www.netapon.com)
    Contents:
        - Settings for everyone!
        - Miscellaneous elements
        - Layout elements
-------------------------------------------*/

/* Settings for everyone! */

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

a:link, a:active, a:visited { color: #ae8157; text-decoration: underline; }
a:hover { color: #ae8157; text-decoration: none; }

p { line-height: 1.8em; padding: 0 40px 15px 0; }
h2 { text-transform: lowercase; font-weight: bold; font-size: 1.7em; color: #ae8157; }
h2, h3 { padding: 10px 40px 10px 0; }
ul, ol { margin: 0 0 8px 20px; }
img { padding: 5px 10px; }
/*li { margin-left: 20px; } */

/* Miscellaneous elements */
.left { float: left; }
.right { float: right; }

/* Layout elements */

body {
	background: #000 url(imgs/topFade.gif) top repeat-x;
	font-family: Georgia, Verdana, sans-serif;
	font-size: 10px;
}
	
#wrapper {
	width: 684px;
	margin: 0 auto;
	overflow: hidden;
}
#header {
	width: 684px;
}

#header #gap {
	background: url(imgs/headerPhoto.png) no-repeat;
	display: block;
	position: relative;
	left: 1px;
	width: 684px;
	height: 68px;
	}
	

#bartop {
	background: url(imgs/header.jpg) no-repeat;
	position: relative;
	width: 684px;
	height: 126px;
}

#header h1 {

	text-indent: 0px;
	position: relative;
}
#menu {
	background: url(imgs/wood.jpg) no-repeat;
	position: relative;
	width: 684px;
	height: 59px;
}
#menu #pint {
	background: url(imgs/pint.png) no-repeat;
	position: absolute;
	z-index: 1;
	top: -13px;
	right: 50px;
	width: 35px;
	height: 35px;
}
#menu ul {
	list-style: none;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	left: 23px;
	margin: 0;
}
#menu li {
	background: url(imgs/tabOff.gif) repeat-x;
	float: left;
	height: 28px;
	margin: 0 3px 0 0;
}
#menu a {
	background: url(imgs/cLtabOff.gif) top left no-repeat;
	display: block;
	float: left;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #ad8056;
	height: 28px;
}
#menu a span {
	background: url(imgs/cRtabOff.gif) top right no-repeat;
	display: block;
	padding: 4px 12px 0 12px;
}
#menu a:hover, #menu a.selected {
	background: #fff url(imgs/cLtabOn.gif) no-repeat;
	color: #000;
}
#menu a:hover span, #menu a.selected span {
	background: url(imgs/cRtabOn.gif) top right no-repeat;
}
#content {
	background: #fff url(imgs/cTLcontent.gif) top left no-repeat;
	width: 684px;
	overflow: hidden;
}
#contentA {
	background: url(imgs/cTRcontent.gif) top right no-repeat;
}
#contentB {
	background: url(imgs/cBLcontent.gif) bottom left no-repeat;
}
#contentC {
	background: url(imgs/cBRcontent.gif) bottom right no-repeat;
}
#content #main {
	float: left;
	font-size: 1.4em;
	width: 414px;
	margin: 20px 0 0 0;
	padding-left: 20px;
}
#content #side {
	background: #503112 url(imgs/acorn.gif) center center no-repeat;
	float: right;
	width: 210px;
	min-height: 100px;
	margin: 30px 20px;

}
#content #sideA {
	background: url(imgs/cTLside.gif) top left no-repeat;
}
#content #sideB {
	background: url(imgs/cTRside.gif) top right no-repeat;
}
#content #sideC {
	background: url(imgs/cBLside.gif) bottom left no-repeat;
}
#content #sideD {
	background: url(imgs/cBRside.gif) bottom right no-repeat;
}
#content #side a {
	color: #f7dbc6;
}
#content #side p, #content #side span {
	font-family: Verdana, Georgia, sans-serif;
	font-size: 1em;
	color: #f1c19d;
	padding: 0 15px 15px 15px;
}
#content #side h2 {
	text-align: center;
	text-transform: uppercase;
/*	font-weight: lighter; */
	font-size: 1.2em;
	letter-spacing: .2em;
}
#content #side h2, #content #side h3 {
	font-family: Arial, Verdana, sans-serif;
	color: #c0c0c0;
	padding: 20px 20px 10px 20px;
}
#content #side #cleanup {
	width: 100%;
	height: 23px;
	clear: both;
}
#content #clear {
	width: 100%;
	height: 50px;
	clear: both;
}
#footer {
	width: 684px;
/*	height: 120px; */
	text-align: center;
	font-family: Verdana, Georgia, sans-serif;
	font-size: 1.2em;
	color: #f1c0a0;
}
#footer a {
	color: #f1c0a0;
}
#footer p {
	margin: 10px 0;
}

