/*  
Theme Name: Kelyje
Theme URI: http://www.emotion.lt/
Description: Theme for Kelyje blog, developed by e!motion.
Version: 1.0
Author: e!motion
Author URI: http://www.emotion.lt/
*/

*{border:0; margin:0;}

html,body {height: 100%}

body{
	text-align:left;
	background-color: #3B3829;
    font-size: 62.5%;
}

#pagewidth{
	width:884px;
}

* html #pagewidth{height:100%;}
head+body #pagewidth{min-height:100%;overflow:hidden;}

#menu {
	position:absolute;
	width:167px;
	padding:30px 10px 0 12px;
	color:#fff;
	font-family:Tahoma;
	font-size:1.0em;
	font-weight:bold;
	top:0;
	left:0;
}

#menu dt {
	cursor:pointer;
	margin:10px 0;
	padding-left:11px;
}

#menu dd {
	background-color:#424242;
	line-height:20px;
	border-left:6px #737373 solid;
	font-weight:100;
	padding-left:11px;
}

#menu ul li a{
	background-color:#424242;
	line-height:20px;
	border-left:6px #737373 solid;
	font-weight:100;
	padding-left:11px;
}

#menu li a, #menu dt a {
	text-decoration:none;
	display:block;
	height:100%;
	color:#fff;
}

dl, dt, dd, ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#sidebar {
       border-top: 1px solid gray;
       margin: 30px 0 0 0;
}

#sidebar h3 {
color: #ffffff;
font-size: 1.0em;
font-weight: bold;
margin: 10px 0;
}

.mentions {
	position:absolute;
	color:#00CCCC;
}

#content{
	background-color: transparent;
	width:650px;
	font-family:Verdana;
	font-size:1.1em;
	color:#FFF;
	margin-left:212px;
}

#content a {
	color: #bbe301;
	text-decoration: none;
}

#content a:hover {
	color: #bbe301;
	text-decoration: underline;
}

#text{
	padding:15px 34px 15px 34px;
}

h1{
	font-size:1.6em;
}

h2{
	font-size:1.4em;
}

h3{
	font-size:1.8em;
	font-weight:100;
	margin-bottom:5px;
    color: #bbe301;
	clear:both;
}

h4{
	font-size:1.2em;
	font-weight:bold;
        color: #bbe301;
}

.active_submenu{
   display: block;
}

#header {
        width: 580px;
} 

#lang {
       font-weight: bold;
       position: absolute;
       margin: 45px 0 0 510px;
}

#lang a:hover {
       color: #fff;
}

#footer {
       border-top: 1px solid gray;
       font-weight: 100;
       margin: 30px 0 0 -10px;
       padding: 10px 0 0 10px;
	   width: 156px;
}

.LT {
       width: 30px;
       height: 15px;
       color: #9c2a00;
       background-color: #bbe301;
       text-align: center;
       display: block;
       float: left;
}

.EN {
       width: 30px;
       height: 15px;
       color: #bbe301;
       background-color: #9c2a00;
       text-align: center;
       display: block;
       float: left;
}

.RU {
       width: 30px;
       height: 15px;
       color: #fff;
       background-color: #0768df;
       text-align: center;
       display: block;
       float: left;
}

.comment {
       font-size: 0.6em;
       color: #fff;
}

.align_right {
       float: right;
}

.entry{
margin:5px 0 0 0;
line-height:15px;
}


.postmetadata{
margin:5px 0 15px 0;
}

.alignleft{
float:left;
}

.alignright{
float:right;
}

textarea#comment{
width:500px;
margin:5px 0;
}

input#submit{
height:25px;
font-weight:bold;
}

h3#respond{
font-size:1.5em;
margin:10px 0 5px 0;
}

.post h3{
margin:20px 0 0 0;
}

.commentlist li{
margin:0 0 15px 0;
}