@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 5px 0 0;
	background: #FFFFFF url(images/makalii-rule.gif) repeat-x 0 130px;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0854b2;
}

h2 {
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-top: 5px;
	letter-spacing: .15em;
	font: small Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	color: #679ada;
}

a {
	text-decoration: none;
	color: #c9201b;
}

a:hover {
	text-decoration: underline;
}

img {
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #d4e9fa;
	font-size: 1.4em;
}

.boxed .content {
	padding: 8px;
	
}

/* Content > Sidebar > Images*/

#images {
	background: #d4e9fa;
	border: 1px solid #fff16a;
	margin-top: 5px;
}

#images ul {
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

#images ul li {
	list-style-image: none;
	list-style-type: none;
}

/* Post */

.post {
}

.post .title {
	margin: 12px 0 0;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #d4e9fa;
}

.post .story {
	padding: 20px 10px;
	text-align: justify;
	line-height: 135%;
}

/* Logo */

#logo {
	width: 770px;
	height: 200px;
	margin: 0 auto;
	background: url(images/islands.gif) no-repeat 0 5px;
}

#logo h1 {
	padding: 124px 0 0 32px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 28px;
	color: #c9201b;
}

#logo h1 i {
	text-transform: lowercase;
	font: italic normal 38px Georgia, "Times New Roman", Times, serif;
	color: #0854b2;
}

#logo h2 {
	padding: 0 0 0 42px;
	text-transform: lowercase;
	font-size: 1em;
}

#logo a {
}

/* Content */

#content {
	width: 770px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	width: 500px;
	margin-top: -170px;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 25px;
	border-bottom: 1px dotted #fff16a;
}

#menu ul {
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 0 10px 24px;
	background: url(images/canoe-man-red.gif) no-repeat 0px 5px;
	border-top: 1px dotted #fff16a;
	color: #c9201b;
}

#menu a:hover, #menu .active a {
	background: #fff16a url(images/canoe-man-blue.gif) no-repeat 0px 5px;
	text-decoration: none;
	color: #0854b2;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #fff16a;
	background: #aad6f9;
}

#footer p {
	width: 770px;
	margin: 0 auto;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
