/*   
Theme Name: mywings
Theme URI: http://mywings.ru
Description: mywings
Author: Kei
Author URI: none
Version: 1.0
*/

body {
	font-family: Arial, sans-serif;
	font-size:15px;
	font-style: normal;
	font-variant:normal;
	font-weight: normal;
	line-height:1.7em;
}

a {
	color:#C21336;	
}
a:hover {
	text-decoration: none;	
	color:#970F2A;
}

hr {
	margin-top:25px;
	border:0;
	border-top:1px dotted #ccc;	
	color:#444444;
	clear:both;
}

small {
	font-size: 10px;		
}

img {
	max-width: 100%;
}

blockquote {
	margin: 1em 3em;
	padding: .5em 1em;
	border-left: 5px solid #909090;
	background-color: #E3E3E3; 
}
blockquote p {
	margin: 0; 
}

#wrapper {
	margin: 60px;	 
	margin-top: 40px;
}

#header {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 40px;
	border-bottom:1px dotted #ccc;	
}

#content {	
	float:left;
	clear: left;
	width: 72%;
	margin-right: 4%; 
	margin-top: 20px; 	
}

#sidebar {
	float: left;	
	width: 20%;
	margin-top: 20px; 
}

#footer{
	padding-top: 40px;
	clear: both;
}

#footer-content{		
	clear: both;
}


/*             

       				POST

*/

.post h1, .post h1 a{
	font-family:Georgia;
	font-size:28px;
	font-weight:normal;
	/*line-height:32px;*/
	margin-bottom: 20px;
}
.post h3, .post h4 {
	font-family:Georgia;
	font-size:20px;
	font-weight:normal;
}

.post h1 a:hover{
	/*color:#F00000;*/
}

.post p {
	padding-top: 23px;
}

.post {
	margin-bottom: 20px; 
}

.post-meta {
	margin-top: 20px; 
	float: left;
}
/*             

       				SIDEBAR

*/

#sidebar h3 {
	font-family:Georgia;
	font-size: 18px; 
	font-weight: normal;
	/*letter-spacing: 2px;*/
	color: #6A6A6A;
	margin-bottom: 5px; 
}

#sidebar .block {
	border-bottom:1px dotted #ccc;
	margin-bottom: 30px;
	padding-bottom: 20px; 
}

#sidebar .block ul{
	list-style: square;
	padding-left: 20px; 
	color: #ccc;
}

#comments h3{
	font-family:Georgia;
	font-size: 18px; 
	font-weight: normal;
	/*letter-spacing: 2px;*/
	color: #797979;
	margin-top: 10px; 
	margin-bottom: 5px;
}

#comments p {
	padding-top: 5px;
	padding-left: 35px;  
}

.commentlist li{
	margin-top: 20px;
}