html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}

:focus {
	outline: 0;
}

@font-face {
	font-family: "nbc";
	src: url("../../../forum/assets/fonts/nbc.eot");
	src: url("../../../forum/assets/fonts/nbc.eot?#iefix") format("embedded-opentype"), url("../../../forum/assets/fonts/nbc.woff") format("woff"), url("../../../forum/assets/fonts/nbc.ttf") format("truetype"), url("../../../forum/assets/fonts/nbc.svg#notebookclub") format("svg");
	font-weight: normal;
	font-style: normal;
}

html, body {
	height: 100%;
}

body {
	background: #e7e7e7;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #174160;
}

a {
	color: #2973ab;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	list-style-position: inside;
}

input, textarea, select {
	display: inline-block;
	position: relative;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
	vertical-align: top;
}

input[type="text"], input[type="password"], textarea {
	width: 240px;
	max-width: 100%;
	height: 20px;
	padding: 2px 8px;
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
	border: 1px solid #c4d4e0;
	border-radius: 4px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #a2c0d8;
}

input:-ms-input-placeholder {
	color: #9fa5a9;
}

input:-moz-placeholder {
	color: #9fa5a9;
}

input::-moz-placeholder {
	color: #9fa5a9;
}

input::-webkit-input-placeholder {
	color: #9fa5a9;
}

textarea {
	display: block;
	box-sizing: border-box;
	overflow: auto;
	width: 100%;
	height: 200px;
	padding: 6px 10px;
}

textarea:-ms-input-placeholder {
	color: #7c93a7;
}

textarea:-moz-placeholder {
	color: #7c93a7;
}

textarea::-moz-placeholder {
	color: #7c93a7;
}

textarea::-webkit-input-placeholder {
	color: #7c93a7;
}

select {
	width: auto;
	max-width: 262px;
	min-height: 26px;
	padding: 0 3px;
	border: 1px solid #c4d4e0;
	border-radius: 4px;
}

select[multiple] {
	overflow: auto;
	max-width: none;
}

option {
	padding: 2px 4px;
}

label {
	cursor: pointer;
}

label input {
	top: -4px;
	margin-right: 2px;
}

.icon, #user .register:before, #user .enter:before, #user .cancel:before, #user .user:before, #user .login:before, #user .logout:before {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	font-family: "nbc";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant: normal;
}

.pagination {
	text-align: center;
	padding: 2px 12px;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	color: #666666;
	text-shadow: 0 1px 0 #fcfcfc;
	cursor: default;
	margin-bottom: 15px;
}

.pagination b {
	vertical-align: middle;
}

.pagination span, .pagination a {
	display: inline-block;
	position: relative;
	height: 19px;
	padding: 0 5px;
	background: #bdbdbd;
	background: linear-gradient(to bottom, #b6b6b6, #a0a0a0);
	border: 1px solid #878787;
	border-radius: 4px;
	line-height: 18px;
	color: #ffffff;
	text-shadow: 0 1px 0 #8f8f8f;
	vertical-align: middle;
}

.pagination a:hover, .pagination .current {
	background: #9cba5e;
	background: linear-gradient(to bottom, #9cba5e, #7f9d43);
	border: 1px solid #628321;
	text-decoration: none;
	text-shadow: 0 1px 0 #859850;
}

.search input[type="text"] {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 185px;
	max-width: none;
	height: 20px;
	padding: 1px 21px 1px 6px;
	background: #f7f9fa;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4) inset;
	border: 1px solid #245880;
	border-radius: 6px;
	font-size: 13px;
	color: #133752;
	text-overflow: ellipsis;
	z-index: 10;
}

.search input[type="submit"] {
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 20px;
	height: 20px;
	padding: 0;
	background: transparent;
	border: 0;
	font-family: 'nbc';
	font-size: 14px;
	color: #467394;
	cursor: pointer;
	z-index: 30;
}

.search input[type="submit"]:hover {
	color: #608fb2;
}

.entry {
	display: block;
	position: relative;
	margin-bottom: 15px;
	padding: 0 12px 8px;
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #bbbbbb;
	border-radius: 7px;
}

.entry .title {
	display: block;
	margin: -1px -13px 12px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	line-height: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	text-align: justify;
}

.entry .title:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.entry .title h1, .entry .title h2, .entry .title .info {
	display: inline-block;
	vertical-align: top;
	padding: 6px 11px;
}

.entry .title h1, .entry .title h2 {
	background: #f1f5f8;
	background: linear-gradient(to bottom, #f1f5f8, #e4ebf1);
	border: 1px solid #b2c6d5;
	border-radius: 7px 0;
	font-size: 15px;
	color: #194465;
}

.entry .title h2:hover {
	background: #e4ebf1;
}

.entry .title h2 a {
	display: block;
	margin: -5px -10px;
	padding: 5px 10px;
}

.entry .title h2 a:hover {
	text-decoration: none;
}

.entry .title a {
	color: inherit;
}

.entry .title .info {
	font-size: 13px;
	border: 1px solid #bbcea1;
	border-radius: 0 7px;
	background: #e0edcf;
	background: linear-gradient(to bottom, #f1f7e9, #e0edcf);
	color: #546e30;
}

.entry .content {
	display: block;
	position: relative;
	font-size: 13px;
	line-height: 1.45;
	color: #111111;
	*zoom: 1;
}

.entry .content:after {
	display: table;
	content: '';
	clear: both;
}

.entry .content img:first-child {
	float: left;
	width: 140px;
	height: auto;
	margin: 0 12px 4px 0;
}

.entry .content img.article {
	display: block;
	float: none;
	width: auto;
	height: auto;
	margin: 12px auto;
}

.entry .content p, .entry .content ol, .entry .content ul {
	margin: 0 0 12px;
}

.entry .content ol, .entry .content ul {
	list-style-position: outside;
	margin-left: 1.3em;
}

.entry .content li + li {
	margin-top: 6px;
}

.entry .content h2, .entry .content h3, .entry .content h4 {
	display: block;
	color: #9a2626;
	font-size: 17px;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	line-height: 1.3;
	margin-bottom: 8px;
}

.entry .content h2 {
	margin-top: 24px;
}

.entry .content h3 {
	margin-top: 18px;
	font-size: 15px;
	color: #7a3b3b;
}

.entry .content h4 {
	font-size: 14px;
}

.entry .content img {
	display: inline-block;
	margin: 0 auto 12px;
	max-width: 100%;
	width: auto;
	height: auto;
}

.entry .content hr {
	border: 1px solid #cbd8e3;
	border-bottom: 0;
	margin: 12px 0;
}

.entry .content hr + h2 {
	margin-top: 0;
}

.entry .content .driver {
	margin: 0 12px 6px;
}

.entry .content p.driver {
	font-size: 12px;
	line-height: 1.5;
}

.entry .content li.driver {
	margin-left: 12px;
}

.entry .content ol.driver {
	list-style-position: inside;
}

.entry .content h2.driver {
	border-top: 1px solid #ff0000;
	padding-top: 14px;
	margin: 15px 0 10px;
	color: #b03636;
	font-size: 16px;
	line-height: 130%;
}

.entry .content h3.driver {
	text-indent: 0;
	color: #216496;
	border-top: 1px solid #cbd8e3;
	margin: 12px 12px 10px;
	padding: 12px 0 0;
}

.entry .content > :last-child {
	margin-bottom: 0;
}

.entry .red {
	color: #6b2e2e;
}

.entry .green {
	color: #2c5318;
}

.entry .blue {
	color: #000077;
}

.entry .gray {
	color: #777777;
}

.entry .notice_important, .entry .notice_warning, .entry .notice_info, .entry .notice_contact, .entry .notice_forum {
	padding: 8px 12px;
	color: #333333;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
	vertical-align: middle;
}

.entry .notice_info, .entry .notice_forum {
	background: #fafdff;
	border: 1px solid #87b0ce;
}

.entry .notice_info span, .entry .notice_forum span {
	font-weight: bold;
	color: #25689a;
}

.entry .notice_warning {
	background: #fff7f7;
	border: 1px solid #de9b95;
}

.entry .notice_warning span {
	font-weight: bold;
	color: #cc0000;
}

.entry .notice_important {
	background: #fffbf7;
	border: 1px solid #dcab88;
}

.entry .notice_important span {
	font-weight: bold;
	color: #ca510b;
}

.entry .notice_contact {
	border: 1px solid #94ab53;
	background: #fcfff2;
}

.entry .details {
	overflow: hidden;
	color: #35536a;
	text-shadow: 0 1px 0 #fafdff;
	border-top: 1px solid #c2d1dd;
	padding: 5px 12px;
	margin: 12px -12px -8px;
	background: linear-gradient(to bottom, #f6fafe, #e6edf4);
	border-radius: 0 0 7px 7px;
}

.entry .details span {
	padding-right: 8px;
	margin-right: 4px;
	border-right: 1px solid #b2c2d2;
}

.entry .details b {
	font-weight: normal;
}

.entry .details .rating {
	float: right;
}

.entry .direct {
	margin: -6px 4px 6px;
}

.entry .direct .yap-logo {
	float: right !important;
	margin-top: -20px;
}

.entry .direct .yap-picture-block {
	margin-right: 10px;
}

.entry .form {
	margin: 12px -12px -8px;
}

.entry .list {
	margin: -12px -12px -8px;
}

.entry .highlight {
	color: #ff0000;
}

.widget {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.widget .yap-logo-block__text {
	display: none;
}

.box {
	position: relative;
	margin: 0 auto 15px;
	background: #ffffff;
	border: 1px solid #b2c8d8;
	border-radius: 7px;
	font-size: 13px;
	line-height: 18px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.box > .title {
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	line-height: 21px;
	position: relative;
	padding: 6px 11px;
	background: #f6fafe;
	background: linear-gradient(to bottom, #f6fafe, #e6edf4);
	border-radius: 7px 7px 0 0;
	border-bottom: 1px solid #c3d3de;
	font-weight: bold;
	color: #34546d;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.list {
	display: block;
	position: relative;
}

.list li {
	display: block;
	position: relative;
	padding: 5px 10px 5px 25px;
}

.list li:before {
	content: '';
	display: block;
	position: absolute;
	left: 11px;
	top: 12px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #739ab7;
}

.list li:nth-child(2n) {
	background-color: #f8fafc;
}

.list li:last-child {
	border-radius: 0 0 7px 7px;
}

.list p {
	font-size: 12px;
	margin-top: 4px;
}

.row {
	display: table;
	position: relative;
	width: 100%;
	font-size: 12px;
	line-height: 17px;
	background: #ffffff;
	border-top: 1px solid #e3e8ec;
}

.row:first-child {
	border-top: 0;
	border-radius: 7px 7px 0 0;
}

.row:nth-child(2n) {
	background-color: #f8fafc;
}

.row:last-child {
	border-radius: 0 0 7px 7px;
}

.row.text {
	display: block;
	width: auto;
	padding: 8px 10px;
}

.row.controls {
	padding: 8px 0;
	text-align: center;
}

.row .label, .row .field {
	display: table-cell;
	position: relative;
	width: auto;
	line-height: 16px;
	vertical-align: top;
}

.row .label {
	min-width: 200px;
	padding: 10px 0;
	font-weight: bold;
	color: #355873;
	text-align: right;
}

.row .label + .field label:first-child {
	padding-top: 5px;
}

.row .label + .text {
	padding-top: 10px;
}

.row .field {
	width: 100%;
	padding: 5px 10px;
	line-height: 26px;
	word-break: break-word;
}

.row .field.text {
	line-height: 16px;
}

.row .field .line {
	display: block;
	margin-bottom: 5px;
}

.row .field .line:last-child {
	margin-bottom: 0;
}

.row .field .line.checkable {
	margin-left: 21px;
}

.row .field .note {
	display: block;
	margin: 5px 10px;
	line-height: 17px;
	color: #467294;
}

.row .field .note:last-child {
	margin-bottom: 0;
}

.row .field label + .note {
	margin-top: -2px;
	margin-left: 21px;
}

.row .error {
	color: #c54b4b;
}

.row input[type="checkbox"], .row input[type="radio"] {
	top: 2px;
	float: left;
	margin-right: 4px;
}

.row input[type="checkbox"] + i, .row input[type="radio"] + i {
	display: block;
	margin-left: 20px;
	font-style: normal;
	line-height: 18px;
}

.posts {
	position: relative;
	margin: 0 auto 15px;
	background: #ffffff;
	border: 1px solid #baccda;
	border-radius: 7px;
	cursor: default;
	z-index: 1;
}

.posts .title {
	position: relative;
	min-height: 18px;
	margin: -1px -1px 0;
	padding: 7px 10px;
	background: #76a7d0;
	background: linear-gradient(to bottom, #76a7d0, #5889b1);
	border: 1px solid #5f7b90;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	border-radius: 7px 7px 0 0;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.posts .title a {
	color: inherit;
}

.post {
	font-size: 13px;
	line-height: 1.5;
	margin: 12px;
	overflow: hidden;
}

.post .post_l {
	float: left;
	font-size: 12px;
	color: #3e739b;
	text-align: center;
	width: 140px;
}

.post .post_l .a, .post .post_l .m, .post .post_l .u, .post .post_l .b, .post .post_l .t {
	text-shadow: 0 1px 0 #ffffff;
}

.post .post_l .a {
	color: #a85757;
}

.post .post_l .m {
	color: #546e30;
}

.post .post_l span.a, .post .post_l span.m, .post .post_l span.u {
	display: block;
	padding: 4px;
	height: 22px;
	line-height: 23px;
	max-width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	background: #f6fafe;
	background: linear-gradient(to bottom, #f6fafe, #edf2f7);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d4dce2;
	border-radius: 6px;
	color: #547690;
}

.post .post_l span.a {
	background: #fdf1f1;
	background: linear-gradient(to bottom, #fdf1f1, #f2e4e4);
	border-color: #e5c0c0;
	color: #a85757;
	text-shadow: 0 1px 0 #f2f2f2;
}

.post .post_l span.m {
	background: #f1f7e9;
	background: linear-gradient(to bottom, #f1f7e9, #e0edcf);
	border-color: #bbcea1;
	color: #546e30;
}

.post .post_l b {
	display: block;
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 12px;
}

.post .post_l .b {
	margin: 14px 0 10px;
}

.post .post_l img {
	display: block;
	height: 100px;
	width: auto;
	max-width: 100px;
	margin: 6px auto 0;
	border-radius: 7px;
}

.post .post_r {
	color: #222222;
	margin: 0 0 0 152px;
	vertical-align: top;
	position: relative;
	background: #ffffff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d4dce2;
	border-radius: 7px;
}

.post .post_r:before, .post .post_r:after {
	content: '';
	display: block;
	position: absolute;
	top: 90px;
	left: -13px;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-right: 13px solid #d4dce2;
	border-left: 0;
}

.post .post_r:before {
	filter: drop-shadow(-1px 0 1px rgba(0, 0, 0, 0.07));
}

.post .post_r:after {
	left: -12px;
	border-right-color: #ffffff;
}

.post .post_header {
	border-radius: 7px 7px 0 0;
	padding: 7px 11px;
	background: #f6fafe;
	background: linear-gradient(to bottom, #f6fafe, #edf2f7);
	border-bottom: 1px solid #d4dce2;
	text-shadow: 0 1px 0 #fafbfc;
	position: relative;
	font-weight: bold;
	line-height: 1.3;
	color: #34546d;
}

.post .post_body {
	padding: 6px 11px;
	font-weight: normal;
	color: #111111;
	min-height: 155px;
	overflow: hidden;
}

.post .post_body img {
	height: auto;
	width: auto;
	max-width: 100%;
}

.post .q_h, .post .code_h {
	border-radius: 7px 7px 0 0;
	background: #f1f7e9;
	background: linear-gradient(to bottom, #f1f7e9, #e0edcf);
	border: 1px solid #bbcea1;
	color: #546e30;
	padding: 3px 10px;
	margin: 11px 0 0;
	font-style: italic;
	text-shadow: 0 1px 0 #fefffc;
}

.post .q_h:first-child, .post .code_h:first-child {
	margin-top: 5px;
}

.post .q_h a {
	color: #597019;
}

.post .q_b, .post .code_b {
	border: 1px solid #bac49d;
	border-top: 0;
	border-radius: 0 0 7px 7px;
	padding: 5px 10px 6px;
	color: #40462d;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
	background: #fefffa;
	margin: 0 0 5px;
}

.post .code_h {
	font-style: normal;
	font-weight: bold;
	font-family: Courier New, serif;
	font-size: 15px;
	line-height: 140%;
	height: 19px;
}

.post .code_b {
	padding: 0;
}

.post .code_b ol {
	padding-left: 40px;
	list-style: decimal outside;
	border-radius: 0 0 6px 6px;
}

.post .code_b li {
	border-left: 1px dashed #b4c585;
	padding: 2px 6px;
	font-family: Courier New, serif;
}

.post .code_b li:last-child {
	border-radius: 0 0 6px 0;
}

.post .code_b li.h {
	background: #f6faeb;
}

.post .q_b + br, .post .q_b + br + br, .post .post_body hr + br, .post .q_b br:first-child {
	display: none;
}

.post .q_b hr + br + .q_h {
	margin-top: 0;
}

.xmap a {
	vertical-align: middle;
	margin-right: 10px;
}

.xmap input {
	vertical-align: middle;
}

.xmap ul {
	display: block;
	font-size: 14px;
}

.xmap li {
	display: block;
	position: relative;
	padding-left: 15px;
	margin: 10px;
}

.xmap li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	background: #9c1c1c;
	border-radius: 50%;
}

.xmap .level_0 li {
	font-size: 15px;
	font-weight: bold;
}

.xmap .level_1 li:before {
	background: #369be7;
}

.xmap .level_2 li {
	font-size: 13px;
	font-weight: normal;
	margin: 5px 10px;
}

.xmap .level_2 li:before {
	background: #339911;
}

.clear {
	clear: both;
}

#site {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

#container {
	display: block;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 74px;
	z-index: 10;
}

#logo {
	display: block;
	position: absolute;
	top: 16px;
	left: 6px;
	width: 258px;
	height: 46px;
	background: url("../../../forum/assets/images/logo.png") 0 0 no-repeat;
	z-index: 1;
}

#user {
	position: absolute;
	top: 0;
	right: 0;
	background: #bbbbbb;
	border-bottom: 1px solid #f5f5f5;
	border-radius: 0 0 7px 7px;
	z-index: 2;
}

#user > div, #user form {
	position: relative;
	overflow: hidden;
	height: auto;
	padding: 6px 0 6px 6px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
	border: 1px solid #999999;
	border-top: 0;
	border-radius: 0 0 7px 7px;
	color: #ffffff;
}

#user form {
	display: none;
}

#user.active > div {
	display: none;
}

#user.active form {
	display: block;
}

#user .input, #user .button, #user a {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	padding: 3px 7px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #878787;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#user .button, #user a {
	background: #b2b2b2;
	background: linear-gradient(to bottom, #bababa, #a8a8a8);
	color: #f2f2f2;
	cursor: pointer;
}

#user .button:hover, #user a:hover {
	background: #a8a8a8;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
	color: #ffffff;
}

#user .input {
	width: 120px;
	height: 23px;
	padding: 0 7px;
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	font-weight: normal;
	line-height: 23px;
	text-shadow: none;
}

#user .input:focus, #user .input:active {
	box-shadow: 0 0 3px rgba(20, 111, 181, 0.6) inset;
	border-color: #2880c3;
}

#user .user {
	margin-right: 0;
	border-radius: 5px 0 0 5px;
}

#user .green {
	background: #97b349;
	background: linear-gradient(to bottom, #b1ca67, #92ab4c);
	border-color: #728d29;
	color: #fafef1;
}

#user .green:hover {
	background: #90ab45;
}

#user .logout {
	border-left: 0;
	border-radius: 0 5px 5px 0;
}

#user .register:before {
	content: 'c';
}

#user .enter:before {
	content: 'd';
}

#user .cancel:before {
	content: 'e';
}

#user .user:before {
	content: 'h';
}

#user .login:before {
	content: 'a';
}

#user .logout:before {
	content: 'm';
	margin-right: 4px;
}

#menu {
	position: relative;
	min-height: 37px;
	background: #6195bd;
	background: linear-gradient(to bottom, #6195bd, #436f90);
	border: 1px solid #3c6380;
	border-radius: 10px 10px 0 0;
	z-index: 2;
}

#menu:after {
	content: '';
	display: block;
	position: absolute;
	right: -1px;
	bottom: -1px;
	left: -1px;
	height: 2px;
	background: #97b349;
	border: 1px solid #677e26;
	border-top-color: #365973;
	z-index: 1;
}

#menu a {
	display: block;
	position: relative;
	height: 27px;
	padding: 4px 20px 0;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	color: #c3dbe5;
	text-decoration: none;
	text-shadow: 0 1px 0 #225882;
}

#menu b {
	display: inline-block;
	position: relative;
	height: 14px;
	margin: 0 -3px 0 5px;
	padding: 0 4px;
	background: #b86e5f;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	border: 1px solid #8d4e4e;
	border-radius: 3px;
	font-size: 11px;
	line-height: 1.25;
	text-shadow: none;
	vertical-align: baseline;
}

#menu > ul {
	display: block;
	position: absolute;
	top: 3px;
	right: 220px;
	left: 3px;
	height: 33px;
	z-index: 10;
}

#menu > ul > li.active > a, #menu > ul > li:hover > a {
	color: #ffffff;
	text-shadow: 0 1px 0 #7d9833;
}

#menu > ul > li.active > a:after, #menu > ul > li:hover > a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 2px;
	background: #97b349;
}

#menu li {
	display: block;
	float: left;
	height: 31px;
	border: 1px solid transparent;
	border-bottom: 0;
	border-radius: 7px 7px 0 0;
}

#menu li.active, #menu li:hover {
	background: #97b349;
	background: linear-gradient(to bottom, #b9d56d, #97b349);
	border-color: #365973;
}

#menu li.active b, #menu li:hover b {
	background: #9c5c4f;
	border-color: #824141;
}

#menu li.active ul {
	display: block;
	position: absolute;
	top: 34px;
	left: -4px;
	padding: 4px 0 0 6px;
	background: #97b349;
	background: linear-gradient(to bottom, #97b349, #7e9c30);
	border: 1px solid #677e26;
	border-top: 0;
	border-radius: 0 0 7px 7px;
	z-index: 10;
}

#menu li li {
	height: 22px;
	margin: 1px 6px 5px 0;
	background: #87a33b;
	background: linear-gradient(to bottom, #97b349, #7e9c30);
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.1) inset;
	border: 1px solid #728d29;
	border-radius: 4px;
}

#menu li li:hover, #menu li li.active {
	background: #728d27;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
	border: 1px solid #60781e;
}

#menu li li a {
	height: 19px;
	padding: 1px 7px;
	font-size: 12px;
	line-height: 167%;
	color: #f1f7df;
	text-shadow: 0 1px 0 #729415;
}

#menu form {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

#menu .sitemap {
	display: block;
	position: absolute;
	top: 37px;
	right: -1px;
	left: auto;
	padding: 0 6px;
	background: #97b349;
	background: linear-gradient(to bottom, #97b349, #7e9c30);
	border: 1px solid #677e26;
	border-top: 0;
	border-radius: 0 0 7px 7px;
	z-index: 10;
}

#menu .sitemap a {
	display: block;
	height: 19px;
	margin: 5px 0;
	padding: 1px 7px;
	background: #87a33b;
	background: linear-gradient(to bottom, #97b349, #7e9c30);
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.1) inset;
	border: 1px solid #728d29;
	border-radius: 4px;
	font-size: 12px;
	line-height: 167%;
	color: #f1f7df;
	text-decoration: none;
	text-shadow: 0 1px 0 #729415;
}

#menu .sitemap a:hover {
	background: #728d27;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
	border: 1px solid #60781e;
}

#content_box {
	display: table;
	width: 100%;
	position: relative;
	margin-top: 49px;
}

#content {
	display: table-cell;
	vertical-align: top;
}

#sidebar {
	display: table-cell;
	vertical-align: top;
	width: 220px;
	padding-left: 15px;
}

#footer {
	display: table-row;
	position: relative;
	width: 100%;
	height: 1px;
	color: #ffffff;
}

#footer a {
	color: #fefefe;
}

#footer .footer_inner {
	display: block;
	position: relative;
	width: 1200px;
	height: 34px;
	margin: 0 auto;
	background: #6195bd;
	background: linear-gradient(to bottom, #6195bd, #436f90);
	border: 1px solid #3c6380;
	border-radius: 10px 10px 0 0;
}

#footer #li {
	position: absolute;
	top: 1px;
	right: 10px;
}

#scroll_top {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 4px 8px;
	background: #aaaaaa;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
	border: 1px solid #777777;
	border-right: 0;
	border-bottom: 0;
	border-radius: 8px 0 0 0;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

#scroll_top:hover {
	background-color: #bbbbbb;
}

@media only screen and (max-width: 1240px) {
	#container, #footer .footer_inner {
		width: 98%;
		max-width: 1000px;
	}
	body {
		min-width: 320px;
	}
}

@media only screen and (max-width: 800px) {
	#sidebar, .entry .title .info {
		display: none;
	}
	.entry .title h1, .entry .title h2 {
		display: block;
		text-align: left;
		border-radius: 7px 7px 0 0;
	}
}

@media only screen and (max-width: 640px) {
	#menu ul {
		right: 0;
	}
	#menu .sitemap {
		display: none;
	}
	#menu li.active ul {
		right: -1px;
	}
	.search input[type="text"] {
		width: 145px;
	}
	input[type="text"], input[type="password"] {
		width: 200px;
	}
	select {
		max-width: 220px;
	}
	#header {
		z-index: 1;
	}
	#menu form {
		top: -36px;
	}
	#menu input[type="text"] {
		border-color: #bfbfbf;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
		color: #777777;
	}
	#menu input[type="submit"] {
		color: #777777;
	}
	.row .label {
		padding-left: 5px;
		min-width: 130px;
	}
}

@media only screen and (max-width: 480px) {
	input[type="text"], input[type="password"] {
		width: 180px;
	}
	select {
		max-width: 160px;
	}
	#header {
		overflow: hidden;
		height: 112px;
	}
	#logo {
		position: relative;
		margin: 0 auto;
		left: 0;
		top: 50px;
	}
	#user {
		right: 50%;
		transform: translateX(50%);
		text-align: center;
		max-width: 100%;
	}
	#user > div, #user form {
		padding: 6px 6px 0;
		white-space: nowrap;
	}
	#user .input, #user .button, #user a {
		display: inline-block;
		float: none;
		margin: 0 2px 6px;
	}
	#user .logout {
		border-radius: 5px;
		border-left: 1px solid #777777;
	}
	#user .user {
		border-radius: 5px;
	}
	#user .input {
		width: 90px;
	}
	#user .button {
		display: block;
		float: left;
		margin-left: 6px;
	}
	#menu form {
		display: none;
	}
	#menu a {
		padding: 4px 8px 0;
	}
	.pagination {
		padding: 2px 0;
	}
	.pagination span, .pagination a {
		padding: 0 3px;
		height: 17px;
		line-height: 16px;
	}
	.row {
		display: block;
		box-sizing: border-box;
		padding: 1px 10px;
	}
	.row .field, .row .label {
		display: block;
		text-align: left;
		padding: 0;
		margin: 6px 0;
		min-width: 0;
	}
	.row .label + .text, .row .label + .field label:first-child {
		padding: 0;
	}
	.posts {
		display: none;
	}
	.entry .details .rating {
		float: none;
		display: inline-block;
	}
}

/*# sourceMappingURL=style.css.map */