/*
Theme Name: Default
Theme URI: 
Description: Default Constructor Theme
Version: 0.1.4
Author: Anton Shevchuk
Author URI: http://anton.shevchuk.name/
*/
/* first letter */
.hentry .entry p:first-letter {
    color:#222 !important;
}
.hentry .entry p:first-letter {
    font-weight:100 !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;
}


/* no border for titles */
#posts .title {
    border:0 !important;
}

#sidebar h3 {
  /* for sidebar only */
  font-size: 1.2em;
}
#extra h3 {
    color:#323232 !important;
}
#footer h3 { /* for headers in footer only */ }

#header-links #home {
    display:none !important;
}
#header-links {
    font-size: 12px !important;
}
/*#footer {
    background-color:#2d2e2b !important;
}*/

#footer .copy {
color: #ffffff;
}

#footer {
    background-repeat: repeat-x;
}

.hentry .title a, .hentry .title span {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #333333;
}

#header-links li a{
    font-weight:100 !important;
}

.hentry .title h2 {
    font-weight:300 !important;
    font-size: 2em !important;
}

.hentry .title, .pagetitle {
    padding-top: 0px;
    padding-right: 0pt;
    padding-bottom: 4px;
    padding-left: 12px;
    margin-bottom: 12px;
}

.hentry .entry h1, .hentry .entry h2, .hentry .entry h3, .hentry .entry h4, .hentry .entry h5, .hentry .entry h6, .hentry .entry ul, .hentry .entry ol {
    margin-left: 0px;
    font-weight:100 !important;
}

