* { margin: 0; padding: 0; }

body {
	text-align: center;
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 84%;
}

#wrapper {
	margin: 0 auto;
	width: 780px;
	text-align: justify;
	background: url("/images/shadow.png") center top repeat-y;
}

#header, #menu, #body, #pageFooter {
	margin: 0 10px;
}

#header {
	width: 760px;
	height: 130px;
	background: url("/images/header.jpg") left top no-repeat;
	text-indent: -9999em; /* Phark */
	position: relative;
}

#header h1 {
	margin: 0;
}

#header a {
	position: absolute;
	top: 0;
	width: 460px;
	height: 130px;
	outline: none;
}

#menu {
	width: 760px;
	height: 40px;
	background: url("/images/header.jpg") left bottom no-repeat;
	border-top: 1px solid #ccc;
}

#body {
	background: #fff;
}

#pageFooter {
	height: 2em;
	line-height: 2em;
	color: #ddd;
	background: #444;
	text-align: right;
	font-size: 85%;
	margin-top: 0;
	padding: 0 1em;
}

#content {
	float: left;
	width: 550px;
	padding-bottom: 70px;
}

#right {
	float: right;
	width: 205px;
	background: url("/images/shadow-side.png") repeat-y;
	margin-bottom: 1.5em;
}

#sidebar, #sidebarFooter {
	width: 200px;
}

#sidebar {
	text-align: right;
}

#sidebarFooter {
	height: 115px;
	background: url("/images/sidebar-footer.png") no-repeat;
}

* html #sidebarFooter {
	margin-left: 2px;
}

#menu ul {
	list-style: none;
	font-size: 105%;
}

#menu ul li {
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
}

a {
	color: #99a807;
	font-weight: bold;
}

a:visited {
	color: #859134;
}


#menu a {
	color: #b7c848;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 0 15px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
	background: #444;
}

#menu a:visited {
	color: #b7c848;
}

a.img {
	border: none;
	margin: 0;
}

a.img img {
	border: none;
}

body.home a#home,
body.o-nas a#o-nas,
body.sluzby a#sluzby,
body.kontakt a#kontakt,
body.reference a#reference {
	background: #444;
}

caption {
	text-align: center;
	width: 100%;
	font-weight: bold;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	margin: 3px 0;
	padding-right: 12px;
	background: url("/images/li.gif") right center no-repeat;
}

#sidebar li.emphasized {
	font-size: 150%;
	background: none;
	padding: 5px 0;
	/*border: 1px dotted blue;*/
}

#sidebar li.emphasized a {
	/*color: #b00;*/
	color: #f18c00;
	display: block;
	padding: 7px 0;
	/*padding-left: 24px;
	background: url("/images/candle.png") 6px 50% no-repeat;*/
}

#sidebar li.christmas a {
	padding-left: 24px;
	background: url("/images/candle.png") 6px 50% no-repeat;
}

#sidebar .small {
	margin-top: 3em;
	font-size: 80%;
}

#content ul, ol {
	margin: 0 0 0 40px;
	text-align: left;
}

ul li {
	margin-top: 3px;
}

#content ul li {
	list-style-image: url("/images/li.gif");
}

th {
	text-align: left;
}


p.gap, div.gap {
	margin-top: 2em;
}

.reference #content h1 + ul {
	margin-left: 20px;
}

.reference #content ul li {
	margin-top: 1em;
	font-weight: bold;
	list-style: none;
}

.reference #content ul li li {
	margin-top: 0;
	font-weight: normal;
	list-style-image: url("/images/li.gif");
}

p {
	text-indent: 1.6em;
	margin: 0.5em 0;
}

p.noindent, .home .block p, blockquote p {
	text-indent: 0 !important;
}

body.home div.center {
	margin-top: 2em;
}

/*body.home div.center p {
	border: 1px solid #c55;
	background: #fee;
	padding: 10px;
	font-size: 100%;
	width: 500px;
}*/

.center table {
	margin: 0 auto;
	text-align: left;
}

h1 {
	text-align: center;
	font-size: 2em;
	margin-bottom: 1em;
	color: #f08d03;
}

div.inlined h2 {
	padding: 0;
	margin: 1em 0 0 0;
	font-size: 150%;
}

h3 {
	margin-top: 1.4em;
}

p.imgblock {
	text-align: center;
	padding: 0 10px;
	margin: 1em 0 !important;
	text-indent: 0 !important;
}

.imgblock a img {
	padding: 3px;
	background: #eee;
	border: 1px solid #bbb;
	margin: 0;
}

.imgblock a:hover img {
	opacity: 0.6;
	background-color: #fff;
	border-color: #000;
}

.imageDescription {
	text-align: center;
	color: #555;
	font-weight: bold;
	margin-top: -0.8em;
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

.inside {
	padding: 12px;
}

#sidebar .inside {
	padding-right: 18px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

blockquote {
	padding: 5px 30px 0;
	font-size: 90%;
	background: url('/images/quote.png') no-repeat;
	margin: 1em 0;
}

blockquote em {
	display: block;
	text-align: right;
}

.block {
	margin: 1.5em 0;
}

.block a {
	border: none;
}

.block img {
	float: left;
	margin-right: .5em;
}

.block h3 {
	margin: 0;
}

.strong {
	padding: 10px;
	background: #FAFFE3;
	border: 1px solid #777;
	margin: 2em 0;
}

.strong h2 {
	text-align: center;
	margin-bottom: .3em;
}

/* CTA */
.block p.right a, .strong p.right a {
	text-decoration: none;
	font-size: 110%;
	border-bottom: 1px solid #99a807;
}

/* ................................ home */
.home .strong p {
	text-indent: 0 !important;
}

.home .strong .center img {
	padding: 0 7px;
}

/* ................................ contact */
#frydlantska770 {
	border: 1px solid #99a807;
	margin: 0 0 1em;
	padding: 5px;
	width: 95%;
	background: url('/images/corner-tulip.png') right bottom no-repeat;
}


#frydlantska770 th {
	width: 10em;
	vertical-align: top;
	padding: 6px 0;
}

#frydlantska770 td {
	padding: 6px 0;
}

.openingTimes th {
	padding-right: 2em;
	width: auto;
	font-weight: normal;
	border: none;
}

.openingTimes th, .openingTimes td {
	padding: 0 !important;
}

table#contact th, table#contact td {
	padding: 2px 0;
}

table#contact th {
	padding-right: 1.5em;
}




.kontakt h2 {
	margin: 2em 0 1em;
}

.kontakt form label {
	display: block;
}

.kontakt form p {
	clear: left;
	text-indent: 0 !important;
}

.kontakt form input#name, .kontakt form input#contactField, .kontakt form textarea {
	background: #FAFFE3;
	border: 1px solid #777;
	padding: .3em;
	width: 45%;
}

.kontakt form textarea {
	height: 9em;
	width: 80%;
}

.kontakt form #submit {
	cursor: pointer;
	padding: .4em;
	font-size: 120%;
	border: 1px solid #99a807;
	color: #f18c00;
	font-weight: bold;
	background: #FAFFE3;
}

/* ................................ nase-provozovna */
.nase-provozovna #frydlantska770,
.nase-provozovny #frydlantska770 {
	border: 1px solid #99a807;
	margin: 1em 0 0 0;
	padding: 5px;
	width: 99%;
	background: #FAFFE3;
}

.invalid * {
	color: #777;
	text-decoration: line-through;
}

/* ................................ about */
#signature {
	display: block;
	margin: 1.5em 0 0.3em 0;
}

div.profile {
	margin: 4em 0 0;
}

div.profile img {
	float: left;
	background: none !important;
	border: none !important;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
}

div.profile p {
	text-indent: 0 !important;
	font-size: 90%;
	text-align: justify;
	margin: 0;
}

div.profile, div.profile img { position: relative; } /* IE Peek-a-boo fix. */

/* ................................ downloads */
#sidebar strong a {
	color: #f08d03 !important;
}

.ke-stazeni h2 {
	margin-top: 2em;
}

.ke-stazeni h2 small {
	float: right;
	font-size: 60%;
}

.ke-stazeni p.imgblock img {

}
