﻿/*  
Theme Name: PankovBlog
Theme URI: http://voronov-it.com/
Description: специально для Pankov.org
Version: 1.0
Author: Voronov Max
Author URI: http://voronov-it.com/
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #292929;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	line-height:1.2;
}
a:link {
	color:#004D9E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#004D9E;
}
a:hover {
	text-decoration: underline;
	color:#007CFF;
}
a:active {
	text-decoration: underline;
	color:#007CFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #004D9E;
	font-weight: normal;
}
img {
	border: 0px;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
#all {
	min-width: 1000px;

	width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 1000 ? "1000px" : "auto");
}
#header {
	border-top-width: 5px;
	background-image: url(images/fon.gif);
	background-position: center top; 	
	background-color: #292929;
	background-repeat: repeat-x;
	padding-right: 10%;
	padding-left: 10%;
	position: relative;
}
*html  #header {
	height: 160px;
}
#header #logo {
	position: absolute;
	top: 42px;
	left: 10%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ABABAB;
	line-height: 33px;
}
#header #menu {
     border: 1px solid #424242;
     float: right;
     margin-top: 52px;
     margin-bottom: 50px;
     margin-right: 1%;
}
#header #menu .line {
	font-size: 1px;
	line-height: 1px;
	background-image: url(images/menu_line.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 1px;
	float: left;
}
#header #menu .item {
	float: left;
	height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #949494;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#header #menu .item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #949494;
}
#header #menu .item a:hover {
	color: #FF6000;
	text-decoration: underline;
}
#header #portfolio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868686;
	height: 197px;
	line-height: 18px;
	background-color: #292929;
	margin-bottom: 43px;
}
#header #portfolio #box1 {
	float: left;
	height: 177px;
	width: 30%;
	background-image: url(images/img_1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #CCCCCC;
}
#header #portfolio #box1 a {
	display: block;
	height: 177px;
}

#header #portfolio #box2 {
	height: 177px;
	width: 30%;
	background-image: url(images/img_2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #CCCCCC;
	float: left;
	margin-left: 5%;
}
#header #portfolio #box2 a {
	display: block;
	height: 177px;
}
#header #portfolio #box3 {
	float: right;
	height: 177px;
	width: 30%;
	background-image: url(images/img_3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #CCCCCC;
}
#header #portfolio #box3 a {
	display: block;
	height: 177px;
}

#header #gotoportf {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #868686;
     height: 25px;
     line-height: 12px;
     padding-top: 10px;
}
#header #gotoportf a {
	color: #868686;
	text-decoration: underline;
}
#header #gotoportf a:hover {
	text-decoration: none;
}
#content img {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#container {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-right: 10%;
	padding-left: 10%;
    min-height: 500px;
}
#container #sidebar {
	float: right;
	width: 22%;
	position: relative;
	padding-bottom: 60px;
	line-height: 22px;
	
}
#container #sidebar ul {
	list-style-type:none;
	margin:7px 0;
}
#container #sidebar li {
	display:inline;
	color:#ABABBA;	

}
#container #sidebar p {
	margin-top: 18px;
	margin-bottom: 18px;
}

#container   #sidebar   h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FF6000;
	font-weight: normal;
	line-height: 17px;
}
#container #content {
	width: 70%;
	position: relative;
	text-align: justify;
	padding-bottom: 60px;
	margin-right: auto;
}

#container #content .box {
	position: relative;
	margin-left: 50px;
	margin-top: 8px;
	font-size: 14px;
	margin-bottom: 20px;
}
#container  #content  .box  h2 {
	background-image: url(images/bg3na3.gif);
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background-position: left bottom;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ff6000;
	margin-left: -2px;
}
#container #content .box h2 a{
	font-family: Georgia;
	font-size: 18px;
	color: #FF6000;	
	font-weight: normal;	
	line-height: 17px;
	font-style: italic;	
}
#container #content .box h2 a:hover{
	text-decoration: underline;
	color: #666666;
}
#container #content .box .tags {
	background-image: url(images/bg3na3.gif);
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background-position: left top;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-size: 10px;
	color: #ABABAB;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ff6000;
	margin-left: -2px;
}
#container #content .box .tags a {
	color: #ABABAB;
}
#container #content .box .tags a:hover {
	text-decoration: underline;
}
#container #content .box .num {
	background-image: url(images/num.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 30px;
	width: 35px;
	top: -8px;
	left: -50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
	text-align: center;
}
#container #content .box .line {
	font-size: 1px;
	line-height: 1px;
	background-image: url(images/lineblog.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-top:7px;
}
#container #content .box .meta {
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 8px;
}
#container    #content    .box    .meta    .st3, #container   #content   .box   .meta   .st3   a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ABABAB;
}
#container #content .box .meta .st3 a:hover {
	text-decoration: underline;
	color: #ABABAB;
}
#container   #content   .box   .meta   .st4, #container  #content  .box  .meta  .st4  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ABABAB;
}
#container  #content  .box  .meta  .st4  a:hover {
	text-decoration: underline;
	color: #ABABAB;
}


#container #content .box p {
	padding-bottom: 8px;
}
#container #content .box p {
	font-family: Arial, Helvetica, sans-serif;
         line-height: 1.5;
	font-size: 14px;
	color: #666666;
}

#container #content .box .inlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004D9E;
	margin-bottom:5px;
}
#container #content .box .inlink:hover {
	color: #007CFF;
	text-decoration: underline;
}

.alignright {
	float:right;
	margin-left:7px;
}
.alignleft {
	float:left;
	margin-right:7px;
}
.coment {
	position:relative;
	background-color: #f9f9f9;
	border: 1px solid #ececec;
	margin-left: 50px;
	padding: 10px;
	line-height: 14px;
	font-size: 11px;
	margin-bottom: 5px;
}
.coment .st2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004d9e;
}
.coment .st3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ababab;
}
.coment  .st6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004d9e;
}
#container #content #sendcoment {
	margin-top: 30px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.coment form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top:7px;
}
#container #content #sendcoment .inptext, .coment .inptext {
     border: 1px solid #d8d8d8;
     width: 50%;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     line-height: 12px;
     color: #ababab;
     padding: 11px 7px 11px 7px;
	 margin-bottom: 2px;
     height: 14px;
     margin-bottom: 4px;
}
#container #content #sendcoment textarea, .coment textarea {
     border: 1px solid #d8d8d8;
     width: 50%;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #ababab;
     height: 100px;
     overflow: auto;
     padding: 7px 7px 10px 7px;
	 margin-bottom: 4px;
}
#container #content #sendcoment .submit, .coment .submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #ababab;
	border: 0px;
	width: 80px;
	height: 36px;
}
#container #content #sendcoment .submit:hover, .coment .submit:hover {
   background-color: #ff6000;
   cursor: pointer;
}
.coment .st4, #container #content .coment .st4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.coment .st4 a:hover {text-decoration: underline;}
#footer {
	background-color: #ffffff;
	clear: both;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 10%;
	padding-left: 10%;
	height: 109px;
	position: relative;
}
#footer #cg {
	position: absolute;
	background-image: url(images/cg.gif);
	background-repeat: no-repeat;
	height: 132px;
	width: 202px;
	left: 10%;
	top: -24px;
}
#footer #cg a {
	display: block;
	height: 42px;
	width: 87px;
	float: right;
}
#footer #copy {
	padding-top: 45px;
	padding-left: 155px;
	float: left;
}
#footer #copy .st1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #868686;
}
#footer #copy .st2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}
#footer #copy .st3 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #FF6000;
	line-height: 12px;
}
#footer #copy .st4 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #868686;
	line-height: 14px;
}
#footer #mail {
	float: right;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FF6000;
	padding-top: 55px;
}
#footer #icon2 {
	background-image: url(images/mail.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 30px;
	position: absolute;
	right: 0px;
	bottom: 36px;
}
*html  #footer  #icon2 {
	bottom: 35px;
}
#icon1 {
	position: absolute;
	background-image: url(images/c.gif);
	height: 18px;
	width: 29px;
	background-repeat: no-repeat;
	top: 57px;
}
.st5 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	padding-right: 3px;
	padding-left: 3px;
}

