* {
	margin: 0px;
	padding: 0px;
}

:focus { outline: none; } 

button::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="file"] > input[type="button"]::-moz-focus-inner { /* */
	border: none;
} 
.clear { padding: 5px;}
.img { padding: 10px; background: #fff; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.quote {
	padding: 10px;
	background: #fff;
	width: 650px;
	height: 150px;
	overflow: scroll;
	border: 1px solid gray;
	 -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
	 margin: 10px;
}
.t1 { font-size: 11px;}
.error {
	border: 2px solid red;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
	color: #ffffff;
	font-family: Arial;
    font-size: 14px;
	padding: 6px;
	margin: 10px;
	background: #ff3019; /* old browsers */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* ie */
}
.head6 { background: rgb(178,225,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(178,225,255,1) 0%, rgba(102,182,252,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,225,255,1)), color-stop(100%,rgba(102,182,252,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%); /* W3C */
padding: 2px; margin: 2px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
word-wrap: break-word; word-break: break-all;
}
.head5 {
background: rgb(246,248,249); /* Old browsers */
background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
padding: 2px; margin: 2px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
word-wrap: break-word; word-break: break-all;
}

.message-block {
    max-width: 700px;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.msg-subject {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
}

.msg-body {
    font-size: 16px;
    line-height: 1.2;
    color: #444;
}

#wrap {
	margin: auto;
	width: 1100px;
}

#wrap #topbar {
	height: 35px;
	padding-top: 15px;
}
#wrap #header {
	background: url(../images/header.jpg) no-repeat;
	height: 176px;
	background-position: center;
}

body {
	background: #E6E0D2; url(../images/bg.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#wrap #main #content p {
	line-height: 22px;
	margin-bottom: 25px;
	color: #513F33;
}
#wrap #main #sidebar .sidebarcontent .sidebarcol {
	float: left;
	width: 38%;
}
#wrap #main #sidebar .sidebarcontent .sidebarbox {
	color: #513F33;	font-size: 11px;
	padding: 10px;
	background: #F2ECD7;
	margin: 0px 10px 10px 10px;
	line-height: 18px;
}
#wrap #main #content .post .posthead span {
	color: #254068;
}

#wrap #main #content .post .posthead h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 25px;
	color: #000000;
}
#wrap #main #content .post .posthead .datebox {
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/date.jpg);
	background-repeat: no-repeat;
	height: 96px;
	width: 112px;
	float: right;
}
#wrap #main #content h1, h2, h3, h4 {
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Halvetica, Arial;
}
#wrap #main #content .post form {
	padding-right: 5px;
}
#wrap #main #content .post #form label {
	font-family: "Trebuchet MS", Verdana, Halvetica, Arial;
	font-size: 12px;
	color: #040507;
	display: block;
}
#wrap #main #content .post #form .textfield {
	display: block;
	width: 220px;
	border: 1px solid #AF9D72;
	background-color: #F2ECD7;
}


#wrap #main #content .post .posthead .datebox .day {
	font-size: 32px;
	display: block;
	text-align: center;
	padding-top: 18px;
	color: #999900;
}
#wrap #main #content .post .posthead .datebox .month {
	display: block;
	text-align: center;
}
#wrap #main #content .post .postinfo {
	background-color: #F2ECD7;
	padding: 3px;
	margin: 0px;
	color: #254068;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #D4CEC2;
	border-bottom-color: #D4CEC2;
	font-size: 10px;
}
#wrap #main #content .post {
	margin-top: 15px;
	margin-bottom: 15px;
}
#wrap #main #sidebar .sidebartop  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#wrap #header #description {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-variant: small-caps;
	font-size: 14px;
	display: block;
	float: right;
	width: 100px;
	text-align: center;
	padding-right: 90px;
	padding-top: 55px;
	color: #FFFFFF;
	font-weight: normal;
}
#wrap #main #content .post .readmore {
	display: inline;
	background-color: #F2ECD7;
	padding: 3px;
}
#wrap #topbar #sitename {
	color: #EC4900;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 26px;
	margin: 0px;
	padding-left: 15px;
	display: block;
	float: left;
}
#wrap #main #sidebar .sidebarcontent h2 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: normal;
	font-size: 20px;
	display: block;
	padding-left: 10px;
}
#wrap #main #sidebar .sidebarcontent ul {
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 15px;
}
#wrap #main #sidebar .sidebarcontent .posts li {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2ECD7;
}
#wrap #main #sidebar .sidebarcontent .posts a {
	color: #938157;
	text-decoration: none;
}

#wrap #topbar #sitename span {
	color: #000000;
}

.clear {
	clear: both;
}
#wrap #main #content {
	width: 690px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#wrap #main #sidebar {
	margin-left: 720px;
}
#wrap #main #sidebar .sidebartop {
	background-image: url(../images/sidebar1.jpg);
	background-repeat: no-repeat;
	height: 51px;
}
#wrap #main #sidebar .sidebarcontent {
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#wrap #main #sidebar .sidebarbtm {
	background: url(../images/sidebar3.jpg) no-repeat;
	height: 73px;
}
#wrap #main #sidebar .sidebarcontent .posts a:visited, active {
	color: #938157;
	text-decoration: none;
}
#wrap #main #sidebar .sidebarcontent .posts a:hover {
	color: #282317;
	text-decoration: none;
}
#wrap #main #sidebar .sidebarcontent .normalmenu li {
	display: block;
	height: 25px;
	border-bottom: solid 1px#F2ECD7;
}
#wrap #main #sidebar .sidebarcontent .normalmenu a {
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	color: #A2816D;
	text-decoration: none;
	border-bottom-color: #DCFC3;
}
#wrap #main #sidebar .sidebarcontent .normalmenu a:visited, active {
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	color: #A2816D;
	text-decoration: none;
	border-bottom-color: #DCFC3;
}
#wrap #main #content a {
	color: #993300;
}

#wrap #main #sidebar .sidebarcontent .normalmenu a:hover {
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	color: #333333;
	text-decoration: none;
	background-color: #F2ECD7;
}
#wrap #main #content a:visited, active {
	color: #993300;
}
#wrap #main #content a:hover {
	color: #000000;
	text-decoration: none;
}
#wrap #footer {
	background : url(../images/footer.jpg) no-repeat center top;
	padding: 25px 15px 15px 15px;
	text-align: center;
}
#wrap #footer #credit {
	padding-top: 25px;
	font-size: 10px;
}
#wrap #footer a {
	color: #990000;
}
#wrap #footer a:visited, active {
	color: #990000;
}
#wrap #footer a:hover {
	color: #000000;
	text-decoration: none;
}
#wrap #main #sidebar .sidebarcontent  a {
	color: #990000; text-decoration: none;
}
#wrap #main #sidebar .sidebarcontent a:visited, active {
	color: #990000; text-decoration: none;
}
#wrap #main #sidebar .sidebarcontent a:hover {
	color: #000000;
	text-decoration: none;
}
#wrap #main #content .post blockquote {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background : url(../images/blockquote.jpg) no-repeat left top;
	padding : 5px 5px 5px 30px;
	display: block;
	text-align: right;
	border-right: dashed 1px #CEC8BC;
	margin: 5px 10px 5px 5px;
}
#wrap #main #content .post img {
	padding: 3px;
	
}
#wrap #main #content .post .alignleft {
	float: left;
	margin: 5px;
}

#wrap #main #content .post .posthead .postinfotop {
	font-size: 10px;
	margin: 0px;
}

#wrap #main #content .post blockquote p {
	color: #993300;
	padding: 0px;
	margin: 0px;
}
#wrap #main #content .post ul {
	padding: 10px;
	list-style-type: none;
	margin-left: 15px;
}
#wrap #main #content .post ol {
	padding: 10px;
	list-style-type: decimal;
	margin-left: 15px;
	list-style-position: inside;
}
#wrap #main #content .post ul li {
	background: url(../images/bullet.jpg) no-repeat 0px 7px;
	padding:3px 15px 3px;
	padding-top: 3px;
}
#wrap #main #content .post ol li {
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#wrap #main #content .post code {
	font-size: 12px;
	color: #333333;
	background: #F0F0F0;
	white-space: pre;
	padding: 10px;
	margin-bottom: 25px;
	font-family: "Courier New", Courier, monospace;
	display: block;
}
#wrap #main #content .post #pagination {
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#wrap #main #content .post #pagination span {
	padding-left: 150px;
}
#wrap #main #content  table {
	width: 103%;
	margin-top: 15px;
	margin-bottom: 5px;
}
#wrap #main #content .post  td {
	padding: 5px;
}
#wrap #main #content .post  th {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDC1A7;
	background-color: #CDC1A7;
	color: #993300;
}
#wrap #main #content .post .extract {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/blockquote.jpg) no-repeat left top;
	padding: 5px 5px 5px 30px;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	border-right: dashed 1px #CEC8BC;
	margin: 5px 10px 5px: 5px;
}
#wrap #main #content .post #form .textfield:hover {
	display: block;
	width: 250px;
	border: 1px solid #AF9D72;
	background-color: #FFFFCC;
}
#wrap #main #content .post #form input {
	padding: 3px;
	margin-bottom: 15px;
}
#wrap #main #content .post #form .buttons {
	padding: 15px;
}
#wrap #main #content .post #form .buttons input {
	border: 1px solid #AF9D72;
	background-color: #F2ECD7;
}
#wrap #topbar #topmenu {
	float: right;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Halvetica, Arial;
	padding-right: 15px;
	padding-left: 15px;
}
#wrap #topbar #topmenu ul {
	list-style-type: none;
}
#wrap #topbar #topmenu li {
	display: inline;
}
#wrap #topbar #topmenu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #254068;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 10px;
	margin-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0D9C9;
}

#wrap #main #content .post #form .textfield:focus {
	display: block;
	width: 250px;
	border: 1px solid #70613F;
	background-color: #FFFFFF;
}
#wrap #topbar #topmenu a:visited, active {
	display: block;
	float: left;
	text-decoration: none;
	color: #254068;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 10px;
	margin-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0D9C9;
}
#wrap #topbar #topmenu a:hover {
	display: block;
	float: left;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 10px;
	margin-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0D9C9;
}
#wrap #topbar #sitename a {
	color: #254068;
	text-decoration: none;
}
#wrap #topbar #sitename a:visited, active, hover {
	color: #254068;
	text-decoration: none;
}

.inp {
	text-decoration: 		none;
	font: 					15px "Trebuchet MS", Verdana, Halvetica, Arial;
	font-weight: 			bold;
	text-shadow: 			rgba(255,255,255,.5) 0 1px 0;

	/* layout */
	padding: 				.5em .6em .4em .6em;
	margin: 				.5em;
	display: 				inline-block;
	position: 				relative;
	
	-webkit-border-radius: 	8px;
	-moz-border-radius: 	8px;
	border-radius: 	8px;
	
}

/* -------------- THE button -------------- */
.button {

/* text */
	text-decoration: 		none;
	font: 					15px "Trebuchet MS", Verdana, Halvetica, Arial;
	font-weight: 			bold;
	text-shadow: 			rgba(255,255,255,.5) 0 1px 0;
	-webkit-user-select: 	none;
	-moz-user-select: 		none;
	user-select: 			none;
	
	
/* layout */
	padding: 				.5em .6em .4em .6em;
	margin: 				.5em;
	display: 				inline-block;
	position: 				relative;
	
	-webkit-border-radius: 	8px;
	-moz-border-radius: 	8px;
	border-radius: 	8px;

	
}

button.button {
	border-left: none;
	border-right: none;
}
button.button:hover {
	cursor: pointer;
}
.button:hover {
	background-color: 	hsl(0, 0%, 83%);
}

label {
	padding: 5px;
	float: left;
	width: 100%;
	font-family: Arial;
	font-size: 13px;
}

.field {
	padding: 5px;
}

.input3 {
	padding: 5px;
	border: 1px solid #ссс;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.input2 {
	padding: 5px;
	width: 80%;
	font-family: Arial;
	font-size: 13px;
	color: #000;
	border: 1px solid #ссс;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.input1 {
	padding: 5px;
	height: 200px;
	width: 80%;
	font-family: Arial;
	font-size: 13px;
	color: #000;
	border: 1px solid #ссс;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.input2:focus, .input2:hover, .input1:focus, .input1:hover {
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	color: #000;
}

.red { color: #fff; border: 1px solid red; padding: 5px; 
	background: rgb(255,48,25); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.green { color: #fff; border: 1px solid green; padding: 5px; background: green; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bottom{
font-style:normal;
color:#000000;
font-family: "Trebuchet MS", Verdana, Halvetica, Arial;
font-size:10pt;
border: 1px solid;
border-color:#CCCCCC;
width: 100%;
	padding: 				.3em .3em .2em .3em;
	margin: 				.5em;
}

.bottom1{
font-style:normal;
color:#000000;
font-family: "Trebuchet MS", Verdana, Halvetica, Arial;
font-size:10pt;
border: 1px solid;
border-color:#CCCCCC;
width: 100%;
	padding: 5px 3px 4px 3px;
	margin: 5px 0 4px -10px;
}

.bottom2{
font-style:normal;
color:#000000;
font-family: "Trebuchet MS", Verdana, Halvetica, Arial;
font-size:10pt;
border: 1px solid;
border-color:#CCCCCC;

	padding: 5px 3px 4px 3px;
	margin: 5px 0 4px 0;
}

#blink {
	-webkit-animation: blink 2.5s linear infinite; 
	animation: blink 2.5s linear infinite; 
	font-weight: bold; 
	color: color: #F00; 
}

@-webkit-keyframes blink { 
	0% { color: #F00; }
	50% { color: #FBB; }
	100% { color: #F00; }
}

@keyframes blink {  
	0% { color: #F00; }
	50% { color: #FBB; }
	100% { color: #F00; } 
}
</style>