/* Colors Used 
orange headers: ff4400
blue links:4477dd
grey text: 444444
lt grey text: 787878
*/
body {
	margin: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:  #ff4400
}

h1 
{
	font-size: 2em;
}

h2 
{
	font-size: 1.6em;
}

h3 
{
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

a
{
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #4477dd;
}

a:hover {
	background: none;
}

blockquote
{
	border: 1px solid black;
	background: #dddddd;
	padding: 5px;
	font-size: 12px;
	font-style; italic;
}

#wrapper {
	width: 840px;
	margin: 0 auto;
	padding: 20px;
}

/* Header */

#header {
	width: 800px;
	height: 160px;
	margin: 0 auto;
}
#header h1
{
	display: none;
}
#header h2
{
	display: none;
}

#banner {
	width: 800px;
	height: 170px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/hibiscusbanner.gif) no-repeat left top;
}
/* menu */

#nav 
{
	width: 800px;
	height: 35px;
	margin: 0 auto;
	padding: 0;

	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	background: #ffffff;
}
/*
	*/
#nav li {
	float: left;
	padding-left: 6px;
	padding-right: 6px;
}

#nav a {
	display: block;
	margin: 5px;
	padding: 5px 6px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	border: none;
}

#nav a:hover, #menu .current_page_item a {
}

#nav a:hover {
	color: #4477dd;
	text-decoration: none;
}

/* Page */

#page 
{
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 570px;
	padding: 0px 10px 0 20px;
	margin: 10px 0;
}

.post {
	border: 1px dotted #444444;
	padding: 5px;
	margin: 0 0 5px 0;
}

.post .title {
	color: #ff4400;
}

.post .title a {
	background: none;
	color: #ff4400;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
	padding: 10px 0 10px 0;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 200px;
	padding: 0;
	font-size: 12px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #F93D00;
}

#sidebar p {
	padding-bottom: 10px;
}

#sidebar a {
	color: #4477dd;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Footer */
#footer {
	clear: both;
	width: 800px;
	height: 20px;
	margin: 0 auto;
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #bbbbbb;
}

#footer p {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-align: right;
	background: #000000;
}

#footer a {
	color: #787878;
}

.roundtop
{	background: url(../images/roundtop.gif) no-repeat left top;
	width: 800px;
	height: 15px;
}
.roundbottom
{	background: url(../images/roundbottom.gif) no-repeat left top;
	width: 800px;
	height: 15px;
}