﻿
/*
Theme Name: VDogonky
Description:
Version: 0.01
Author:
*/

body * {margin: 0px; padding: 0px;}

body {
	background: #111226 url(images/bg.gif) repeat-x;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}

img.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

a, a:visited { 
	color: #FF9C00;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
#container { 
	background: #ffffff;
	width: 890px;
	text-align: left; 
	margin: 0px auto 20px auto; 
	overflow: hidden;
	}
#header {
	background: #111226 url(images/header.jpg) no-repeat;
	padding: 25px 35px 75px 35px;
	text-align: left;
	width: 890px;
	height: 100px;
	}	
#header h2 {
	color: #ffffff;
	font-size: 49px;
	font-family: Georgia,Times New Roman,Sans-Serif;
	font-weight: bold;
	margin: 85px 10px 5px 65px;
	margin-bottom: 0;
    margin-top: 43px;
	font-style: italic;
	}

#header h2 a {
	color: #FF9C00;
	text-decoration: none;
	}

#header h3 {
	color: #FF9C00;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	text-indent: 5px; 
	margin: 0px 0px 0px 65px;
	}

#menu { 
	background: #0C0C0D url(images/navon.gif) repeat-x;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	font-style: italic;
	border-bottom: 5px solid #888888;
	}
#menu img{
	border: none;
	}
#menu h2 {
	color: #ffffff;
	font-size: 15px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	padding: 8px 15px 8px 15px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	}

#menu ul li a:hover {
	color: #ffffff;
	background: #D86509 url(images/nav.gif) repeat-x;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	}



#content { 
	display: block;
	background: #ffffff;
	width: 530px; 
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-right: 10px;
	float: left; 
	position:relative;
	padding: 0px 10px 15px 0px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	text-align: justify;
	}
	
#content p img{
	border: none;
	padding: 0px 10px 10px 0px;
	}
#content h1 {
	color: #333333;
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #cccccc;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #999999;
	text-decoration: none;
	}

#content h2 {
	color: #FF9C00;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
    font-size: 2.2em;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
	}
#content h2 a  {
	color: #FF9C00;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #FF9C00;
	background: none;
	text-decoration: underline;
	}

#content h3 {
	color: #333333;
	font-size: 14px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	}
#content h3 a  {
	color: #333333;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #999999;
	background: #ffffff;
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #666666;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

#search { 

        height:16px;

        float:right;

        margin:1px 4px 0 0;



}

#search #s { 

        font-size:8pt;

        padding-left:3px;

        padding-bottom:1px;     

}



input#s { 

        color:#000;

        border:3px solid #908B7E;

        background:#fcfcfc;
        
		width:120px;
}



.postspace {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

.postmeta {
	background: #526092;
	border: 1px solid #000;
	color: #fff;
	padding: 5px 5px 0px 5px;
	margin-bottom: 30px;
	}
	
.postmeta a{
	color: #FFF;
	}

#sidebar { 
	display: block;
	font-style: italic;
	color: #000000;
	width: 190px;
	float: right; 
	position:relative;
	margin: 20px 20px 20px 30px;
	padding: 20px 30px 20px 30px;
	background: #526092 url(images/side.gif) top repeat-x;
	text-align: left;
	border: 1px solid #C4C4C4;
	}
	
	#sidebar-but{ 

	float: right;
	
	
	}

* html #sidebar { margin: 20px 20px 20px 10px; }

#sidebar p{
	margin: 0px;
	line-height: 18px;
	padding: 5px 0px 10px 0px;
    color:#999999;
        
	}

#sidebar h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Verdana, Sans-Serif;
	list-style: none;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	color: #fff;
	}
#sidebar ul li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	}

#sidebar ul li a:hover {
	color: #FFF;
	text-decoration: none;
	}
#footer { 
	color: #ffffff;
	background:#000 url(images/footerbg.gif) repeat-x;
	font-weight: bold;
	padding: 20px 20px 20px 20px;
	height: 20px;
	text-align: center;
	clear: both;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
	/* social_button */

#social_button {
	display:block;
	margin: 5px;
	padding: 5px 0px;
	height: 30px;
	margin-bottom: -24px;
	width: 730px;
	margin-top: -30px;
}

#social_button #bt_vk {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 4px;
	width: 85px;
}

#social_button #google_1  {

	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 6px;

}

#social_button #bt_twitter  {

	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 6px;

}

#bt_facebookr, #bt_mail, #bt_buzz {

	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 6px;

}


.smess {
	display: block;
	float: left;
	margin-top:-16px;
	margin-right: 6px;
	font-size:14px;
	color: #808080;
}

/* social_button */

#comments {
	margin-top: 20px;
	margin-bottom: 20px!important;
}

ol.commentlist  ul, ol.commentlist  li{ 
	list-style:none!important; 
	
	}


cite.fn { 
	text-decoration:none;
	font-size: 22px;
	margin-left: 5px;
	font-style: normal;
	color: #FF9C00!important;
}

cite.fn а {
	text-decoration:none;
	font-size: 22px!important; 
	margin-left: 5px;
	font-style: normal!important; 
	color: #FF9C00!important; 
}

ol.commentlist li div.comment-meta a { 
	color:#CCCCCC; 
	text-decoration:none; 
}

ol.commentlist li {
	line-height: 1.6em;
	font-size: 12px;
}

.reply {
	margin-bottom: 10px;
	margin-top: -8px;
}


#commentform input, #commentform textarea {
	padding: 1px 5px;
}

#commentform small {
	font-size: 12px;
}

#pst {
	font-size: 11px;
	border-top: 2px dotted #260806;
	margin-top: 14px;
	padding-top: 2px;
}

#pst a {

	text-decoration:underline;
}

#pst a:hover {

	text-decoration: none;	
}


#pst_up {
	font-size: 11px;
	border-bottom: 2px dotted #260806;
	margin-bottom: 8px;
	padding-bottom: 2px;
}

#pst_up a {

	text-decoration:underline;
}

#pst_up a:hover {

	text-decoration: none;	
}

.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}