/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: disc;
	margin: 15px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* *********************************** */

html, body
{
	height: 100%;
}

.clr
{
	clear: both;
}

a:hover
{
	text-decoration: none;
}

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

body
{
	width: 100%;
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: url('body_bg.jpg') repeat-x #76a829;
}

#page_wrap
{
	width: 905px; 
	margin: 0 auto; 
	position: relative; 
	min-height: 100%;
}

* html #page_wrap
{
	height:100%;
}

#today,
.today_1,
.today_2,
.today_3
{
	margin-top: 18px;
	
	height: 48px;
	background: url('today_bg.jpg') no-repeat;
	color: #ffffff;
	overflow: hidden;
	text-align: right;
	font-size: 1.2em;
}

.today_1
{
	background: url('today_bg_1.jpg') no-repeat!important;
}

.today_2
{
	background: url('today_bg_2.jpg') no-repeat!important;
}

.today_3
{
	background: url('today_bg_3.jpg') no-repeat!important;
}


#today .inner
{
	margin-top: 10px;
	margin-right: 150px
}

#logo
{
	float: left;
	width: 299px;
	height: 207px;
	overflow: hidden;
}

#header,
.header_1,
.header_2,
.header_3
{
	float: left;
	background: url( 'header_bg.jpg' ) no-repeat;
	width: 606px;
	height: 207px;
	overflow: hidden;
	font-family: arial, sans-serif;
}

.header_1
{
	background: url( 'header_bg_1.jpg' ) no-repeat!important;
}

.header_2
{
	background: url( 'header_bg_2.jpg' ) no-repeat!important;
}

.header_3
{
	background: url( 'header_bg_3.jpg' ) no-repeat!important;
}

#header .inner
{
	float: right;
	width: 500px;
	margin-right: 35px;
	margin-top: 145px;
}

#header a
{
	float: right;
	display: block;
	font-size: 0.8em;
	color: white;
	text-decoration: none;
	text-align: center;
}

#header a:hover
{
	text-decoration: underline;
}

#header .rss
{
	margin-top: 14px;
	width: 50px;
	background: url('rss.png') no-repeat 13px 0px;
	padding-top: 30px;
}

#header .en
{
	margin-top: 10px;
	width: 40px;
	background: url('en.png') no-repeat 7px 0px;
	padding-top: 32px;
}

#header .lt
{
	margin-top: 5px;
	width: 40px;
	background: url('lt.png') no-repeat 6px 0px;
	padding-top: 33px;
}

#header .email
{
	width: 50px;
	background: url('email.png') no-repeat 9px 0px;
	padding-top: 30px;
}

#header .search
{
	float: right;
	margin-top: 27px;
	margin-right: 20px;
}

#header .search input
{
	float: left;
}

#header .search .textbox
{
	border: none;
	border-top: 1px solid #525252;
	border-left: 1px solid #525252;
	height: 17px;
	width: 118px;
	font-size: 0.9em;
	padding-left: 5px;
}

#after_header
{
	background: url('after_header.png') no-repeat;
	width: 100%;
	height: 29px;
	overflow: hidden;
}

#menu
{
	float: left;
	width: 222px;
	background: #579300;
	overflow: hidden;
	padding-top: 8px;
}

#menu a:hover
{
	text-decoration: underline!important;
}

#menu a.menu1
{
	display: block;
	background: url( 'menu1_bg.png' ) repeat-x bottom #74ab00;
	color: white;
	font-size: 1.5em;
	text-decoration: none;

	padding-right: 8px;
	padding-left: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#menu a.menu2
{
	display: block;
	color: white;
	text-decoration: none;
	font-size: 1.2em;

	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 5px;

}

#menu .sel
{
	text-decoration: underline!important;
}

#menu div.sub1 .sel
{
	font-weight: bold;
}

#menu a.menu3
{
	display: block;
	color: white;
	text-decoration: none;
	font-size: 0.9em;

	padding-bottom: 8px;
	padding-left: 35px;
	padding-right: 5px;

}


#content
{
	float: left;
	width: 513px;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 5px;
}

#content_top
{
	width: 513px;
	height: 12px;
	background: url('content_top.png') no-repeat;
	overflow: hidden;
}

#content_inner
{
	width: 513px;
	background: url('content_inner.png') repeat-y;
}

#content_inner .inner
{
	padding: 15px;
	padding-right: 20px;
}

#content_inner h1
{
	font-weight: normal;
	font-size: 2em;
	margin-top: 7px;
}

#content_inner .printer,
#content_inner .font_increase
{
	float: right;
}

#content_inner .font_increase
{
	margin-left: 10px;
	margin-right: 20px;
	width: 24px;
}

#content_inner .font_increase .font_plus,
#content_inner .font_increase .font_minus
{
	display: block;

	overflow: hidden;
	width: 24px;
	height: 24px;

	text-decoration: none;

	background: url( 'font_increase.png' );
}

#content_inner .font_increase .font_minus
{
	background-position: 0px -23px;
}

#content_inner .printer
{
	margin-left: 5px;
}

#content_inner .p,
#content_inner p
{
	margin: 0px;
	margin-top: 15px;
	text-align: justify;
}

#content_inner a
{
	color: #127603;
}

#content_inner .go-back
{
	margin-top: 5px;
	padding: 5px;
	display: block;
	border-top: 1px solid #24A316;
	background-color: #F3FFDF;
}

#content_inner .search-highlight
{
	background-color: yellow;
}

#content_text
{
	font-size: 12px;
	line-height: 1.3em;
}

#content_bottom
{
	width: 513px;
	height: 15px;
	background: url('content_bottom.png') no-repeat;
	overflow: hidden;
}


#sponsors
{
	float: left;
	width: 150px;
	overflow: hidden;
	text-align: center;
}

#sponsors .inner
{
	padding: 3px;
}

#sponsors .heading
{
	font-size: 1.1em;
	color: white;
	font-weight: bold;
	border-bottom: 1px dotted #00a104;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#sponsors .sponsor
{
	margin-bottom: 20px;
}

#footer
{
	height: 40px;
	color: #3D5F06;
}

#footer .left
{
	margin-top: 12px;
	margin-left: 15px;
	float: left;
}

#footer .right
{
	margin-top: 12px;
	margin-right: 15px;
	float: right;
}

/*** PROFESORIAI.LT ***/

.profesoriai_lt a
{
	text-decoration: none;
	color: #3D5F06;
	font-weight: bold;
}

.profesoriai_lt:hover u
{
	text-decoration: none;
}

/*** MODULES ***/

.rss_icon
{
	display: block;
	float: right;
	margin: 22px;
	margin-top: 0px;
}

.news-node
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #606060;
}

.news-node h3
{
	font-size: 16px;
}

.news-node .news-date
{
	font-size: 10px;
	color: #666666;
}

.news-node .news-content p
{
	margin: 0px!important;
	padding: 5px;
	padding-left: 20px;
}

.news-node .news-content
{
	padding: 0px;
	margin: 0px;
}

/*** GALERIJA ***/

.g-kategorijos 
{
	padding: 0px!important;
	margin: 0px!important;
	list-style: none;
}

.g-kategorijos li
{
	padding: 0px!important;
	margin: 0px!important;
}

.g-kategorijos li a
{
	display: block;
	padding: 10px;
	
	border: 1px solid #8F5A0C;
	background: #FFF59F;

	color: #795113!important;
	font-weight: bold;
	text-decoration: none;

	margin-top: 3px;
}

.g-kategorijos li a:hover
{
	color: #4F3205;
	background: #FFF8BF;
}

.gt
{
	margin-bottom: 10px;
}

.gt a img
{
	vertical-align: middle;
	margin: 2px;
	border: 2px solid #ffffff;
}

.news-more
{
	display: block;
	text-align: right;
	padding: 5px;
}

.news-more img
{
	margin: auto;
}