/*  
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/
/*-------------------------------------
+SEARCH
-------------------------------------*/
#searchform{
	padding: 0.5em;
	width: 12.6em;
	BACKGROUND: #34312e;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	margin-bottom: 5px;
}
#searchform input{
	font-size: 11px;
}
#s{
	width: 8em;
	color: #999;
		padding: 4px;
	border: 1px solid #8d8c8c;
	background: #7e7a75;
	-moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
#s:focus{
	color: #333;
	background: #b4b1ae;
	border: 1px solid #d0cfce;
}
#searchsubmit{
	width: 3.8em;
	padding: 3px;
	border: 1px solid #def245;
	background: #B4C24B;
	-moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
	color: #34312e;
}
.commentsblock h3#comments{
	color: #B4C24B;
	font-family: Verdana;
	font-family: bold;
	font-size: 3em;
	text-shadow: 1px 0 0 #fff;
	/*background: #34312e;*/
	text-align: center;
}
.postinfo{
	width: 95%;
	background: #f8f8f8;
	border: 1px solid #e1e1e1;
	padding: 1em;
	color: #9f988f;
	font-weight: normal;
	font-size: 0.9em;
}
.postinfo a{
	color: #9f988f;
	font-weight: normal;
}
.informacija{
	clear:both;
	text-align: left;
	padding: 0.5em;
}
.RSS {
	padding: 0 0.5em;
	width: 100%;
}
.RSS a{
	color: #c6621f;
	text-shadow: 2px 0px 0px #fff;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
}
.RSS p{
	color: #736d66;
	font-size: 1.7em;
	text-align: left;
	font-family: Arial black;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0 1em;
	text-shadow: 1px 1px 0 #fff;
}
#share li{
	list-style-type: none;
	display: inline;
	float: left;
	margin-left: 0.5em;
}
#share p{
	padding-left: 2em;
}
.clear{
	clear: both;
}
/*************************************
 +Containers
 *************************************/
body{
	background:#fff;
	border-top:5px solid #34312e;
	color:#555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:64.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:68em;	
}
#content{
	font-size:1.2em;
	float:left;
	padding:1em;
	width:40em;
}
#sidebar{
	font-size:1.1em;
	float:right;
	width:13.6em;
}
#virsus{
	float: left;
	
}
#header{
	padding:3em 1em 2em 1em;
	float: right;
	clear: both;
		BACKGROUND: #34312e;
	-moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
#footer{
	background:#34312e;
	position: bottom;
	color:#fff;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}
.footer{
padding: 1em;
	width: 14em;
	float: right;
	clear: both;
	color: #fff;
	text-shadow: -1px -1px 0 #222;
		BACKGROUND: #34312e;
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.footer a {
	color: #bbb;
}

#footer a{
	color: #17a7d6;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}

#header a img{
	border: none;
	float: right;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2em;
}
.entrytitle h2 a
{
	color:#B4C24B;
	text-decoration: none;
	text-shadow: -1px -1px 0  #666;
}
.entrytitle h2 a:hover{
	color:#17a7d6;
}
.entrytitle h3{
	font-size:1.8em;
	color:#6F6F6F;
}
#sidebar h3, #sidebar h2{
	color:#B4C24B;
	width: 100%;
	font-family: Courier New;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:1.3em;
	margin:1em 0 0.3em 0;
	font-weight: bold;
	border-top: 1px dotted #ccc;
}
/*#sidebar a{
	padding: 0.2em 0.5em;
	border: 1px solid transparent;
}
#sidebar  a:hover{
	COLOR: #fff;
	background: #fcfbf9; /*#34312e;
	border: 1px solid #eee;
}*/
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:0.5em;
	text-align: justify;
	background: #fff;
}

.entrymeta{
	font-size:0.8em;
	font-family: verdana;
	color: #bbb;
	border-bottom: 1px dotted #bbb;
	padding-bottom: 0.3em;
}
.entrymeta a{
	color: #bbb;
	text-decoration: none;
	padding: 0 0.5em 0.5em 0.5em;
}



/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	width: 12em;
	margin-bottom: 0.3em;
}
#sidebar ul li{
	margin-bottom:0.1em;
}
#sidebar a{
	padding: 0.1em 0.4em;
	text-decoration: none;
	font-weight: normal;
	border-left: 2px solid transparent;
}

#sidebar ul li a:hover{
	color:#17a7d6;
	padding-left: 0.4em;
	border-left: 2px solid #eee;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
}
.komentaro-virsus{
	background: #f3f3f3;
	color: #333;
	padding: 0.8em;
}
.komentaras{
	padding: 0 1em;
}
.commentsblock textarea{
	width:37em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:1em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	border: 1px dotted #e1e1e1;
}
.alt{
	background:#fdfdfd;
	border:1px dotted #e1e1e1;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#666;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	color:#17a7d6;
}

.social{
	list-style-type: none;
	line-height: 1.5em;
}
.social li a img{
	margin-bottom: -4px;
	border: none;
}
