/* CSS Document */
@import "rhinoslider-1.05.css";
@import "prettyPhoto.css";
@import "navi.but.css";

body {
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", "Lucida Grande", "Helvetica Neue", sans-serif;
	font-size: 14px;
	color: #444;
	text-align: center;
	background-color: #f58220;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffae65', EndColorStr='#f58220');
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffae65), to(#f58220));
	background-image: -moz-linear-gradient(#ffae65, #f58220);
	background-image: -ms-linear-gradient(#ffae65, #f58220);
	background-image: -o-linear-gradient(#ffae65, #f58220);
	background-image: radial-gradient(#ffae65, #f58220);
}
a, input, input:active, textarea, textarea:active, :focus { outline: none; }

/* ALL */
header, article, footer {
	min-width: 1000px;
	position: relative;
}
/* HEADER */
header {
	background-color: #f58220;
	height: 310px;
	z-index: 10;
}
header div { position: absolute; }

#site-lang a {
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted #555;
}
#site-lang a:hover {
	color: #333;
	border-bottom: 1px dotted #333;
}
.logo-text {
	width: 500px;
	left: 50%;
	top: 15px;
	margin-left: -250px;
	text-transform: uppercase;
	color: #555;
}
.head-anons {
	width: 500px;
	line-height: 20px;
	left: 50%;
	top: 85px;
	text-align: left;
}
.head-anons img {
	margin-right: 5px;
	float: left;
}
.head-anons a {
	min-height: 105px;
	max-height: 150px;
	display: block;
	padding: 10px 10px 10px 170px;
	background: url('../images/serdtse.jpg') no-repeat 10px top #fff200;
	text-decoration: none;
	color: #444;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	behavior: url('../pie.htc');
}
#site-menu {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#site-menu li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 5px;
	margin: 5px 3px;
	position: relative;
	z-index: 10;
	text-transform: uppercase;
}
#site-menu li.back {
	padding: 0;
	margin: 0;
	background-color: #fff200;
	position: absolute;
	top: 5px;
	z-index: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url('../pie.htc');
}
#site-menu li a {
	text-decoration: none;
	color: #333;
}
#site-menu li ul {
	display: none;
	text-align: left;
	top: 26px;
	//top: 29px;
	left: 5px;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 15;
}
#site-menu li ul li {
	display: block;
	margin: 0;
	//margin: -3px 0 0;
	border-bottom: 1px solid #777;
	padding: 0;
	white-space: nowrap;
	word-wrap: normal;
	text-transform: none;
}
#site-menu li ul li a {
	display: block;
	margin: 0;
	padding: 5px 15px;
	background-color: rgb(255, 255, 0);
	background-color: rgba(255, 255, 0, 0.8);
}
#site-menu li ul li a:hover,
#site-menu li ul li.current a {
	color: #fff;
	padding-left: 15px;
	background-color: rgb(124, 197, 238);
	background-color: rgba(124, 197, 238, 0.9);
	background-image: url('../images/menu-arrow.png');
	background-repeat: no-repeat;
	background-position: 8px center;
}
/* ARTICLE */
article {
	width: 1000px;
	margin: 0 auto;
	background-color: #f7c377;
	z-index: 1;
}
article section {
	margin: 20px 10px 20px 20px;
	text-align: justify;
	overflow: hidden;
}
article section h1 {
	font-size: 1.8em;
	margin: 0 0 10px;
	text-align:	left;
}
article section p { margin: 10px 0; }

.date-rub { clear: both; }

.date-rub .my-date { float: left; }

.my-date {
	line-height: 30px;
	padding-left: 30px;
	margin: 0;
	font-weight: bold;
	background: url('../images/calendar.png') no-repeat left;
}
article section table {
	border-collapse: separate;
}
article section table thead td {
	background-color: #005394;
	color: #fff;
	font-weight: bold;
}
article section table td {
	border: 1px solid #555;
	text-align: center;
	padding: 1px 2px;
}

article section a {
	text-decoration: none;
	color: #005394;
	border-bottom: 1px dotted #005394;
}
article section a:hover {
	color: #246eb7;
	border-bottom: 1px dotted #246eb7;
}
article section img { border: 1px solid #444; }

.img-float {
	margin-right: 5px;
	float: left;
}
.content {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}
.news-block {
	overflow: hidden;
	border-bottom: 1px solid #777;
	padding-top: 10px;
}
.news-block img {
	float: left;
	margin: 3px 5px 5px 0;
}
.photo-content {
	line-height: 0;
	margin-left: 5px;
	padding: 5px;
	text-align: center;
	float: right;
	overflow: hidden;
	border: 1px solid #444;
	background-color: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url('../pie.htc');
}
.photo-content span {
	width: 40px;
	display: block;
	line-height: 25px;
	margin: 0 auto;
	padding-left: 20px;
	background: url('../images/photo-lupa.gif') no-repeat left 5px;
	font-weight: bold;
}
.photo-content img { margin: 5px 0 0; }

.photo-content a,
.photo-content a:hover { border: none; }

.link-back a {
	border: none;
	font-size: 16px;
}

#right-content {
	padding: 15px;
	margin: 0 9px 25px;
	border: 1px solid #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url('../pie.htc');
}
#form-item {
	margin: 0 10px 10px;
	position: relative;
}
#form-item input { color: #ccc; }
#form-item input.focus { color: #444; }
#form-find {
	width: 260px;
	height: 25px;
	line-height:25px;
	vertical-align: top;
	padding: 0 10px;
	background-color: #fff;
	border: none;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	behavior: url('../pie.htc');
}
#form-post {
	width: 40px;
	height: 25px;
	background: url(../images/photo-lupa.gif) no-repeat center #eee;
	border: none;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 0 10px 10px 0;
	behavior: url('../pie.htc');
}
.search-text {
	font-size: 18px;
	font-weight: bold;
	color: #005394;
}

#right-content p {
	margin: 5px 0;
}
#right-content p.upper-header {
	margin: 0 10px;
	font-weight: bold;
	color: #005394;
	text-transform:uppercase;
}
.middle-line {
	line-height: 0;
	height: 0;
	margin: 15px 0;
	border-top: 1px dotted #fff;
	clear: both;
}
.right-block img {
	float: left;
	margin-right: 5px;
	border: 1px solid #444;
}
.right-block a {
	text-decoration: none;
	color: #005394;
	border-bottom: 1px dotted #005394;
}
.right-block a:hover {
	color: #246eb7;
	border-bottom: 1px dotted #246eb7;
}
/* FOOTER */
footer {
	width: 1000px;
	margin: 0 auto;
	background-color: #444;
	color: #ccc;
}
footer p { margin: 10px; }