/*  
Theme Name: iAudioBooks
Theme URI: http://www.kimochi.ru/
Description: Wordpress theme by <a href="http://www.hazukashii.com/">Hazukashii</a>.
Version: 0.1
Author: Viacheslav Kim
Author URI: http://www.hazukashii.com/
*/


/* Begin Typography & Colors 
------------------------------------- */
* {
	margin: 0;
	padding: 0;
	}
body {
	font-size: 12px;
	font-family: Arial;
	background: #efefef;
	color: #111;
	text-align: center;
	}
	
a, a:visited {
	color: #070;
	text-decoration: underline;
	}

a:hover {
	color: #070;
	text-decoration: none;
	}

.header {
	background: #efefef;
	}
	
.header img {
	border: none;
	}
	
#content {
	}

#footer {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	clear: both;
	}
	
h1 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}

h2 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border: none;
	}
	
h4 {
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 7px 5px;
	background: #0088cc;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	}

.picsomania h4 a{
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 7px 5px;
	background: #0088cc;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	}

table {
	text-align: left;
	background: #fff;
	}

.post {
	padding: 7px 5px;
	margin: 10px 5px;
	border: 1px solid #ddd;
	background: #e6effe;
	}
	
.post table {
	background: #e6effe;
	}

.post img {
	margin-right: 10px;
	}
	
#content {
	color: #222;
	background: #fff;
	}

.entry {
	text-align: left;
	}
	
.entry p {
	padding-bottom: 7px;
	}

.entry a {
	color: #222;
	text-decoration: underline;
	}
	
.entry img {
	margin: 3px;
	}

.posttitle {
	margin-top: -35px;
	background: url('/data/posttitle.png') repeat-x top;
	padding: 1px 2px;
	width: 168px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: left;
	}

#sidebar {
	width: 190px;
	text-align: left;
	padding:5px 0 5px 5px;
	position:relative;
	}

#sidebar ul, #sidebar li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar li{
	display: block;
	padding: 5px 1px;
	border-bottom: 1px dotted #ddd;
	}

#sidebar li .current-cat{
	background: #f5f5f5;
	display: block;
	padding: 5px 1px;
	border-bottom: 1px dotted #ddd;
	}

#sidebar li a{
	color: #999;
	text-decoration: none;
	}
	
#sidebar li a:hover{
	color: #0088cc;
	}
	
.tdsidebar {
	border-right: 1px solid #ddd;
	}
	
img {
	border: 1px solid #333;
	}
.row  {clear: both0; }
.col1 {width: 170px; float: left; padding:7px}
.col2 {width: 170px; float: left; padding:7px}
.col3 {width: 170px; float: left; padding:7px}

#related {display: block; width: 650px; border:0px solid #000;}
#related a {
	color: #222;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	}
.relatedimg {width: 120px; display: inline; float: right;  padding: 5px; }

.navigation {
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	}

.newest {
	font-size: 22px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	padding: 7px;
	border-bottom: 1px dashed #999;
	}

.yellow {
	background: #ffffcc;
	font-size: 12px;
	color: #555;
	text-align: right;
	text-decoration: none;
	margin: 5px 7px 0px 7px;
	padding: 5px;
	border: 1px solid #ebebaf;
	}

#sidebar li .cat-item-233{
	background: #e38812;
	display: block;
	padding: 5px 1px;
	border-bottom: 1px dotted #ddd;
	}
	
#sidebar li .cat-item-233 a{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}

.aligncenter {
	text-align: center;
	padding-bottom: 5px;
	}