/*
THEME NAME: Kahu
THEME URI: http://www.getkahu.com
DESCRIPTION: Kahu blog theme, based off of Sandbox by Andy Skelton and Scott Allan Wallick (http://www.plain.text.org)
VERSION: 1.0
AUTHOR: Dave Gurnell, Untyped
AUTHOR URI: http://www.untyped.com
TAGS: kahu, untyped
*/

body {
	margin: 0;
	overflow-y: scroll;
	font-family: verdana, geneva, sans-serif;
	color: #605f5f;
	font-size: 12px;
	line-height: 18px;
}

/* h1 reserved for header logo */

h2 {
	font-family: aller, "trebuchet ms", arial, sans-serif;
	color: #bb5b28;
	font-size: 19px;
	line-height: 36px;
	font-weight: normal;
}

h3 {
	margin: 0;
	font-family: aller, "trebuchet ms", arial, sans-serif;
	color: #bb5b28;
	font-size: 17px;
	line-height: 36px;
	font-weight: normal;
}

h4 {
	margin: 0;
	font-family: aller, "trebuchet ms", arial, sans-serif;
	color: #046097;
	font-size: 15px;
	line-height: 36px;
	font-weight: normal;
}

img {
  border: none !important;
}

/* hack to work around padding applied by imagemagick */

.alert {
	background: #fee;
	padding: 10px;
	margin: 2em 50px;
	border: 1px solid red;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #333;
}

.alert :first-child {
	margin-top: 0;
}

.alert :last-child {
	margin-bottom: 0;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

#shadow {
	width: 820px;
	background: url(images/shadow_bg.gif) 50% 50% repeat-y;
	margin: 0 auto;
}

#shadow-lower {
	width: 820px;
	height: 20px;
	background: url(images/shadow_lower.gif) 50% 0 no-repeat;
	margin: 0 auto;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #fff;
}

#header {
	position: relative;
	height: 51px;
	margin: 0;
	background: url(images/header_bg.gif);
	border-bottom: 1px solid #fff;
}

#header h1 {
	position: absolute;
	top: 8px;
	left: 50px;
	margin: 0;
}

#header h1 a {
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: none;
}

#header a img {
	border: none;
}

#header a span.hide {
	display: none;
}

#header #description {
	display: none;
}

#header #search {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

#header #search .screen-reader-text {
	display: none;
}

#header #nav {
	float: right;
	margin: 0;
	padding: 0;
	width: 515px;
}

#header #nav li {
	float: left;
	list-style: none;
	margin: 0 0 0 5px;
	height: 40px;
	text-align: center;
}

#header #nav li,
#header #nav a {
	display: block;
	background-repeat: no-repeat;
	height: 46px;
}

#header #nav a {
	padding-top: 5px;
	font-size: 12px;
	height: 40px;
}

#header #nav .home                    { width: 71px; }
#header #nav .home.selected           { background-image: url(nav/btn_home_on.gif); }
#header #nav .home.unselected         { background-image: url(nav/btn_home_off.gif); }
#header #nav .home.unselected a:hover { background-image: url(nav/btn_home_over.gif); }

#header #nav .tour                    { width: 63px; }
#header #nav .tour.selected           { background-image: url(nav/btn_tour_on.gif); }
#header #nav .tour.unselected         { background-image: url(nav/btn_tour_off.gif); }
#header #nav .tour.unselected a:hover { background-image: url(nav/btn_tour_over.gif); }

#header #nav .getkahu                    { width: 92px; }
#header #nav .getkahu.selected           { background-image: url(nav/btn_get_on.gif); }
#header #nav .getkahu.unselected a       { background-image: url(nav/btn_get_off.gif); }
#header #nav .getkahu.unselected a:hover { background-image: url(nav/btn_get_over.gif); }

#header #nav .faq                    { width: 63px; }
#header #nav .faq.selected           { background-image: url(nav/btn_faq_on.gif); }
#header #nav .faq.unselected a       { background-image: url(nav/btn_faq_off.gif); }
#header #nav .faq.unselected a:hover { background-image: url(nav/btn_faq_over.gif); }

#header #nav .contactus                    { width: 105px; }
#header #nav .contactus.selected           { background-image: url(nav/btn_contact_on.gif); }
#header #nav .contactus.unselected a       { background-image: url(nav/btn_contact_off.gif); }
#header #nav .contactus.unselected a:hover { background-image: url(nav/btn_contact_over.gif); }

#header #nav .blog                    { width: 63px; }
#header #nav .blog.selected           { background-image: url(nav/btn_blog_on.gif); }
#header #nav .blog.unselected a       { background-image: url(nav/btn_blog_off.gif); }
#header #nav .blog.unselected a:hover { background-image: url(nav/btn_blog_over.gif); }

#strap {
	margin: 0;
	background: #005381 url(images/strap_bg.gif) 50% 50% repeat-y;
	border-top: 1px solid #005381;
	border-bottom: 1px solid #005381;
	font-family: aller, "trebuchet ms", arial, sans-serif;
	line-height: 20px;
	color: #fff;
	min-height: 5px;
}

#content-wrapper {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/* background: #ddeeff url(images/menu_bg.gif) 0% 0% repeat-y; */
}

#content {
	float: left;
	width: 490px;
	min-height: 500px;
	padding: 20px 30px 30px 50px;
	background: #fff;
}

#content .nav-previous {
	float: left;
	margin-bottom: 18px;
}

#content .nav-next {
	float: right;
	margin-bottom: 18px;
}

#content :first-child {
	margin-top: 0;
}

#content p, #content li {
	margin: 20px 0;
}

#content .entry-title {
  margin: 0;
}

#content .entry-date {
  margin: 0 0 18px 0;
  font-size: 10px;
}

#content .entry-meta {
  margin: 0 0 36px 0;
  font-size: 10px;
}

#content-clear {
	clear: both;
}

#menu {
	float: right;
	width: 190px;
	padding: 30px 20px;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
	list-style: none;
}

#menu h3.menu-title {
  margin: 0;
}

#menu li {
  margin: 0 0 30px 0;
}

#menu li li {
  margin: 0;
}

#menu ul,
#menu ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul ul ul {
	padding: 0 0 0 20px;
}

#menu a {
	color: #005381;
	text-decoration: none;
}

#menu a:hover {
	color: #005381;
	text-decoration: none;
}

#footer {
	position: relative;
	margin: 0;
	padding: 10px 0 0 0;
	height: 20px;
	border-top: 1px solid #005381;
	background-color: #005381;
	background: #005381 url(images/footer_bg.gif) 50% 50% repeat-y;
	font-size: 10px;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer #address {
	position: absolute;
	top: 10px;
	left: 20px;
}

#footer #footer_links {
	position: absolute;
	top: 10px;
	right: 20px;
}
