/*
Theme Name: monokano
Description: monokano style based Librio.
Version: 1.1
Author: monokano
Author URI: http://tama-san.com/
Tags: fixed width, two columns, widgets, apple, mac, white, grey

	monokano v1.1
	http://tama-san.com/
	This theme was designed and built by monokano,
	whose homepage you will find at http://tama-san.com/

	Librio v1.0
	http://deniart.ru/
	This theme was designed and built by Denis Shakhov,
	whose homepage you will find at http://deniart.ru/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* 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: 12px/18px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: #fff url(images/bg5.gif); 
}

p {
	font-size: 13px; 
	line-height: 20px;
	margin-bottom: 1em;
	}
p span {font-size: 10px; font-weight: normal;}

h1, h2, h3, h4, h5,h6 { font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Geneva, Sans-Serif;  font-weight: normal; color: #333; }
h1 { font-size: 17px; line-height: 18px; }
h2 { font-size: 15px; line-height: 17px; }
h3 { font-size: 14px; line-height: 16px; }
h4 { font-size: 13px; line-height: 15px; }
h5 { font-size: 12px; line-height: 12px; }
h6 { font-size: 11px; line-height: 11px; }
h1 { margin-bottom: 10px; }
h2, h3, h4, h5,h6 { margin-top: 26px; margin-bottom: 14px; }
h4, h5,h6 { margin-top: 18px; margin-bottom: 5px; }
h1 span { color: #999; }

a { color: #5371c5; text-decoration: none; }
a:hover { color: #5371c5; text-decoration: underline; }
a:visited { color: #5371c5; }

blockquote { 
	font: 14px/22px Georgia, Serif; 
	color: #000;
	padding: 16px 17px 2px 17px;
	margin: 16px 13px 16px 13px;
	background: #eee; 
}
blockquote p { 
	margin-left: 3px;
}
blockquote mn { font-family: monospace }

input, textarea { font: 12px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; }

table {
	margin: 0 0 10px 0;
	}
td, th {
	padding: 0px 6px 0 0; 
}
table p {
	margin: 0 0 0 4px;
	font-size: 12px; 
	font-weight: normal; 
	text-align: left; 
	line-height: 1.1em;}
table span {font-size: 12px; font-weight: normal;}

hr {
	border-width: 1px 0px 0px 0px; 
	border-style: dotted; 
	border-color: #999; 
	height: 1px; 
	margin-top: 16px; 
	margin-bottom: 19px; 
}

.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; }

/* Container
-------------------------------------------------------------------*/
#container { 
	width: 885px; 
	margin: 0 auto 0 auto;
	overflow: hidden; 
}
#container #wrapper { 
	width: 885px; 
	float: left; 
	overflow: hidden; 
	background: #fff url(images/sidebar-bg.png) repeat-y top right; 
}

/* Header
-------------------------------------------------------------------*/
#header { 
	width: 885px; 
	height: 48px; 
	float: left; 
	background: #fff; 
	position: relative; 
}
#header h1 { 
	font: 19px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;
	padding: 20px 0 0 30px; 
	margin-bottom: 0; 
	color: #333; 
}
#header h1 a { 
	color: #555; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
}
#header h1 span { 
	padding-left: 10px; 
	font-size: 11px; 
	color: #777; 
}

/* Search
-------------------------------------------------------------------*/
#search {
	position: absolute;
	top: 20px; 
	right: 15px;
}
#search #s { 
	width: 147px;
	height: 11px;
	padding: 6px 0 5px 23px;
	vertical-align: bottom;
	line-height: 1px;
	color: #777;
	border: 0;
	background: #fff url(images/search-bg.png) no-repeat;
	font: normal 11px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;
}

/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 885px;
	float: left; 
	height: 24px; 
	background: #fff url(images/nav-bg.png) repeat-x; 
	position: relative; 
	font-size: 11px; 
}
#nav ul { 
	margin-top: 4px; 
	margin-left: 0px; 
	padding-left: 30px;
}
#nav ul li { 
	display: inline; 
	margin-right: 10px; 
}
#nav ul li a { 
	font-weight: normal; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
	color: #333; 
	line-height: 0px; 
}
#nav ul li a:hover { 
	color: #666; 
}
#nav #feed {  
	position: absolute; 
	right: 15px; 
	top: 3px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	padding: 0 0 0 20px;
	display: block; 
	text-shadow: 1px 1px 1px #fff; 
	background: url(images/feed.gif) no-repeat 0 2px; 
}

/* Content
-------------------------------------------------------------------*/
#content { 
	width: 585px; 
	float: left; 
	padding: 40px 50px 34px 50px; 
	background: #fff; 
}
#content h2, h3, h4, h5,h6 { font-weight: bold; }

#content .post { 
	margin-bottom: 22px; 
}
#content .post h1.post-title { 
	font-size: 18px;
	color: #333;
	background: url(images/pencil.png) no-repeat 0px 1px; 
	padding-left: 25px;
	margin-bottom: 18px;
}
#content .post h1.post-title a { 
	text-decoration: none;
	color: #333;
}

#content .post .post-info { 
	clear: both; 
	font-size: 10px; 
	color: #555; 
	padding: 0 5px 0 5px; 
	margin-bottom: 30px;  
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
}
#content .post-info { 
	margin-top: 22px; 
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:underline; }

#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: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#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-left: 1em; 
	margin-top: 4px; 
	margin-bottom: 16px; 
}
#content .post li { 
	margin-bottom: 5px; 
}

/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #fff; 
	border: 5px solid #ece4d6; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 489px; 
	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
-------------------------------------------------------------------*/
#comments .comment { 
	width: 585px;
	background: #fff url(images/bg.gif); 
	margin-bottom: 10px; 
	overflow: hidden; 
	padding-bottom: 5px; 
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#comments .comment .comment-avatar { 
	width: 25px; 
	float: left; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	width: 510px;
	float: left; 
	padding: 10px 15px 0px 15px; 
	margin: 5px 5px 0 0; 
	background: #fff ; 
}
#comments .comment .comment-content a { color: #444; }
#comments .comment-content  { 
	padding-bottom: 10px; 
}
#comments .comment-content p { 
	font-size: 11px; 
	line-height: 1.5em;
}

#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 12px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}

/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 200px; 
	float: left; 
	font-size: 11px; 
	font-weight: bold;
	color: #555; 
	margin-top: 10px;
	margin-bottom: 15px;
	list-style-type: none;
}
#sidebar h3 { 
	font: bold 12px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	margin: 3px 0 4px 0; 
}

#sidebar .block { 
	padding: 8px 0 12px 15px; 
	overflow: hidden;
	background: url(images/sidebar-block-bg.gif) no-repeat bottom center; 
}

#sidebar .block ul li { 
	padding-left: 7px; 
	background: url(images/arrow.gif) no-repeat 0px 7px; 
	font-weight: normal;
	font-size: 11px; 
}
#sidebar .block ul { 
	padding-left: 0px; 
}
#sidebar ul .children { 
	margin-left: 0px;
}
#sidebar .block p { 
	font-size: 10px; 
	line-height: 0;
	text-align: right;
	color: #333; 
	padding-right: 15px; 
	margin-bottom: 6px; 
}



/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 885px;
	height: 28px;
	float: left;
	clear: both;  
	position: relative;
	background: #fff url(images/footer-bg.png) repeat-x; 
}
#footer p { 
	line-height: 28px; 
	color: #666; 
	padding-top: 1px; 
	padding-left: 15px; 
	font-size: 9px; 
	margin: 0; 
}


/* software - download page
----------------------------------------*/
#software {  }
#software h2 { font: bold 14px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	line-height: 1.3em; 
	margin: 16px 0 3px 64px; 
}
#software h3 { 
	font: bold 12px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	line-height: 1.3em; 
	margin: 16px 0 3px 64px; 
}
#software p { 
	font-size: 12px; 
	line-height: 1.5em; 
	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; }
/* footnote
----------------------------------------*/
#content ol.footnotes { 
	font-size: 11px;
	color: #333;
	line-height: 1.3em; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	padding-top: 7px;
	border-top: 1px dotted #999;
	text-indent: -7px;
	padding-left: 7px;
}

#content ol.footnotes a { font-weight: normal; color: #7f007f; text-decoration: none; }
#content ol.footnotes a:hover { color: #7f007f; }
#content ol.footnotes a:visited { color: #7f007f; }
sup { font: normal 11px "Trebuchet MS", Verdana, Helvetica, Arial, Geneva, Sans-Serif; }
sup a { color: #7f007f; text-decoration: underline; }
sup a:hover { color: #7f007f; }
sup a:visited { color: #7f007f; }

/* Calendar
----------------------------------------*/
#wp-calendar {
	empty-cells: show;
	padding: 0 10px 0 0;
	width: 100%;
	text-align: center;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

/* Clear
----------------------------------------*/
noind { 	margin-left: ; }


/* MyTwitter
----------------------------------------*/
.mytwitter { 
margin-bottom: 0.6em;
padding-right: 10px; 
line-height: 1.3em;
color: #333;
}