﻿/*  
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.0
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#fff url(./images/bg.png) repeat-x;
	color:#222;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:62.5%;
	line-height:1.5em;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:760px;
	
}
#content{
	font-size:1.3em;
	float:left;
	padding:1em;
	width:500px; 
}
#sidebar{	
	font-size:1.3em;
	float:right;
	margin-top:-20px;
	width:200px; 
}
#header{
	padding:15px 0 15px 0;
	width:100%;
	background:#fff;
}

#subheader {
font-size: 100%;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-align:right;
}

#page_title	{
	color:#FFFFFF;
	width:760px;
	text-align:left;
	margin:auto;
	padding-left:1em;
}
#footer{
	width:760px;
	border-top:1px solid #555;
	margin:3em auto;
	padding-top:3px;
	font-size:1.1em;
	text-align:left;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	CLEAR: both; 
}
#otstup{
	font-size:1.3em;
	padding-top:25px;
	letter-spacing: 0.05em;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

#entrybody {
	line-height:1.5em;
}

#txt_title{	
	font-size:4.5em;
	margin:0;
}

img {
border: 0px;
}	

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#5c5c5c;
	}

small a {
	color:#828282;
}


/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	line-height:1em;
}

.entrytitle h2{
	font-size:1.6em;
	font-weight:;
	margin-bottom:0.3em;
}
.entrytitle h2 a
{
	color:#; 
}
.entrytitle h2 a:hover{
	text-decoration:underline;
	color:#222;
}
.entrytitle h3{
	font-size:1.8em;
	color:#6F6F6F;
}


#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}

/* Класс для названия ссылки */
#content .item {
text-align:left;
padding: 0 0 0 0px;
margin: 0 0 0 3em;
}

/* Классы для текста ссылки */
#content .item1 {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
margin-bottom: -3em;
}

#content .item2 {
font: 8pt/16pt verdana, sans-serif;
margin: -1em 0 0 3em;
}

.link {
/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
margin: 0 0 2em 3em;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:-1em;
}

.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:0;
	padding:0;
}
#sidebar ul li {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	padding:0.3em;
}
#sidebar a{	
	font-size:1em;
	color:#0867c1;
	text-decoration:underline;
}
#sidebar a:hover{
	text-decoration:underline;
	color:#222;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.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:#222;
	font-size:0.95em;
	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{	
	font-size:1em;
	color:#a00;
	text-decoration:underline;
}
a:hover{
	color:#ff5223;
	text-decoration:underline;
}

#entrybody a{	
	font-size:1em;
	color:#a00;
	text-decoration:underline;
}
#entrybody a:hover{
	color:#222;	
	text-decoration:underline;
}

#entrybody A.dot {
	text-decoration: none;
	border-bottom: 1px dashed #0867c1;
    color: #0867c1; 
	background: url(images/external.png) center right no-repeat;
	padding-right:13px;    
   }
   
#entrybody A.dot:hover {
	text-decoration: none;
	border-bottom: 1px dashed #00f000;
    color: #0ba140; 
   }   

#entrybody small {
	display:block;
	margin-top:0.3em;
} 


#footer a {
	color:#999;
	text-decoration:underline;
}

#footer a:hover {
	color:#999;
	text-decoration:underline;
}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	} 

/*************************************
 +AD
 *************************************/
#send_us_pressrelise {
 font-family: Tahoma, Arial, Verdana, Sans-Serif;
 font-size:0.9em;
 border:1px dotted #146909;
 padding: 3px 10px 5px 10px;
 margin: -1em 0 1em 0;
 background:#fffbd6;
 width:470px;
}
 
#send_us_pressrelise:hover{
	background-color: #f7ba7e;
	border: 1px solid #777;
	 border:1px dotted #a00;
}

#send_us_pressrelise a {	
	font-size:1em;
	color:#a00;
	text-decoration:underline;
}

#recent_comment {
border:#f0f0f0 solid 1px; 
margin-top: 10px; 
padding: 1px 5px 8px 5px;
}

#recent_comment strong a {
font-size:15px; 
color:#8c9a25;
text-decoration:underline;
font-weight:normal;
}

#recent_comment strong a:hover {
font-size:15px; 
color:#f3ae4c;
text-decoration:underline;
font-weight:normal;
}

/*#recentcomment {font-size:0.2em; color:#8c9a25;}*/

#classif {
border-top: dotted 1px; 
border-bottom: dotted 1px; 
text-align:left; 
padding: 5px 5px 10px 5px;
color: #999;
font-size:0.9em;
margin-bottom:10px;
}

#classif a {
color: #999;
font-size:0.9em;
}

#esap_sidebar {
	color:#777; font-size:0.8em
}

#esap_sidebar a {
	color:#777; font-size:0.8em
}

#sidebar_ad_img {
border:1px dotted #bbb; 
margin:20px 0 25px 0;
}

#newsarchive {
display:none;
}   

#tcloud {
line-height: 1.5em;
word-spacing: 1em;
}

#tcloud a {
color:#fba919;
text-decoration:none;
}


