/*
Theme Name: Media Phone
Theme URI: http://media-phone.ch/
Description: Based on a official site theme.
Version: 1.0
Author: Evgeny Petukhov
Author URI: http://1895.ru/
Tags: mediaphone

*/

.wordpress{
     background-image: url(/img/blog.jpg);
     background-repeat: no-repeat;
     background-position: center 30px;
     font-size: 14px;
     line-height: 140%;     
}

.wordpress h2{
     margin: 10px 0px;
     text-transform: uppercase;
}

.wordpress #comp-sidebar{
     background: none;
}

.wordpress #content a,
.wordpress #content a:hover{
     color: #4995FE;
     text-decoration: underline;
}

.wordpress-sidebar{
     position: relative;
     left: 20px;
     top: 30px;
}

.wordpress #content{
     padding-right: 240px;
     padding-bottom: 20px;
}

.wordpress #content p{
     margin-bottom: 10px;
}

.wordpress #content ul{
     margin: 10px 0px;
}

.wordpress #content ul li{     
     padding-left: 10px;
     margin-left: 15px;
     list-style: disc;
}

span.date{
     font-weight: bold;
     font-size: 15px;
}

#content{
     padding-top: 30px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

h3#comments{
     margin: 30px 0px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond{
     margin: 30px 0px 0px 0px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

ol.commentlist{
     margin-left: 20px;
}

ol.commentlist cite.fn{
     font-weight: bold;
     text-transform: uppercase;
     font-style: normal;
}

ol.commentlist .commentmetadata{
     font-size: 12px;
     margin: 5px 0px;
}

ol.commentlist img{
  display: none;
}
