/*
Theme Name: Default
Theme URI: 
Description: Default Constructor Theme
Version: 1.0.0
Author: Anton Shevchuk
Author URI: http://anton.shevchuk.name/
*/

/* patch due colonne (makevoid) */
/*.posts_home .hentry
 {
  width: 49%;
  float: left;
  display: inline;
  clear: none;
}
.posts_home .hentry h1{
  font-size: 1.9em;
}

.posts_home .post_even{
  float:right;
}

.post_tags {
  text-align: right;
}



.posts_home .hentry .entry p {
  text-indent: 0px;
}*/

.posts_home  .hentry .entry img {
  float: right;
  margin: 5px;
  border: 0;
}

#footer {
  margin-top: 30px;
  height:140px 
}

.hentry .entry p {
  text-indent: 0;
  /*margin: 0 10px;*/
}

input:focus, select:focus, textarea:focus {
background-color:#FAFAFA;
border-color:#0088FF;
}

#extra {
  padding: 0px 3px;
}

/*.posts_home .hentry .entry img{
  border: 0;
  width: 100%;
  padding: 0;

}*/