/*
Theme Name: monokano old
Description: monokano style
Version: 1.0
Author: monokano
Author URI: http://tama-san.com/
Tags: fixed width, two columns, white
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul, ol { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }

/* Body
-------------------------------------------------------------------*/
body { 
	font: 13px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: #fff url(images/bg.gif); 
	margin-top: 0px;
	line-height: 1.7;
}

p {
	font-size: 13px; 
	line-height: 1.7;
	margin-bottom: 1.7em;
	}
p span {font-size: 12px; font-weight: normal;}

h1, h2, h3, h4, h5,h6 { font-family: Verdana, Helvetica, Arial, Geneva, Sans-Serif; color: #333; line-height: 1.3;}
h1 { font-size: 18px; font-weight: normal; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }
h1 { margin-bottom: 12px; }
h2, h3, h4, h5,h6 { margin-top: 26px; margin-bottom: 16px; }
h4, h5,h6 { margin-top: 20px; margin-bottom: 7px; }
h1 span { color: #999; }

a { color: #004276; text-decoration: none; }
a:visited { color: #004276; }
a:hover { color: #ff9933 }

/*a {color: #004276; text-decoration: none}
a:hover {color: #ff9933; text-decoration: underline}
a:visited {color: #004276;} */


blockquote { 
	color: #000;
	padding: 16px 17px;
	margin: 16px 0;
	background: #f7f2ee; 
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

blockquote p { 
	font: 13px Georgia, Serif; 
	line-height: 1.8;
	margin: 0;
}

/* Container
-------------------------------------------------------------------*/
#container { 
	width: 830px; 
	margin: 0 auto;
	overflow: hidden; 
	background: #fff;
}
#container #wrapper { 
	width: 830px; 
	float: left; 
	overflow: hidden; 
	background: #fff; 
}

/* Header
-------------------------------------------------------------------*/
#header { 
	width: 830px; 
	height: 10px; 
	float: left; 
	background: #fff; 
	position: relative; 
}


.alignnone { margin: 4px auto 0px auto;  }
.alignnoneBd { 
	margin: 4px auto 0px auto; 
	border: 1px solid #aaa;
}

.aligncenter { margin: 10px auto 10px auto;  }

.alignleft { float: left; margin: 10px 15px 10px 0; }
.alignleft2 { float: left; margin: 4px 15px 10px 0; }
.alignleft3 { float: left; margin: 2px 15px 10px 0; }

.alignright { float: right; margin: 10px 0 10px 15px; }
.alignright3 { float: right; margin: 2px 0 10px 15px; }


/* Content
-------------------------------------------------------------------*/
#content { 
	width: 580px; 
	float: left; 
	padding: 1em 30px 0 30px; 
	background: #fff; 
}
#content h1.post-title { 
	font-weight: normal; 
	border-left:7px solid #ccc;  
	padding: 7px 0 7px 0; 
}
#content h2, h3, h4, h5,h6 { font-weight: bold; }

#content .post { 
	margin-bottom: 1.5em; 
	padding: 1.5em 2.2em 1em 2.2em; 
	-moz-box-shadow: 0px 0px 3px #999;  
	-webkit-box-shadow: 0px 0px 3px #999;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

#content .post h1.post-title { 
	font-size: 18px;
	color: #000;
	padding-left: 0.5em;
	margin-bottom: 24px;
}
#content .post h1.post-title a { 
	text-decoration: none;
	color: #000;
}
#content .post h1.post-title a:hover { color: #ff9933; text-decoration:underline; }

#content .post .post-info { 
	clear: both; 
	font-size: 10px; 
	color: #333; 
	margin-bottom: 2px;  
	background: #fff; 
	font-weight: bold;
}
#content .post-info { 
	margin-top: 0px; 
}
#content .post .post-info a { color: #fff; text-decoration:none; }
#content .post .post-info a:hover { color: #fff; text-decoration:underline; }
#content .post .post-info span { 
	margin-left: 6px; 
	padding-left: 5px;
	padding-right: 5px;
	font-size: 9px; 
	font-weight: bold; 
	color: #fff;
	background: #aaa;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content .post .post-info.comment {
	text-align: right; 
	font-size: 9px; 
	font-weight: normal; 
	color: #666;
}

#content #pages { text-align: center; }
#content #pages a { font: 12px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 0px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
	padding-left: 1em;
	text-indent: -1em; 
}
#content ul span { 
	font-size: 9px; color: #666; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}
#content .post ul { 
	font-size: 13px;
	margin-top: 16px; 
	margin-bottom: 16px; 
	line-height: 1.7;
}

#wpjr { 
	margin-top: 40px; 
	margin-bottom: 20px; 
}

#wpjr ul#wpjrelated {
	list-style:none;
	font-size: 11px;
	margin-top: 4px; 
	margin-bottom: 16px; 
	line-height: 1.6;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }

/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #fff; 
	border: 5px solid #ece4d6; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 498px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 10px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }

/* Comments
-------------------------------------------------------------------*/

h1.comments-title { 
	font-size: 14px; 
	font-weight: normal; 
}

#comments .comment { 
	width: 500px;
	margin-bottom: 0; 
	overflow: hidden; 
	padding-bottom: 5px; 
	border-top: 1px solid #ddd;
}

#comments .comment .comment-avatar { 
	width: 25px; 
	float: left; 
	padding: 5px 7px; 
}
#comments .comment .comment-content { 
	width: 500px;
	float: left; 
	margin: 5px 5px 0 0; 
	background: #fff ; 
}
#comments .comment-content  { 
	padding-bottom: 0; 
}
#comments .comment-content p { 
	font-size: 11px; 
	line-height: 1.5;
}

#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 6px; 
}
#comments .comment .comment-info span {
	font: bold 11px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment-info a { 
	color: #333; 
	text-decoration: none;
}


/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 190px; 
	float: left; 
	font-size: 11px; 
	font-weight: bold;
	color: #666; 
	margin-top: 12px;
	margin-bottom: 17px;
	list-style-type: none;
}

#sidebar a { color: #58a; text-decoration: none; }
#sidebar a:visited { color: #58a; }
#sidebar a:hover { color: #ff9933 }

#sidebar .block { 
	padding: 8px 0px 12px 30px; 
	overflow: hidden;
	background: url(images/sidebar-block-bg.gif) no-repeat bottom right;
}

#sidebar .block ul li { 
	padding-left: 15px; 
	background: url(images/list_tri.gif) no-repeat 0px 2px; 
	font-weight: normal;
	font-size: 11px; 
}
#sidebar .block ul { 
	padding-left: 0px; 
}
#sidebar ul .children { 
	margin-left: 0px;
}
#sidebar .block p { 
	font-weight: normal;
	font-size: 10px; 
	line-height: 0;
	color: #333;
	margin-top: 10px; 
	padding-left: 2px;
	margin-bottom: 38px; 
	letter-spacing : 1px;
}
#sidebar .block p a {color: #58a; text-decoration: none}
#sidebar .block a:hover {color: #ff9933; text-decoration: none}

#sidebar .block h1 { 
	font-size: 14px;
	color: #000; 
	margin: 3px 0 0 0; 
}
#sidebar .block h3 { 
	font-weight: bold;
	font: bold 12px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #666; 
	margin: 3px 0 4px 0; 
}

/* Search
-------------------------------------------------------------------*/
#search {
	margin-top: 3px; 
	margin-left: 0px;
}
#search #s { 
	width: 137px;
	height: 10px;
	padding: 5px 0 5px 23px;
	vertical-align: bottom;
	line-height: 1px;
	font: normal 11px Verdana, Sans-Serif;
	color: #555;
	border: 0;
	background: #fff url(images/search-bg.png) no-repeat;
	font: normal 11px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;
}
/* Navigation
-------------------------------------------------------------------*/
#RSSfeed {  
	margin-top: 3px; 
	padding-left: 20px; 
	background: url(images/RSSfeed.png) no-repeat 0 2px; 
}


/* Calendar */
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #fff; text-align: center; color: #888; }
#sidebar .block #calendar_wrap table td a { font-weight: bold; }

/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 830px;
	height: 50px;
	float: left;
	clear: both;  
	position: relative;
	background: #fff; 
}
#footer a#theme-author { 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	display: block; 
	height: 28px; 
	width: 130px; 
}
#footer p { 
	line-height: 28px; 
	color: #666; 
	padding-top: 1px; 
	padding-left: 30px; 
	font-size: 9px; 
	margin: 0; 
}
#footer a { 
	color: #666;
	text-decoration: underline;
}

sup {
	font-size: 10px;
}

/* monokano
-------------------------------------------------------------------*/

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

table {
	margin: 0 0 10px 0;
	font-size: 12px; 
	font-weight: normal; 
	text-align: left; 
	line-height: 1.4;
	}
td, th {
	padding: 0px 6px 0 0; 
}
table p {
	margin: 0 0 0 4px;
}
table span {font-size: 11px; font-weight: normal; }

hr {
	border-width: 1px 0px 0px 0px; 
	border-style: dotted; 
	border-color: #999; 
	height: 1px; 
	margin-top: 16px; 
	margin-bottom: 6px; 
}

/* software - download page
----------------------------------------*/
#software {  }
#software h2 { font: bold 14px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	line-height: 1.3; 
	margin: 16px 0 3px 64px; 
}
#software h3 { 
	font: bold 12px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	line-height: 1.3; 
	margin: 16px 0 3px 64px; 
}
#software p { 
	font-size: 12px; 
	line-height: 1.5; 
	margin: 0 0 8px 64px; 
}
#software h2 span { font-size: 10px; font-weight: normal;  }
#software p span { font-size: 9px; font-weight: normal;  }
#software .noind { margin-left: 0px; }
#software hr {
	margin-bottom: 6px; 
}
#software .alignleft { float: left; margin: 3px 15px 0 0; }
#software .alignright { float: right; margin: 3px 0 0 15px; }
