body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #404040 url(https://staticjw.com/n/templates/hawaiblomst/images/img01.jpg) repeat;
	font-size: 13px;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}


h1, h2, h3, h4 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #EE7621;
padding: 0 0 0 10px;
margin: 0 0 0 0;
}


h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	margin-bottom:-5px;
}

h3 {
	font-size: 1em;
	margin-bottom:-8px;
}

ul, ol {
	line-height: 130%;
}

p {
line-height: 130%
padding: 0;
margin: 0; }


blockquote {
	margin: 0px;
 	padding: 0 8px 0 30px;  

}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #000 ;
}

a:hover {
	color: #000 ;
}


hr {
	display: none;
}

/* Header */

#header {
	width: 870px;
	width: 940px;
	border: 10px solid #FFFFFF;
	height: 34px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 147px 0 0 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#header h1, #header p {
	margin: 0;
}

#header h1 {
	margin-left: 340px;
	float: left;
	color: #F79F1A;
	font-size: 33px;
}

#header p {
	float: left;
	padding: 17px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #F79F1A;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 750px;
	margin: 0;
	background: #B8E33C;
	border: 10px solid #FFFFFF;
margin-bottom: 20px;
margin-left: 10px;
    padding:4px;
}

#content h1 {
	background: url(https://staticjw.com/n/templates/hawaiblomst/images/img03.jpg) no-repeat left top;
	padding: 5px 0 0 0;
	padding: 20px 20px 0 60px;
}

#content li {margin-bottom:7px;}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}

.pagetitle {
}

.byline {
	margin: -30px 20px 0 60px;
	color: #646464;
}


.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#content ol, ul {
	line-height: normal;
	padding: 15px;
padding-left: 35px;
}

#content h3 {
	margin: 0;
	font-weight: bold;
}

#content p {
	margin: 0;
	line-height: normal;
	padding: 10px;
}

.posts a {
}

.entry {
	margin: 0 20px 0 20px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
        width: 150px;
	background: #B8E33C url(https://staticjw.com/n/templates/hawaiblomst/images/img02.jpg) no-repeat right top;
	border: 10px solid #FFFFFF;
	margin-bottom: 10px;
	color: #974805;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	padding: 15px;
}

#sidebar ul {
	margin: 0 0 0 5px;
	padding: 10px 15px 10px 15px;
	list-style: none;
}

#sidebar li {
	border-bottom: 1px dotted #B8C539;
	margin-bottom:7px;
}


#sidebar h4 {
	margin: 0;
	height: 20px;
	padding: 20px 5px 2px 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#sidebar a {
}

#sidebar a:hover {
	text-decoration: none;
}




/* Footer */

#footer {
	clear: both;
	width: 940px;
	height: 50px;
	margin: 20px auto 0 auto;
	background: #B8E33C url(https://staticjw.com/n/templates/hawaiblomst/images/img02.jpg) no-repeat right top;
	border: 10px solid #FFFFFF;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #EE7621;
}

#footer p {
	padding: 10px 0 20px 0;
	text-transform: uppercase;
}

#footer p a {
	color: #FFFFFF;
}

fieldset#contact-form {margin:20px 0px 20px 10px;padding:10px;color:#000;width:450px;background:#DFF2C7;border:2px solid #fff;}
fieldset#contact-form label {font-size:13px;}
fieldset#contact-form input {height:20px;font-size:15px;margin-bottom:15px;padding:3px;}
fieldset#contact-form textarea {font-size:15px;margin-bottom:15px;width:400px;padding:3px;}
fieldset#contact-form #contact-button {font-size:14px;height:30px;margin-left:30px;}
input:focus, textarea:focus {background:#fff;border:1px solid #555;}


img {
   border: 5px solid #fff;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #fff; 
	background: #DFF2C7;  
}