/*  
Theme Name: KASANE
Theme URI: http://www.napdays.com/wp/theme/kasane/
Description: WordPress theme.
Version: 1.02
Author: Minoru Nobuta
Author URI: http://www.napdays.com/
*/

/*	INDEX
-------------------------------------------------
	BASE
	HEADER
	CONTENT
	SIDE BAR
	COMMENT
	CALENDAR
	FOOTER
*/

/*	BASE
-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #eeeeee;
	color: #333333;
	text-align: center;
}

#page {
	width: 760px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(./images/wrapper-bg.png) repeat-y !important;
	background: url(./images/wrapper-bg.gif) repeat-y; /* for IE */
	text-align: left;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Chicago, sans-serif;
	font-size: 100%;
}

body, div, p, table, th, tr, td, 
ol, ul, li, dl ,dt, dd, input, select, textarea, label, legend,
addres, abbr, blockquote {
	font-family: Verdana, sans-serif;
	font-size: 100%;
}

pre, code, kbd {
	font-family: monospace;
	font-size: 100%;
}

img { border: none; }

a:link		{ color: #336699; }
a:visited	{ color: #6699CC; }
a:hover		{ color: #CC6666; }
a:active	{ color: #CC6666; }

input, textarea {
	margin: 0 0 3px 0;
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;
}

input#submit {
	padding: 2px 5px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #cccccc;
	background: #cccccc;
}

hr { display: none; }

/*	HEADER
-------------------------------------------------*/

#header {
	width: 750px;
	height: 150px;
	margin: 0px 5px;
	padding: 0;
	background: #cccccc url(./images/header-bg2.gif);
}

#header h1 {
	margin: 0;
	padding: 50px 0 0 20px;
	color: #ffffff;
	font-size: 200%;
}

.description {
	padding-left: 20px;
	font-size: 80%;
	text-align: left;
}

#header a:link,
#header a:visited {
	color: #ffffff;
	text-decoration: none;
}


/*	CONTENT
-------------------------------------------------*/

#content {
	display: inline;
	font-size: 80%;
}

.narrowcolumn {
	float: left;
	width: 510px;
	margin: 30px 20px 0px 25px;
	padding: 0 0 20px 0;
}

.widecolumn {
	width: 600px;
	margin: 0 100px;
	padding: 20px 0;
	background: #ffffff;
}

.navigation {
	margin-bottom: 20px;
	text-align: center;
}

.navigation .alignright {
	float: right;
	margin: 0;
	padding: 0;
}
	
.navigation .alignleft {
	float: left;
	margin: 0;
	padding: 0;
}

.navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.navigation {display: inline-table;}

/* Hides from IE-mac \*/
 * html .navigation {height: 1%;}
.navigation {display: block;}
/* End hide from IE-mac */

.post {
	margin: 0 0 40px 0;
}

h2.pagetitle {
	margin: 0 0 20px 0;
	padding: 0;
	color: #336699;
	font-size: 120%;
	letter-spacing: 1px;
}

.post h2 {
	margin: 0;
	padding: 0;
	font-size: 125%;
}

.post h2 a:link,
.post h2 a:visited { color: #666666; text-decoration: none; }

.post h2 a:hover,
.post h2 a:active { color: #cc6666; }

.smaller {
	font-size: 90%;
}

.entry * {
	color: #4d4d4d;
	line-height: 160%;
}

.postmetadata {
	clear: both;
	padding-top: 5px;
	font-size: 90%;
	text-align: right;
	line-height: 150%;
}

/* ENTRY TAG */

img.alignright {
	margin: 0 0 3px 5px;
}

img.alignleft {
	margin: 0 5px 3px 0;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

.entry blockquote {
	clear: both;
	margin: 1em;
	border-left: 3px solid #cccccc;
}

.entry blockquote p {
	margin: 1em;
}

pre {
	overflow: auto;
	width: auto !important;
	width: 98%; /* for IE */
	margin: 1em;
	padding: 10px 10px 15px 10px;
	border: 1px solid #cccccc;
	font-family: monospace;
}

code {
	font-family: 'Courier New', Courier, monospace;
}


/*	SIDE BAR
-------------------------------------------------*/

#sidebar {
	display: inline;
	float: right;
	width: 200px;
	margin: 30px 5px 20px 0px;
	padding: 0;
	font-size: 80%;
}

#sidebar a { text-decoration: none; }

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

#sidebar ul li ul {
	margin: 0 20px 20px 20px;
}

#sidebar ul.children,
#sidebar li.pagenav ul ul {
	margin: 0;
}

#sidebar ul.children li,
#sidebar li.pagenav ul ul li {
	margin: 0;
	margin-left: 1em;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #e6e6e6;
	background: #fafafa;
	color: #777777;
	font-weight: bold;
	line-height: 22px;
}

#searchform {
	width: 150px;
	margin: 10px 20px 20px 20px;
	padding: 0;
}

#sidebar #searchform #s {
	display: block;
	width: 150px;
	margin: 0 0 3px 0;
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;
	background: #fcfcfc;
}

#sidebar #searchsubmit {
	margin: 0;
	padding: 2px 5px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #cccccc;
	background: #cccccc;
}

/*	CALENDAR
-------------------------------------------------*/

#wp-calendar {
	width: 160px;
	margin: 0 20px 20px 20px;
	border-collapse: collapse;
	color: #666666;
	font-size: 80%;
}

#wp-calendar caption {
	margin-bottom: 3px;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
}

#wp-calendar thead {
	border-top: 3px double #cccccc;
	text-transform: capitalize;
}

#wp-calendar tfoot {
	text-transform: capitalize;
}

#wp-calendar td,
#wp-calendar th,
#wp-calendar caption {
	line-height: 160%;
	text-align: center;
}

#wp-calendar td#today {
	border: 1px solid #cccccc;
	background: #f2f2f2;
}

#wp-calendar th[abbr="Sunday"] {
	color: #ff0066;
}

#wp-calendar th[abbr="Saturday"] {
	color: #0066ff;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

/*	COMMENT
-------------------------------------------------*/

h3.respond {
	color: #666666;
	font-size: 100%;
}

#commentform {
	width: 100%;
}

#commentform p {
	font-size: 100%;
}

#commentform input,
#commentform textarea {
	font-size: 100%;
}

h3#comments {
	margin: 0 0 10px 0;
}

ol.commentlist {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.commentlist li {
	padding: 10px;
	border-bottom: 1px solid #d9d9d9;
	text-align: left;
}

.alt {
	padding: 10px;
	background-color: #fafafa;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	text-align: left;
}

.commentlist cite,
.commentlist cite a {
	font-style: normal;
	text-decoration: none;
}

.commentlist p {
	line-height: 150%;
}


/*	FOOTER
-------------------------------------------------*/

#footer {
	clear: both;
	width: 510px;
	margin: 0 20px 0 25px;
	padding: 0;
	border-top: 1px dotted #999999;
	background: transparent;
	font-size: 80%;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	line-height: 150%;
}
