/*
Theme Name: k9
Theme URI: http://zeo.my
Description: Yet another simple, K2 inspired WordPress theme.
Version: 2.0
Author: Safirul Alredha
Author URI: http://zeo.my/
Tags: fixed-width, two-columns, right-sidebar, custom-header, threaded-comments, microformats, blue

License: GPL v2
*/

@import url('reset.css');
@import url('wordpress.css');

body {
	font: 0.84em/1.4 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	text-align: center;
	color: #444;
	background: #ededed;
	margin: 0 0 20px;
}

a {
	color: #27d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 10px 0;
	line-height: 1.0;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; }

p {
	margin: 0 0 15px;
}

ul, ol, dl {
	margin-top: 0;
	margin-bottom: 15px;
}

li, dd {
	margin-bottom: 5px;
}

blockquote {
	padding: 5px 10px;
	margin-bottom: 15px;
	border-left: 10px solid #e0e0d5;
	font-style: italic;
}

pre,
code,
tt,
kbd {
	font-size: 12px;
	line-height: 1.4;
}

pre {
	color: #666;
	margin: 15px 0;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

caption {
	font-weight: bold;
	padding-bottom: 10px;
}

th {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}

td {
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	padding: 10px;
	vertical-align: top;
}

input,
textarea,
select {
	padding: 5px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
}

input.button {
	margin: 5px 0;
}

/**
 * STRUCTURE
 */
div#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
}

div#wrapper-inner {
	padding: 40px 40px 20px;
}

div#header-inner {
	width: 880px;
	padding: 0 40px;
	position: absolute;
	bottom: 0;
}

div.menu ul {
	width: 880px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	overflow: hidden;
}

.entry-title,
div.entry-content,
div.navigation,
div.entry-comment-meta {
	width: 520px;
	float: right;
}

div#content {
	width: 655px;
	float: left;
	margin-bottom: 40px;
}

div#content input.text {
	width: 50%;
}

div#content textarea {
	width: 95%;
	height: 200px;
	overflow: visible;
}

div.navigation div.alignleft,
div.navigation div.alignright {
	width: 255px;
}

div.entry-meta {
	width: 115px;
	float: left;
}

div#sidebar {
	width: 195px;
	float: right;
	margin-bottom: 40px;
}

#searchform input.text {
	width: 175px;
}

div#footer {
	clear: both;
	padding: 15px 0 20px;
	border-top: 1px solid #e0e0d5;
	font-size: 12px;
}

div#footer p {
	margin-bottom: 0px;
}

div#entry-comment,
div#entry-comment ol li,
div#respond,
div#footer {
	clear: both;
}

/**
 * HEADER
 */
div#header {
	background: #3371a3;
	color: #fff;
	border-top: 30px solid #fff;
	height: 160px;
	position: relative;
}

div#header h1 a {
	color: #fff;
}

div.menu ul li {
	float: left;
	margin-bottom: 0;
}

div.menu ul li a {
	float: left;
	padding: .5em 15px;
	color: #fff;
}

div.menu ul li a:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
}

div.menu ul li.current_page_item a,
div.menu ul li.current_page_item a:hover,
div.menu ul li.current_page_ancestor a,
div.menu ul li.current_page_ancestor a:hover {
	background: #fff !important;
	color: #000;
}

div.menu ul li.current_page_item a,
div.menu ul li.current_page_ancestor a {
	color: #000;
}

/**
 * ENTRY
 */
div.date {
	font-weight: bold;
}

.entry-title {
	padding-top: 0;
	margin-bottom: 5px;
}

div.entry-meta div {
	margin-bottom: 10px;
	padding-right: 10px;
	font-size: 12px;
}

div.entry-meta h3 {
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 0 5px;
}

div.entry-meta ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

div.entry-meta .author,
div.entry-meta .categories,
div.entry-meta .tags {
	display: none;
}

	.single div.entry-meta .author,
	.single div.entry-meta .categories,
	.single div.entry-meta .tags {
		display: inline-block;
	}

div.entry-meta .comments span {
	display: none;
}

div.hentry {
	padding: 0 0 20px;
	display: inline-block;
}

div.sticky {
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0d5;
}

div.error404 {
	padding-top: 40px;
	border-top: 1px solid #e0e0d5;
}

div#content a {
	text-decoration: underline;
}

div#content a:hover {
	text-decoration: none;
}

div#content .entry-meta a {
	text-decoration: none;
}

div#content .entry-meta a:hover {
	text-decoration: underline;
}

div#content .entry-title a {
	color: #444;
	text-decoration: none;
}

div#content .entry-title a:hover {
	color: #27d;
}

/**
 * PAGE
 */
body.page #content {
	padding-top: 40px;
	border-top: 1px solid #e0e0d5;
}

body.page #content .error404 {
	padding-top: 0;
	border-top: none;
}

/**
 * SIDEBAR
 */
div#sidebar ul,
div#sidebar ul ol {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

div#sidebar ul ul ul,
div#sidebar ul ol {
	padding-top: 5px;
	padding-left: 15px;
}

div#sidebar ul li {
	margin-bottom: 30px;
}

div#sidebar ul ul li,
div#sidebar ul ol li,
div#sidebar ul li p {
	margin-bottom: 5px;
	font-size: 12px;
}

div#sidebar #searchform label {
	display: none;
}

/**
 * NAVIGATION
 */
div.navigation {
	font-size: 12px;
	padding: 10px 0 20px;
}

div.navigation div.alignleft {
	text-align: left;
	margin: 0;
	width: 40%;
}

div.navigation div.alignright {
	text-align: right;
	margin: 0;
	width: 40%;
}

/**
 * COMMENTS
 */
div#entry-comment ol.commentlist {
	margin: 0;
	padding-left: 0;
}

div#entry-comment ol.commentlist ul.children {
	margin: 0;
	padding-left: 40px;
}

div#entry-comment li.comment,
div#entry-comment li.pingback,
div#entry-comment li.trackback {
	list-style: none;
	border-top: 1px solid #e0e0d5;
	margin-bottom: 0;
	padding: 10px 0;
}

div.comment-author {
	width: 115px;
	float: left;
	margin-bottom: 20px;
}

div.comment-author cite {
	font-size: 12px;
	font-style: normal;
	display: block;
}

div#respond p,
div.comment-entry,
div.comment-meta {
	margin-left: 135px;
}

div.comment-entry {
	padding: 10px 0 0;
}

div.entry-comment-meta,
div.comment-meta {
	font-size: 12px;
}

span.cancel-comment-reply {
	display: inline-block;
	margin: 10px;
}


/**
 * alignment CSS classes
 * see: wordpress.css
 */
.aligncenter {}
.alignleft {}
.alignright {}

/**
 * MISC
 */
div.date,
div#sidebar h2,
h3#comments,
div#respond h3 {
	border-top: 1px solid #e0e0d5;
	padding: 15px 0 10px;
	font-size: 1em;
	text-transform: uppercase;
}

/**
 * HACKS
 */
div#wrapper-inner:after,
div.hentry:after,
blockquote:after,
div.comment-entry:after,
div#respond:after,
div#footer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

* html div#wrapper-inner,
* html div.hentry,
* html blockquote,
* html div.comment-entry,
* html div#respond,
* html div#footer { height: 1%; }
