/*
Theme Name: Koi
Theme URI: http://www.ndesign-studio.com/wp-themes/koi
Description: This light and colorful theme provides a beautiful backdrop for your WordPress site with delicate, hand-drawn illustrations. Enjoy the playful artwork and textured background, or customize the look with a custom background and custom header. The right-hand sidebar and three footer columns are ready for all your widgets.
Author: Nick La
Author URI: http://www.ndesign-studio.com
Version: 1.1-wpcom
Tags: light, orange, brown, two-columns, right-sidebar, fixed-width, translation-ready, custom-menu, custom-background, custom-header, rtl-language-support, blog, craft, nature, artistic, cartoony, colorful, dreamy, girly, hand-drawn, light, textured, whimsical, hand-drawn

This theme is released under GPL: http://www.gnu.org/licenses/gpl.html
If you remix, convert, translate, modify, or distribute a copy of this theme, please keep the links/credit in the footer.

*/

/* reset
-------------------------------------------------*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* reset end
-------------------------------------------------*/

html {
	background: #f4d0a8 url(img/paper-bg.jpg);
}
body {
	font: .93em/1.5em Georgia, "Times New Roman", Times, serif;
	background: url(img/top-illustration.gif) no-repeat center 0;
	color: #453320;
	word-wrap: break-word;
}
p {
	margin: 0 0 1.2em;
}
a {
	color: #000;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
small {
	font-size: .86em;
	color: #72614a;
}
em, i {
	font: italic 1.2em Baskerville, "Times New Roman", Times, serif;
	letter-spacing: .02em;
}
ul, ol {
	margin: 1em 0 1em 24px;
	padding: 0;
	line-height: 120%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 2em;
	color: #644527;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
input, textarea, select {
	font: normal 1em/1.4em Georgia, "Times New Roman", Times, serif;
}

input[type=text], input[type=password], textarea {
	background: #fffcd6;
	border: none;
	border-bottom: 1px solid #d1ad80;
	padding: 5px 7px;
	color: #666;
}
textarea:focus, input[type=password]:focus, input[type=text]:focus {
	background: #fff;
	outline: none;
	color: #000;
}
input[type=reset], input[type=submit] {
	background: #000;
	border: none;
	border-bottom: solid 2px #d1ad80;
	color: #fff;
	padding: 4px 15px;
}
input[type=reset]:hover, input[type=submit]:hover {
	background: #e50000;
}
code {
	font-size: 1.2em;
}
blockquote {
	color: #72614a;
	font-style: italic;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}
/* header
-------------------------------------------------*/
#header {
	background: url(img/header.gif) no-repeat center bottom;
	padding: 65px 0 50px 0;
	position: relative;
}
#header #logo {
	font: bold 3em/1em Arial, Helvetica, sans-serif;
	margin: 0;
	letter-spacing: -.05em;
	color: #74685c;
	text-shadow: 0 1px 0 #f7e4c8;
}
#header #logo, #header #logo a {
	text-decoration: none;
	color: #6c5c46;
}
#header #logo a:hover {
	text-decoration: none;
	color: #e50000;
}
#header #description {
	font: italic 1.3em/1em Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 20px;
	color: #67543c;
}
#header .socialmedia a {
	text-decoration: none;
	margin-right: 10px;
	color: #666;
}
#header .socialmedia a:hover {
	color: #e50000;
}
#header .socialmedia img {
	vertical-align: middle;
	margin: 0 6px 5px 0;
}

/* nav */
#nav li:hover > ul {
	display: block;
}

#nav ul.menu {
	position: absolute;
	bottom: -2px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	font: 1.15em/1em Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}
#nav li {
	float: left;
	margin: 0 12px 0 0;
	padding: 5px 0 15px 15px;
	position: relative;
}

#nav .menu ul {
	display: none;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 30px;
	background: #494f52 url(img/dropdown-bg.png) no-repeat;
	border: 1px solid #3c4144;
	margin: 0;
	padding: 5px 0 10px;
	list-style: none;
	font: .76em/1em Georgia, "Times New Roman", Times, serif;
	font-variant: normal;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .7);
}
#nav .menu ul li {
	margin: 0;
	padding: 0;
}
#nav .menu ul ul {
	font: 1em/1em Georgia, "Times New Roman", Times, serif;
	left: 200px;
	top: -5px;
}
#nav .rss a {
	font-size: .9em;
	background: url(img/nav-rss.png) no-repeat right  30%;
	padding-right: 20px;
}
#nav a {
	text-decoration: none;
	letter-spacing: -.02em;
}
#nav li.current_page_item a, #nav li a:hover {
	color: #e50000;
}
#nav .menu ul li.current_page_item a {
	color: #fff;
}
#nav .menu ul li a, #nav li.current_page_item ul a {
	width: 180px;
	color: #f2edc1;
	display: block;
	padding: 5px 10px 5px 12px;
	text-decoration: none;
	letter-spacing: normal;

	text-shadow: 0 1px 1px rgba(0,0,0, .7);
}
#nav ul a:hover, #nav li.current_page_item ul a:hover {
	color: #fff;
	text-decoration: none;
}

#searchform {
	position: absolute;
	bottom: 8px;
	right: 0;
	width: 266px;
}
#searchform #s {
	font: .9em/1em Georgia, "Times New Roman", Times, serif;
	width: 152px;
	background: #fff;
	border: none;
	padding: 4px 10px;
	margin: 0;
	float: left;
	border: 2px solid #fff;
}
#searchform #s:focus {
	outline: none;
	border-color: #e50000;
}
#searchform #searchsubmit {
	background: #000;
	border: none;
	width: 90px;
	height: 27px;
	padding: 6px 10px;
	margin: 0;
	font: .9em/1em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #fff;
}
#searchform #searchsubmit:hover {
	background: #e50000;
}

/* content
-------------------------------------------------*/
#content {
	float: left;
	width: 652px;
	margin: 40px 0 70px;
}
#content.full {
	width: 980px;
}
#content .hentry {
	overflow: hidden;
	clear: both;
	margin-bottom: 60px;
	padding: 0 0 0 107px;
	min-height: 100px;
}
#content .hentry.post {
	width: 545px;
}
#content .hentry.page {
	width: 652px;
	padding: 0;
}
body.search-results #content .hentry.page {
	width: 545px;
	padding: 0 0 0 107px;
}
#content .hentry.attachment {
	width: 873px;
}
#content.full .post {
	width: 873px;
}
.post-date {
	position: absolute;
	margin-left: -107px;
	margin-top: -26px;
	width: 95px;
	font: 1em/1em Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #5c462e;
	text-shadow: 0 1px 0 #f7e4c8;
}
.post-date span {
	display: block;
}
.post-date .day {
	padding: 0 0 6px;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -.05em;
	line-height: .75em;
}
.post-date .month {
	font-size: .9em;
	line-height: .8em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-date .year {
	font-size: .9em;
	line-height: .8em;
}
.post-date a {
	color: #5c462e;
	text-decoration: none;
}
.post-date a:hover {
	text-decoration: underline;
}
.post-date .postcomment {
	border-top: 1px solid #483f32;
	margin-top: 8px;
	padding-top: 5px;
	font: .86em/1em Arial, Helvetica, sans-serif;
}
.postcomment a {
	font-weight: bold;
	color: #6e5539;
}

.post-data {
	font-size: .9em;
	line-height: 1.2em;
	color: #9a8770;
	font-style: italic;
	margin: 3px 0 10px;
}
.post-data span {
	margin-right: 10px;
}
.post-data a {
	color: #70604c;
	text-decoration: none;
	font-style: normal;
}
.post-data a:hover {
	text-decoration: underline;
}

.post-title {
	color: #453320;
	font: bold 1.8em/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.04em;
	margin: 0 0 5px;
	text-shadow: 0 1px 0 #f7e4c8;
}
.post-title a {
	color: #453320;
	text-decoration: none;
}
.post-title a:hover {
	color: #e50000;
	text-decoration: none;
}

.more-link {
	background: url(img/more.png) no-repeat 0 0;
	font: 10px/100%  Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 2px 18px 3px 12px;
	margin-left: 5px;
	color: #baad9d;
}
a.more-link:hover {
	background-position: 0 -83px;
	color: #fbcfcf;
}

/* post nav */
.post-nav {
	background: url(img/post-nav-rule.png) no-repeat center 7px;
	position: relative;
	width: 652px;
	overflow: hidden;
	margin: 50px 0 35px;
}
.single .post-nav {
	width: 545px;
	margin-left: 107px;
}
#content.post .post-nav {
	margin-left: 0;
}
.post-nav span em {
	font: 10px/1.1em Arial, Helvetica, sans-serif;
	color: #baad9d;
	text-transform: uppercase;
	width: 80px;
	text-align: center;
	position: absolute;
	top: 4px;
}
.post-nav .previous em {
	left: 2px;
}
.post-nav .next em {
	right: 0;
	letter-spacing: 1px;
}
.post-nav a {
	display: block;
	background: url(img/post-nav-bg.png) no-repeat;
	width: 246px;
	padding: 28px 0 4px;
	font: bold 115%/100% Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.05em;
	color: #453320;
	text-decoration: none;
}
.post-nav a:hover {
	color: #e50000;
	text-decoration: none;
}
.post-nav .next, .image-nav .next {
	float: right;
	text-align: right;
}
.post-nav .next a {
	background-position: right -430px;
	padding-left: 20px;
}
.post-nav .next a:hover {
	background-position: right -645px;
}
.post-nav .previous, .image-nav .previous {
	float: left;
	text-align: left;
}
.post-nav .previous a {
	background-position: left -0;
	padding-right: 20px;
}
.post-nav .previous a:hover {
	background-position: left -215px;
}

/* commentlist */
#comments {
	clear: both;
	width: 545px;
	margin-left: 107px;
}
#comments h3 {
	font: bold 1.6em/1em Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 25px 0 15px;
	letter-spacing: -.04em;
	color: #453320;
	text-shadow: 0 1px 0 #f7e4c8;
}
#comments h3 em {
	font-size: .9em;
	text-shadow: none;
}
#comments h3 {
	border-bottom: 4px double #483f32;
	margin: 35px 0 5px;
	padding-bottom: 10px;
}
.comment-nav {
	font: .8em/1.4em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.comment-nav a {
	text-decoration: none;
	color: #70604c;
	font-weight: bold;
}
.comment-nav a:hover {
	color: #000;
}
.comment-nav .previous {
	margin-right: 10px;
}
.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.commentlist li {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
}
.commentlist li.trackback {
	padding: 10px 0;
	border-bottom: solid 1px #B09370;
}
.commentlist .timestamp {
	position: absolute;
	top: 68px;
	left: -117px;
	width: 105px;
	font: 75%/100% Helvetica, Arial, sans-serif;
	text-align: right;
	color: #7c7164;
	padding: 0;
	margin: 0;
}
.commentlist .timestamp strong {
	display: block;
	padding: 0 0 2px;
	color: #625545;
}
.comment-author {
	padding: 0;
	margin: 0 0 8px;
}
.commentlist ul .comment-author {
	padding: 0 0 5px;
}
.comment-author small {
	font: .8em/1.3em Arial, Helvetica, sans-serif;
	margin-top: 2px;
}
.comment-author cite {
	font: bold 1.3em/1.3em Helvetica, Arial, sans-serif;
}
.comment-author cite a {
	text-decoration: none;
}
.comment-author cite a:hover {
	text-decoration: underline;
}
.comment-author .avatar {
	position: absolute;
	top: 14px;
	left: -62px;
	background: #000;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 1px;
	border-bottom: 2px solid #ceab80;
}
.commentlist ul .avatar {
	position: relative;
	left: auto;
	top: auto;
	width: 38px;
	height: 38px;
	float: left;
	margin: 0 10px 0 0;
}
.commententry {
	clear: both;
	border-bottom: solid 1px #483f32;
}
.bypostauthor .commententry {
	border-bottom-color: #b50000;
}
.commententry p {
	margin: 0 0 1.2em;
	padding: 0;
	line-height: 1.5em;
}
.commentlist .reply {
	position: absolute;
	top: 14px;
	right: 0;
}
.commentlist .comment-reply-link {
	background: url(img/reply.png) no-repeat;
	display: block;
	width: 50px;
	height: 17px;
	text-align: center;
	color: #fff;
	font: 10px/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 3px 0 0 6px;
	text-decoration: none;
	color: #baad9d;
}
.commentlist .comment-reply-link:hover {
	background-position: 0 -43px;
	color: #fff;
}
.commentlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist ul ul {
	list-style: none;
	margin: 0 0 0 50px;
	padding: 0;
}

/* commentform */
#respond {
	position: relative;
	margin-bottom: 40px;
}
.commentlist #respond {
	border-top: 1px solid #483f32;
	margin-top: 2px;
}
#respond .cancel-comment-reply {
	position: absolute;
	top: 5px;
	right: 0;
}
#respond #cancel-comment-reply-link {
	font: .8em/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(img/cancel-reply.png) no-repeat right center;
	padding: 4px 16px 2px 0;
	text-decoration: none;
	color: #000;
}
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
#commentform .comment-notes {
	font-size: .86em;
	color: #72614a;
}
#commentform p {
	clear: both;
}
#commentform input[type=text] {
	float: left;
	width: 210px;
	margin-right: 10px;
	padding: 5px 7px;
}
#commentform label {
	font-weight: bold;
	line-height: 1.8em;
}
#commentform label small {
	font-weight: normal;
}
#commentform .required {
	color: #e50000;
}
#commentform textarea {
	width: 97%;
	height: 180px;
	padding: 10px 7px;
}
#commentform input#submit {
	background: url(img/submit-btn.png) no-repeat;
	width: 172px;
	height: 32px;
	font: small-caps 1em/1em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	border: none;
	padding: 2px 0 6px;
}
#commentform input#submit:hover {
	background-position: 0 bottom;
}
.form-allowed-tags, .comment-form-comment label {
	display: none;
}

/* content end
-------------------------------------------------*/

/* sidebar
-------------------------------------------------*/
#sidebar {
	float: right;
	width: 266px;
	margin: 45px 0 70px;
	font-size: .9em;
	line-height: 1.4em;
	color: #7b6043;
}
#sidebar h4, h4.widgettitle {
	color: #644c33;
	font: bold 1.35em/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.05em;
	margin: 0 0 7px;
	padding: 0 0 7px;
	position: relative;
	border-bottom: double 4px #b09370;
	text-transform: none;
	text-shadow: 0 1px 0 #f7e4c8;
}
#sidebar h4 a, h4.widgettitle a {
	text-decoration: none;
	color: #58422b;
}
#sidebar h4 a:hover, h4.widgettitle a:hover {
	text-decoration: none;
	color: #e50000;
}

/* widgets */
.widget {
	margin: 0 0 35px;
}
.widget ul {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
.widget ul ul {
	margin: 0 0 0 15px;
	list-style: circle;
}
.widget ul li {
	margin: 8px 0;
	padding: 0;
}
.widget ul ul li {
	margin: 5px 0;
}
.widget ul a {
	text-decoration: none;
}
.widget ul a:hover {
	color: #e50000;
}
.widget #searchform, #footer #searchform {
	position: relative;
	margin: 0;
	right: auto;
	bottom: auto;
}
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}
/* sidebar end
-------------------------------------------------*/

/* secondary widget areas
-------------------------------------------------*/
#secondary {
	clear: both;
	border-top: double 4px #b09370;
	color: #7b6043;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.5em;
}
#secondary .widget-container {
	float: left;
	width: 270px;	
}
#secondary h4.widgettitle {
	border-bottom: 0;
}
#footer1 {
	margin-right: 30px;
}
#secondary .widget-container#footer3 {
	float: right;
	width: 360px;
}
#secondary .widget {
	margin-top: 30px;
}
#secondary .widget em {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #72614a;
}
#secondary .widget cite {
	display: block;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #72614a;
}

/* footer
-------------------------------------------------*/
#footer {
	background: url(img/footer.gif) no-repeat center bottom;
	position: relative;
	clear: both;
	width: 100%;
	overflow: hidden;
	height: 144px;
	color: #685138;
}
#footer a {
	text-decoration: none;
	color: #453320;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p.credits {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0 0 10px 0;
	font: .8em/1em Georgia, "Times New Roman", Times, serif;
	color: #72614a;
}
#footer .credits span {
	margin: 0 6px;
}
/* footer end
-------------------------------------------------*/

/* wordpress post formating, etc.
-------------------------------------------------*/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	padding: 5px;
	background: #fff;
	border-bottom: solid 2px #d1ad80;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
}
.wp-caption img {
	padding: 5px;
	background: #fff;
	border-bottom: solid 2px #d1ad80;
}
.wp-caption-text {
	font: italic 1.2em/1.1em Baskerville, "Times New Roman", Times, serif;
	margin: 3px 0 10px;
	padding: 0 15px;
	color: #584d3f;
}
.gallery {
	padding-bottom: 15px;
}

/* wordpress post formating end
-------------------------------------------------*/

/* IE6
---------------------------
*/
* html #header {
	height: 115px;
	padding-bottom: 0;
}
* html #nav {
	position: relative;
	height: 45px;
	width: 706px;
}
* html #header #searchform {
	bottom: 0;
	height: 35px;
}
* html #searchform #searchsubmit {
	float: left;
}

/* self-clear floats
---------------------------
*/
.group:after, .widget li:after, #secondary:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* WordPress.com styles
---------------------------
*/
body.logged-in {
	margin-top: 28px; /* force top margin for WP.com admin bar */
	padding-top: 0 !important;
}
.adcode {
	font-size: 12px;
}
.widget_flickr table {
	background-color: transparent !important;
	border: 0 !important;
	border-collapse: collapse; /* remove cell-spacing value */
}
#wpstats {
	display: none;
}
#content #wpl-likebox {
	margin-left: 107px !important;
}
