/*
Theme Name: A4
Theme URI: 
Description: Моя первая тема для WP.
Version: 1.0
Author: Aleksandr Logvinov
Author URI: http://logvinov.net/
Tags: a4,white

	Попробуем...

*/

a:link, a:active	{color: #0000FF; text-decoration: none; }
a:visited	{color: #800080; text-decoration: none; }
a:hover 					{color: #008000; text-decoration: none; border-bottom: 1px dashed black;}
body{
	text-align: center;
	font-family: Trebuchet ms, Verdana, Tahoma;
	font-size: 16px;
	letter-spacing: 1px;
	background-color: #7296C5;
	color: black;
	margin: 0 0 15px;
}
UL{
    margin: 5px 0 5px 0;
    padding-left: 18px;
}
lI{
	list-style-type: square;
    margin-left: 9px;
    padding: 10px 0 30px 12px;
}

div.list{
	text-align: left;
	width: 800px;
	background-color: #FCFCFC;
	/*border: 1px solid black;*/
	border: 1px solid black;
	-moz-box-shadow: 3px 3px 3px #535353;
	-webkit-box-shadow: 3px 3px 3px #535353;
	box-shadow: 3px 3px 3px #535353;
	padding: 10px 40px 15px 60px;
	margin: 15px auto;
}

h1{font-size: 32px;}
h2{font-size: 22px;}

.clear {
	clear: both;
}

#footer {
	border-top: 1px solid #D7D7D7;
	padding: 0;
	margin: 0px auto;
	width: 760px;
	clear: both;
	}

#footer p {
	font-size: 12px;
	color: gray;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}
#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #525252;
	}




.razdel{
	font-size: 16px;
	font-weight: bold;
}
hr.poloska {
    height: 0px;
	border: 0px;
	border-top: 1px solid #7296C5;
}

.narrowcolumn
{
	float: left;
	padding: 0 0 20px 5px;
	margin: 5px;
	margin-bottom: 20px;
	width: 575px;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}
.entry{
padding: 0px
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1.5em;
	}
	
.postmetadata{
	margin-top: -10px;
    text-align: right;
    border: 1px;    
    letter-spacing : 1px;
    font-size: 13px; 
    color: #697681;
    clear: both;
}
.postmetadata a:link{ 
    text-decoration:none;
}
.postmetadata a:visited{ 
    text-decoration:none;
}




#sidebar
{
	border-left: 1px dashed #D7D7D7;
	padding: 0px 0 10px 0;
	margin-left: 600px;
	width: 190px;
	}
#sidebar h2 {
	font-size: 16px;
	border-bottom: 1px solid #B3D9FF;
	}
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#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 form {
	margin: 0;
	}

#recentcomments li{
	font-family: Trebuchet ms, Verdana, Tahoma;
	font-size: 14px;
	letter-spacing : 1px;
}

.knopa{
	cursor: pointer;
	background-color: #D7DDE3;
	border: 1px solid #C0C0C0;
	font: normal 12px;
	letter-spacing : 1px;
}
.input_search {
	margin: 1px;
	background : #ffffff; 
	border: 1px solid #AAD5FF;
	letter-spacing : 1px;
	font-size : 14px;
	width: 95px;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-size: 12px;
	}


h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 14px;
}


.alt {
	background-color: #F9F9F9;
	}



code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	} */



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
	}




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;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


#isape-links{
	font-size: 12px;
}