/*  
Theme Name: My 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/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#fff;
	border-top:5px solid #333;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 15px 10px 0px;
	text-align:left;
	width:100%;	
}
#content{
	font-size:1.3em;
        line-height:1.5em;
	float:left;
	padding:14px 0 0 0;
	width:65%;
}
#sidebar{
	font-size:1.1em;
	float:left;
	padding-top:0em;
	width:25%;
        margin: 0 25px 0 25px;
}
#header{
	padding:3em 1em;
}
#footer{
	background:#333;
	border-top:20px  solid #fff;
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
        margin:0em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#007DC2;
	font-size:20px;
	letter-spacing: 1px;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#E87830;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2.2em;
	line-height:27px;
}
.entrytitle h2 a
{
	color:#B4C24B;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.8em;
        line-height:2em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin-bottom:0.5em;
	padding:0;
}

#sidebar ul li{
	margin-bottom:0.3em;
	padding:0.3em;
}

#sidebar ul ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0em;
	padding:0em;

}
.commentsblock textarea{
	width:35em;
}
.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:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}
.entrybody p a img { border:0px!important;}

#sidebar ul form div input:first-child { width: 60%;}
/*- Menu Tabs --------------------------- */
.menu {
    float: left;
    width: 100%;
    font-size: 100%;
    line-height: normal;
    margin-top: 0px;
    position: absolute;
    z-index: 50;
    font-weight: bold;
    background: url(" http://use-android.ru/wp-content/themes/simpla/images/bg_menu.png") repeat-x left top;
    left: 0;
    height: 25px;
}

.menu ul {
    margin: 0;
    padding: 0 10px 0 20%;
    list-style: none;
}

.menu li {
    display: inline;
    margin: 0;
    padding: 0;
}

.menu a, .menu a:active, .menu a:visited, .menu a:hover {
  color: #666;
    float: left;    
    padding: 0 1em 0 1em;
    text-decoration: underline;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    margin-left: -1px;
  text-decoration: none;
}

.menu a span, .menu ul li a {
    float: left;
    display: block;    
    font-size: 13px;
    line-height: 25px;
    height: 25px;
  cursor: pointer;
}

.menu a:hover {
  color: #000;  
    background-image: url('http://use-android.ru/wp-content/themes/simpla/images/bg_menu_hover.png');
}

.menu li.active a {
  color: #000;
    background-image: url('http://use-android.ru/wp-content/themes/simpla/images/bg_menu_hover.png');
}


