body, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	background: #fff;
	-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

h1,h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px dotted #fbb0ae;
	text-transform: uppercase;
}

a {
	text-decoration: none;
}

#header, #cover, #yellow-strip, #content, #footer  {
	width: 960px;
	margin: 0 auto;
}

#header-wrapper {
	border-top: 4px solid #690502;
}

#header {
	position: relative;
}

#logo {
	display: inlin-block;
	float: left;
	padding: 17px 0;
}

#menu {
	display: inline-block;
	float: right;
	margin-top: 80px;
	margin-right: 120px;
}
#menu a {
	color: #690502;
	font-size: 0.7em;
	margin: 0 5px;
	padding-bottom: 5px;
}
#menu a:hover, #menu a.active {
	border-bottom: 2px solid #b39b47;
}
#menu a:first-child {
	margin-left: 0;
}
#menu a:last-child {
	margin-right: 0;
}
#menu .divider {
	display: inline-block;
	width: 2px;
	height: 10px;
	background: transparent url(/img/divider.png) top left no-repeat;
}

input.search {
	width: 238px;
	height: 30px;
	position: absolute;
	right: 120px;
	top: 25px;
	background: transparent url(/img/search-bg.png) top left no-repeat;
	border: none;
}

a.mail {
	width: 40px;
	height: 99px;
	position: absolute;
	right: 0;
	top: 0;
	background: #690502 url(/img/mail.png) bottom left no-repeat;
}

a.home {
	width: 40px;
	height: 99px;
	position: absolute;
	right: 60px;
	top: 0;
	background: #690502 url(/img/home.png) bottom left no-repeat;
}

#cover-wrapper {
	clear: both;
	height: 382px;
	background: #f8f6f7;
}
#cover {
	position: relative;
	height: 382px;
}

#slideshow {
	position: relative;
	list-style-type: none;	
	margin: 0;
	padding: 0;
}
#slideshow li {
	position: absolute;
	display: none;
}
#slideshow li:first-child {
	display: block;
}

a.arrow-left {
	position: absolute;
	left: -45px;
	top: 50%;
	margin-top: -15px;
	width: 29px;
	height: 31px;
	z-index: 99999999;
}

a.arrow-right {
	position: absolute;
	right: -45px;
	top: 50%;
	margin-top: -15px;
	width: 29px;
	height: 31px;
	z-index: 99999999;
}

#dots {
	position: absolute;
	width: 160px;
	bottom: 9px;
	left: 50%;
	margin-left: -79px;
	z-index: 9;
}
#dots .dot {
	display: inline-block;
	float: left;
	padding: 0 2px;
}
#dots .dot a {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	background: #b39b47;
}
#dots .dot a.active {
	background: #fff;
}

#yellow-strip-wrapper {
	background: #b39b47;
}

#yellow-strip {	
	color: #690502;
	background: #b39b47 url(/img/yellow-strip-bg.png) center center no-repeat;
}

#yellow-strip .item-wrapper {
	width: 33%;
	float: left;
}
#yellow-strip .item {
	padding: 13px 8px;
}
#yellow-strip .item .title {
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
}
#yellow-strip .item .title a {
	color: #690502;
}
#yellow-strip .item .title a:hover {
	border-bottom: 1px solid #690502;
}
#yellow-strip .item .box {
	position: relative;
	height: 165px;
	border: 1px solid #690502;
}
#yellow-strip .item .box-inner {
	padding: 15px;
}
#yellow-strip .item .box .date {
	display: inline-block;
	padding: 8px;
	color: #b39b47;
	background: #690502;
	text-align: center;
}
#yellow-strip .item .box .date .day {
	font-size: 1.2em;
}
#yellow-strip .item .box .date .month {
	font-size: 0.5em;
}

#yellow-strip .item .box .content div.square {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0;
	background: #690502;
}
#yellow-strip .item .box .content a.title {
	color: #690502;
	font-size: 1.1em;
	line-height: 1;
	text-transform: uppercase;
}
#yellow-strip .item .box .content a.small-title {
	color: #690502;
}
#yellow-strip .item .box .content div {
	margin-top: 10px;
}
#yellow-strip .item .box .content {
	width: 208px;
	float: right;
	display: inline-block;
	font-size: 0.8em;
}
#yellow-strip .item .box .more {
	position: absolute;
	display: inline-block;
	right: 15px;
	bottom: 15px;
	padding: 5px 10px;
	color: #b39b47;
	background: #690502;
}

#content-wrapper {
	background: #690502;
}

#content-inner {
	padding: 15px 50px;
}
#content .more {
	float: right;
	padding: 5px 10px;
	font-size: 0.8em;
	color: #690502;
	background: #fff;
}
#content p {
	font-size: 0.9em;
	line-height: 1.4;
}
#content a {
	color: #fff;
}
#content img {
	border: 1px solid #fff;
}

#footer {
	margin: 20px auto;
	text-align: center;
	color: #999;
	font-size: 0.7em;
}
#footer .address {
	margin-bottom: 3px;
}
#footer a {
	color: #999;
}


/***********************************************************************************************
/
/		Aktualny program
/
/***********************************************************************************************/
#yellow-strip .posts {
	padding: 12px 50px;
}
#yellow-strip .posts .title {
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
}
#yellow-strip .post {
	position: relative;
	padding: 10px;
	color: #690502;	
	border: 1px solid #690502;
}
#yellow-strip .post .date {
	display: inline-block;
	float: left;
	padding: 8px;
	color: #b39b47;
	background: #690502;
	text-align: center;
}
#yellow-strip .post .date .day {
	font-size: 1.2em;
}
#yellow-strip .post .date .month {
	font-size: 0.5em;
}
#yellow-strip .post .img {
	display: inline-block;
	float: left;
	max-height: 137px;
	margin: 0 20px 0 10px;
	border: 1px solid #690502;
	overflow: hidden;
}
#yellow-strip .post .content {
	width: 610px;
	float: left;
	display: inline-block;
}
#yellow-strip .post .title a {
	color: #690502;
	font-weight: bold;	
}
#yellow-strip .post .content a.img {
	float: left;
	margin: 0 15px 15px 0;
}
#yellow-strip .post .content a {
	color: #690502;
	font-size: 0.9em;
}
#yellow-strip .post .content .more {
	float: right;
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	color: #b39b47;
	background: #690502;
}


#content .post {
	margin-bottom: 20px;
	color: #fff;
	border-bottom: 1px dotted #fbb0ae;	
}
#content .post:last-child {
	border: none;
}
#content .post .date {
	display: inline-block;
	padding: 8px;
	color: #690502;
	background: #fff;
	text-align: center;
}
#content .post .date .day {
	font-size: 1.2em;
}
#content .post .date .month {
	font-size: 0.5em;
}
#content .post .content {
	position: relative;
	width: 799px;
	float: right;
	display: inline-block;
	padding-bottom: 15px;
}
#content .post .title {
	margin-bottom: 10px;
}
#content .post .title a {
	color: #fff;
	font-weight: bold;	
}
#content .post .content a.img {
	float: left;
	max-height: 86px;
	margin: 0 20px 15px 0;
	border: 1px solid #fff;
	overflow: hidden;
}
#content .post .content img {
	border: none;
}
#content .post .content a {
	color: #fff;
	font-size: 0.9em; 
}
#content .post .content .more {
	position: absolute;
	display: inline-block;
	right: 15px;
	bottom: 15px;
	padding: 5px 10px;
	font-size: 0.8em;
	color: #690502;
	background: #fff;
}

#content .attachment {
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dotted #fbb0ae;
}
#content .attachment a {
	font-size: 0.9em;
}
#content .attachment img {
	padding-right: 10px;
	border: none;
	vertical-align: middle;
}
#content .datum a.print {
	float: right;
}
#content .datum a.print img {
	border: none;
}

/***********************************************************************************************
/
/		Aktivity
/
/***********************************************************************************************/
#content .activity {
	margin-bottom: 20px;
	color: #fff;
}
#content .activity .date {
	display: inline-block;
	padding: 8px;
	color: #690502;
	background: #fff;
	text-align: center;
}
#content .activity .date .day {
	font-size: 1.2em;
}
#content .activity .date .month {
	font-size: 0.5em;
}
#content .activity .content {
	width: 808px;
	float: right;
	display: inline-block;
}
#content .activity .title {
	margin: 15px 0 0 5px;
	font-weight: bold;
}
#content .activity .title a {
	color: #fff;
	font-weight: bold;	
}

/***********************************************************************************************
/
/		Fotogaleria
/
/***********************************************************************************************/
.album img {
	margin-bottom: 10px;
}
.album a {
	color: #fff;
}


/***********************************************************************************************
/
/		Kontakt
/
/***********************************************************************************************/
#map {
	width: 75%;
	float: left;
}

#contacts {
	width: 25%;
	float: right;
	font-size: 0.9em;
	line-height: 1.5;
}

.pagination {
	font-size: 0.9em;
}
.pagination a {
	color: #fff;
}

.cleaner {
	clear: both;
}