@charset "utf-8";
/*
Theme Name: tanzaku_KamikaZEN
Theme URI: http://www.tripleships.com/sample/
Description: Remixed version of the tanzaku theme.
Version: 1.0
Author: Alfonso Acosta, based on a theme by TRIPLESHIPS Inc.
Author URI: http://www.tripleships.com/
Tags: silver, light, flexible-width, threaded-comments


Index:
  - Basic Elements
  - Basic Styling
  - Layout
  - Grid Items, Single Item and Comments
  - Navigation and Sidebar Widget
  - Form Elements

*/



/* ---------- Basic Elements ---------- */

body {
	background: url(images/main_back.jpg) top left repeat fixed #fdfcfa;
	margin: 0;
	padding: 0;
	color: #341503;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

a:link, a:visited {
	text-decoration: underline;
	color: #341503;
}
a:hover {
	color: #93b858;
	text-decoration: underline;
}
a img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
}
h1 {
	font-size: 28px;
	font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	margin-top: 2em;
	padding-left: 5px;
	border-left: 5px solid #341503;
}

p.lema {
	font-size: 14px;
}

blockquote {
	margin: 0;
	padding: 10px;
	border-left: 5px solid #e9e9e9;
	background-color: #f9f9f9;
	color: #666666;
}

pre {
	overflow: auto;
	margin: 0;
	padding: 10px;
	background-color: #f9f9f9;
	color: #666666;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 10px;
}

table {
	margin: 1em 0;
	border: 1px solid #999999;
}
th, td {
	padding: 2px 4px;
	/*border: 1px solid #e9e9e9;*/
}
th {
	background-color: #eff5e7;
	font-weight: normal;
}
td {
	background-color: #eff5e7;
}

/* ---------- Basic Styling ---------- */

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	display: inline;
}

img.alignleft {
	padding: 0;
	display: inline;
}

.caution {
	padding: 10px;
	color: #e9e9e9;
	text-align: center;
	background-color: #cc0000;
}
noscript .caution {
	margin: 0;
}

.wp-caption {
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius:10px;
	background-color: #fff;
	text-align: center;
	padding: 10px
}
.wp-caption img {
	margin-top: 5px;
}

.wp-caption-text {
	margin: 5px 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

code strong {
	color: #cc3366;
	font-weight: normal;
}


/* ---------- Layout ---------- */

#top-container {
	margin: 0 auto;
	padding: 5px;
	background: white;
}

#container {
	margin: 0 auto;
	padding: 0;
	background: url(images/bamboo.gif) top right no-repeat scroll;
}

	#header {
		padding: 30px 0 30px 120px;
		margin: 0 0 20px 0;
		background: url(images/KmKZN.gif) left center no-repeat scroll;
	}
	#header h1 {
		margin: 0;
		color: #341503;
		font-weight: bold;
	}
	#header h1 a:link,
	#header h1 a:visited {
		margin: 0;
		color: #341503;
		text-decoration: none;
	}
	
	#header h1 a:hover {
		color: #c6cfa0;
		text-decoration: none;
	}
	
	#header p {
		margin: 0;
	}

	#grid-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 1000px; /* Prevent flicker in grid area. Check header.php. */
	}

	#single-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 1000px; /* for single-page effect */
	}

#bottom-container {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
}

	#footer-wrapper {
		background: none;
	}

	#footer {
		margin: 0 auto;
	}
	#footer p {
		margin: 0;
		padding: 10px 10px 35px 10px;
		font-size: 10px;
		line-height: 24px;
		vertical-align: middle;
		text-align: center;
	}
	
	
	

/* ---------- Grid Items, Single Item and Comments ---------- */

/* value = (width * n) + (15+15+5) * (n-1). 
 * ex.
 * width=200 : 200, 425, 650, 875
 * width=250 : 250, 525, 800, 1075
 * width=290 : 290, 615, 940, 1265
 */
div.x1 { width:  250px; }
div.x2 { width:  525px; }
div.x3 { width:  800px; }
div.x4 { width: 1075px; }

div.grid-item,
div.single-item {
	overflow: hidden;
	margin: 0 5px 5px 0;
	padding: 15px 15px 30px 15px;
	border: 0;
	background-color: #eff5e7;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div.grid-item h2.post-title,
div.single-item h2.post-title {
	margin: 0;
	padding-right: 10px;
	border-left: 0;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: bold;
	background-color: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div.grid-item h2.post-title a:link,
div.grid-item h2.post-title a:visited {
	margin: 0;
	padding-left: 0;
	border-left: 0;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

div.grid-item h2.post-title a:hover,
div.single-item h2.post-title a:hover, {
	text-decoration: none;
}

div.grid-item h2.inner-post-title,
div.single-item h2.inner-post-title {
	margin: 0;
	padding-right: 10px;
	border-left: 0;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: bold;
	background-color: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div.single-item h2.inner-post-title a:link,
div.single-item h2.inner-post-title a:visited {
	margin: 0;
	padding-left: 0;
	border-left: 0;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

div.grid-item h2.inner-post-title a:hover,
div.single-item h2.inner-post-title a:hover, {
	text-decoration: none;
}

div.grid-item div.grid-image {
	margin-bottom: 1em;
}

div.grid-item div.wp-caption {
	display: none;
}

div.post-body p,
div.comment-body p {
	font-size: 12px;
}

div.post-body p img,
div.post-body p object {
	max-width: 100%;
	padding: 0;
}

p.post-meta,
p.comment-meta {
	margin-bottom: 0;
}

.comment-list .navigation {
	margin: 10px 0;
}
.comment-list .navigation a {
	margin-right: 10px;
}

.comment-list ol li {
	margin: 10px 0;
}

.comment-list ol li.trackback {
	padding: 5px;
	border: 1px solid #341503;
}

.comment-list ul.children {
	list-style: none;
}
.comment-list ul.children li {
	border-left: 5px solid #341503;
	padding-left: 5px;
}

.comment-list li.bypostauthor {
	padding: 5px;
	background: url(images/nekonomi.gif) top right no-repeat #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.comment-list li.bypostauthor cite.fn {
	text-decoration: underline;
}

.comment-list li.comment .reply {
	margin: 10px 0 20px;
}




/* ---------- Navigation and Sidebar Widget ---------- */

/* Pagination for grid items and paginated posts */
.pagination {
	margin: 50px 0 0;
	font-size: 12px;
}
.pagination .current {
	color: #333333;
	font-weight: bold:
}
.pagination .next, 
.pagination .prev {
}

.pagination .page-numbers,
.pagination .current {
	margin: 0 10px 0 0;
	padding: 10px 15px;
	text-decoration: none;
	background: #eff5e7;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* page-numbers hover color */
.pagination .current,
a.page-numbers:hover {
	color: #fff;
	background-color: #341503;
}
#post-pagination {
	margin: 1em 0;
	color: #341503;
}
#post-pagination .prefix {
	color: #eaeaea;
}

/* Sidebar 
 * In this theme, sidebar is a horizontal line.
 * Sidebar2 is a block on the bottom.
 * See also "Form Elements" section.
 */
#sidebar{
	list-style: none;
	list-style-type: none;
	margin: 10px 0;
	padding: 5px 10px;
	background: #eff5e7;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#sidebar2 {
	list-style: none;
	list-style-type: none;
	margin: 50px 0;
	padding-left: 0;
}
#sidebar li {
	margin: 2px 0;
}
#sidebar li.widget h2.widgettitle {
	display: none;
}

#sidebar li.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li.widget ul li {
	display: inline;
	padding-right: 5px;
}

li.current-cat {
	text-decoration: underline;
}

#sidebar2 li.widget {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
	width: 280px;
	padding: 5px 0 0 0;
	border: 0;
}

#sidebar2 h2.widgettitle {
	border-left: none;
	margin-top: 0;
	padding: 5px 10px;
	color: #341503;
	background-color: #eff5e7;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#sidebar2 li.widget div {
	padding: 0 10px;
	font-size: 12px;
}

#sidebar2 li.widget ul {
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
}

#sidebar2 li.widget ul li {
	list-style: none;
}
#sidebar2 ul.children ul li {
	list-style: none;
}

#wp-calendar {
	margin: 1em 0;
	border: none;
}
#wp-calendar caption{
	text-align: left;
	margin: 2px 0 0 0;
	padding: 0;
}
#wp-calendar td {
	text-align: center;
}

/* ---------- Form Elements ---------- */

div.comment-form {
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 0;
	padding: 0;
}
#commentform textarea {
	width: 99%;
	max-width: 640px;
}

/* for sidebar widget */

#searchform {
    width: 260px;
}
#searchform div {
	padding: 0;
	font-size: 12px;
}
#searchform label.screen-reader-text {
	display: none;
}
#searchsubmit {
	display: inline;
	border: none;
	background: #341503;
	color: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#s { /* #searchform input#s */
	width: 170px;
	margin: 0;
	padding: 5px;
	border: thin solid #93b858;
	background: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;	
}

/* special styles */

object {
	border: 15px solid #fff;
	margin: 10px auto;
}

.menu-item a:link,
.menu-item a:visited {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 5px;
	margin: 0 5px 0 0;
	background: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.menu-item a:hover {
	color: #fff;
	text-decoration: none;
	background: #341503;
}

input#author,
input#email,
input#url,
textarea#comment,
input#tcf_sender,
input#tcf_email,
input#tcf_subject,
textarea#tcf_msg {
	font-size: 10px;
	color: #341503;
	padding: 3px;
	border: none;
	background: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

li#tag_cloud-4.widget.widget_tag_cloud a:link,
li#tag_cloud-4.widget.widget_tag_cloud a:visited,
li#alternate-recent-posts.widget.widget_alternateRecentPosts a:link,
li#alternate-recent-posts.widget.widget_alternateRecentPosts a:visited,
a.twitterwidget.twitterwidget-title:link,
a.twitterwidget.twitterwidget-title:visited {
	text-decoration: none;
}

div.linkwithin_posts a:hover {
	background: #fff;
}

table.linkstable a img {

}

.weblink_img {
	border: 1px solid #eff5e7;
}

.weblink_img:hover{
	border: 1px solid #341503;
}

a.more-link:link,
a.more-link:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 5px;
	margin: 0;
	color: #fff;
	background: #341503;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

a.more-link:hover {
	text-decoration: none;
	color:  #341503;
	background: #fff;
}

div.comments_link {
	margin: 10px 0;
}

div.comments_link a:link,
div.comments_link a:visited {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	background: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div.comments_link a:hover {
	text-decoration: underline;
}
