/* Global properties */

body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 75%;
	color: #333333;
}

input, select, pre, textarea {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1em;
	color: #333333;
}

:link {
	color: #186F9C;
	text-decoration: underline;
}

:visited {
	color: #186F9C;
	text-decoration: underline;
}

:link:hover, *:visited:hover, *:link:active {
	color: #FF6600;
	text-decoration: underline;
}


/* Layout */

.g-container {
	max-width: 1200px;
	min-width: 960px;
	margin: 0 auto 0 auto;
	width: 98%;
}

/* Global */

.g-link-layer {
	color: #006ac3;
	border-bottom: 1px dashed #006ac3;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

.g-active-element {
	cursor: pointer;
}

.g-block {
	display: block;
}

.g-hidden {
	display: none;
}


/* Structure */

.page {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-shadow: 0px 0px 1px #ffffff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}

.ad-container {
	padding: 5px;
	background-color: #f0f0f0;
	text-align: center;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.page-container {
	background-image: url( ../img/page-bg.png );
	background-repeat: no-repeat;
	background-position: center top;
}

.header {
	margin-bottom: 20px;
	padding-top: 20px;
}

.header__tools {
	margin-left: 480px;
}

.header__tools-right {
	float: right;
}

.header__logo {
	float: left;
}

.header__logo-link {
	text-decoration: none;
	color: #5b1401;
}

.header__logo-text {
	color: #5b1401;
	font-size: 21px;
	margin: 0 0 20px 0;
	border: none;
}

.header__logo-flash {
	width: 450px;
	height: 55px;
}

.date {
	border-radius: 5px;
	background-color: #f0f0f0;
	margin-right: 250px;
	padding: 10px 20px 10px 20px;
}

.date__list {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.date__title {
	list-style-type: none;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
}

.date__item {
	list-style-type: none;
	border-top: 1px solid #ffffff;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
}

	.date__item:first-child {
		padding-top: 0;
	}

	.date__item:last-child {
		padding-bottom: 0;
	}

.search {
	padding: 0 4px 0 4px;
	margin: 0 0 30px 0;
	width: 230px;
	color: #6d6e70;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 5px 5px 10px #cccccc;
}

.search__input {
	font-size: 0.95em;
	color: #6d6e70;
	width: 210px;
	border: none;
	background: none;
	padding: 3px 0 3px 0;
}

.subs {
	padding: 0 4px 0 4px;
	margin: 0 0 30px 0;
	width: 150px;
	color: #6d6e70;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 5px 5px 10px #cccccc;
}

.subs__input {
	font-size: 0.95em;
	color: #6d6e70;
	width: 130px;
	border: none;
	background: none;
	padding: 3px 0 3px 0;
}

.login {
	padding: 0 4px 0 4px;
	margin: 0 0 0 0;
	width: 150px;
	color: #6d6e70;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #ffffff;
}

.login__input {
	font-size: 0.95em;
	color: #6d6e70;
	width: 130px;
	border: none;
	background: none;
	padding: 3px 0 3px 0;
}

.search__button, .subs__button, .login__button {
	color: #ec1c24;
	text-align: center;
	padding: 0 0 0 0;
	width: 16px;
	height: 16px;
	border: none;
	background: none;
}

.account {
	border-radius: 5px;
	border: 1px solid #ffffff;
	padding: 9px 29px 9px 29px;
	background-color: #ffffff;
	box-shadow: 5px 5px 10px #cccccc;
}

.menu {
	margin: 0 0 30px 0;
}

.menu__list {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.menu__item {
	list-style-type: none;
	margin: 0 0 1px 0;
}


.menu__link {
	display: block;
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	border-top: 2px solid #f0f0f0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
}

	.menu__link:hover {
		background: #f0f0f0;
		text-decoration: none;
	}



.menu__item_state_active .menu__link {
	color: #333333;
	background-color: #ffffff;
	border-top: 2px solid #FF6600;
}

.submenu__list {
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	border-top: 2px solid #cccccc;
}

.submenu__item {
	list-style-type: none;
	margin: 0 0 0 0;
}

.submenu__link {
	display: block;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 1.2em;
}

.submenu__item_state_active .submenu__link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.main {
}

.main__left {
	width: 240px;
	margin: 0 30px 30px 0;
	float: left;
}

.main__right {
	box-shadow: 0 0 20px #EEEEEE;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 30px 30px 30px 30px;
	margin: 0 0 30px 270px;
	overflow: auto;
}

.main__content {
	margin: 0 190px 0 0;
	overflow: auto;
}

.main__aside {
	width: 160px;
	float: right;
}



h1, .title {
	color: #262626;
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 30px 0;
	font-family: "Bree Serif", Georgia, sans-serif;
	border-bottom: 1px solid #cccccc;
}

h2, .subtitle {
	color: #5b1401;
	font-size: 1.5em;
	font-weight: 400;
	margin: 0 0 10px 0;
}

h3, .subsubtitle {
	color: #262626;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 5px 0;
}

h4 {
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 5px 0;
}

ul {
	margin: 0 0 30px 0;
	padding: 0 0 0 17px;
}

li {
	margin-bottom: 10px;
}

dt {
	margin: 0 0 5px 0;
	color: #666666;
}

dd {
	margin: 0 0 15px 0;
}

p {
	margin: 0 0 15px 0;
}

hr {
	border: none;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}

.category__list {
	padding: 0 0 0 0;
}

.category__item {
	border: 1px solid #cccccc;
	list-style-type: none;
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
}

	.category__item:hover {
		background-color: #f0f0f0;
	}

.article__list {
	padding: 0 0 0 0;
}

.article__item {
	border-left: 2px solid #cccccc;
	list-style-type: none;
	padding: 10px 0px 10px 20px;
	border-radius: 5px;
}

	.article__item:hover {
		background-color: #f0f0f0;
	}

.article__image {
	float: left;
	margin: 0 15px 0 0;
	color: #ffffff;
	border-radius: 5px;
	background-color: #f0f0f0;
	text-align: center;
	width: 64px;
	height: 50px;
	padding-top: 14px;
}

.footer {
}


.footer__col {
	float: left;
	width: 24%;
	margin: 0 1% 30px 0;
	vertical-align: top;
}

.footer .footer__title {
	margin: 0 0 10px 0;
}

.footer__counters {
	opacity: 0.5;
	vertical-align: top;
}


.box-featured {
	border-radius: 5px;
	background-color: #f0f0f0;
	padding: 10px 20px 10px 20px;
	margin: 0 0 30px 0;
}


.paging {
	margin: 0 0 15px 0;
}

.paging__summary {
	float: right;
}

.paging__pages {
	float: left;
}

.paging__list {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.paging__item {
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	float: left;
	list-style-type: none;
}

	.paging__item:last-child {
		margin: 0 0 0 0;
	}

.paging__link {
	display: block;
	padding: 0px 0px 0px 0px;
	width: 18px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	border: 1px solid #cccccc;
}

.paging__item_state_active .paging__link {
	color: #ffffff;
	text-decoration: none;
	background-color: #FF6600;
	border: 1px solid #FF6600;
}



.paging__select {
	float: right;
	margin: 3px 0px 0px 50px;
}

/* masha */
.style1 {font-family: Verdana, Arial, Helvetica}
.style2 {color: #000000; font-weight: bold; font-family: Verdana, Arial, Helvetica;}
.style3 {font-weight: bold}
.style4 {font-size: 36px}
div.manya {
	text-align: justify;
}
div.manya p {
	text-indent:20;
	margin-top:0;
}
img.pumba {
	margin: 0 10 5 10;
	border: #000 1px solid;
}
div.simba {
	text-align: center;
	margin: 10px 0px;
	font-style: italic;
}
div.simba img {
	border: 1px solid #000;
}
h5 {
	font: 14px verdana;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.podpis { 
	font: 11px verdana;
	font-style: italic;
}
div.karta {
	text-align: center;
	margin: 10px 0px;
	font-style: italic;
}
div.karta img {
	border: 1px solid #000;
}
#zazu {
	background-color: #000;
	margin: 5 0 5;
}
#zazu td {
	margin: 1 1 1 1;
	background-image: url(images/bg.gif);
	font: 11px verdana;
	color: black;
	text-align: center;
}
#zazu th {
	margin: 1 1 1 1;
	background-image: url(images/bg.gif);
	font: 11px verdana;
	color: black;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
div.galery {
	text-align: center;
	margin: 10px 0px;
	font-style: italic;
}
div.galery img {
	border: 1px solid #000;
}
.texto {font-family: Verdana, Arial, Helvetica; font-size: 11px;}
.texto2 {font-family: Verdana, Arial, Helvetica; font-size: 12px;}
.textopeq {font-family: Verdana, Arial, Helvetica; font-size: 9px;}
.pr_time_td {font-family: Verdana, Arial, Helvetica; font-size: 9px;}
.textobrano {font-family: Verdana, Arial, Helvetica; font-size: 11px; color: #FFFFFF; font-weight: bold;}
.textocinza {font-family: Verdana, Arial, Helvetica; color: #708090}
.textoneg {font-family: Verdana, Arial, Helvetica; font-size: 11px; color: #000000; font-weight: bold;}
p.simba {
	text-indent:10;
	text-align: justify;
	margin-top: 20;
}

