﻿/*  COMMON  */

body {
	margin: 0;
	padding: 0;
	background: #070D8A url(../gfx/bg_main.gif) 50% 0 repeat-y;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #3D3D3D;
}

img {
	border: 0;
}

div {
	margin: 0;
	padding: 0;
	float: left;
}

p {
	padding: 0;
	margin: 0 0 12px 0;
}

a {
	color: #070D8A;
	text-decoration: underline;
}

a:hover {
	color: #070D8A;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

#main {
	float: none;
	padding: 20px 75px;
	width: 940px;
	^width: 1090px;
	text-align: left;
}

/*  TOP  */

#top {
	width: 940px;
	margin-bottom: 28px;
}

#logo {
	float: left;
}

#tip {
	float: right;
	width: 302px;
	height: 59px;
	background: url(../gfx/bg_tip.gif) 0 0 no-repeat;
	line-height: 22px;
	color: #3D3D3D;
}

#tip a.chorukarai {
	display: block;
	padding: 7px 7px 7px 88px;
	color: #3D3D3D;
	text-decoration: none;
	background: url(../gfx/bg_chorukarai.gif) 7px 50% no-repeat;
	line-height: 22px;
}

.chorukarai span, #tip span {
	font-weight: bold;
	font-size: 14px;
}

/*  MENU  */

#menu {
	padding-right: 20px;
	width: 180px;
	^width: 200px;
	padding-top: 50px;
	background: url(../gfx/bg_menu.gif) top left no-repeat;
}

#menu a {
	display: block;
	margin-bottom: 13px;
	font-family: Georgia, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

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

#menu .ad {
	margin-top: 75px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #3D3D3D;
}

#menu .ad  img {
	display: block;
}

#menu .ad  span {
	margin-left: 10px;
}

/*  CONTENT  */

#content {
	padding-right: 20px;
	width: 480px;
	^width: 500px;
	padding-top: 50px;
	margin-bottom: 150px;
	background: url(../gfx/bg_content.gif) top left no-repeat;
}

.entry {
	padding-bottom: 22px;
	clear: both;
}

.entry p {
	width: 480px;
}

.imageLeft {
	float: left;
	margin: 0 15px 15px 0;
}

h2 {
	font-family: Georgia, Times New Roman;
	font-size: 26px;
	font-weight: normal;
	color: #070D8A;
	padding: 0;
	margin: 0 0 6px 0;
	line-height:normal;
	width: 480px;
}

h2 a {
	text-decoration: none;
	width: 480px;
}

h2 a:hover {
	text-decoration: underline;
}

p.meta {
	color: #999999;
	margin-bottom: 0px;
}

p.meta_straipsnis {
	margin-bottom: 15px;
}

/*  COMMENTS  */

#comments {
	width: 240px;
	padding-top: 40px;
	background: url(../gfx/bg_comments.gif) top left no-repeat;	
	padding-bottom: 50px;
	overflow: hidden;
}

#content_comments {
	padding: 40px 80px 50px 0;
	background: url(../gfx/bg_comments.gif) top left no-repeat;	
	width: 660px;
	^width: 740px;
}

#comments_list {
	width: 100%;
}

#comments_list p {
	margin-top: 2px;
}

#comments_show {
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

.commentItem {
	width: 100%;
	padding-bottom: 20px;
}

.commentName {
	float: left;
	width: 150px;
}

.commentNameFull {
	float: left;
	width: 350px;
}

.commentTime {
	float: right;
}

.smallNote {
	font-size: 10px;
}

.smallNoteIP {
	font-size: 10px;
	font-weight: normal;
}

#name, #text {
	width: 100%;
	margin: 3px 0 10px 0;
}

#text {
	height: 80px;
}

#submitComments {
	width: 83px;
	height: 26px;
}				   

.pager {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

.pager a {
	padding: 0 2px;
	margin: 0 3px;
}

.pager span {
	padding: 0 2px;
	margin: 0 3px;
	font-size: 16px;
	font-weight: bold;
}

/*  SEILIUS  */

#seilius {
	width: 240px;
	padding: 50px 0 30px 0;
	background: url(../gfx/bg_seilius.gif) top left no-repeat;	
}

#seilius img {
	float: left;
	margin: 0 19px 19px 0;
}

#seilius span {
	display: block;
	font-family: Georgia, Times New Roman;
	font-size: 22px;
	line-height: 26px;
	color: #070D8A;
	margin-bottom: 8px;
}

/*  FACEBOOK  */

#facebook {
	width: 240px;
	padding: 50px 0 30px 0;
	background: url(../gfx/bg_content.gif) top left no-repeat;	
}

#facebook div {
	float: left;
	margin: 0 19px 19px 0;
}

#facebook span {
	display: block;
	font-family: Georgia, Times New Roman;
	font-size: 22px;
	line-height: 26px;
	color: #070D8A;
	margin-bottom: 8px;
}

/*  BOTTOM  */

#bottom {
	width: 100%;
	padding: 23px 0 27px 0;
	background: url(../gfx/bg_bottom.gif) top left no-repeat;	
	height: 20px;
	^height: 70px;
}

#bottom span {
	float: left;
}

#bottom a {
	float: right;
}

