﻿html, body, div, form, h1, h2, h3, button, input { margin: 0; padding: 0; }
body { 
	font-size: 62.5%;
	line-height: 1.5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: url(images/wood-pattern.jpg) 0 0;
}
img {border:0;}

/* CLEAR FIX ---------------------------------------------------------------------------------*/
#wraper div:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
div { display: inline-block;}
html[xmlns] div { display: block;}
* html #wraper div { height: 1%;}

/* MAIN LINK STYLES ---------------------------------------------------------------------------------*/

a {
	color: #6f870b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: none;
}

/* MAIN CONTAINERS ---------------------------------------------------------------------------------*/

#header {
	clear: both;
	height: 192px;
	text-align: center;
	background: url(images/top-image.jpg) 50% 0 no-repeat #fff;
	font-size: 1.4em;
}

#wraper {
	background: url(images/middle-image.jpg) 50% 0 no-repeat;
	font-size: 1.4em;
}

h1#logo {
	width: 300px;
	margin: 0 auto;
	height: 65px;
}

h1#logo a {
	display: block;
	width: 300px;
	height: 0;
	padding-top: 65px;
	overflow: hidden;
}

#topMenu {
	clear: both;
	width: 980px;
	height: 97px;
	background: url(images/top-menu-image.jpg) 0 100% no-repeat;
	margin: auto;
	text-align: center;
	padding: 75px 0 0 0;
}

#mainSlot {
	clear: both;
	background: url(images/lion-pattern.png) 50% 0 repeat-y;
	min-height: 350px;
}

#footer {
	clear: both;
	line-height: 1.7;
	background: url(images/footer-image.png) 50% 0 no-repeat;
	font-size: 1.4em;
	padding: 55px 0 0 0;
}

/* topMenu & lanMenu ---------------------------------------------------------------------------------*/

#topMenu ul, #lanMenu ul {
	margin: 0;
	padding: 0;
}

#topMenu ul li {
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
	display: inline;
	background: url(images/menu-divide.gif) 100% 5px no-repeat;
}

#lanMenu li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
}

#lanMenu li a {
	padding: 0 7px 0 11px;
	color: #000;
	font-size: .85em;
	background: url(images/lanmenu-divide.gif) 0 5px no-repeat;
}

#lanMenu li.first a {
	background: none;
}

#lanMenu {
	margin: auto;
	margin-top: 0;
	height: 25px;
	width: 950px;
	text-align: right;
}

#topMenu ul li.last {
	background: none;
}

#topMenu ul li a {
	color: #fff;
	display: inline-block;
	padding: 0 0 6px 0;
	font-size: 1.3em;
	text-decoration: none;
}

#topMenu ul li.current_page_item a, #topMenu ul li.current-cat a, #topMenu ul li a:hover {
	color: #000;
	background: url(images/current-link.png) 50% 100% no-repeat;
}

/* footer ---------------------------------------------------------------------------------*/

#footer .wrap {
	clear: both;
	width: 940px;
	margin: auto;
}

#footer .wrap .one {
	float: left;
	width: 740px;
}

#footer .wrap .two {
	float: right;
	width: 200px;}

#footer .wrap .two a {
	background: url(images/gandras.png) 0 0 repeat-x;
	display: block;
	float: right;
	width: 110px;
	height: 39px;
}

#footer  ul {
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 20px 0 20px 0;
	width: 940px;
}

#footer ul li {
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
	display: block;
	float: left;
	background: url(images/menu-divide-footer.gif) 0 9px no-repeat;
}

#footer ul li.first {
	padding: 0 20px 0 0;
	background: none;
}

#footer ul li a {
	font-size: 1.3em;
}

#footer ul li.current_page_item a, #footer ul li.current-cat a, #footer ul li a:hover {
	text-decoration: none;
	color: #000;
}

#footer a.mail {
	padding: 0 0 0 30px;
	background: url(images/mail-icon.gif) 14px 6px no-repeat;
}

/* author ---------------------------------------------------------------------------------*/

#author {
	clear: both;
	margin: auto;
	width: 940px;
	padding: 0 12px;
	background: url(images/an.png) 100% 0 no-repeat;
	text-align: right;
}

#author a {
	text-decoration: none;
	font-size: 1.1em;
	color: #fff;
}

#author a:hover {
	color: #000;
}

/* mainSlot ---------------------------------------------------------------------------------*/

#mainSlot .wrap {
	width: 920px;
	margin: auto;
	clear: both;
}

#content {
	width: 656px;
	float: left;
	padding: 0 0 40px 0;
}

#content h2 {
	clear: both;
	text-align: left;
	background: url(images/post-heading.png) 0 0 no-repeat;
	color: #6f870b;
	font-size: 1.6em;
	line-height: 24px;
	font-weight: normal;
	padding: 20px 45px 15px 25px;
	margin: 0 5px;
}

#content .category-galerija h2 {
	padding: 20px 15px 15px 15px;
	margin: 0 0 0 5px;
}

#wraper #content h2.error {
	clear: both;
	padding: 10px;
	color: #fff;
	margin: 25px;
	font-family: Arial, Helvetica, sans-serif;
	background: #cc3622;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
}

#content h3 {
	clear: both;
	color: #6f870b;
	font-size: 1.3em;
	line-height: 24px;
	font-weight: normal;
	padding: 20px 0 10px 0;
}

#content h2 a {
	color: #6f870b;
}

#content .text {
	padding: 4px 45px 40px 30px;
	line-height: 23px;
}

#content .category-galerija .text {
	padding: 4px 15px 40px 20px;
	line-height: 22px;
}

#content img, #vaizdas img {
	padding: 3px;
	background: #fff;
	border: solid 1px #8eba57;
}

#content img:hover, #vaizdas img:hover {
	border: solid 1px #eaa459;
}

#content .text table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border: solid 1px #aeab9f;
	width: 98%;
}

#content .text span.min {
	font-size: .85em;
	line-height: 15px;
}

#content .text span.kaina {
	font-weight: bold;
}

#content .text span.star {
	font-size: 1.4em;
	font-weight: bold;
	color: #6f870b;
	padding: 0px;
}


#content .text table th {
	font-weight: bold;
	text-align: left;
	padding: 4px 8px;
	border-bottom: solid 1px #aeab9f;
	border-right: solid 1px #aeab9f;
	background: #edeae3;
}

#content .text table td {
	vertical-align: top;
	padding: 2px 8px;
	border-bottom: solid 1px #aeab9f;
	border-right: solid 1px #aeab9f;
	background: #fff;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

#content .aciu {
	clear: both;
	padding: 5px;
	text-align: center;
	background: #e8f1dd;
	border: solid 1px #8eba57;
	margin: 20px 3px 0 0;
}

#content .post .bottom, #content .page .bottom {
	background: url(images/post-bottom.png) 100% 100% no-repeat;
	margin: -19px 0 0 0;
	height: 27px;
}

#content .category-galerija .bottom {
	margin: -19px -5px 0 0;
}

.post, .page {
	padding: 42px 0 0 0;
	clear: both;
	margin: 0 0 25px 0;
	background: url(images/post-top.png) 0 0 no-repeat;
}

#mainSlot .gallery img {
	margin: 0 20px 20px 0;
}

.category-galerija {
	padding: 42px 0 0 0;
	float: left;
	clear: none;
	width: 208px;
	margin: 0 10px 25px 0;
	background: url(images/post-top.png) 0 0 no-repeat;
}

.post .content, .page .content {
	background: url(images/post-pattern.png) 0 0 repeat-y;
	padding: 0 0 0 0;
}

/* widgets ---------------------------------------------------------------------------------*/

#widgets {
	float: right;
	width: 245px;
}

#widgets .content {
	clear: both;
	padding: 0 0 30px 0;
}

#widgets h3 {
	clear: both;
	background: url(images/heading-h3.png) 0 0 repeat-x;
	color: #000;
	font-size: 1.3em;
	font-weight: normal;
	float: left;
	padding: 2px 10px 0 10px;
	height: 29px;
	margin: 0 0 0 10px;
}

#widgets h3 a {
	color: #000;
	text-decoration: none;
}

#widgets a.map {
	display: block;
	clear: both;
	float: left;
	margin: -8px 0 0 10px;
	height: 122px;
	width: 200px;
	background: url(images/map.png) 0 0 no-repeat;
}

#vaizdas {
	clear: both;
	padding: 10px 0 30px 27px;
}

#widgets #vaizdas a.dar {
	padding: 0 27px 0 0;
}

/* #uzimtumas ---------------------------------------------------------------------------------*/

#uzimtumas {
	clear: both;
	background: url(images/uzimtumas-bg.png) -6px 60px no-repeat;
	padding: 0 0 30px 10px;
}

#uzimtumas ul {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

#uzimtumas ul li {
	display: block;
	list-style-type: none;
	width: 30px;
	height: 26px;
	float: left;
	font-size: 1.2em;
	text-align: center;
}

#uzimtumas ul li.title {
	font-size: 1.4em;
	color: #6f870b;
	padding-bottom: 8px;
}

#uzimtumas ul li.uzimta {
	background: url(images/uzimta.png) 0 0;
}

#uzimtumas ul li.dalinai {
	background: url(images/dalinai-uzimta.png) 0 0;
}

#uzimtumas strong {
	display: block;
	clear: both;
	padding: 23px 0 0 0;
}

#widgets a.dar, #uzimtumas a.atgal {
	display: block;
	float: right;
	text-align: right;
	color: #000;
	padding: 15px 0;
	margin: 0 22px 0 0;
}

#uzimtumas a.atgal {
	float: left;
}

#widgets a.dar span {
	background: url(images/arrow.gif) 0 6px no-repeat;
	padding: 0 0 0 12px;
}

#uzimtumas a.atgal span {
	background: url(images/arrow-atgal.gif) 0 6px no-repeat;
	padding: 0 0 0 12px;
}

#uzimtumas .uzimta-box, #uzimtumas .dalinai-box {
	padding: 0 0 10px 0;
	float: left;
	width: 70px;
	font-size: .85em;
	line-height: 25px;
}

#uzimtumas .dalinai-box {
	width: 140px;
}

#uzimtumas .clear {
	clear: both;
}

#uzimtumas .uzimta-box span, #uzimtumas .dalinai-box span {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	width: 25px;
	height: 25px;
	background: url(images/uzimta.png) 0 0 repeat;
}

#uzimtumas .dalinai-box span {
	background: url(images/dalinai-uzimta.png) 0 0 repeat;
	margin: 0 5px 0 20px;
}

/* #kontaktu forma ---------------------------------------------------------------------------------*/

form {
	background: #f3fae9;
	display: block;
	padding: 20px;
	width: 520px;
	border: solid 1px #aeab9f;
}

span.your-name input, span.your-email input, span.your-subject input {
	width: 350px;
	padding: 4px;
	border: solid 1px #aeab9f;
}

span.btn input {
	background: url(images/btn.gif) 0 0 repeat-x #fff;
	display: block;
	float: right;
	margin: 15px 10px 0 0;
	border: solid 1px #aeab9f;
	text-align: center;
	font-weight: normal;
	font-size: 1.4em;
	color: #fff;
	cursor: pointer;
	padding: 4px 10px;
}

span.btn input:hover {
	border: solid 1px #000;
	color: #000;
}

textarea {
	width: 500px;
	padding: 4px;
	border: solid 1px #aeab9f;
}



