* { margin:0; padding:0;}
body { background:url('/img/clouds.jpg') no-repeat center top fixed #0a6eb9; font-family:Arial, Helvetica, sans-serif; font-size:100%; line-height:1.0625em; color:#404040; padding:0 20px; position:relative;}

input, select, textarea { font-family:Arial, Helvetica, sans-serif; font-size:1em;}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { width:100%; overflow:hidden;}
.container { width:100%;}

p { margin-bottom:17px;}

/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

#login-form { font-size:.85em; color:#034d80; padding-bottom:28px;}
#login-form label { display:block; height:25px; }
#login-form input.text { width:135px; padding:2px 3px 3px 6px; color:#525d4e; margin-right:10px;}
#login-form input.password { width:135px; padding:2px 3px 3px 6px; color:#525d4e; margin-right:9px;}
#login-form input.submit { background:url(/img/login.gif) no-repeat left top; border:none; width:50px; height:22px; font-weight:bold; color:#fff; font-size:1.1em;}
#login-form a {color:#034d80;}

#search-form { text-align:right;}
#search-form input { font-size:.91em; }
#search-form input.text {width:195px; padding:2px 0 2px 5px; margin-right:9px;}
#search-form input.submit { background:url(/img/search.gif) no-repeat left top; border:none; width:50px; height:22px; font-weight:bold; color:#fff;}

#voting-form label { display:block; background:url(/img/line-dotted1.gif) left bottom repeat-x; padding:0 0 11px 0; margin-bottom:7px; color:#6a6a6a;}
#voting-form label.last { background:none;}
#voting-form label input {margin-right:10px; width:13px; height:13px;}
#voting-form input.submit { background:url(/img/voting.gif) no-repeat left top; border:none; width:50px; height:22px; font-weight:bold; color:#fff;}

#weather-form { color:#5c5c5c;}
#weather-form p { margin-bottom:5px;} 
#weather-form .inner { padding:2px 10px 21px 6px;}
#weather-form h5 { color:#0461ac; margin-bottom:5px;}
#weather-form select { width:113px; color:#515151;}
#weather-form .img-indent { margin:3px 8px 0 0;}
#weather-form b { color:#404040;}

/*==================list====================*/
ul { list-style:none;}

.menu { padding:12px 0 0 0; text-align:center;}
.menu li { display:inline; margin-left:-1px;}
.menu li a { padding:10px 21px 16px 22px; font-size:1.1em; color:#fff; text-decoration:none;}
.menu li a:hover, .menu li.act a { 
	text-decoration:underline; 
	background:#fff; 
	color:#000;
	
}
.menu li a.first { background:none;}

.footer-nav { text-align:center; padding-bottom:10px;}
.footer-nav li { display:inline; color:#535252 !important;}
.footer-nav a {font-size:1em; color:#535252 !important; padding:0 22px 0 20px; text-decoration:none;}
.footer-nav a:hover { text-decoration:underline;}

.list1 li { background:url(/img/line-dotted.gif) left bottom repeat-x; padding:0 0 4px 0px; margin-bottom:4px;}
.list1 li.last { background:none; margin-bottom:0; padding-bottom:0;}
.list1 li a { color:#004672; text-decoration:none; padding-left:10px; display:block;}
.list1 li a:hover, .list1 li.act a { text-decoration:underline; color:#004672;}

.list1 li.hasChildren a {
	background:url('/img/bull-1.gif') left center no-repeat;
}

.list1 li.act a {
	padding-left:24px;
	background:url('/img/bullet-2.png') left center no-repeat;
}

.list1 li ul {
	margin-top:5px;
}

.list1 ul.level2 li {
	background:none !important;
}
.list1 ul.level2 a { 
	text-decoration:none !important;
	background:none !important;
	margin-left:15px;
}

.list1 li.level2 a:hover, .list1 li ul li.act a {
	text-decoration:underline !important;
}

.list1 ul.level3 li a {
	background:none !important;
	margin-left:30px;
}

.list1 ul.level3 li a:hover, .list1 ul.level3 li.act a {
	text-decoration:underline !important;
}

.list2 dt { font-size:1.46em; color:#0462ae; padding-bottom:3px;}
.list2 dd { padding-bottom:13px;}
.list2 dd a { color:#404040; font-weight:bold;}

.list3 li { background:url(/img/line-dotted.gif) left top repeat-x; padding:7px 0 7px 6px;}
.list3 li a { background:url(/img/bull-1.gif) no-repeat left 6px; padding:0 0 0 13px; text-decoration:none; display:block;}
.list3 li a:hover { color:#c4112f; text-decoration:underline;}

.list4 { margin-bottom:-18px;}
.list4 li { width:100%; overflow:hidden; padding-bottom:18px;}
.list4 li img { float:left; margin-right:18px;}
.list4 li a { color:#0461AC; text-decoration:none;}
.list4 li h5 a { color:#0461ac; }

.list5 li { border-bottom:1px solid #b7b7b7; padding-bottom:14px; margin-bottom:14px;}
.list5 li.last { border-bottom:none; padding-bottom:0; margin-bottom:10px;}
.list5 li .img-box { padding-bottom:8px;}
.list5 li .img-box img { float:none; margin:0;}
.list5 li .img-box img.fleft { margin-right:13px; float:left;}
.list5 li a { color:#008ad9;}

.list6 { width:100%; overflow:hidden;}
.list6 li { float:left; width:49%; padding-bottom:24px;}
.list6 li div { padding-right:20px;}
.list6 li img { float:left; margin-right:18px;}
.list6 li p { margin-bottom:10px;}

/*==================other====================*/
.img-indent { margin:0 20px 0 0; float:left;}
.img-box { width:100%; overflow:hidden; padding-bottom:17px;}
.img-box img { float:left; margin:0 20px 0 0;}

.extra-wrap { overflow:hidden; position:relative;}

blockquote { font-weight:bold;}
blockquote div { padding:10px 0 8px 0;}

.p1 { margin-bottom:17px;}
.p2 { margin-bottom:10px;}

/*==================txt, links, lines, titles====================*/
a {color:#0461ac;}
a:hover{text-decoration:none;}

h1 { font-size:1.54em; font-weight:normal; line-height:1.15em; color:#0049a3; margin-bottom:8px;}
h1 a { text-decoration:none; color:#0049a3;}
h1 a:hover { text-decoration:underline;}
h3 { font-size:1.46em; color:#535353; line-height:1.2em; border-bottom:1px solid #b7b7b7; margin-bottom:10px; font-weight:normal; padding:0 0 9px 5px;}
h4 { font-size:1em; text-transform:uppercase; margin-bottom:10px;}
h5 { font-size:1em; margin-bottom:10px;}
h5 a { text-decoration:none;}
h5 a:hover { text-decoration:underline;}
h6 { font-size:.83em; text-transform:uppercase; color:#626262; margin-bottom:10px;}

.txt1 { color:#0461ac;}
.txt2 { color:#000;}
.txt2 a { color:#000;}

.button { width:46px; color:#fff; font-weight:bold; background:url(/img/button.gif) no-repeat left top; width:46px; height:22px; text-align:center; line-height:20px; display:block; float:left; text-decoration:none;}
.button:hover { text-decoration:underline;}

.line-hor { background:#d9d9d9; height:1px; overflow:hidden; font-size:0; line-height:0; margin:14px 0 2px 0;}
.line-hor1 { background:#d9d9d9; height:1px; overflow:hidden; font-size:0; line-height:0; margin:23px 0 23px 0;}
.line-ver { background-image:url(/img/line-ver.gif); background-repeat:repeat-y; width:100%;}

.title { margin-bottom:20px;}
.title-box { font-size:1.21em; color:#535353; margin-bottom:15px;}

/*==================boxes====================*/
.menu-box { background:url('/img/menu-bg.gif') repeat-x #629ec4; width:100%;}
.menu-box .left { /*background:url(/img/menu-box-left.gif) no-repeat left top;*/ }
.menu-box .right { /*background:url(/img/menu-box-right.gif) no-repeat right top;*/ height:43px;}

.box { width:100%; background:#d6e5ef;}
.box.alt { }
.box .border-top {background:url(/img/border.gif) repeat-x top;}
.box .border-bot {background:url(/img/border.gif) repeat-x bottom;}
.box .border-left {background:url(/img/border.gif) repeat-y left;}
.box .border-right {background:url(/img/border.gif) repeat-y right;}
.box .left-top-corner {background:url(/img/left-top-corner.gif) no-repeat left top;}
.box .right-top-corner {background:url(/img/right-top-corner.gif) no-repeat right top;}
.box .left-bot-corner {background:url(/img/left-bot-corner.gif) no-repeat left bottom; width:100%;}
.box .right-bot-corner {background:url(/img/right-bot-corner.gif) no-repeat right bottom;}
.box .left-bot-corner-1 {background:url(/img/left-bot-corner-1.gif) no-repeat left bottom; width:100%;}
.box .right-bot-corner-1 {background:url(/img/right-bot-corner-1.gif) no-repeat right bottom;}
.box .inner { padding:9px 13px 9px 8px;}
.box .inner .inner { padding:5px 0 0 5px;}
.box a {
	color:#004672 !important;
}

.box1 { width:100%;}
.box1 .border-top {background:url(/img/border-top1.gif) repeat-x top;}
.box1 .border-bot {background:url(/img/border-bot1.gif) repeat-x bottom;}
.box1 .left-top-corner {background:url(/img/left-top-corner1.gif) no-repeat left top;}
.box1 .right-top-corner {background:url(/img/right-top-corner1.gif) no-repeat right top;}
.box1 .left-bot-corner {background:url(/img/left-bot-corner1.gif) no-repeat left bottom; width:100%;}
.box1 .right-bot-corner {background:url(/img/right-bot-corner1.gif) no-repeat right bottom;}
.box1 .inner { padding:9px 8px 17px 15px !important;}
.box1 h5 { color:#034b85;}

.box2 { width:100%;}
.box2 .border-top {background:url(/img/border-top2.gif) repeat-x top;}
.box2 .border-bot {background:url(/img/border2.gif) repeat-x bottom;}
.box2 .border-left {background:url(/img/border2.gif) repeat-y left;}
.box2 .border-right {background:url(/img/border2.gif) repeat-y right;}
.box2 .left-top-corner {background:url(/img/left-top-corner2.gif) no-repeat left top;}
.box2 .right-top-corner {background:url(/img/right-top-corner2.gif) no-repeat right top;}
.box2 .left-bot-corner {background:url(/img/left-bot-corner2.gif) no-repeat left bottom; width:100%;}
.box2 .right-bot-corner {background:url(/img/right-bot-corner2.gif) no-repeat right bottom;}
.box2 .inner { padding:4px 12px 9px 12px;}
.box2 .inner .inner { padding:5px 0 0 5px;}

.box3 { border:1px dashed #a5a4a4; padding:7px 10px 12px 10px; width:150px; color:#000;}
.box3 p { margin-bottom:8px;}

.box4 { background:#f8f1d8; padding:7px 20px 11px 12px; width:154px; margin-left:47px;}

.box5 { background:#f8f1d8; color:#000; width:100%;}
.box5 .inner {padding:7px 17px 11px 12px !important;}

.box6 {  color:#000; width:100%;}
.box6 .border {border:1px dashed #a5a4a4;}
.box6 .inner {padding:7px 6px 12px 6px !important;}

/*header*/
#header .row-1 { height:135px;}
#header .row-1 .fleft { padding:32px 0 0 8px;}
#header .row-1 .fright { padding:25px 0 0 0; width:365px;}
#header .row-2 { }

/*content*/
#content { padding:6px 0 9px 0;}
#content .indent { padding:0 8px 0 0;}
#content .indent1 { padding:0 0 0 8px;}
#content .indent2 { padding:0 16px 0 0;}
#content .widget { margin-bottom:8px; background:#d6e5ef;}
#content .block { padding:16px 0 0 12px; border-bottom:1px solid #d9d9d9; padding-bottom:14px;}
#content .block.last { border-bottom:none; padding-bottom:0;}
#content .block1 { padding:13px 0 0 12px;}

/*footer*/
#footer { border-top:3px solid #ccc; color:#271010; text-align:center;}
#footer strong { text-transform:uppercase; padding-left:25px;}
#footer a { color:#271010 !important;}


/*==========================================*/

.logo {
	display:block;
	color:#160023;
	font-family:Arial;
	font-size:70px;
	text-decoration:none;
	width:405px;
	height:130px;
	position:absolute;
	background:url('/img/logo.png') no-repeat bottom;
}

.logo span {
	display:none;
	color:#160023;
	margin-left:125px;
	padding-top:75px;
}

.letters {
	margin-top:20px;
}

.letters li {
	display:inline;
}

.letters li a {
	display:block;
	float:left;
	font-size:1.6em;
	text-decoration:none;
	width:18px;
	text-align:center;
	padding:4px;
}

.letters li.act a, .letters li a:hover {
	color:#fff;
	background:#0461AC !important;
}

.dreamsList {
	margin-top:20px;
	margin-bottom:20px;
}

.dreamsList li {
	margin-top:20px;
}

.dreamsList li a {
	font-size:16px;
	margin-right:10px;
	margin-top:8px;
	float:left;
	width:340px;
}

.paging {
	border-top:solid 3px #0461AC;
}

.paging a {
	display:block;
	float:left;
	font-size:16px;
	padding:2px 7px 2px 7px;
	text-decoration:none;
}

.paging a.curr, .paging a:hover {
	background:#0461AC;
	color:#fff;
}

.spacer {
	clear:both;
	border-bottom: solid 1px #0461AC;
}

.breadcrumbs {
	margin-bottom:10px;
}

.bigLetters {
	font-size:60px;
	margin-top:30px;
}

.bigLetters li {
	display:inline;
}

.bigLetters li a {
	text-transform:uppercase;
	float:left;
	width:80px;
	text-align:center;
	padding:10px 10px 0px 10px !important;
	text-decoration:none;
	margin-bottom:40px;
}

.bigLetters li a:hover {
	background:#0461AC;
	color:#fff;
}


.navControl {
	margin-top:20px;
}
.navControl a {
	display:block;
	float:left;
	border:solid 1px #dadada;
	padding:4px 8px 4px 8px;
	margin-right:4px;
	text-decoration:none;
}
.navControl a:hover {
	color:#fff;
	background:#888888;
}

.textContent, .titleNews {
	width:500px;
}

.titleNews h4 {
	background:#eaeaea;
}

.titleNews h4 a {
	text-decoration:none !important;
}

.titleNews h4 a:hover {
	text-decoration:underline !important;
}

.textContent {
	width:509px;
}

.textContent p {
	line-height:1.5;
	text-align:justify;
}

.textContent ol, .textContent ol li {
	margin-left:20px !important;
}

.textContent ul, .textContent ul li {
	margin-left:20px !important;
	list-style-type:circle;
}

.fullContent {
	width:100%;
}

.commentsForm {
	border:solid 1px #aaa;
	padding:10px 20px 10px 10px;
	width:460px;
}

.commentsForm input, .commentsForm textarea {
	width:100%;
	font-size:14px;
	padding:3px 0px 3px 0px;
	margin-bottom:10px;
}

.commentsForm .submit {
	width:60px;
}

.errors {
	margin-bottom:10px;
	color:#ff0000;
}

.comment {
	border-bottom: solid 1px #aaa;
	margin-bottom:20px;
}

.comment p {
	padding:0;
	margin:0;
}

.comment .commentIp {
	font-size:10px;
	color:#aaa;
}

.comment .commentDate {
	font-size:10px;
}

.comment .commentText {
	padding-bottom:6px;
}

.dreamColorsTable {
	border-collapse:collapse;
}

.dreamColorsTable td {
	padding:4px;
	vertical-align:top;
	height:200px;
	border:solid 1px #aaa;
}

.dreamColorsTable .dreamColorTableHeader td {
	height:20px;
	background:#004672;
	color:#fff;
	text-align:center;
}

.dreamColorsTableMeaning {
	font-weight:bold;
}




.pitagoroKvadratas {
	border-collapse:collapse;
	margin-left:4px;
}

.pitagoroKvadratas td {
	border:solid 1px #000;
	width:100px;
	height:100px;
	text-align:center;
	vertical-align:middle;
	font-size:25px;
}
