/*
Author: Boris Shinyaev
Author URI: http://botanichka.ru/
Tags: botanichka,templates
*/

/* 
 Reset default browser CSS.
*/

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;
	outline: 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;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

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;
}
/* Global */
body {
	background: #eef1e5 url(https://www.botanichka.ru/pics/main_bg_01.jpg) repeat-x center -32px;
	color: #3b3b36;
	font: 16px Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	margin: 0 auto;
	min-width: 600px;
	max-width: 900px !important;
}
/* Main elements */
a {
	color: #4896d2;
	text-decoration: none
}
a:hover, a:active {
	color: #888;
	text-decoration: underline
}
a:focus {
	outline: thin dotted;
}

/* Headers */
h1, h2, h3, h4, h5 {
	clear: both;
	font-weight: 700;
	margin: 10px 0;
	line-height: 1.3em;
}

h1, h2, h3, h4 {
	font-family: Georgia,"Times New Roman",Times,serif;	
}

h1 {font-size: 160%;}
h2 {font-size: 140%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}
h5 {font-size: 80%;}
h6 {font-size: 60%;}


address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin: 10px 0;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 20px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 20px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

/* Buttons */
/*-------------------------------------------------------------- */

button,
a.button,
input[type=submit],
input[type=button],
input[type=reset] {
	background: #fff;
	background: url("/pics/white-grad.png") repeat-x scroll left top #ededed;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 3px 10px;
	text-decoration: none;
	text-align: center;
	color: #444;
	font-size: 120%;
	font-weight: normal;
	vertical-align: bottom;
	cursor: pointer;
	outline: none;
}

button:hover,
a.button:hover,
a.button:focus,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
		background: #eee;
		border-color: #666666;
		color: #555;
		outline: none;
		text-decoration: none;
	}


input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

hr {
	background-color: #E7E7E7;
	border: 0;
	height: 1px;
	margin: 10px 0;
}
p:last-child {
	margin-bottom: 0;
}


table,
th,
td {
	border: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
	margin: 10px 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}



/* General */
.fix {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0 0 -1px
}
.clear {
	clear: both
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.center {
	display: block;
	margin: 0 auto;
}




/* Repeatable Patterns */

/* Input fields */

/* Wrapper */
#wrapper {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	border: 0px none;
	background: none;
	margin-bottom: 0;
	margin-top: 0;
}
/* Header */
#header {
	position: relative;
	z-index: 400;
}
#header .padder {
	padding: 0;
}
#header div#logo {
	color: #9d9d9d;
	z-index: 1;
}
#header h1 {
	margin: 20px 10px 10px 30px;
	text-indent: -9999px;
	background: url("../pics/logo.png") no-repeat scroll 0 0 transparent !important;
}
#header h1 a {
	display: block;
	height: 80px;
	width: 274px;
}
#header h1 a:hover {
	text-decoration: none
}
#header #logotext {
	font-size: 70%;
	margin-top: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 200px;
	border-left: 1px solid #e1e4e1;
	line-height: 142%;
}
/* Container */
div#container {
	position: relative;
	background: #fff;
	clear: left;
	padding: 40px;
	width: auto;
	border-radius: 6px 6px 0 0;
}


/* Content */
#content p,#colophon p{
	padding:10px 0;
}

#content .error{
	margin: 20px 0;
}

#content a {
	font-size: 120%;
}

#content .adminmessage {
	quotes: none;
	font-style:italic;
	margin:10px 0;
	padding:20px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 110%;
	background: #eef1e5;
}

#content .required {
	color: #F1676A ;
}

#content td {
padding:10px 0;
}

#content .poweredby {
	display: none;
}


#content ul li.list {
list-style: none outside none;
font-weight: bold;
}

#content ul li.list .listdescription {
margin: 10px 0;
font-style: italic;
font-weight: normal;
}



/* Footer */

#footer {
	background: #fff;
	padding: 0 20px;
	width: auto;
	border-radius: 0 0 6px 6px;
}	
#colophon {
	border-top: 4px solid #000000;
	padding: 10px 0;
	margin: 0 20px;
}

#footer #credits {
	clear: left;
	border-top: 1px solid #E4E4E4;
	padding:15px 0;
	margin: 0 20px;
}		
#footer #credits #discl {
	font-size: 70%;
	color: #aaa;
}
