/***********************************************************************************************************/
/* modablog @ amedio.cz, 2012 */
/*	display;
	position;
	float;
	overflow;
	width;
	height;
	min-width;
	max-width;
	min-height;
	max-height;
	margin;
	padding;
	border;
	background;
	color:
	font;
	text;
/***********************************************************************************************************/

@font-face { 
	font-family: Klavika; 
	src: url('font/Klavika-Regular.otf'); 
}

@font-face { 
	font-family: Klavika; 
	font-weight: bold; 
	src: url('font/Klavika-Bold.otf');
}

* {margin: 0; padding: 0;}

body {
	height: 100%;
	font-family: "Arial", sans-serif;
	
}
html {
	height: 100%;
	background: #ebeadf;
}

img {
	border: 0;
}

fieldset {
	border: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/***********************************************************************************************************/
/* Layout */
/***********************************************************************************************************/

div#root {
	margin: 0;
}


/* ******************************************** WINDOW ******************************************* */

div#window {
	background: url('img/root-pattern.gif') no-repeat center top;
}

div#window div.in {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	min-height: 905px;
	padding: 0 0 30px 0;
	background: #fff url('img/window-bottom-pattern.gif') no-repeat left bottom;
}

div#window div.in {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	min-height: 905px;
	padding: 20px 0 30px 0;
	background: #fff url('img/window-bottom-pattern.gif') no-repeat left bottom;
}

div#window div.leftColumn {
	width: 160px;
	margin: 0 0 0 20px;
	float: left;
}

div#window div.restColumn {
	width: 780px;
	margin: 0 20px 0 0;
	float: right;
}

div#window div.rightColumn {
	width: 250px;
	margin: 0 20px 0 0;
	float: right;
}

div#window div.middleColumn {
	width: 510px;
	float: left;
	margin: 0;
}

div#window div.allColumn {
	width: 800px;
	margin: 0;
	float: right;
}


/* ******************************************** HLAVIČKA ******************************************* */

div#header {
	height: 120px;
	background: #573979;
	text-align: center;
}

div#header .content {
	width: 1000px;
	background: url('img/header.jpg') no-repeat left top;
	height: 120px;
	margin: 0 auto;
	text-align: left; 
}

div#logo {
	width: 220px;
	height: 120px;
	cursor: pointer;
	float: left;
}

div#logo p, div#logo h1 {
	display: none;
}

div#header .banner {
	width: 745px;
	height: 100px;
	float: right;
	overflow: hidden;
	margin: 10px 0 0 0;
}


/* ******************************************** MENU ******************************************* */

div#menu {
	background: url('img/menu-pattern.gif') repeat-y left top;
	margin: 0;
	width: 166px;
}

div#menu .bottom {
	background: url('img/category-bottom.jpg') no-repeat left bottom;	
	width: 160px;
	padding: 0 0 8px 0;
}

div#menu h3 {
	width: 160px;
	height: 40px;
	background: url('img/category-pattern.jpg') no-repeat left top;
	overflow: hidden;
	text-indent: -200px;
	margin: 0 0 6px 0;
}

div#menu ul {
	margin: 0;
	list-style-type: none;
	font-size: .75em;
}

div#menu ul li {
	height: 30px;
	background: url('img/menu-li-pattern.gif') no-repeat left top;
}

div#menu ul .hover {
	background: #ebeadf !important;
}

div#menu ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 151px;
	background: url('img/menu-link-pattern.gif') no-repeat left top;
	background-position: 0 0;
	padding: 0 0 0 15px;
	color: #6b6956;
}

div#menu ul .first {
	background: #ebeadf !important;
}

div#menu ul li a:hover {
	background-position: 0 -30px !important;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

div#menu ul a.active {
	background-position: 0 -30px !important;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

/* ******************************************** SEARCH ******************************************* */

div#search {
	width: 160px;
	height: 40px;
	background: url('img/search-pattern.jpg') no-repeat left top;
	position: relative;
	margin: 10px 0 0 0;
}

div#search input.text {
	width: 108px;
	height: 24px;
	padding: 0 2px 0 2px;
	font-size: .75em;
	position: absolute;
	top: 7px;
	left: 8px;
	border: 1px solid #dfded5;
}

div#search input.image {
	width: 24px;
	height: 24px;
	text-align: center;
	font-weight: bold;
	color: #6b6956;
	font-size: .75em;
	position: absolute;
	top: 8px;
	right: 7px;
	background: url('img/search-button.gif') no-repeat left top;
	border: 0px solid black;
}

/* ******************************************** TAG ******************************************* */

div#tag {
	width: 160px;
	margin: 10px 0 0 0;
}

div#tag h3 {
	width: 160px;
	height: 40px;
	background: url('img/tag-pattern.jpg') no-repeat left top;
	overflow: hidden;
	text-indent: -200px;
}

div#tag .tags {
	margin: 10px 10px 0 10px;
	font-size: .95em;
}

div#tag a {
	color: #573979;
	line-height: 1.8em;
}

/* ******************************************** TIP ******************************************* */

div#tip {
	width: 160px;
	margin: 20px 0 0 0;
}

div#tip h3 {
	width: 160px;
	height: 40px;
	background: url('img/tip-pattern.jpg') no-repeat left top;
	overflow: hidden;
	text-indent: -200px;
}

div#tip ul {
	margin: 14px 10px 0 10px;
	list-style-type: none;
	font-size: .65em;
}

div#tip ul li {
	line-height: 1.8em;
}

div#tip p {
	margin: 14px 10px 0 10px;
	list-style-type: none;
	font-size: .65em;
	line-height: 1.8em;
}

div#tip a {
	color: #563978;
	text-decoration: underline;
}

div#tip a:hover {
	text-decoration: none;
}

/* ******************************************** TOP ******************************************* */

div#top {
	width: 250px;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	background: #f5f5f1 url('img/top-bottom.gif') no-repeat left bottom;
}

div#top h3 {
	width: 250px;
	height: 40px;
	background: url('img/top-pattern.jpg') no-repeat left top;
	overflow: hidden;
	text-indent: -250px;
}

div#top ol {
	margin: 15px 20px 0 38px;
	font-size: .7em;
	font-weight: bold;
	color: #573979;
}

div#top ol li {
	line-height: 1.6em;
	margin: 0 0 12px 0;
	padding: 0 0 0 2px;
}

div#top ol li a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

div#top ol li a:hover {
	text-decoration: none;
}

/* ******************************************** FOOT ******************************************* */

div#foot {
	width: 1000px;
	height: 165px;
	margin: 0 auto;
}

div#foot .footLogo {
	background: url('img/footer-pattern.jpg') no-repeat left top;
	width: 156px;
	height: 53px;
	cursor: pointer;
	float: left;
	margin: 20px 0 0 39px;
}

div#foot .text {
	width: 400px;
	height: 53px;
	float: left;
	margin: 23px 0 0 30px;
}

div#foot .text h3 {
	font-size: .75em;
	color: #636363;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}

div#foot .text p {
	font-size: .65em;
	color: #636363;
	margin: 0 0 3px 0;
}

div#foot .links {
	width: 230px;
	height: 53px;
	float: right;
	margin: 40px 24px 0 0;	
}

div#foot .links ul {
	list-style-type: none;
	font-size: .7em;
	margin: 0;
	float: right;
}

div#foot .links ul li {
	background: url('img/foot-menu-separator.gif') no-repeat right center;
	float: left;
	padding: 0 15px 0 9px;
}

div#foot .links ul .last {
	background: none !important;
}

div#foot .links ul li a {
	color: #636363;
	text-decoration: underline;
}

div#foot .links ul li a:hover {
	text-decoration: none;
}

div#foot .links ul li a.rss {
	margin-top: -2px;
	display: block;
	width: 31px;
	height: 18px;
	background: url('img/rss.gif') no-repeat left top;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
}

/* ******************************************** HOMEPAGE ******************************************* */

div#homepage {
	margin: 0;
}

div#homepage .top {
	height: 240px;
	width: 770px;
	overflow: hidden;
	margin: 0 0 0 10px;
}

div#homepage #carousel_content {
	overflow: hidden;
	position: relative;
}

div#homepage #carousel_content_image {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50; 
}

div#homepage #carousel_content_image img {
	cursor: pointer; 
}

div#homepage #carousel_content ul {
	width: 387px;
	height: 240px;
	background: url('img/homepage-article-pattern.gif') repeat-y left top;
	position: absolute;
	right: 0;
	top: 0;
	list-style-type: none;
	z-index: 100;
}

div#homepage #carousel_content ul li {
	height: 50px;
	width: 320px;
	background: url('img/homepage-article-active.gif') no-repeat left top;
	padding: 15px 30px 15px 37px;
	cursor: pointer;
}

div#homepage #carousel_content ul li a {
	font-family: Klavika, sans-serif;	
	color: #fff;
	font-size: 1.3em;
	line-height: 1.2em;
	border-bottom: 1px dotted white;
}

div#homepage #carousel_content ul li a:hover {
	text-decoration: none;
}

div#homepage #carousel_content ul li.active {
	background-position: 0 -80px !important;
}

div#homepage .articles {
	width: 510px;
	float: left;
	margin: 20px 0 0 0;	
}

div#homepage .articles ul {
	height: 35px;
	list-style-type: none;
	font-size: 1em;	
}

div#homepage .articles ul li {
	float: left;	
}

div#homepage .articles ul li.first {
	width: 80px;
	height: 35px;
	background: url('img/homepage-switch-1.gif') no-repeat left top;
	text-align: center;
	line-height: 39px;
	font-family: Klavika, sans-serif;
	color: #fff;	
}

div#homepage .articles ul li.second {
	width: 130px;
	height: 35px;
	background: url('img/homepage-switch-2.gif') no-repeat left top;
	text-align: center;
	line-height: 39px;
	font-family: Klavika, sans-serif;
	color: #563978;
	margin: 0 0 0 2px;	
	font-weight: bold;
}

div#homepage .articles ul li.third {
	width: 149px;
	height: 35px;
	background: url('img/homepage-switch-3.gif') no-repeat left top;
	text-align: center;
	line-height: 39px;
	font-family: Klavika, sans-serif;
	color: #563978;
	margin: 0 0 0 2px;	
	font-weight: bold;
}

div#homepage .articles ul li span {
	border-bottom: 1px dotted #563978;
}

div#homepage .items {
	background: #f8f8f3 url('img/homepage-articles-bottom.gif') no-repeat left bottom;
	padding: 0 0 10px 0;
	border-top: 5px solid #755c91;
}

div#homepage .items .item {
	width: 490px;
	height: 100px;
	margin: 10px 10px 0 10px;
	background: #fff;	
}

div#homepage .items .item .img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 10px 0 10px 10px;	
}

div#homepage .items .item .img img {
	cursor: pointer;	
}

div#homepage .items .item .text {
	width: 370px;
	height: 80px;
	overflow: hidden;
	float: right;
	margin: 10px 10px 10px 0;	
}

div#homepage .items .item .text h2 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 5px 0 5px 0; 	
}

div#homepage .items .item .text h2 a {
	color: #000;
	text-decoration: underline; 	
}

div#homepage .items .item .text h2 a:hover {
	text-decoration: none; 	
}

div#homepage .items .item .text p {
	margin: 0;
	font-size: .65em;
	text-transform: uppercase;
	color: #999; 	
}

/* ******************************************** ARTICLES ******************************************* */

div#articles {
	margin: 0;
}

div#articles .heading {
	margin: 0 0 10px 0;
	padding: 13px 13px 0 8px;
}

div#articles .heading h1 {
	font-size: 1.9em;
	font-weight: normal;
	border-bottom: 1px dotted #000;
	margin: 0 0 20px 0;
	font-family: Klavika, sans-serif; 
}

div#articles .heading p {
	font-size: .75em;
	line-height: 2em;
	color: #000;
	padding: 0 3px 0 3px;
	margin: 0 0 10px 0;	 
}

div#articles .items {
	background: #f8f8f3 url('img/homepage-articles-bottom.gif') no-repeat left bottom;
	padding: 0 0 10px 0;
	border-top: 1px solid white;
	margin: 22px 0 0 0;
}

div#articles .items .item {
	width: 490px;
	height: 100px;
	margin: 10px 10px 0 10px;
	background: #fff;	
}

div#articles .items .item .img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 10px 0 10px 10px;	
}

div#articles .items .item .img img {
	cursor: pointer;	
}

div#articles .items .item .text {
	width: 370px;
	height: 80px;
	overflow: hidden;
	float: right;
	margin: 10px 10px 10px 0;	
}

div#articles .items .item .text h2 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 5px 0 5px 0; 	
}

div#articles .items .item .text h2 a {
	color: #000;
	text-decoration: underline; 	
}

div#articles .items .item .text h2 a:hover {
	text-decoration: none; 	
}

div#articles .items .item .text p {
	margin: 0;
	font-size: .65em;
	text-transform: uppercase;
	color: #999; 	
}

/* ******************************************** ARTICLE - DETAIL ******************************************* */

div#articleDetail {
	margin: 0 0 0 6px;
}

div#articleDetail .heading {
	position: relative;
	height: 240px;
	width: 500px;
	overflow: hidden;
}

div#articleDetail .heading .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: 240px;
	z-index: 50px;
}

div#articleDetail .heading .social {
	position: absolute;
	right: 0;
	top: 0;
	width: 117px;
	height: 240px;
	z-index: 100px;
	background: url('img/detail-heading.gif') no-repeat left top;
}

div#articleDetail .heading .social .content {
	position: relative;
	width: 117px;
	height: 240px;
}

div#articleDetail .heading .social .like {
	width: 82px;
	height: 80px;
	position: absolute;
	right: 8px;
	top: 9px;
}

div#articleDetail .heading .social .date {
	width: 80px;
	height: 29px;
	position: absolute;
	right: 9px;
	bottom: 0;
	font-size: .6em;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}

div#articleDetail .body h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 16px 6px 20px 0;
	line-height: 1.05em;
	font-family: Klavika, sans-serif;
}

div#articleDetail .body p.category {
	font-size: .7em;
	margin: 3px 0 0 2px;
	line-height: 1.1em;
	color: #999;
}

div#articleDetail .body p.category a {
	color: #999;
	text-decoration: underline;
}

div#articleDetail .body p.category a:hover {
	color: #000;
}

div#articleDetail div.text {
	margin: 27px 0 0 3px;
}

div#articleDetail div.text h2, div#articleDetail div.text h3, div#articleDetail div.text h4 {
	margin: 15px 0 15px 0;
	font-weight: normal;
}

div#articleDetail div.text ul {
	margin: 15px 0 15px 20px;
	list-style-type: square;
}

div#articleDetail div.text ol {
	margin: 15px 0 15px 20px;
}

div#articleDetail div.text img {
	margin: 0 0 15px 0;
}

div#articleDetail div.text p {
	font-size: 0.8em;
	color: #000;
	line-height: 1.8em;
	margin-bottom: 15px;
}

div#articleDetail div.text p a {
	text-decoration: underline;
}

div#articleDetail .links {
	margin: 25px 0 0 5px;
	border-bottom: 1px solid #e0e8e8;
	height: 30px;
	color: #999;
	font-size: .75em;
}

div#articleDetail .links a {
	color: #999;
	line-height: 30px;
}

div#articleDetail .links a.active {
	text-decoration: underline;
}

div#articleDetail .links a.deactive {
	text-decoration: none;
}

div#articleDetail .links a.deactive:hover, div#articleDetail div.links a.active:hover {
	color: #000;
}

div#articleDetail .articles ul {
	margin: 0 0 30px 5px;
	list-style-type: none;
}

div#articleDetail .articles ul li {
	border-bottom: 1px solid #e0e8e8;
	padding: 6px 0 6px 0;
}

div#articleDetail .articles ul li a {
	color: #000;
	font-size: .7em;
	font-weight: bold;
}

div#articleDetail .articles ul li span {
	color: #ccc;
	font-size: .7em;
	float: right;
}

/* ***************************** STATIC ********************** */

#static {
	margin: 13px 30px 40px 8px;
}

#static p {
	font-size: .75em;
	padding: 0 10px 0 3px;
	color: #000;
	line-height: 2em;
	margin-bottom: 24px;
}

#static p a {
	text-decoration: underline;
}

#static h1 {
	font-size: 1.9em;
	font-weight: normal;
	border-bottom: 1px dotted #000;
	margin: 0 0 23px 0;
	font-family: Klavika, sans-serif; 
}

#static h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #65bae3;
	margin: 10px 0 10px 0;
}

#static h3 {
	font-size: 0.9em;
	font-weight: normal;
	color: #65bae3;
	margin: 10px 0 10px 0;
}

/***********************************************************************************************************/
/* Tagy */
/***********************************************************************************************************/
	
.tag-10 {font-size: 1.2em !important; }
.tag-9 {font-size: 1.15em !important; }
.tag-8 {font-size: 1.1em !important; }
.tag-7 {font-size: 1.05m !important; }
.tag-6 {font-size: 1em !important; }
.tag-5 {font-size: .95em !important; }
.tag-4 {font-size: .9em !important; }
.tag-3 {font-size: .85em !important; }
.tag-2 {font-size: .8em !important; }
.tag-1 {font-size: .7em !important; }


/***********************************************************************************************************/
/* Pager */
/***********************************************************************************************************/
	

.pager {
	margin: 10px 0 10px 0;
	padding: 7px 15px 12px 15px;
	font-size: .75em;
	background: #f8f8f3;
}

.pager a {
	padding: 0 3px 0 3px;
	color: #000;
	text-decoration: underline;
}

.pager a:hover {
	text-decoration: none;
}

.pager span.actPage {
	font-size: 1.5em;
	color: #573979;
	font-weight: bold;
	padding: 0 5px 0 5px;
}


/***********************************************************************************************************/
/* REKLAMA */
/***********************************************************************************************************/


/* adfox */

#adfox-l2 {
	font-size: 12px !important;
	margin-bottom: 10px !important;
	margin-left: 100px;
}

#adfox-l2 h2 {
	font-size: .9em !important;
	margin-bottom: 15px !important;
	background: none !important;
	
}

#adfox-l2 h2 a {
	color: #999 !important;
	background: none !important;
	padding: 0 !important;
	text-decoration: underline !important;
}

#adfox-l2 h3 {
	font-size: 1em !important;
	background: none !important;
	
}

#adfox-l2 h3 a {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-decoration: underline !important;
	color: #65bae3;
}

#adfox-l2 h3 a:hover {
	color: #65bae3 !important;
	text-decoration: none !important;
}

#adfox-l2 a {
	color: #000;
}

#adfox-l2 p {
	font-size: .9em !important;
	margin: 0 0 10px 0 !important;
	color: #000 !important;
}

	.adfox-box {
		margin-bottom: 10px !important;
	}
	
	.adfox-box div a {
		font-size: .8em;
		color: #333 !important;
	}
		                
	.adfox-box div a:hover {
		color: #333 !important;
	}

/* new */

.adfox-search #adfox-l2 {
    font-size: 13px !important;
    font-family: 'Arial';
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 15px !important;
}

.adfox-search #adfox-l2 h3 a {
    color: blue;
}

.adfox-search #adfox-l2 h3 a:hover {
    color: blue !important;
    text-decoration: none !important;
}

.adfox-no-search #adfox-l2 {
    font-size: 13px !important;
    font-family: 'Arial';
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 15px !important;
} 

.adfox-no-search #adfox-l2 h3 a {
    color: blue;
    font-weight: bold;
}

.adfox-no-search #adfox-l2 h3 a:hover {
    color: blue !important;
    text-decoration: none !important;
}
.adfox-no-search #adfox-l2 p {
    margin: 0 !important;
}

.adfox-no-search #adfox-l2 h3 {
    margin: 0 0 5px 0 !important;
}

/***********************************************************************************************************/
/* Obecné třídy */
/***********************************************************************************************************/

.no {
	display: none !important;
}

.cleaner {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	border: 0 !important;
	font-size: 1px;
}
