/*
## WEB: 
## MEDIA TYPE: Screen
## VERSION: 1.0
## CREATOR: Tomas Chorvat
## CREATORS WEB: www.pixla.sk
*/

@font-face {
    font-family: 'AyitaProSemiBold';
    src: url('ayitapro-semibold-webfont.eot');
    src: url('ayitapro-semibold-webfont.eot?iefix') format('eot'),
         url('ayitapro-semibold-webfont.woff') format('woff'),
         url('ayitapro-semibold-webfont.ttf') format('truetype'),
         url('ayitapro-semibold-webfont.svg#webfontMY3eo792') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
## RESET
## Resets common element styles
*/

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;
	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;
}
body {
	line-height: 1;
}
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;
}

/* CLEARFIX - add to any element which needs to clear floats of previous elements */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*______________END OF RESET______________*/

/*
## COMMON ELEMENTS
## Put global styles for elements like html, body, a, p, headings and others here.
*/
html {
background: #fae2df url(img/bg.jpg) no-repeat fixed;
}

body {
background: #ffd5d5;
border-left: 1px solid #ffaaaa;
border-right: 1px solid #ffaaaa;
line-height: 1.5em;
min-height: 100%;
width: 959px;
margin: 0 auto;
font-family: 'Droid Serif', serif;
color: #4d4d4d;
}

h1{
display: none;
}

h2, h3 {
color: #ff5555;
font-size: 1.5em;
font-weight: bold;
margin-bottom: 1em;
}

h3 {
font-size: 1.2em;
margin-bottom: 0.8em;
}

a {
color: #83a50e;
font-weight: bold;
}

a:hover {
color: #b8de34;
}

a:visited {
color: #425f00;
}

.rounded {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

/*______________END OF COMMON ELEMENTS______________*/

/*
## HEADER
## All elements in header, menus - header.php in WordPress, etc.
*/
#header {
background: url(img/header.jpg) no-repeat;
width: 959px;
height: 207px;
position: relative;
margin-bottom: 60px;
}

#logo {
position: absolute;
top: 20px;
left: 30px;
}

#menu {
background: transparent url(img/menu.png) no-repeat;
font-family: 'AyitaProSemiBold', sans-serif;
width: 980px;
height: 102px;
position: absolute;
left: -10px;
top: 168px;
-moz-text-shadow: 0px -1px 0px #ff5555;
-webkit-text-shadow: 0px -1px 0px #ff5555;
text-shadow: 0px -1px 0px #ff5555;
}

#menu a {
text-decoration: none;
color: #fff;
}

#menu ul {
list-style: none;
padding: 59px 0 0 15px;
}

#menu li {
display: inline;
padding: 10px 18px;
border: 1px solid transparent;
}

#menu li:hover {
background: #ff8d8d;
border: 1px solid #ffb7b7;
-moz-box-shadow: inset 0px 2px 2px #e55353;
-webkit-box-shadow: inset 0px 2px 2px #e55353;
box-shadow: inset 0px 2px 2px #e55353;
}

#mobil {
background: url(img/telephone.png) no-repeat top left;
padding: 3px 0 0 40px;
height: 32px;
position: absolute;
right: 18px;
top: 55px;
font-size: 36px;
color: #fff;
}

/*______________END OF HEADER______________*/

/*
## CONTENT
## Main elements creating the content of the page - index.php, single.php, page.php, etc.
*/
#content {
background: url(img/side.jpg) no-repeat top right;
min-height: 1000px;
padding: 24px;
}

#content img, #content iframe {
padding:8px;
background: #fff;
border: 1px solid #ff8080;
}

#content img:hover {
background: #bad757;
border-color: #425f00;
-moz-box-shadow: 0px 1px 4px #bf7a7a;
-webkit-box-shadow: 0px 1px 4px #bf7a7a;
box-shadow: 0px 1px 4px #bf7a7a;
}

#content p, #content ul, table{
margin-bottom: 30px;
}

table, tr {
border: 1px solid #ff8080;
}

th {
font-weight: bold;
color: #ff5555;
}

th, td {
padding: 10px;
border-right: 1px dotted  #ff8080;
}

tr:hover {
background: #fff;
}

#otvaracky {
float: left;
margin-right: 50px;
}

/*______________END OF CONTENT______________*/

/*
## FOOTER
## Footer widgets, menus.
*/
#footer {
clear: both;
text-align: right;
}

#footer a, #footer a:visited {
color: #ff5555;
font-weight: normal;
font-size: 11px;
padding: 15px 15px 0 0;
}

/*______________END OF FOOTER______________*/

/*
## OVERRIDE
## CMS overrides, like gallery styles in WordPress.
*/


/*______________END OF OVERRIDES______________*/
