/* CSS Document Designed by Laura Harrison: www.lauraharrisonmusic.com*/
/* use this stylesheet for a document that has a sidebar*/
/* This is a light green backdrop with a no  menumenu bar across the top and a place for a logo that is 77px high with a thin white border*/
body {
	margin: 0;
	padding: 0;
	background-color: #BECCBD;
	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;
}

li {
	margin-top: 0;
	line-height: 80%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding 20px;
}
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;
	background: #BECCBD;
}

#search {
	float: right;
	width: 305px;
	height: 76px;
	padding: 25px 0 0 5px;
}

/* Header */

#header-wrapper {
	width: 880px;
	margin: 0 auto;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
}

/* I left the link (images/img02.jpg because later I want to put in a bar for the menu - for now, it's just the colour #BECCBD*/
#header {
	width: 880px;
	height: 76px;
	margin: 0 auto;
	background: #BECCBD url(images/img02.jpg) no-repeat left top;
}
/* Menu */

#menu {
	float: left;
	width: 880px;
	height: 51px;
}

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

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

#menu a {
	display: block;
	float: left;
	margin-right: 9px;
	padding: 5px 12px;
	text-decoration: none;
	font-weight:bold;
	font: 16px Papyrus;
	color: #000000;
}

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

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

#logo {
	height: 77px;
	background: url(Logos/namelogo.png) 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;
}
/* 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 url(images/img05.jpg) no-repeat left top;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	text-align: center;
}

#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: center;
}#wrapper #page #content .post p strong {
	color: #800000;
}
#wrapper #page #content .post ul em {
	color: #600;
}
