/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Modified by exmedia.sk
*/
body {
	margin-top: 10px;
	padding: 0;
	background: #ccc; /*#787878;*/
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #616161;
}

h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	margin-top: 20px;
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #8C0209;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 800px;
	margin: 0 auto;
	height: 150px;
	background: url(../images/img02.jpg) repeat-x left top;
}

/* Header */

#logo {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 0 10px 0 70px;
	background: url(../images/img01.jpg) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #8C0209;
}

#logo span {
	color: #000000;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	padding: 50px 0 0 3px;
	font-size: 12px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #8C0209;
}

#head-image {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	height: 250px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url(../images/hands1.jpg) no-repeat left top;
}

#head-bottom-line {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	height: 4px;
	background: url(../images/img02.jpg) no-repeat left bottom;
}

/* Menu */

#menu {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(../images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	background: url(../images/img03.jpg) no-repeat right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 790px;
	margin: 0 auto;
	padding: 20px 5px 0 5px;
	background: #FFFFFF;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 530px;
	padding-left: 20px;
	line-height: 200%;
}

#content.contact {
	float: left;
	width: 780px;
	padding-left: 20px;
	line-height: 100%;
}

#content .left {
	float: left;
	width: 360px;
}

#content .right {
	float: right;
	width: 410px;
}

.post {
	padding-bottom: 0px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #8C0209;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: 0px 20px 10px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	margin-top: -10px;
	padding: 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	margin-bottom: 0;
	font-size: 12px;
	text-align: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
}

.sidebar li li.no-dash {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}


.sidebar li h2 {
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	background: #890208 url(../images/img05.jpg) no-repeat left top;
	letter-spacing: -1px;
	font-size: 16px;
	color: #FFFFFF;
}

.sidebar a:hover {
	border-bottom: 1px dotted #000000;
}

.sidebar .intro-text { font-size: 11px; }

/* Footer */

#footer {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../images/img04.jpg) no-repeat right bottom;
	border-top: 1px dotted #aaa;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 10px;
}

#footer a {
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

.flower {
	padding-left: 20px;
}

.note {
	color: #aaa;
	font-style: italic;
}

.highlight {
	color: #000;
	font-size: 9pt;
}

input, textarea {
	width: 15em;
	padding: 5px 10px;
	border: 1px solid #999;
	background: url(../images/field-bg.jpg) no-repeat top left;
	font: 9pt/100% Tahoma, sans-serif;
}

.button		{ 
	display: inline-block;
	margin: 0px 10px;
	height: 34px;
	width: 130px;
	color: #222;
	background: url('../images/button.png') no-repeat top left;
	cursor: pointer;
	border: none;
	text-align: center;
	padding: 8px 0 0 0;
}
input.button	{ padding: 0; }

#content .gallery .photo	{ float: left; margin: 0px; padding: 5px; width: 120px; height: 80px; text-align: center; }
#content .gallery img 		{ border: 0; margin: 0px; padding: 0px; }

#content .navigation				{ margin-top: 30px; }
#content .navigation p.link-prev	{ float: left; width: 49%; text-align: left; }
#content .navigation p.link-next	{ float: right; width: 49%; text-align: right; }

#content .navigation.top		{ margin-top: 5px; text-align: right; }
#content .navigation.top	a	{ margin-left: 15px; }

.clearfix	{ clear: both; }

/*
.highlight 			{ background-color: #ab4c50; padding: 20px; font-size: 10pt; color: #fff; }
.highlight h1		{ color: #fff; padding-bottom: 2px; margin-bottom: 2px; font-size: 16pt; }
.highlight p		{ padding-top: 2px; margin-top: 2px; }
.highlight a		{ color: #fff; font-weight: bold; }
.highlight a:hover	{ color: #8C0209; }
*/

/* Documents Stuff */

#docs td				{ font-size: 8pt; padding: 3px 5px; border-bottom: 1px dotted #a9a9a9; }
#docs td.date			{ width: 10%; }
#docs td.number		{ width: 15%; }
#docs td.subject		{ width: 30%; }
#docs td.contractor	{ width: 25%; }
#docs td.value		{ width: 10%; text-align: right; }
#docs td.buttons		{ display: none; }

#docs tr:hover		{ background-color: #ccc; }

#docs thead td		{ line-height: 100%; font-weight: bold; }

.pagination		{ margin-top: 10px; font-size: 8pt; text-align: right; }
.pagination a,
.pagination span	{ margin: 0 3px 0 3px; }

