/*
Theme Name: Default
Theme URI: 
Description: Default Constructor Theme
Version: 0.1.9
Author: Anton Shevchuk
Author URI: http://anton.shevchuk.name/
*/
#footer {
/*min-height:300px;*/
}

#footer {
  /* for footer only */
  font-size: 1.2em;
}

#footer h3 { /* for headers in footer only */ }

/* it\'s first letter */
.hentry .entry p:first-letter {
    color:black !important;
}
/* text indent of all paragraph */
.hentry .entry p{
    text-indent:0px !important;
}
/* font size of unorder list */
.hentry .entry ul {
    font-size:1.2em !important;
}