/*
Theme Name: afloo lite
Theme URI: 
Description: designed by <a href="http://spio.ro">spio</a> @ <a href="http://mbdragan.com">MB Dragan</a> for <a href="http://afloo.ro">Afloo</a> 
Version: 1.0
Author: spio
Author URI: http://spio.ro/
Tags: lite, custom header, fixed width, two columns, widgets
*/

*{
	margin: 0;
	padding: 0;
}
.clear{
	clear: both;
}
body{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
#page{
	background: #ffffff;
	width: 960px;
	height: auto;
	margin: 0 auto;
}
a{
	color:#22aaee;
	outline:none;
}
a:hover{
	color:#222222;
}
/********************************************************************************/
#header{
	width: auto;
	height: 134px;
	background: url(images/header-bg.jpg) no-repeat left bottom;
	border-top: 3px solid #0895d9;
}
/********************************************************************************/
#blog-title{
	float: left;
	padding: 17px 0px 0px 7px;
}
#blog-title a img{
	border: none;
}
#description{
	display: none;
}
#navigation{
	list-style: none;
	float: right;
	width: auto;
	padding: 33px 15px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#navigation li{
	float: left;
	padding-left: 20px;
}
#navigation li a{
	color: #15b9e8;
	text-decoration: none;
}
#navigation li a:hover, #navigation li a.active{
	text-decoration: underline;
}
/********************************************************************************/
#container{
	display:block;
	width:958px;
	height:auto;
	border:1px solid #dddddd;
	border-width:0px 1px 1px 1px;
}

#content{
	float: left;
	width: 578px;
	height: auto;
	padding: 10px 22px;
	border-right:1px solid #dddddd;
}
.navigation{
	padding-bottom: 15px;
}
.post{
	padding-bottom: 40px;
}
h2{
	font-size: 18px;
	color: #ff3399;
}
h2 a{
	text-decoration: none;
	color: #ff3399;
}
h3{
	padding: 2px 0px 10px 0px;
}
h4{
	padding: 20px 0px 10px 0px;
}
small{
	font-size: 11px;
	color: #999999;
}
.entry{
	padding: 10px 0px;
	text-align: justify;
}
.postmetadata{
	border-top: 1px solid #ececec;
	padding: 5px;
	color: #999999;
}
textarea{
	margin: 10px 0px;
}
/********************************************************************************/
.commentlist{
	padding: 0px 0px 0px 20px;
}
.commentlist li{
	padding: 15px 10px;
}
.commentlist li.alt{
	background: #f5fafd;
}
.commentlist cite{
	font-size: 14px;
	font-weight: bold;
}
.avatar{
	float: left;
	margin: 0px 10px 0px 0px;
}
.commentmetadata{
	display: block;
	padding-bottom: 5px;
}
.commentlist p{
	padding: 5px 0px;
	text-align: justify;
	color: #444444;
}
#commentform{
	width: auto;
	height: 300px;
	padding: 50px 60px 0px 60px;
	background: url(images/form-bg.jpg) no-repeat left 30px;
}
#commentform p{
	padding-bottom: 5px;
}
#commentform p input{
	border: 1px solid #d1edf5;
	padding: 2px 4px;
	color: #999999;
	font: 12px/18px Arial, Helvetica, Sans-Serif;
}
#commentform textarea{
	width: 440px;
	height: 130px;
	border: 1px solid #d1edf5;
	padding: 2px 4px;
	color: #999999;
	font: 12px/18px Arial, Helvetica, Sans-Serif;
}
#commentform #submit{
	background: #2097d5;
	color: #ffffff;
}
h4#respond{
	color: #2097d5;
	font-size: 18px;
	padding: 0px 0px 10px 0px;
}
/********************************************************************************/
#sidebar{
	float: left;
	width: 290px;
	height: auto;
	padding: 10px 22px;
	border-left:1px solid #dddddd;
	margin-left:-1px;
	background: url(images/search-form-bg.jpg) no-repeat left top;
}
#sidebar li{
	list-style: none;
	padding-bottom: 20px;
}
#sidebar li li{
	padding: 2px 0px 2px 10px;
	background: url(images/li_bullet.gif) no-repeat left 6px;
}
#sidebar li li a{
	color: #666666;
}
#sidebar li li a:hover{
	color:#22aaee;
}
#sidebar h2{
	font-size: 14px;
	text-transform: uppercase;
	color: #ff3399;
	padding-bottom: 2px;
	margin-bottom: 1px;
	border-bottom: 1px solid #ececec;
}
#searchform{
	display: block;
	width: auto;
	height: 60px;
	padding-top: 23px;
}
#searchform label{
	display: none;
}
#typein{
	float: left;
	display: block;
	width: 221px;
	height: 20px;
	padding: 7px 0px 0px 7px;
	background: url(images/search-input.gif) no-repeat left top;
}
#s{
	background: white;
	border: none;
	width: 205px;
}
.btn{
	float: left;
	padding-top: 2px;
}
#searchsubmit{
	background: url(images/search-button.gif) no-repeat left top;
	border: none;
	display: block;
	width: 60px;
	height: 24px;
}
/********************************************************************************/
#footer{
	clear: both;
	width: auto;
	height: auto;
	padding: 22px;
	text-align: right;
	color: #999999;
}

