@CHARSET "UTF-8";
/*
Theme Name: ikony

*/
@import url(reset.css);

body {
	
	color: #a57d29;
	text-align: center;
}
h1, h2, h3, h4, h5, p, a {
	color: #a57d29;
	font-family: "Book Antiqua","Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 72px;
	position: absolute;
	top: 120px;
	width: 100%;
	text-align: center;
}
h2.pagetitle {
	margin: 80px 0 0 180px;
	text-align: left;
	font-size: 48px;
	line-height: 60px;
	width: 550px;
	border-bottom: 1px solid;
	text-transform: capitalize;
}
h3 {
	font-size: 20px;
	margin: 25px 0 10px 0;
}
h4 {
	font-size: 24px;
	position: absolute;
	width:100%;
	text-align: center;
	top: 200px;
}
h5 {
	text-align: center;
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
}
p {
	width: 600px;
	margin: 0 auto;
	text-align:left;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	position: relative;
}
em {
	font-style: italic;
}
.left_fl{
	float: left;
}
.right_fl{
	float: right;
}
.container {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	background: white url(images/bg-ornament.png) 50% repeat-y;
	
}
div#header {
	height: 200px;
	margin: 0px;
	text-align: center;
}

.main-menu{
	position: absolute;
	right: 100px;
	top:20px;
	text-align: right;
}
.main-menu li{
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin-right: 20px;
}
.main-menu li a:hover {
	text-decoration: underline;
}
.sf-menu, #odeslat{
	float:none;
	display: inline-block;
	font-size: 15px;
	margin: 0 auto;
	text-transform: uppercase;
}
p img.aligncenter {
	
}
.aligncenter {
	display:block;
	text-align:center;
	margin: 0 auto;
}

/*----------------------------------------------------------------------------
page.php
------------------------------------------------------------------------------*/
#content {
	margin-top: 100px;
	min-height: 700px;
	_height: 700px;
	margin-bottom: 150px;
}
.front-page p img{
	margin-bottom: 50px;
}
/*----------------------------------------------------------------------------
Rozcestn�k galerie
-----------------------------------------------------------------------------*/
.cat_box, .cat_box_first, .cat_box_last{
	float: left;
	margin: 90px 40px 0 0;
	text-align: center;
	font-size: 22px;
	line-height: 22px;
}
.cat_box_first {
	margin-left: 180px;
}
.cat_box img, .cat_box_first img, .cat_box_last img {
	margin-bottom: 10px;
	height: 174px;
}
.cat_box_last{
	margin-right: 0;
}
/*--------------------------------------------------------------------------------
Kontakt
-----------------------------------------------------------------------------------*/
#kontakt_div {
	text-align: center;
	margin-top: 50px;
}
#kontakt_div p, #kontakt_div a {
	font-size: 18px;
	line-height: 24px;
	width: 340px;
	text-align: left;
}
#kontakt_div a {
	text-decoration: underline;
	font-weight: normal;
}
#kontakt_div input {
	height: 30px;
}
#kontakt_div textarea {
	height: 230px;
}
#kontakt_div input, #kontakt_div textarea {
	width: 340px;
	border:1px solid #a57d29;
	background: url(images/form_shadow.jpg) no-repeat;
	margin: 4px 0 10px 0;
}
#kontakt_div p span {
	font-style: italic;
}
#kontakt_div p span#odeslat {
	font-style: normal;
	text-decoration: none;
	cursor: pointer;
}
.star {
	color: red;
	margin-left: 5px;
	display: none;
}

input[name="note"] {
	display: none;
}
/*----------------------------------------------------------------------------------
kategorie
----------------------------------------------------------------------------------*/
.img-container {
	width: 850px;
	margin-left:180px;
}
.img-frame {
	float: left;
	margin: 0 30px 30px 0;
	text-align: center;
	width: 140px;
	overflow: visible;
}
.img-frame img {
	margin-bottom: 10px;
}
.img-frame-caption {
	font-size: 15px;
}
.clear{
	width: 100%;
	
	clear: both;
}

/*-------------------------------------------------------------------------------------
detail
--------------------------------------------------------------------------------------*/
.entry_post {
	width: 600px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 60px;
}
.entry_post img {
	margin-bottom: 50px;
	margin-top: 20px;
}
.prevnext {
	position: relative;
	width: 600px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	top: 60px;
}
.next {
	float: right;
}
.prev {
	float: left;
}
.prevnext, .prev, .next {
	text-decoration: underline;
	font-size: 15px;
}
/*--------------------------------------------------------------------------------------
pata
---------------------------------------------------------------------------------------*/
#pata {
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	color: #a57d29;
	font-size: 13px;
	line-height: 20px; 
	padding-bottom: 60px;
	border-top: 1px solid;
	
}