/*  
Theme Name: Oahu
Theme URI: http://designoahu.com/wordpress-theme-oahu
Description: Content forward design with a nice graphical touch
Version: 1.0
Author: Jeremy Moseley
Author URI: http://jeremymoseley.com
*/
* {
    margin: 0; padding: 0;
	line-height: 1.4;
}
body {
	font: normal 62.5% Georgia, 'Times New Roman', serif;
	background: #fafafa url('images/sand-sky.png') bottom left repeat-x;
	position:relative; width:100%; height:100%;
}
h1 { 
    font: normal 2.4em Georgia, 'Times New Roman', serif;
    color: #3b555e;
	margin: 0 0 1em 0;
}
h2 {
    font: normal 2em 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    color: #40550d;
	margin: 0 0 .7em 0;
}
h3 {
    font: normal 1.8em 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    color: #707182;
    margin: 0 0 .5em 0;
}
h4 {
    font: normal 1.6em 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    color: #202b36;
    margin: 0 0 .4em 0;
}
a { 
    color: #7fabd7; text-decoration: underline;
}
a:hover, a:focus {
    color: #202b36;
}

abbr, acronym {
    border: none;
}

p {
    margin-bottom: 1.35em;
}
p, ul, ol, dd {
    font-size: 1.3em;
}
dd {
    margin-bottom: 1em;
}
#content ul {
    margin-bottom: 1em;
    list-style-image: url('images/pineapple.gif');
}
#content ul li {
    margin-left: 20px;
	line-height: 1.8em;
}
blockquote {
	font-family:"Courier New", Courier, monospace;
    background: #f1f1f1;
    border: 1px solid #e6dfce;
    margin: 2em;
}
blockquote cite {
    font-style: italic;
}

img {
    display: block;
}
#container {
	width: 100%;
	position: relative;
}
#content {
	width: 600px;
	float: left;
	margin: 20px;
	padding: 20px 20px 100px 20px;
	border-right: 1px dashed #000;
	position: relative;
}
#sidebar {
	width: 206px;
	float: left;
	margin: 20px;
	padding: 20px;
	border-right: 1px dashed #000;
	position: relative;
}
#sidebar a{
    color: #2c110c;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:focus {
    color: #4f2f2a;
	text-decoration: underline;
}
#sidebar ul {
	margin: 0;
	padding: 0;
    list-style-type: none;
    list-style-image: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
}
#sidebar li ul {
    margin-bottom: 1em;
    list-style-image: url('images/pineapple.gif');
}
#sidebar li li {
    margin-left: 20px;
	line-height: 1.8em;
}
#lanikai-rock {
    width: 309px; height: 43px;
	position: absolute; bottom: 87px; right: 0px; z-index: 2;
	background: url('images/lanikai-rock.png') no-repeat;
}
#mokulua {
    width: 95px; height: 12px;
	position: absolute; bottom: 87px; left: 100px; z-index: 2;
	background: url('images/mokulua.png') no-repeat;
}
#water {
    width: 655px; height: 55px;
	position: absolute; bottom: 32px; left: 0px; z-index: 2;
	background: url('images/water.png') no-repeat;
}
#copyright {
    padding-top: 60px; 
    text-align: center;
    z-index: 4;
    font-size: 1em;
}
#palm-tree {
    width: 378px; height: 378px;
	position: absolute; bottom: 0px; right: 0px; z-index: 3;
    background: url('images/palm-tree.png') no-repeat;
	overflow:visible;
}
#footer{
    clear: both;
	width: 100%;
    background-color: #707182;
	position: relative;
}
ol.commentlist{
list-style-type:none;
}
ol.commentlist li{
border:1px solid #e6dfce;
margin:.5em 0;
padding:0 .5em;
}
.authorcomment{
background-color:#f5edd6;
}
ol.trackbacklist li a{
	 color: #202b36;
	 text-decoration:underline;
}
ol, ul{
padding-left: 20px;
}
