/**
*
* Soubor s CSS styly specifickými pro aplikaci
*
* @package		slModules
* @subpackage	cms-core-public
* @version		$Id: document.css 32154 2012-02-14 13:44:27Z jakubkratina $
* @encoding		utf-8
* @author			filip Zach <filip.zach@e4you.cz>
* @copyright	(c) e4you spol. s r.o. 2002-2008, <design@e4you.cz>
*
* Obsah tohoto souboru je majetkem e4you spol. s r.o. Jeho kopírování,
* pozměňování, šíření a jakékoli další využití je možné výhradně
* se souhlasem e4you spol. s r.o.
*
*/

body {
	background: #fff;
	margin: 0;
	font-size: 11px;
}

a {
	color: #000;
}

a:hover {
	color: #9A8356;
}

img {
	border-style:none;
}

#mainBox {
	width: 940px;
	position: relative;
	margin: 0;
	background: #fff;
	margin: 0 auto;
}

#mainBoxInner {
	padding: 0;
}


/*** HLAVIČKA ***/
#header {
	background: #fff;
	height: 80px;
	position: relative;
	border-bottom: 3px solid #000;
}

#logo {
	font-family: "Times New Roman";
	position: absolute;
	top: 25px;
	left: 0;
	width: 300px;
	font-size: 27px;
}

/*** OBSAH ***/
#content {
	margin: 0 ;
	margin-top: 1em;
	padding: 0;
	float:left;
	width: 100%;
	margin-right: -100%;
}

#text {
	float: left;
	width: 100%;
}

#intext {
	position: relative;
}

#intext_wide {
	padding-left: 220px;
}

h1, h2, h3, h4 {
	margin: 0 0 .5em 0;
	font-size: 1.3em;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

.section_content {
	color: #000;
	padding: 1em 0;
}

.section_content h2, h3 {
	padding-top: 15px;
	color: #bda575;
	padding-bottom: 15px;
}

/*** PŘEHLED ČLÁNKŮ  *****/
#section_breadcrumbs {
	font-size: 14px;
	font-family: Calibri;
	margin-top: 10px;
	height: 40px;
	background: url("../../images/layout/footer_odrazka.png")repeat-x bottom;
}

#section_breadcrumbs a{
	color: #000;
}


#intext h1 {
	position: absolute;
	top: -10px;
	right: 0px;
	padding-left: 35px;
	background: url("../../images/layout/arrow_left.png") no-repeat 0% 50%;
	font-size: 27px;
	font-family: Calibri;
	font-weight: normal;
}


.article_preview {
	margin-bottom: 1em;
}

.article_image {
	float: left;
	margin: 0 .5em .5em 0;
	color: #aaa;
	border: 1px solid #eee;
}

.article_image img {
	border: 1px solid #ddd;
}

.article_date {
	color: #666;
}

/*** Levý sloupec ***/


#topMenu {
	position: absolute;
	top: 23px;
	right: 0px;
	width: 840px;
	height: 46px;
	margin: 4px 0 1em 0;
	padding-bottom: 0em;
}

#main-menu {
	position: absolute;
	right: 0px;
}

#main-menu .level_1 {
	list-style-type: none;
	float: left;
	margin-left: 10px;
	padding-right: 32px;
	background-image: url("../../images/layout/menu_odrazka.png");
	background-position: right;
	background-repeat: no-repeat;
}

#main-menu .level_1:last-child {
	list-style-type: none;
	float: left;
	margin-left: 10px;
	padding-right: 0px;
	background: none;
}

#main-menu a {
	font-family: Calibri, sans-serif;
	font-size: 13px;
	text-decoration: none;
	display: block;
	color:#000;
}

#main-menu a:hover{
	color: #9a8356;
}

#main-menu .selected {
	color: #9a8356;
}


/*** PATICKA ***/

#footer {
	height: 90px;
	margin: 2em 0 0 0;
	font-size: .8em;
	padding: .5em;
	background: #fff;
	position: relative;
	font-family: Calibri;
	font-size: 14px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

#footer a {
	font-family: Calibri;
	font-size: 14px;
	color: #9a8356;
}

#footer_links {
	margin-top: 20px;
	float:left;
}

#footer_contact {
	position: absolute;
	top: 35px;
	right: 0px;
}

#mail_img {
	background-image: url("../../images/layout/icon_mail.png");
	display: block;
	float: left;
	width: 32px;
	height: 32px;
}

#mail_img:hover {
	background-image: url("../../images/layout/icon_mail_hover.png");
}

#phone_img {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background-image: url("../../images/layout/icon_phone.png");
}

#phone_img:hover {
	background-image: url("../../images/layout/icon_phone_hover.png");
}


#footer_contact span.mail {
	display: block;
	float:left;
	height: 32px;
	margin-left: 10px;
	padding-top: 5px;
	margin-right: 40px;
	font-family: Calibri;
	font-size: 14px;
}

#footer_contact span.mail a {
	text-decoration: none;
	color: #000;
}

#footer_contact span.phone_number {
	display: block;
	height: 32px;
	margin-left: 10px;
	padding-top: 2px;
	float:left;
	font-family: Calibri;
	font-size: 18px;
}

#bottomlinks {
	height: 90px;
	margin: 0;
	font-size: .8em;
	background: #fff;
	padding: 1em;
	text-align: center;
}

.footer_loga {
	background-image: url("../../images/layout/loga.png");
	width: 940px;
	height: 80px;
}

#dbqueries {
	color: #666;
}

#homepage_link {
	display: block;
	position: absolute;
	width : 200px;
	height: 40px;
	top: 0px;
	left: 0px;
}

.article_preview .files_table {
	clear: none;
	margin-bottom: 1em;
}

.files_table {
	clear: both;
}

.files_table td {
	padding: .1em .6em;
}

.files_table th {
}

.files_table .even td {
}

.return_link {
	margin: 1em 0;
}

/*** GALERIE ***/
.gallery {
	margin-bottom: 3em;
}

.gallery_item {
	float: left;
	padding: 0;
	margin-right: 11px;
	text-align: center;
	width: 225px;
	margin-bottom: 11px;
}

.gallery_item:nth-child(4n) {
	margin-right: 0;
}

.gallery_image {
	display: block;
	height: 225px;
	overflow: hidden;
	background: #F7F7F7;
	border: 1px dotted #eee;
}

.gallery_item_name {
	display: none;
}

.cms-widget-image {
	width: 225px;
	padding-top: 10px;
	background: url("../../images/layout/img_odrazka.jpeg") no-repeat top;
	float: left;
	margin: 40px 10px 0 0;
	overflow: hidden;
	height: 280px;
}

.cms-widget-image a {
	display: block;
	overflow: hidden;
	height: 220px;
}

.cms-widget-image a img {
	width: 220px;
}

#cms-section-layout-container-content > .cms-widget-image:nth-child(5n) {
	margin-right: 0;
/*	border: 2px solid red;*/
}

.cms-widget-image h3 {
	font-size: 16px;
	font-family: Calibri;
	font-weight: normal;
	color: #000;
}

.cms-widget-image .gallery_image {
	background: none;
	border: none;
}

/** anketa */
.poll-box {
	padding: 10px;
}

.poll-box a {
	display: none;
}

.poll-box .cms_poll_question {
    font-size: 110%;
	font-weight: bold;
	margin:5px 0;
}

.cms_pol_choice_graphic {
    background-color: #FFF;
    clear: both;
    display: block;
    height: 10px;
	border: 1px solid #EEEEEE;
    width: 100%;
	margin:5px 0;
}

.cms_pol_choice_result {
    background-color: #FF9D00;
    display: block;
    height: 10px;
}

.cms_pol_choice_percent {
	float:right;
}

.cms_poll_button_box {
	text-align: right;
}

.cms_poll_vote_button {
}

#language_selector {
	position: absolute;
	top: 10px;
	right: 10px;
}

#search_box {
	position: absolute;
	top: 10px;
	right: 120px;
}

#homepageLink {
	display: block;
	width: 200px;
	height: 60px;
	position: absolute;
	top: 10px;
	left: 0;
}

.home-page-picture-big {
	width: 305px;
	height: 395px;
	display: block;
	float: left;
	margin-right: 12px;
}

.home-page-picture-small {
	width: 305px;
	height: 190px;
	display: block;
	float: left;
	margin-bottom: 15px;
}

.picture-gorila {
	background: url("../../images/layout/gorila.jpg") no-repeat;
}

.picture-gorila:hover {
	background: url("../../images/layout/gorila-color.jpg") no-repeat;
}

.picture-tygr {
	background: url("../../images/layout/tygr.jpg") no-repeat;
}

.picture-tygr:hover {
	background: url("../../images/layout/tygr-color.jpg") no-repeat;
}

.picture-jezdec {
	background: url("../../images/layout/jezdec.jpg") no-repeat;
}

.picture-jezdec:hover {
	background: url("../../images/layout/jezdec-color.jpg") no-repeat;
}

.picture-comix {
	background: url("../../images/layout/comix.jpg") no-repeat;
}

.picture-comix:hover {
	background: url("../../images/layout/comix-color.jpg") no-repeat;
}

.homepage-blahnik-title-box {
	text-align: center;
	margin: 20px 0 10px 0;
}

.homepage-blahnik-title-box span {
	font-family: "Times New Roman";
	display: block;
}

.homepage-blahnik-title-box span.capital-letter {
	display: inline;
	font-size: 1.2em;
}

.homepage-blahnik-name {
	color: #bda575;
	font-size: 5em;
}

.homepage-blahnik-work {
	font-size: 3em;
}

.homepage-blahnik-line {
	background: url("../../images/layout/img_odrazka.jpeg") no-repeat scroll center top transparent;
	width: 200px;
	height: 3px;
	color: #bda575;
	border: none;
	margin-bottom: 37px;
}

.slFacebookLikeItButton {
	position: absolute;
	top: 145px;
	right: -305px;
}