/*  
Theme Name: Minimus
Theme URI: http://kimochi.ru/wp/minimus/
Description: The <a href="http://kimochi.ru/pr7/minimus/">Kimochi Minimus</a> theme. See more: <a href="http://kimochi.ru/pr7/minimus/#black">Kimochi Minimus Black</a> & <a href="http://kimochi.ru/pr7/minimus/#pink">Kimochi Minimus Pink</a> themes.
Version: 1.0
Author: Viacheslav Kim
Author URI: http://kimochi.ru/
*/

/* Begin Typography & Colors
--------------------------------------------------------------------------------------- */
* { border: 0px solid #ff0000; }

* {
	padding:0;
	margin:0;
	}

body {
	font: 62.5% "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	background: #eeeeee;
	margin: 80px 0 0 0;
	padding: 0;
	text-align: center;
	}

#logo {
	width: 500px;
	height:61px;
	margin:-42px 0 0 45px;
	background: url(images/logo.png) no-repeat left;
	position: absolute;
	}
	
#headerbg {
	width: 910px;
	height:11px;
	margin:0 0 0 15px;
	background: url(images/headerbg.png) no-repeat center;
	}
	
#contentbg {
	text-align: left;
	width: 910px;
	margin:-5px 0 0 15px;
	background: url(images/contentbg.png) repeat-y center;
	}
	
#footerbg {
	margin-left:-35px;
	width: 910px;
	height:12px;
	margin:0 0 0 15px;
	background: url(images/footerbg.png) no-repeat left bottom;
	clear: both;
	}
	
p {
	padding: 10px 0 0 0;
	}
	
p.copy {
	font: 11px "Arial", Geneva, sans-serif;
	color: #555;
	padding: 5px 0 10px 35px;
	}

p.copy a {
	font: 11px "Arial", Geneva, sans-serif;
	color: #555;
	}
	
/* Begin Content
--------------------------------------------------------------------------------------- */
#sub-menu{
	display: inline;
}

#sub-menu ul{
	list-style-type: none;
	margin: 5px 0 0 45px;
	padding: 0;
}

#sub-menu ul li{
	float: left;
}

#sub-menu ul li a{
	display: block;
	padding: 14px 20px 13px 0;
	text-decoration: none;
	color: #989898;
	font: 19px "Arial", Geneva, sans-serif;
}

#sub-menu ul li a:hover{
	text-decoration: underline;
}
	
#content {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 42px;
	width: 670px;
	}

#content h1 a {
	font: 31px "Arial", Geneva, Arial, sans-serif;
	color: #454545;
	text-decoration: none;
	}
	
#content h1 a:hover {
	color: #333;
	text-decoration: none;
	}

.post {
	padding: 0 10px 25px 0;
	}
		
.entry {
	font: 14px "Arial", Geneva, sans-serif;
	color: #454545;
	padding: 0 0 2px 2px;
	}
	
.entry a{
	color: #004499;
	text-decoration: underline;
	}
	
.entry a:hover{
	color: #dd0000;
	text-decoration: underline;
	}

small {
	font: 11px "Arial", Geneva, sans-serif;
	color: #999;
	padding: 7px 0 2px 0;
	}
	
small a {
	color: #555;
	text-decoration: underline;
	}

small a:hover {
	color: #555;
	text-decoration: none;
	}
	
/* Begin Sidebar
--------------------------------------------------------------------------------------- */
#sidebar {
	font: 14px "Arial", Geneva, sans-serif;
	color: #222;
	padding: 0 10px 0 0;
	margin:0 0 0 710px;
	width: 165px;
	border: 0px solid #ff0000;
	}
	
#sidebar a {
	font: 14px "Arial", Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	}
	
#sidebar a:hover {
	font: 14px "Arial", Geneva, sans-serif;
	color: #dd0000;
	text-decoration: underline;
	}
	
p.category {
	font: 18px "Arial", Geneva, sans-serif;
	color: #222;
	font-weight: bold;
	}	
	
/* Begin Sidebar UL LI
--------------------------------------------------------------------------------------- */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 2px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar ul li ul li{
	margin-left: 5px;
	padding-left: 5px;
	}

.rss {
	padding-bottom: 10px;
	}
	
.tag {
	padding-bottom: 10px;
	}
	
.widgettitle h2 {
	padding-bottom: 10px;
	}		
	

/* Begin Images
--------------------------------------------------------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.aligncenter {
	text-align: center;
	}
	
/* Begin Related post
--------------------------------------------------------------------------------------- */
.related{
color:#000;
font-weight: bold;
font-size:12px;
border:0px solid #ccc;
padding:0;
margin:0;
}

.related a, .related a:visited{
color:#004f9d;
text-decoration:none;
font-size:12px;
font-weight: normal;
}

.related a:hover{
color:#000;
text-decoration:none;
font-size:12px;
font-weight: normal;
}

/* Begin Other
--------------------------------------------------------------------------------------- */
pre {
	margin: 8px 0px;
	padding: 3px;
	clear: both;
	width: 100%;
	overflow: scroll;
	font-family: Verdana, sans-serif, Arial;
	font-size: 11px;
	background: #fffaee;
	color: #000;
}

/* Begin Comments
--------------------------------------------------------------------------------------- */
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	border: 1px solid #e4e4e4;
	}

#commentform textarea {
	width: 500px;
	padding: 2px;
	border: 1px solid #e4e4e4;
	}

#commentform #submit {
	margin: 0;
	width: 200px;
	}

.comments {
	font: 14px 'Ariale', Verdana, Sans-Serif;
	font-weight: bold;
	}
		
.commentlist li, #commentform input, #commentform textarea {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	padding: 0;
	}
	
.commentpost {
	margin-right: 50px;
	padding: 0;
	border: 1px solid #efddcd;
	}
.commenttop {
	background: #f6eee4;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #fff;
	}

.commentbody {
	background: #fbf7f3;
	margin: 0;
	padding: 10px;
	}
	
.commentbody p {
	margin: 0;
	padding: 0;
	}

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */

blockquote {
	margin: 5px 10px 5px 10px;
	padding-left: 5px;
	border-left: 3px solid #ddd;
color:#555;
font-style: italic;
	}