/* ------------------------------------------------------------------ */
/* --- [info] ------------------------------------------------------- *

 * templeate: default
 * author: voi
 * date: 2009.06.09
 * colors:
   #221269 - dark blue
   #A5C700 - green
   #333333 - black (default font color)

 * ------------------------------------------------------------------ */
html, body {
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 86.5%;
	color: #333333;
	font-weight: normal;
}
img {
	border: none;
}

/* ------------------------------------------------------------------ */
/* --- Links -------------------------------------------------------- */
/* ------------------------------------------------------------------ */
a:link, a:visited, a:active {
	color: #A5C700;
	text-decoration: underline;
}
a:hover {
	color: #221269;
	text-decoration: none;
}
/* ------------------------------------------------------------------ */
/* --- [image links] ------------------------------------------------ */
/* ------------------------------------------------------------------ */
a:link img, a:visited img, a:active img {
	border: none;
}
a:hover img {
	border: none;
}
/* --- [Images] ----------------------------------------------------- */
img.img.fl {
	margin-right: 10px;
}
img.img.fr {
	margin-left: 10px;
}
.img {
	padding:5px;
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
}
a:link img.img, a:visited img.img, a:active img.img {
	padding:5px;
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
}
a:hover img.img {
	border: 1px solid #999999;
}


/* ------------------------------------------------------------------ */
/* --- [custom links] ----------------------------------------------- */
/* ------------------------------------------------------------------ */
a.more:link, a.more:visited, a.more:active {
	background-image: url(images/icons/link_more.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
a.more:hover {}

a.totop {
	background-image: url(images/icons/icon_2top.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
a.toback {
	background-image: url(images/icons/icon_2back.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
a.tohome {
	background-image: url(images/icons/icon_2home.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
a.toprint {
	background-image: url(images/icons/icon_print.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}

/* ------------------------------------------------------------------ */
/* --- Typography --------------------------------------------------- */
/* ------------------------------------------------------------------ */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #221269;
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size:2.4em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
}
h3 {
	font-size:2em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
}
h4 {
	font-size:1.6em;
	line-height: 1.1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
}
h4 a:link, h2 a:visited, h2 a:active {
	text-decoration: none;
}
h4 a:hover {
/*	color: #0099CC;*/
	text-decoration: none;
}
h5 {
	font-size:1.4em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
}
h6 {
	font-size:1.2em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: normal;
}

p {
	font-size: 1em;
	line-height: 1.8em;
	margin: 0 0 1em 0;
}

blockquote, .pastaba {
	border-left: 4px solid #A5C700;
	line-height: 1.8em;
	padding-left: 1em;
	margin: 0 0 1em 0;
}
.hr {
	background-image: url(/images/hr.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: none;
	margin:1em 0; padding:0;
	display: block;
	height: 1px;
	background-color: transparent;
}
fieldset {
	border: 1px solid #000;
	padding: 1em;
	margin: 1em 0;

}
legend {
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	padding: 5px 15px;
	margin: 0;
}
label {
	cursor: pointer;
}

pre {
	font-family: "Courier New", Courier, monospace;
	border: 1px dashed #000000;
	overflow: auto;
	width: 400px; /* content width */
}


/* ------------------------------------------------------------------ */
/* --- Lists -------------------------------------------------------- */
/* ------------------------------------------------------------------ */
ul, ol, dl {
	padding: 0px;
	margin: 1em;
	list-style-position: outside;
}

ul {
	list-style-image: none;
	list-style-type: none;
}

dl {
	list-style-image: none;
	list-style-type: none;
}

ol {
	list-style-image: none;
}

ul li {
	background-image: url(/images/dot.gif);
	background-position: left 0.8em;
	background-repeat: no-repeat;
	margin-left: 1em;
	padding-left: 1em;
	white-space: normal;
	line-height: 1.8em;
}

ul li ul {
	margin: 0;
}
ul li ul li {
	background-image: url(/images/dot.gif);
	background-position: left 0.7em;
	background-repeat: no-repeat;
}

dl dt {
	border-left: 4px solid #A5C700;
	line-height: 1.8em;
	padding-left: 0.90em;
	margin: 0 0 0 1em;
}

dl dd {
	background-image: url(/images/dot.gif);
	background-position: left 0.8em;
	background-repeat: no-repeat;
	margin-left: 1em;
	padding-left: 1em;
	line-height: 1.8em;
	border-bottom: 1px dotted #a5c700;
}

ol li {
	margin-left: 1em;
	padding-left: 1em;
	line-height: 1.8em;
}
ol li ol {
	margin: 0;
}
ol li ol li {
	list-style-type: lower-alpha;
	margin-left: 1em;
}

.important {
	color: #bc1e1e;
	font-weight: bold;
	font-size: inherit;
}

.error-msg {
	background-color: #bc1e1e; /* red */
	color: #FFFFFF;
	padding: 1em;
	margin: 0 0 1em 0;
}
.good-msg {
	background-color: #83B933; /* green */
	color: #FFFFFF;
	padding: 1em;
	margin: 0 0 1em 0;
}
.soso-msg {
	background-color: #35BAE3; /* blue */
	color: #FFFFFF;
	padding: 1em;
	margin: 0 0 1em 0;
}
.date {
	display: table;
	margin-top: 10px;
	background-image: url(/images/icon_date.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	color: #666666;
	font-style:italic;
	font-size: 11px;
}
/*.date:before {
	content:"(";
}
.date:after {
	content:")";
}*/

/* ------------------------------------------------------------------ */
/* --- Meniu [] ----------------------------------------------------- */
/* ------------------------------------------------------------------ */
#main-menu a {
	height: 28px;
	line-height: 28px;
	background-color: #a5c700;
	background-image: url(/images/a1_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
/*	padding: 10px 30px;*/
	padding: 10px 18px;
	color: #FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
	margin-left: 1px;
	float:right;
}
#main-menu a:hover, #main-menu a.active {
	background-color: #221269;
	background-image: url(/images/a2_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



#MenuSecond {
	border-top:1px solid #FFFFFF;
	padding: 20px 0px;
	margin-left: -10px;
	margin-right: -10px;
	text-align: center;
}
#MenuSecond a {
	height: 14px;
	line-height: 14px;
	padding: 4px 8px 4px 8px;
	font-size: 11px;
	color: #221269;
	border-left:1px solid #A5C700;
	text-decoration:none;
	text-transform: uppercase;
}
#MenuSecond a.first {
	border-left: none;
}

#MenuSecond a span {
	cursor: pointer;
	padding: 7px;
}
#MenuSecond a:hover span {
	background-color: #221269;
	color: #FFFFFF;
}



#sodybaMenu {
	margin:-10px 0px 0px -10px;
	float: left;
}
#sodybaMenu ul {
	padding:10px 0 0 0;
	margin:0;
	width: 218px;
}
#sodybaMenu ul li {
	padding:7px 0 7px 17px; margin:0;
	border-top: 1px solid #FFFFFF;
	background-image: none;
}
#sodybaMenu ul li a:link, #sodybaMenu ul li a:visited, #sodybaMenu ul li a:active {
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
}
#sodybaMenu ul li a:hover, #sodybaMenu ul li a.active {
	color: #221269;
}
/*#sodybaMenu ul li a:hover:before {
	content: "";
}*/
#sodybaMenu ul li.first {
	border-top: none;
}


/* ------------------------------------------------------------------ */
/* --- SubMeniu [] -------------------------------------------------- */
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/* --- Pager  ------------------------------------------------------- */
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/* --- [table style] ------------------------------------------------ */
/* ------------------------------------------------------------------ */
.lenta {
	width: 100%;
	border-collapse: collapse;
	margin: .5em 0;
}
.lenta th, .lenta_header {
	background-color: #A5C700;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #A5C700;
	padding: 4px 0;
}
.lenta td {
	padding: 4px 0;
	border-bottom: 1px solid #A5C700;
}
/* ------------------------------------------------------------------ */
/* --- [Form style] ------------------------------------------------- */
/* ------------------------------------------------------------------ */
.forma {
	padding: 1em;
	margin: 1em auto;
	width: 460px;
	border: 1px solid #A5C700;
}
.forma .idiv {
	margin: 6px 0;
	padding-bottom: 6px;
}
.forma label {
	text-transform: none;
	font-size: 1em;
	color: #333333;
	display: block;
	cursor: pointer;
}
.forma input {
	border: 1px solid #A5C700;
	background-color: #fff;
	width: 250px;
	padding: 3px;
	font-size: 11px;
}
.forma select {
	border: 1px solid #A5C700;
}
.forma input.button {
	width: auto;
	color: #000;
	background-color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 10px;
	cursor: pointer;
}
.forma textarea {
	border: 1px solid #A5C700;
	background-color: #fff;
	font-size: 11px;
	width: 250px;
	overflow: auto;
	padding: 3px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
/* ------------------------------------------------------------------ */
/* --- [custom blocks] ---------------------------------------------- */
/* ------------------------------------------------------------------ */
a.lt-lang, a.en-lang, a.ru-lang {
	display: block;
	width: 45px;
	height: 30px;
	background-color: #a5c700;
	float: left;
	margin-left: 1px;
	padding-left: 35px;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 30px;
}
a.lt-lang:hover, a.en-lang:hover, a.ru-lang:hover {
	background-color: #221269;
}
a.lt-lang {
	background-repeat: no-repeat;
	background-image: url(/images/flags.gif);
	background-position: 10px center;
}
a.en-lang {
	background-repeat: no-repeat;
	background-image: url(/images/flags.gif);
	background-position: -80px center;
}
a.ru-lang {
	background-repeat: no-repeat;
	background-image: url(/images/flags.gif);
	background-position: -170px center;
}

.bpd {
	float: right;
	width: 280px;
	font-size: 8px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
/* copyright position */
#idx-copyright {
	float: left;
	width: 320px;
	padding-left:358px;
}
#int-copyright {
	float: left;
	width: 320px;
	padding-left:10px;
}
#sodybaIMG .imgScale {
	width: 539px;
	height: 200px;
}
div.gallery_puslapiavimas_num {
	display: inline;
	padding:2px 5px;
	border:1px solid #221269;
	color: #FFFFFF;
	background-color: #221269;
	margin: 0 5px;
}
a.gallery_puslapiavimas_num {
	padding:2px 5px;
	border:1px solid #A5C700;
	margin: 0 5px;
	text-decoration: none;
}
a.gallery_puslapiavimas_num:hover {
	padding:2px 5px;
	border:1px solid #221269;
	color: #FFFFFF;
	background-color: #221269;
	margin: 0 5px;
	text-decoration: none;
}

dl.guestbook_sarasas_item_active dt {
	border-left: 4px solid #221269;
}
dl.guestbook_sarasas_item_active dd {
	background-image: url(/images/dot2.gif);
}

#directions_form {
	margin-left:4%;
	width: 92%;
	background-color: #A5C700;
}
#directions_form form {
	padding: 5px 15px;
}
#directions_form form button {
	border: none;
	background-color: #221269;
	color: #FFFFFF;
	font-size: 10px;
	text-transform:uppercase;
	padding: 2px 7px;
	cursor: pointer;
	margin-left: 10px;
}
