/* RESET - <!-- This source code/ webpage is property of Reload.lt, šis puslapis yra Reload.lt nuosavybė. --> */
/* ----------------------------------------- */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; outline: none; }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* LAYOUT */
/* ----------------------------------------- */

br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
.left {float: left;}
.right {float: right;}
.center {margin: 0 auto;}

/* BODY */
/* ----------------------------------------- */


html {
	background: #d5e7e8  url(../images/bg_top.png) repeat-x top left;
}

body {
	background: transparent url(../images/bg_bott.jpg) repeat-x bottom left;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

#first_in {
	background: url(../images/bg_img_bott.jpg) no-repeat 50% 100%;
	height: 100%;
}
#sec_in {
	background: url(../images/bg_img_top.png) no-repeat 50% 0;
	height: 100%;
}
.mid {
	background: transparent url(../images/bg_bott_mid.jpg) repeat-x bottom left;
}
.mid #first_in {
	background: url(../images/bg_img_bot_mid.jpg) no-repeat 50% 100%;
}
.short { background: none; }
.short #first_in {
	background: url(../images/bg_img_bott_short.jpg) no-repeat 50% 100%;
}
.mid_short{ background: none; }
.mid_short #first_in {
	background: url(../images/bg_img_bot_mid_short.jpg) no-repeat 50% 100%;
}

.wrapper {
	width: 1031px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* NAVIGATION */
/* ----------------------------------------- */

#headline {
	height: 44px;
}

#navigation {
	height: 44px;
	overflow: hidden;
	text-align: center;
	float: left;
	width: 980px;
}
#navigation li {
	display: inline-block;
	margin: 0;
	height: 44px;
	overflow: hidden;
}
#navigation li a {
	display: inline-block;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	height: 44px;
	padding-left: 10px;
	background: url(../images/nav_left.png) no-repeat 0 45px;
}
#navigation li.active a {
	color: #003366;
	background: url(../images/nav_left.png) no-repeat 0 8px;
}
#navigation li a span {
	display: inline-block;
	height: 31px;
	padding-top: 18px;
	padding-left: 5px;
	padding-right: 15px;
	background: url(../images/nav_right.png) no-repeat 100% 45px;
}
#navigation li.active a span {
	padding-top: 12px;
	background: url(../images/nav_right.png) no-repeat 100% 8px;
}
#navigation li a span span {
	display: inline-block;
	padding: 0;
	height: 31px;
	background: url(../images/nav_mid.png) no-repeat 50% 40px;
	/* 50% -4px */
}
#navigation li.active a span span {
	padding: 0;
	background: url(../images/nav_mid.png) no-repeat 50% -4px;
}

#langs {
	float: right;
	margin: 12px 10px 0 0;
	display: inline;
}
#langs li {
	display: inline;
}

#header {
	width: 100%;
	height: 210px;
	float: left
}
#header a {
	display: block;
	width: 570px;
	height: 210px;
	margin: 0 0 0 350px;
}

/* SIDEBAR */
/* ----------------------------------------- */

#sidebar {
	width: 282px;
	position: relative;
	float: left;
	z-index: 1;
	margin-top: 60px;
	margin-left: -20px;
	display: inline;
}
#sidebar .item {
	width: 282px;
	background: url(../images/sidebar_side.png) no-repeat 0 90px;
	margin-bottom: -9px;
}
#sidebar .item .title {
	height: 74px;
	background: url(../images/sidebar_title.png) no-repeat;
	overflow: hidden;
}
#sidebar .item .title h2 {
	margin: 25px 0 0 70px;
	text-align: center;
	height: 44px;
	line-height: 40px;
	font-size: 14px;
	color: #003366;
	text-transform: uppercase;
	font-weight: bold;
}
#sidebar .item .cont {
	background: url(../images/sidebar_bg.png) repeat-y;
	padding: 0 22px 0 66px;
	font-size: 12px;
	color: #000;
	overflow: hidden;
}
#sidebar .item .cont form p {
	margin: 0;
	width: auto;
}
#sidebar .item .cont form .text {
	display: block;
	width: 164px;
	height: 21px;
	background: url(../images/input.jpg) no-repeat;
	font-size: 12px;
	color: #000;
	border: none;
	margin-bottom: 6px;
	padding: 8px 15px 0;
}
#sidebar .item .cont form .button {
	display: inline-block;
	width: 96px;
	height: 29px;
	background: url(../images/button.png) no-repeat;
	text-align: center;
	border: none;
}
#sidebar .item .cont form .right {
	margin-left: -2px;
}
#sidebar .item .cont form .radio {
	margin-left: 10px;
}
#sidebar .item .cont h3 {
	width: 180px;
	margin: 0 auto;
	font-weight: bold;
	color: #003366;
}
#sidebar .item .cont p {
	width: 180px;
	margin: 0 auto 5px;
}
#sidebar .item .cont ul {
	width: 180px;
	margin: 0 auto 7px;
	padding: 0 0 7px 0;
	background: url(../images/ul_sep.jpg) no-repeat bottom left;
}
#sidebar .item .cont ul.none {
	background: none;
	padding: 0;
	margin: 0 auto;
}
#sidebar .item .cont ul li span {
	font-weight: bold;
	color: #003366;
}
#sidebar .item .cont ul li {
	background: url(../images/list_style.jpg) no-repeat 0 60%;
	padding-left: 11px;
}
#sidebar .item .item_bott {
	height: 12px;
	background: url(../images/sidebar_bott.png) no-repeat;
	overflow: hidden;
}

/* CONTENT */
/* ----------------------------------------- */

#part_of_wing {
	position: absolute;
	top: 218px;
	left: 220px;
}

#content {
	float: left;
	width: 749px;
	margin-top: -35px;
}

/* MAIN NEWS */

#main_news {
	position: relative;
}
.mid #main_news #main_title {
	background: url(../images/main_title_mid.png) no-repeat;
}
#main_news #main_title {
	height: 118px;
	background: url(../images/main_title.png) no-repeat;
	overflow: hidden;
}
#main_news #main_title h1 {
	height: 40px;
	margin-top: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #003366;
	text-transform: uppercase;
}
#main_news #main_title h1 a {
	color: #003366;
	text-decoration: none;
}
#main_news #main_title h1 a:hover {
	text-decoration: underline;
}
#main_news #main_title .image {
	display: block;
	height: 40px;
}
#main_news #main_cont {
	background: url(../images/main_cont_bg.png) repeat-y;
	padding: 0 49px 0 5px;
}
#main_news #main_cont #main_cont_in {
	background: url(../images/main_news_bg_1.png) no-repeat;
}
#main_news #main_cont #main_cont_in_two {
	background: url(../images/main_news_bg_2.png) no-repeat bottom left;
	padding: 25px 20px 5px;
	font-size: 12px;
	color: #000;
}
#main_news #main_cont #main_cont_in_two p {
	margin-bottom: 20px;
}
#main_news #main_cont #main_cont_in_two a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#main_news #main_cont #main_cont_in_two a:hover {
	text-decoration: underline;
}

/* PAGE */

#page {
}
#page_title {
	height: 85px;
	background: url(../images/page_title.png) no-repeat;
	overflow: hidden;
}
#page_title h1 {
	height: 40px;
	margin-top: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #003366;
	text-transform: uppercase;
}
#page_title h1 a {
	color: #003366;
	text-decoration: none;
}
#page_title h1 a:hover {
	text-decoration: underline;
}
#page_cont {
	background: url(../images/main_cont_bg.png) repeat-y;
	padding: 0 49px 0 5px;
	min-height: 1180px;
}
#page_in {
	min-height: 700px;
	background: url(../images/page_bg.jpg) no-repeat;
	padding: 15px 20px 5px;
	font-size: 12px;
	color: #000;
}
#page_in p {
	margin-bottom: 20px;
}
#page_in a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#page_in a:hover {
	text-decoration: underline;
}
#page_in form {
	font-size: 11px;
	margin-left: 60px;
}
#page_in form p {
	margin-bottom: 5px;
}
#page_in form p label {
	display: inline-block;
	width: 170px;
}
#page_in form p input {
	border: 1px solid #bbbbbb;
	background: #eeeeee;
	padding: 2px;
	width: 196px;
	font-size: 11px;
}
#page_in form p input.radio {
	width: auto;
}
#page_in form p input#submit {
	width: 96px;
	height: 29px;
	background: url(../images/button.png) no-repeat;
	text-align: center;
	border: none;
	margin: 20px 0 0 280px;
}
#page_in .info {
	float: right;
	background: #f1effe;
	padding: 8px;
	margin: 10px 15px 15px 10px;
}
#page_in .info p {
	margin: 0;
	font-size: 11px;
}
#page_in .info p a {
	font-weight: normal;
	color: #003366;
	font-style: italic;
}
#page_in .info p.author {
	padding-left: 20px;
	background: url(../images/author_icon.png) no-repeat;
}
#page_in .info p.comms {
	padding-left: 20px;
	background: url(../images/comment_icon.png) no-repeat;
}
#page_in #comments {
	border-top: 1px solid #a3a3cc;
	width: 695px;
	margin-left: -20px;
}
#page_in #comments ul li {
	width: 655px;
	background: #e7e5f5;
	padding: 10px 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #a3a3cc;
	overflow: hidden;
}
#page_in #comments ul li.odd {
	background: none;
}
#page_in #comments ul li .info {
	float: none;
	padding: 0;
	margin: 0 0 8px 0;
	background: none;
	font-size: 12px;
	color: #000;
}
#page_in #comments ul li .info .author {
	font-weight: bold;
	padding-left: 11px;
	background: url(../images/comment_arrow.png) no-repeat 0 2px;
}
#page_in #comments ul li .info .date {
	font-style: italic;
}
#page_in #comments .com_sep {
	display: block;
	width: 695px;
	height: 54px;
	background: url(../images/comment_sep.png) no-repeat;
}
#page_in #comments #comment_form {
	margin-bottom: 40px;
}
#page_in #comments #comment_form input {
	display: inline-block;
	width: 164px;
	height: 21px;
	background: url(../images/input.jpg) no-repeat;
	font-size: 12px;
	color: #000;
	border: none;
	margin: 0 10px 6px 0;
	padding: 8px 15px 0;
}
#page_in #comments #comment_form textarea {
	width: 390px;
	height: 185px;
	padding: 5px;
	background: #eeeeee;
	border: 1px solid #bbbbbb;
}
#page_in #comments #comment_form label {
	width: auto;
	margin: 15px 20px 0 0;
}
#page_in #comments #comment_form .checkbox {
	margin: 15px 0 0 0;
	width: auto;
	height: auto;
}
#page_in #comments #comment_form #komentuoti {
	display: inline-block;
	width: 96px;
	height: 29px;
	background: url(../images/button.png) no-repeat;
	text-align: center;
	border: none;
	padding: 0;
	font-size: 12px;
	margin-left: 300px;
}

/* VOTE */

#vote {
	width: 161px;
	background: url(../images/vote_mid.png) no-repeat 0 50%;
	position: absolute;
	right: 38px;
	top: 140px;
}
#vote_top {
	height: 59px;
	background: url(../images/vote_top.png) no-repeat;
}
#vote_cont {
	background: url(../images/vote_cont.png) repeat-y;
	padding: 0 12px 0 60px;
}
#vote_bott {
	height: 63px;
	background: url(../images/vote_bott.png) no-repeat;
}

/* POST */

.post {
	margin-top: -26px;
}
.post .post_title {
	height: 78px;
	background: url(../images/other_news_title.png) no-repeat;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.post .post_title h1 {
	margin-top: 27px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.post .post_title h1 a {
	color: #003366;
	text-decoration: none;
}
.post .post_title h1 a:hover {
	text-decoration: underline;
}
.post .post_cont {
	padding: 0 67px 10px 25px;
	background: url(../images/main_cont_bg.png) repeat-y;
	font-size: 12px;
	color: #000;
	position: relative;
}
.post .post_cont p {
	margin-bottom: 20px;
}
.post .post_cont a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.post .post_cont h1 {
	font-weight: bold;
	color: #003366;
	margin-bottom: 20px;
}
.post .post_cont h2 {
	font-weight: bold;
	color: #003366;
	font-size: 11px;
	margin-bottom: 20px;
}
.post .post_cont h3 {
	font-weight: bold;
	color: #003366;
	font-size: 10px;
	margin-bottom: 20px;
}
.post .post_cont ul li {
	list-style: disc;
	margin-left: 20px;
}
.post .post_cont ol li {
	list-style: decimal;
	margin-left: 20px;
}
.post .post_cont a:hover {
	text-decoration: underline;
}
.post .post_cont .info {
	position: absolute;
	bottom: 15px;
	right: 68px;
	background: #f1effe;
	padding: 8px;
}
.post .post_cont .info p {
	margin: 0;
	font-size: 11px;
}
.post .post_cont .info p a {
	font-weight: normal;
	color: #003366;
	font-style: italic;
}
.post .post_cont .info p.author {
	padding-left: 20px;
	background: url(../images/author_icon.png) no-repeat;
}
.post .post_cont .info p.comms {
	padding-left: 20px;
	background: url(../images/comment_icon.png) no-repeat;
}

/* FOOTER */
/* ----------------------------------------- */

#footer {
	width: 792px;
	height: 69px;
	background: url(../images/footer.png) no-repeat;
	float: right;
	margin-top: -27px;
	overflow: hidden;
	margin-bottom: 25px;
	margin-right: 20px;
	display: inline;
	position: relative;
	z-index: 3;
}
#footer p {
	margin-top: 28px;
	line-height: 38px;
	font-size: 12px;
	color: #000;
	text-align: center;
}

.linkas { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: #000066}

