/* CSS Document Designed by Laura Harrison: www.lauraharrisonmusic.com for Bill Cunliffe's site*/
body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/img03.jpg) repeat-x left top;
	font-family: Papyrus;
	font-size: 14px;
	color: #000000;
}

h1, h2 {
	margin: 0;
	font-family: Papyrus;
	font-weight: normal;
	color: #649632;
}

h1 { font-size: 44px; }

h2 { font-size: 22px;}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
}
author {
	margin-top: 0;
	line-height: 150%;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
}	

li {
	margin-top: 0;
	line-height: 60%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ul, ol { }

blockquote {
	line-height: 120%;
}

a { color: #0786D8; 
}

a:hover { color:#66CC99;
		  font-weight: bold; 
}

a img {
	border: none;
}

#wrapper {
	background: url(images/img06.jpg) repeat-x left bottom;
}

/* Header */

#header-wrapper {
	width: 890px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#header {
	width: 890px;
	height: 76px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/img02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Menu */

#menu {
	float: left;
	width: 840px;
	height: 45px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-left: 5px;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	text-decoration: none;
	font: 14px Papyrus;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#menu a:hover { 
	text-decoration: underline; 
	color: #FFFFCC;
}
/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 30px 20px 0px 20px;
	background: #FFFFFF;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/** LOGO */

#logo {
	height: 77px;
	background: url(images/top.jpg) no-repeat left top;
}
/* Content */

#content {
	float: left;
	width: 570px;
}

/* Post */

.post {
	margin-bottom: 15px;
}

.post .title {
	height:45px;
	margin-bottom: 3px;
	padding: 8px 0px 2px 20px;
	background: url(images/img08.jpg) no-repeat left top;
	color: #000000;
}

/*content2 for any section without a sidebar*/
#content2 {
 	float: left;
	width: 840px;
	margin: 10px auto;
	padding: 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 222px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 0 0 20px 0px;
	font-size: 12px;
}

#sidebar li ul {
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	font-size: 12px;
	padding: 0 20px;
}

#sidebar h2 {
	height: 33px;
	margin: 0 0 20px 0px;
	padding: 15px 0 2px 20px;
	background: url(images/img04.jpg) no-repeat left top;
	font-size: 18px;
	color: #FFFFFF;
}


#sidebar p {
	line-height: 200%;
}
/* Footer */

#footer {
	width: 880px;
	margin: 0 auto;
	padding: 0;
	background: #494336;
	text-align: center;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#footer td {
	text-align: center;
	border: none;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}
#footer a {
	display: block;
	text-align: center;
	text-decoration: none;
	font: 14px Papyrus;
	color: #FFFFFF;
}
#footer a:hover { 
	text-decoration: underline; 
	color:#66CC99;
	font-weight: bold; 
}
#footer a img {
	border: none;
	text-align: left;
}
