/* CSS Document - home page */

html {margin: 0; padding: 0;}
body {
	background: #62680e url(images/bghome.jpg) repeat-x;
	margin: 0;	padding: 0;
}
body, body div, body p, body th, body td, body li, body dd {
	font-size: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 97%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #62680E;
}
/* Be nice to Opera */
/* html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd {
	font-size:1em;
}
*/
#wrap {
	margin: 25px auto;
	position: relative;
	width: 665px;
}
#summarybox {
	width: 160px;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 1;
	font-size:1em;
}
#summary {
	background:#909647 url(images/tcap.gif) no-repeat 9px 9px;
	padding: 19px 15px 5px 15px;
	border: #ee9f37 dotted 2px;
	width: 97%;
	border-bottom: none;
	font: 1.2em;
	text-align:center;
}
#summary p {
	background:url(images/logo_folk.gif) no-repeat left bottom;
	padding-bottom:275px;
	color:#333;
}
#banner {
	position: absolute;
	top: -15px;
	left: -35px;
	z-index: 2;
}

#nav {
	position:relative;
	top: 207px;
	height: 15px;
	width:100%;
	z-index: 3;
	background: none;
	margin: 0px;
	line-height: 0.82em;
}
#nav li {
	list-style: none;
	display: block;
	float: left;
	padding-left: 7px;
	padding-right: 4px;
	background-image:url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
#nav li.about {
	padding-left: 2px;
	background:none;
}
#nav a {
	height: 14px;
	display: block;
	overflow: hidden;	
	text-decoration: none;
}
#nav a:visited {
	color: #333333;
}
#nav a:hover {
	color: #ffcc00;
}

#nugget {
	background: url(images/nugget.gif) top no-repeat;
	position: absolute;
	top: 260px;
	left: 0;
	width: 450px;
	z-index: 3;
	padding: 0;	
	padding-top: 70px;
}
#nugget h2 {
	color: #EE9F37;
	padding-left:1.2em;
}
#nugget p {
	margin: 0px;
	padding-bottom: 1em;
	color: #FFFFCC;
	font-size: 100%;
	line-height: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nugget p:first-line {
	text-indent:1.5em;
}
#nugget p.paper {
	background-image:url(images/paperbottom.gif);
	background-repeat:no-repeat;
	background-position:center;
	line-height: 35px;
}
#nugget p.verse {
	text-indent: 0;
	padding: 1em 15%;
	color: #FFFFCC;	
	font-size: 100%;
	line-height: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#nugget p.verse2 {
	text-indent: 0;
	padding: 1em 5%;
	color: #FFFFCC;	
	font-size: 100%;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.dropcap {
float:left;
background: #666666;
border: 1px solid #444444;
padding: 0.1em 0.3em 0.1em 0.3em;
margin: 0 0.2em 0 0;
line-height: 100%;
font: italic bold 36px Georgia, "Times New Roman", Times, serif;
text-align:center;
color: #FFCC00;
}

#imageboxright {
	width: 275px;
	position:relative;
	float:right;
	margin: 5px 0px 10px 10px;
	padding: 5px;
}
#imageboxleft {
	width: 295px;
	float:left;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
#imageboxright p, #imageboxleft p {
	color:#F6BB22;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.97em;
	line-height: 0.97em;
	font-weight: bold;
	padding-top: 5px;
}
#imageboxright img, #imageboxleft img {
	border: 1px solid #FFCC00;
}
#footer {
	clear: both;
	padding-top: 20px;
}
#footer p {
	border-top: 1px solid #BEAF83;
	margin: 0 10px 15px 33px;
	padding-top: 4px;
	font-size: 10px;
	color: #333;
	text-align: right;
	line-height: 13px;
}
#footer p span {
	text-align: left;
	display: block;
	float: left;
}
#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

a, a:link {
	color: #333333;
}
a:visited {
	color: #7F614F;
}
a:active {
	color: #896C5C;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#newsbox {
	background: #cccc33 url(images/newsboxtop.gif) no-repeat left top;
	width: 188px;
	padding: 20px 0px 0px 0px;
	margin: 0;
	position: relative;
	right: 0px;
	top: 20px;
}
#newsbox p {
	padding: 0px 15px 15px 15px;
	border-bottom: 1px dotted black;
	color:#333333;
}
#newsbox h6 {
	background:url(images/newsboxbottom.gif) no-repeat left bottom;
	margin:0;
	padding:0;
}

