﻿/*  
Theme Name: Gut Default
Theme URI: http://sevrugin.ru/
Description: Бла-бла-бла...
Version: 0.0
Author: Сергей Севрюгин
Author URI: http://sevrugin.ru/
*/


body {
	background: #fff url('pix/page_bg.jpg') top center no-repeat;
	color: #999;
	font: 9pt Arial, sans-serif;
	text-align: center;
	}
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #09c;
}
#page {
	margin: 50px auto;
	padding: 0;
	width: 750px;
	text-align: left;
	}
#header {
	padding: 15px;
	background: #09c url('pix/header_bg.jpg');
}
#header h1{
	margin: 0;
	margin-left: -2px;
	font-size: 24pt;
	font-weight: normal;
	color: #fff;
	}
#header a {
	color: #fff;
	text-decoration: none;
}

#header h2.description {
	margin: 0;
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
}
#sidebar h2 {
	font-size: 8pt;
	font-weight: normal;
	color: #069;
}
#sidebar h2, #sidebar div {
	display: inline;
}
.st-tag-cloud a:link, .st-tag-cloud a:visited {
	text-decoration: none;
	color: #999;
	padding-left: 1px;
	padding-right: 1px;
	
}
.st-tag-cloud a:hover, .st-tag-cloud a:active {
	text-decoration: none;
	color: #fff;
	background-color: #09c;
	padding-left: 1px;
	padding-right: 1px;
}
hr {
	background : #fff;
	color : #fff;
	border: 0;
	border-top : 1px dotted #bbb;
	height : 1px;
}
hr.bold {
	border-top : 2px solid #09c;
}

#content {
}

.post {
	width: 225px;
	height: 200px;
	margin-right: 20px;
	padding: 0;
	float: left;
	font-size: 8pt; 
}

.singlepost {
	color: #000;
}
.post h2 {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 9pt; 
	font-weight: normal;
}
.singlepost h2 {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 14pt;
	font-weight: bold;
	color: #09c;
}
.post a:link, .post a:visited {
	color: #069;
	text-decoration: none;
} 
.post a:hover, .post a:active {
	color: #c33;
	text-decoration: none;
} 
.arrow {
	margin-left: 1ex;
	padding-left: 1px;
	padding-right: 1px;
}
a:link .arrow, a:visited .arrow {
	color: #fff;
	background-color: #fff;
	text-decoration: none;
} 
a:hover .arrow, a:active .arrow {
	color: #fff;
	background-color: #ccc;
	text-decoration: none;
}
.singlepost a:link, .singlepost a:visited {
	color: #09c;
	text-decoration: underline;
}
.singlepost a:hover, .singlepost a:active {
	color: #c33;
	text-decoration: underline;
} 

.post a img {
	border: 2px solid #ccc;
	width: 225px;
	height: 100px;
}
.post a:hover img {
	border: 2px solid #09c;
}
.post .entry, .post .entry p {
	margin: 0;
	padding: 3px 0 3px 0;
}
.singlepost .entry img {
	padding: 5px 0 5px 0;
}
.singlepost .description {
	display: block;
	background-color: #fff;
	color: #666;
	font-size: 8pt;
}
.singlepost .description h3 {
	display: inline;
	font-size: 8pt;
	font-weight: normal;
}
.time {
	font-size: 6pt;
	color: #bbb;
	margin: 0;
	padding: 5px 0 5px 0;
}
#footer {
	clear: both;
	color: #777;
	font-size: 8pt;
}


