/*
Theme Name: Bytovy-architekt.cz
Description: Michelle Bivotti - Bytový Architekt theme.
Version: 1.0
Author: Michelle Bivotti
Author URI: http://michellebivotti.com/

*/

* {
	margin: 0; padding: 0;
}

body {
	background: #514141 url('images/body-bg-hline.png') repeat-x top;
	margin: 0; padding: 0;
	font-family: Tahoma, sans-serif
}

a img {
	border: none;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

#center-mid {
	margin: 0 auto;
	width: 880px;
}

#header {
	height: 179px;
	background-image: url('images/head-bg.jpeg');
	padding: 67px 0 0 112px;
}

#title {
	margin: 0;
	display: block;
	width: 298px;
	height: 72px;
}

#content-container {
	overflow: auto;
	background: #e5d9cd url('images/content-container-bg-hline.png') repeat-x top;
}

#content-left {
	float: left;
	width: 225px;
}

#content-right {
	float: right;
	width: 195px;
	/*height: 582px;*/
	padding: 8px 0 29px 15px;
	margin: 0 20px 0 0;
	background: url('images/content-right-bg.png') no-repeat top left;
	font-size: 11px;
	line-height: 16px;
}

#content-right form label {
	display: block;
	
}
#content-right form input,
#content-right form textarea {
	display: block;
	border-top: 1px solid #ccd0d7;
	border-left: 1px solid #ccd0d7;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 11px;
	line-height: 14px;
	padding: 4px 2px 2px 2px;
	width: 174px;
	margin-bottom: 2px;
	background: url('images/content-right-input-bg.png') no-repeat top left;
}
#content-right form textarea {
	margin-bottom: 5px;
	background-image: url('images/content-right-textarea-bg.png')
}
#content-right form input.submit {
	border: none;
	width: 68px;
	height: 24px;
	color: white;
	background: url('images/content-right-submit.png') no-repeat top left;
	font-weight: bold;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	margin: 23px 0 0 113px;
}

#content-right form input.submit:hover {
	background-image: url('images/content-right-submit-hover.png');
}

#content {
	float: left;
	width: 380px;
	font-size: 11px;
	line-height: 18px;
	padding: 2px 15px;
	background: url('images/content-bg-2.png') no-repeat top left;
}

#content p {
	margin:16px 0 18px;	
}

#content.with-perex {
	background-image: url('images/content-bg-with-perex.png');
}

#content.with-perex p.perex {
	margin-bottom: 48px;
}

#menu {
	padding: 5px 0 25px 0;
	margin: 0 0 0 20px;
	width: 190px;
	background: url('images/menu-bg.png') no-repeat top left;
}

#menu li {
	list-style-type: none;
}
			

#menu a {
	display: block;
	width: 167px;
	line-height:15px;
	padding:9px 0 6px 23px;
	
	color: white;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover {
	background-color: #7c0000;
}

#jitona {
	margin: 9px 0 0 20px;
	display: block;
}

#gallery-container {
	width: 880px;
	background-color: #e6d8cb;
	padding: 15px 0 21px 0;
}

#gallery {
	margin: 0 20px;
	font-size: 1px;
	padding: 10px 0;
	text-align: center;
	background: url('images/gallery-bg.png') top left;
}

#gallery img {
	width: 150px;
	height: 113px;
	border: 1px solid #c2c4c6;
	margin:2px 2px 3px 3px;
}

#footer {
	font-size: 11px;
	text-align: center;
	margin: 11px auto 20px auto;
	color: white;
}

h1, h2, h3 {
	color: #af0000;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	line-height: 26px;
	margin: 16px 0;
}

h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 16px 0;
}
	

label.required {
	font-weight: bold;
}

p.strong {
	font-weight: bold;
}

ul {
	padding-left: 20px;
}

span.error {
	color: red;
}

/* Lightbox */
#lightbox-infoContainer {
	display: none;
}

#lightbox-overlay-text {
	display: none;
}
