/*
Theme Name: blog.dotfix.ru
Description: Тема для блога «Точка с запятой;».
Version: 2.0
Author: Юрий Гугнин
Author URI: http://on.dotfix.ru/
Tags: minimal

Тема довольно капризная:
	- крайне желателен Wordpress не ниже 2.7;
	- в галерее изображений у каждой записи должна быть минимум одна картинка размером 470x240px или больше (более крупная автоматом будет ресайзена и обрезана);
	- картинки внутри постов желательно делать не более 500px в ширину;
	- возможны баги при выводе превьюшки поста на морду или в ленту, если выше ката есть картинка, обернутая в ссылку;
	- не предусмотрен вывод страниц, хотя знающий человек легко прикрутит колонку со страницами на морду и сделает стиль и шаблон для page.php
*/

/* основные тэги */
*{
	margin:0; 
	padding:0;
	border:0
}
body {
	margin:37px 0 50px 0;
	background:white;
	font:62.5% Georgia, Serif;
	color: #333
}
h1{
	margin:25px 0 50px 0;
	font-size:5.7em;
	font-weight:normal;
	color:#333333;
	text-align:center
}
h2{
	font:2.4em Georgia,Serif;
	font-weight:normal;
	color:#333333
}
h2 a{
	border-bottom:1px solid #D90000;
	text-decoration:none;
}
h6{
	font-size:1.4em;
	font-weight:normal
}
p{
	line-height:150%
}
ul{
	list-style:none
}
a{
	text-decoration:underline;
	color:#D90000
}
a:hover{
	background:#FFFFC4;
	border-bottom:1px solid #C4C4C4;
	text-decoration:none;
	color:#333
}
input{
	padding:2px 5px 2px 5px;
	border:1px solid #c4c4c4;
	font-family:Georgia, Serif;
}
textarea{
	overflow:auto;
	padding:2px 1px 2px 3px;
	border:1px solid #c4c4c4;
	font-family:Georgia, Serif;
}
pre{
	margin:0 0 1.5em 0;
	font-size:12px
}
/* разметочка */
#page{
	width:960px;
	margin:0 auto 0 auto;
	position:relative;
}
/* превьюшка для поста */
.postpreview{
	width:960px;
	position:relative;
	overflow:hidden;
	margin-bottom:50px;
	/*background:yellow*/
}
.entry{
	width:470px;
	/*background:blue*/
}
.postpreview h2{
	margin:0 0 13px 0;
	padding:19px 0 0 0;
	text-align:center
}
.entry h4{
	position: relative;
	float:right;
	margin:0 -490px 0 0;
	width:470px
}
.postpreview  h4{
	height:240px;
	display:inline;
	position:relative;
	clear:both;
	overflow:hidden;
	*left:20px
}
.postpreview h4 img{
	/*width:470px; /* это потом убрать*/
	display:block;
	position:relative;
	/*top:-50%*/
}
.postpreview  p{
	margin:0 0 12px 0;
	font-size:1.8em
}
/* колонки снизу */
.minicolumns{
	width:100%;
	overflow:hidden
}
.minicolumn{
	float:left;
	width:225px;
	margin-right:20px
}
.minicolumns .last{
	margin-right:0
}
.minicolumn ul li{
	font-size:1.4em;
	line-height:150%
}
/* разметка конкретного поста */
.fullentry{
	width:500px;
	margin-left:40px;
	overflow:visible;
	position:relative
}
.fullentry h2{
	margin:0 0 12px -40px
}
.fullentry h4{
	position: relative;
	float:right;
	margin:0 -436px 0 0;
	width:400px;
	font-size:1.1em;
	font-weight:normal;
	color:#666;
	line-height:140%;
	*left:20px
}
.fullentry p{
	font-size:1.4em;
	margin:0 0 1.5em 0
}
.fullentry p img{
	margin-left:-40px
}
.fullentry blockquote{
	margin-left:-40px;
	font-style:italic
}
.fullentry em{
	border-bottom:1px solid #C4C4C4;
	background:#FFFFC4
}
.fullentry ol{
	margin:0 0 21px 25px;
	font-size:1.4em;
	line-height:150%;
}
.fullentry ol li{
	padding:0 0 8px 0
}
.bookvizza{
	display:block;
	float:left;
	margin:22px 5px 19px 0;
	font-size:4.8em;
	font-weight:100
}
.postmeta{
	margin-bottom:50px;
	padding:10px 0 0 0;
	border-top:1px solid #C4C4C4
}
.postmeta h3{
	margin-left:-20px;
	font-size:1.2em;
	font-style:italic;
	font-weight:normal
}
.postmeta p{
	font-size:1.2em
}
/* каменты */
#comments{
	margin:0 0 25px 0;
	font-size:2.8em;
	font-weight:normal
}
.commentlist{
	margin:0 0 0 40px;
	list-style:none
}
.commentlist li{
	margin:0 0 25px 0
}
.commentlist p{
	width:500px;
	font-size:1.2em
}
.comment-author{
	margin-left:-20px;
	font-size:1.2em;
	font-style:italic
}
.comment-meta{
	margin-left:-20px;
	font-size:1.2em
}
.comment-meta a{
	color:#999;
	text-decoration:none
}
#respond{
	margin:0 0 0 40px
}
#respond h3{
	margin:0 0 8px -20px;
	font-size:1.8em;
	font-weight:normal
}
#respond p{
	width:500px;
	margin-bottom:10px;
	font-size:1.2em
}
#respond textarea,#respond input{
	font-size:12px
}
#respond input{
	width:250px;
	margin:0 10px 0 0
}
#respond small{
	font-size:1em
}
/* формат блоков с программным кодом */
.wp_syntax{
	margin:0 0 1.5em 0;
	font-size:12px
}
/* подвал */
#footer{
	clear:both;
	margin:50px 0 0 0;
	text-align:center
}