/* Like a fresh air */

/* offers */

ul.offers li {
	clear: both;
	list-style: none;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	margin: 0 20px 0 -10px;
}
	ul.offers li:nth-child(2n) {
		background-color: #eee;
	}
ul.offers .information {
	margin-bottom: 10px;
}
ul.offers .information a {
	color: #EE8D07;
	text-decoration: none;
	font-size: 14px;
}
ul.offers .information a:hover {
	text-decoration: underline;
}

/* Main page */

td.center {}

td.center .info {
	color: #666;
	font-size: 12px;
	margin-top: 5px;
	text-align: left;
	clear: both;
}

td.center ul {
	padding: 0 30px 0 30px;
}

td.center h3 {
	border-bottom: #eee solid 1px;
	color: #984D01;
	font-size: 20px;
	margin-left: 20px;
	margin-top: 0;
}
	td.center h3.main {
		margin-left: 0;
	}
td.center h4 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 16px;
}
td.center h4 a {
	font-size: 16px;
	border-bottom: none;
}

td.center h6 {
	font-size: 14px;
	margin-top: 10px;
}

td.center ul {
	clear: both;
}
td.center ul.content li {
	margin-bottom: 20px;
}

td.center li {
	clear: both;
	list-style: none;
}

td.center li div.author {
	color: #333333;
	font-size: 10px;
	margin-left: 5px;
	margin-top: 5px;
}

td.center div.content {
	padding: 0;
}
	td.center div.content img {
		padding: 5px;
	}
	td.center div.content a {
		border-bottom: 1px dashed #999;
	}

ul.comments {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 30px 10px;
}
ul.comments li {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
}
ul.comments li div.author {
	color: #333;
}

td.center div.entry {
	padding: 0 30px;
}

	td.center div.entry a {
		border-bottom: 1px dashed #999;
	}
/* forms */

td.center label {
	display: block;
}
td.center input,textarea {
	width: 400px;
}
td.center .checkbox {
	width: 16px; /* old firefox and new chrome */
}
td.center .actions input {
	width: 130px;
}

td.center form.inline label {
	display: inline;
}
/* Header */

#header {
	vertical-align: top;
	text-align: center;
	background: url(/img/narezka_center_long.gif) repeat-x #EE8D07;
}
/* Left sidebar */
#left {
	width: 200px !important;
	text-align: left;
	background: url(/img/logo_left2.gif) no-repeat left top #E2D8C1;
	vertical-align: top;
	padding: 70px 23px 0 30px;
}
#left h3 {
	color: #F47708;
	font-size: 14px;
	margin: 8px 0 2px 0;
}
#left p {
	padding: 0;
}
#left .nav {
	padding-left: 10px;
}
#left .nav li {
	list-style: none;
	margin: 2px 0;
}
#left .nav li a {
	font-weight: normal;
}

#left a.new:hover {
	color: ##F47708;
}

#left form {}
#left form p {}
#left form label {
	display: block;
}
#left form input {
	width: 150px;
}
#left form .actions input {
	width: 60px;
}

/* Right sidebar */
#right {
	background: url(/img/dot_2.gif) repeat-x left top;
	padding: 0 15px 0 10px;
}

#right h3 {
	color: #F47708;
	font-size: 14px;
	margin: 2px 0 8px 0;
}
#right h5 {
	margin: 0;
}
#right abbr {
	border: 0;
}

#right .vevent {
	margin: 10px 0;
	border-bottom: 1px solid #cc6600;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left: -5px;

}
#right .vevent .summary {
	margin: 3px 0;
	color: #000;
	font-size: 14px;
	margin: 3px -13px 3px -10px;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}
#right .vevent abbr {
	color: #666;
	font-size: 13px;
	font-weight: bold;
}
#right .vevent div {
	padding: 0;
	font-weight: bold;
}
#right .vevent .description {
	margin: 5px 0;
	font-weight: normal;
}
	#right .vevent .description b {
		color: #000;
		font-weight: normal;
	}
#right .vevent .dtstart {}
#right .vevent .location {
	font-weight: normal;
}
#right .vevent .price {
	font-weight: normal;
}

/* Google map */
#gmap {
	position: relative;
	width: 98%;
	margin: 0 auto;
	height: 600px;
}
	#gmap h6 {
		margin: 0;
		margin-bottom: 10px;
	}
	#gmap a {
		font-weight: normal;
		text-decoration: underline;
	}
	#gmap img {
		float: right;
		margin: 10px 30px;
	}
	#gmap-layers-selector {
		position:absolute;
		top:20px;
		left:0;
		font-size:12px;
		padding:6px 4px;
		width:120px;
		background-color:#fff;
		color:#000;
		border:1px solid gray;
		display:none;
		cursor:default;
	}
		#gmap-layers-selector label {
			display: inline;
		}
		#gmap-layers-selector input { /* Hack for Chromium */
			width: 16px;
		}
	#gmap-additional-inner {
		background-color: #FFF;
		font-size: 12px;
		padding: 4px 6px;
		border: 1px solid gray;
	}
		#gmap-additional-inner.highlight {
			font-weight: bold;
			border: 1px solid #483D8B;
			border-right-color: #6495ed;
			border-bottom-color: #6495ed;
		}

	#gmap-layers-hideall {
		text-align: center;
		font-size: 10px;
		text-decoration: underline;
	}