/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
--bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

body {
	margin: 20px;
	background: #FFFFFF url('/images/bg.gif');
	font-family: var(--bs-font-sans-serif);
	color: var(--bs-gray-dark);
	font-size: 16px;
/*
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;
	color: #787878;
*/
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 2em;
}

h2 {
	margin-top: 15px;
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

p, ul, ol {
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted var(--bs-gray);
	/* color: #A42424; */
}

a:hover {
	background: none;
}

a img { border: 0; }

b, strong {
	font-weight: 700;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid var(--bs-gray);
}

#wrapper {
	width: 940px; /* 910  */
	margin: 0 auto;
	padding: 0px; /* 20px */
	background: #FFFFFF;
}

/* Header */

#header {
	width: 940px; /* 910  */
	height: 367px; /* 172px 249 */
	margin: 0 auto;
	background: url(/images/head.jpg) no-repeat left top;
}

/* Menu */

#menu {
	width: 940px; /* 910  */
	height: 41px;
	margin: 0 auto;
	padding: 0;
	background: url(/images/menu.jpg) no-repeat left top;
}

#menu ul {
	text-align: center;
	margin: 0;
	padding: 0 0 0 40px;
	list-style: none;
	line-height: normal;
}

#menu li {
	text-align: center;
	float: left;
}

#menu a {
	display: block;
	padding: 13px 10px 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10px;
	font-weight: bold;*/
	color: #333333;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 940px; /* 910 */
	margin: 0 auto;
	background: url(/images/bg.jpg) left top;
}

#page > .content {
	padding: 10px 50px 0 50px;
	min-height: 100%;
}

/* Content */


#conteiner { margin-left: 100px; }
#conteiner a {
	list-style: none;
	margin: 10px 10px 10px 10px;
	text-decoration: none;
	border: 0;
}
#canteiner_text { margin: 20px 20px 20px 20px; font-size: medium; }

#content_index {
	float: left;
	width: 869px;
	padding: 40px 0 0 20px;
}

#content {
	float: left;
	width: 600px;
	padding: 40px 0 0 20px;
}
.back {
	font-size: 16px;
}

.post {
}

.post p {
	/*padding-left: 60px;*/
	/*font-size: 16px;*/
}
.post .title {
	color: #000000;
	padding-left: 80px;
}
.post .title_1 {
	color #000000;
	padding-left: 60px;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
*/
}

.post .entry {
	/*padding: 20px 0 20px 20px;
	text-align: justify;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;*/
}

#part_about {
	padding: auto;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 40px 20px 0 0;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-bottom: 10px;
}

#sidebar li li {
	text-align: left;
	line-height: 35px;
	border-bottom: dashed #D2D4C9;
}

.active {
	font-style: oblique;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #000000;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #787878;
	border: none;
}

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

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

.ha {color: #000;}

/* Footer */

#footer {
	width: 940px; /* 910 */
	height: 138px; /* 50 */
	margin: 0 auto;
	padding: 0 0; /* 40px 0 */
	background-image: url("/images/foot.jpg");
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}
