body, p, a, span, div, ul, li, table, tr, td, strong, em, img, h1, h2, h3, h4, h5, h6, fieldset {
    color: #4e4e4e;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
    letter-spacing: 0.3px;
    line-height: 14px;
}
input, label, textarea {
    display: block;
    margin: 5px 0 5px 0;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
}
fieldset input, fieldset textarea {
    width: 280px;
    border: 1px solid #ddd;
    padding: 2px;
}
a {
    text-decoration: none;
}
h1,
h1 a {
    font-size: 24px;
}
h2,
h2 a,
h3,
h3 a,
h4,
h4 a {
    font-size: 44px;
    line-height: 45px;
    font-family: adobe garamond pro, georgia, times, serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.selected {
    font-weight: bold;
}
.invisible {
    display: none;
}


/* layout */
#logo {
    position: absolute;
    top: 30px;
    left: 20px;
}
#menu {
    position: absolute;
    top: 130px;
    width: 180px;
    left: 20px;
}
#menu li {
    width: 180px;
    float: none;
    line-height: 22px;
}
#content {
    width: 750px;
    position: absolute;
    top: 130px;
    left: 200px;
}
#footer {
    height: 100px;
}

/* blog */
#posts li {
    padding-bottom: 30px;
}
.post .file {
    padding: 20px 0 0 0;
}
.post .text {
    padding-top: 20px;
}
.post .text,
.post .text * {
    font-size: 14px;
    line-height: 20px;
}

/* comments */
#comments {
    padding: 30px 0 20px 0;   
}
#comments ul {
    padding-bottom: 20px;
}
#comments ul li {
    padding: 15px 0 10px 0;
}
#comments ul .text {
    padding-bottom: 10px;
}
#comments ul .text,
#comments ul .text * {
    font-size: 14px;
    line-height: 20px;
}

/* contact */
#contact_text {
    position: absolute;
    left: 320px;
    top: 50px;
    
}
#contact_text,
#contact_text * {
    font-size: 14px;
    line-height: 20px;
}


/* library */
#texts li {
    width: 750px;
    float: left;
    padding-bottom: 30px;
}
.text .date {
    width: 100%;
    height: 30px;
}
.text .thumbnail {
    width: 320px;
    border: 1px solid #eee;
    float: left;
}
.text .thumbnail img {
    display: block;
    margin: auto;
}
.text .preview {
    width: 410px;
    float: right;
}
.text .preview,
.text .preview * {
    font-size: 14px;
    line-height: 20px;
}
.text .introductory,
.text .introductory *,
.text .text,
.text .text * {
    font-size: 14px;
    line-height: 20px;
}
.text .medias {
    float: right;
    width: 340px;
}
.text .medias li {
    width: 320px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-left: 20px;
}
.text .medias li img {
    display: block;
    margin: auto;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}