* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #505155;
	color: #E0E0E0;
	cursor: default;
	margin: 0;
	padding: 0;
	line-height: 1.33em;
	font-family: Arial, Helvetica, sans-serif;
}

.note-text h1, .note-text h2 {
	font-family: Times New Roman, Times, sans-serif;
}

img {
	border: 0;
}

.note-text img{
	margin: .3em 0 1.2em 0;
}

input, textarea, code, tt {
	font: 90% "Consolas", "Courier New", fixed
}

form {
	margin: 0;
}

.v-aligned * {
	vertical-align: middle
}

small {
	font-size: 80%;
}

blockquote {
	font-style: italic;
}

h2 {
	font-size: 130%;
	font-weight: normal;
}

h2.note-title {
	margin: 0 0 .2em 0;
	font: 150% Arial, Helvetica, sans-serif;
	font-weight: normal;	
}

h3, .note-text h1 {
	font-size: 120%;
	margin: 1em 0 0.25em 0;
}

span.tsp {
	display: inline;
	display: inline-block;
	width: 0.12em;
	overflow: hidden;
	text-decoration: inherit;
	white-space: nowrap
}

sup, sub {
	vertical-align: middle;
	font-size: 75%;
	font-weight: normal;
}

sup {
	position: relative;
	bottom: 0.33em;
}

sub {
	position: relative;
	top: 0.33em;
}
.hidden {
	color: #ccc;
	font-family: Times New Roman, Times, serif;
}

.important {
	margin-left: -15px;
	border-left: 5px #6c6 solid;
	padding-left: 10px;
}

.spacer {
	height: 20px;
}

a:link {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #ffffcc;
	text-decoration: underline;
}

a.dashed {
	text-decoration: none;
	border-bottom: 1px #fff dashed;
}

a.dashed:hover {
	text-decoration: none;
	border-bottom: 1px #ffffcc dashed;
}

input.text, select.text, textarea {
	width: 100%;
	background-color: #ccc;
	border: 1px solid #fff;
}

input.small-button {
	background: #ccc;
	border-top: 1px solid #eee;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #eee;
	padding: 1px 10px;
}

input.button {
	padding: .67em 1.33em;
	background: #f0f0f0;
}

input.button,  input.small-button {
	color: #333;
}

input.button,  input.small-button,  input.checkbox,  label.checkbox,  input.radio,  label.radio {
	cursor: pointer;
	cursor: hand;
}

input.default {
	font-weight: bold;
	background: #fff0d0;
	color: #036;
	background: #333;
	color: #fff;
}

.admin-bar-wrapper {
	background: #f0f0f0;
}

.admin-bar-wrapper .admin-bar {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	color: #000;
	background: #f0f0f0 url('../../images/admin-bar-gradient.png') top repeat-x;
	white-space: nowrap;
}

.admin-bar-wrapper .e2-login-any-page-csl {
	position: absolute;
	background-color: transparent;
}

.admin-bar span,  .admin-bar a,  .admin-bar a:hover {
	margin: 0 10px;
	color: #000;
}

.admin-bar td {
	vertical-align: middle;
}
.admin-bar .current {
	background: #000;
	background: #f0f0f0 url('../../images/admin-bar-active-gradient.png') top repeat-x;
}

.admin-bar .current * {
	color: #fff;
}

.title-bar {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: 1px solid #777;
	vertical-align: middle;
}

.site-title {
	font-size: 170%;
	padding: .4em 0;
	font-weight: normal;
	text-shadow: #333 2px 2px 10px;
}

.site-title,  .site-title a {
	color: #FFFFCC;
}

.site-description {
	font-size: 80%;
	line-height: 150%;
	padding: 1em 0;
}

.rss {
	padding: 3px;
	background-color: #c04800;
	font-size: 80%;
}

.message-bar {
	position: relative;
	background: #fc0;
	color: #000;
	padding: 20px 0;
}

.message-bar ul {
	margin: 0;
	padding: 0;
}

.message-bar li {
	margin: 0;
	padding: 0;
	list-style: square outside;
}

.message-bar * {
	color: #000;
}

.main {
	margin: 0 15%;
	padding: 0;
}
.copyrights {
	border-top: 1px #7D7E81 solid;
	padding-top: 10px;
}

.keywords-links {
	border-left: 3px #333 solid;
	background: #838485;
	margin: -10px -15px 1em;
	padding: 10px 15px 10px 10px;
}

.form {
	width: 100%;
	background: #666;
	border-right: 3px #333 solid;
	margin: 0 -15px 1em -15px;
	padding: 10px 15px 10px 10px;
}

.calendar {
	width: 100%;
	padding: 5px 0;
	margin: 1em 0 50px 0;
	border-bottom: #666 1px solid;
	font-size: 80%;
}

.page-switcher {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}

.note {
	margin: 0 0 40px 0;
}

.note-text {
	font-family: Times New Roman, Times, serif;
}

.answer {
	margin: 0 0 0 2.5em;
}

.comment-and-answer {
	margin: 20px 0;
}

.visible {
	font-family: Times New Roman, Times, serif;
}

.note-datetime {
	width: 100%;
	font-size: 80%;
}

p.comments {
	margin: 1em 0 1em 2.5em;
	font-weight: bold;
	position: relative;
}

.comment-header {
	position: relative;
}

.comment-number {
	position: absolute;
}

.comment-author {
	margin: 0 0 0 1.5em;
}

.meta {
	font-size: 70%;
	margin: .5em 0;
}

.keywords-sort-modes {
	text-align: right;
	float: right;
}

.e2-highlight {
	background-color: #ffe090;
}

.keywords-tree {
	background: #666;
	border-right: 3px #333 solid;
	margin: 0 -15px;
	padding: 10px 10px 10px 15px;/* вариант просто с подчёркиванием
	width: 100%;
	margin: 0 -5px 5px;
	padding: 0 5px 1em;
	border-bottom: #09f 1px solid;
	border-bottom: #666 1px solid;
	*/
}

.keywords-tree ul {
	padding: 0;
	margin: 0 0 0 1.25em;
	list-style-position: outside;
}

ul, ol {
	padding: 0;
	margin: 1em 0 1em 2.5em;
	list-style-position: inside;
}

ul.links-list, ol.links-list {
	padding: 0;
	margin: 0 0 0 0;
	list-style-position: inside;
	font-size: 80%;
}

ul {
	list-style-type: square;
}

ul ul, ul ol, ol ul, ol ol {
	margin: 0 0 0 1.25em;
}

blockquote {
	margin: 1em 0 1em 2.5em;
}

.keywords_on_frontpage {
	font-size: 80%;
	float: right;
	width: 15%;
	padding: 10px;
}

.favourites_on_frontpage {
	font-size: 80%;
	float: right;
	width: 15%;
	padding: 10px;
}

.keywords_on_frontpage b {
	font-weight: normal;
}

.month_nav {
	float: right;
	font-size: 70%;
	font-weight: normal;
}
#internal_menu {
	position: absolute;
	left: 150px;
}

.settings_box {
	border: #ccc 1px solid;
	padding: 20px;
}

.trackback-list li {
	margin-bottom: 1em;
}

/* comment_not_accepted */

.e2_comment_not_accepted {
	width: 100%;
	height: 200px;
}
.e2_editor {
	width: 100%;
	height: 400px;
	font-family: Consolas, "Courier New", fixed;
}

.suggest-wide {
	width: 100%;
}

.e2_odd {
	background: #222;
}

.e2_even {
	background: #333;
}

.e2_prev_next_navigation {
	width: 100%;
	margin: 0 0 20px 0;
}

.e2_prev_next_navigation table {
	width: 100%;
}

.e2_prev_next_links td {
	color: #666;
}

.e2_prev_next_ctrl_arrows .e2_ctrl {
	padding: 0 .33em;
}

.e2_prev_next_current {
	font-size: 80%;
}
/* теги */

.e2-not-used {
	text-decoration: line-through;
}
.e2-tag-classic a.e2-not-used {
	color: #ccd6d9;
}
.e2-tag-classic a.e2-rarely-used {
	color: #8099c0;
}
.e2-tag-classic a.e2-moderately-used {
	color: #345ca9;
}
.e2-tag-classic a.e2-frequently-used {
	color: #039;
}
.e2-tag-classic span.e2-not-used {
	color: #ccccba;
}
.e2-tag-classic span.e2-rarely-used {
	color: #818075;
}
.e2-tag-classic span.e2-moderately-used {
	color: #353530;
}
.e2-tag-classic span.e2-frequently-used {
	color: #000;
}
.e2-tag-in-cloud a,  .e2-tag-in-cloud span {
	white-space: nowrap;
	margin-right: 10px;
	line-height: 1.5em
}
.e2-tag-in-cloud a.e2-not-used {
	font-size: 100%;
}
.e2-tag-in-cloud a.e2-rarely-used {
	font-size: 100%;
}
.e2-tag-in-cloud a.e2-moderately-used {
	font-size: 150%;
}
.e2-tag-in-cloud a.e2-frequently-used {
	font-size: 200%;
}
.e2-tag-in-cloud span.e2-not-used {
	font-size: 100%;
}
.e2-tag-in-cloud span.e2-rarely-used {
	font-size: 100%;
}
.e2-tag-in-cloud span.e2-moderately-used {
	font-size: 150%;
}
.e2-tag-in-cloud span.e2-frequently-used {
	font-size: 200%;
}
/* навигационное меню */

table#menu {
	width: 100%;
	border-collapse: collapse;
	color: #E3E3E3;
	margin: 0;
	background-color: #414243;
	white-space: nowrap;
}

#menu td {
	font: bold 90% Arial, Helvetica, sans-serif;
	width: 11%;
}

#menu a {
	color: #FFFFCC;
	display: block;
	padding: 7px 0;
}

#menu a:hover {
	display: block;
	color: #FFF;
	background-color: #333;
}

#menu img {
	border: 0;
	padding: 0 .3em;
}

.active {
	padding: 10px 0 5px 5px;
	background-color: #414243;
}
/* саповская реклама  */

div.ads {
	font: 60% Arial, Helvetica, sans-serif;
	color: #999;
	margin: 3em 5% 0 5%;
	padding: .5em;
}