/* Rest of the theme */
* {
    text-rendering: optimizelegibility;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.009);
}

html {
    background-color: #F8F8F8;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body {
    background: #444;
    font-size: 13px;
    color: #444;
    margin: 0 auto;
}

div p {
    margin: 5px 0;
}

a {
    color: #009EE2;
}

ins {
    color: #27AE60;
    text-decoration: none;
    text-decoration-style: dashed;
}

del {
    color: #DA4453;
    text-decoration: none;
    text-decoration-color: #7F8C8D;
    text-decoration-style: dashed;
}

small {
    color: #7F8C8D;
}

/*
* HEADER
*/

#main-header {
    min-height: 250px;
    padding: 40px 40px;
}

header a, header a:hover {
    color: #444;
    text-decoration: none;
}

#header-title {
    color: white;
}

div.ist-logo img {
    width: 40%;
    height: 40%;
}

.site-title {
    font-size: 40px; 
    font-weight: bold; 
    margin: 0;
}

.site-subtitle {
    font-size: 20px; 
    font-weight: bold; 
    margin: 0;
}

.site-description {
    color: #888; font-size: 13px;
}

/*
 * MAIN
 */

.text.size2 {
    font-size: 30px;
}

.text.size4 {
    font-size: 15px;
}

.site-main {
    background: #fff;
    border-top: 1px solid #009ee2;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    
    padding: 60px 50px;
    min-height: 800px;
}

#content {
    background: #fff;
    border-top: 1px solid #009ee2;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    
    padding: 60px 50px;
    min-height: 800px;
}

.site-footer {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding: 20px 30px;
}

/* Article */
.page-title, .entry-title {
    font-size: 24px;
    margin: 0 0 10px;
}

/**
 * POSITIONING 
 */

.parent {
    position: relative;
}

.child {
    position: absolute;
}

.child.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.child.bottom {
    padding-bottom: inherit;
    bottom: 0;
}

.child.right {
    right: 0;
    text-align: right;
    padding-right: inherit;
}
