@charset "UTF-8";

/* ----------------------------------------
 * header
 * ---------------------------------------- */

header {
    height: 360px;
    background-color: black;
}

#venus-container {
    float: left;
    width: 378px;
}

#nav-container {
    float: right;
    width: 600px;
    height: 360px;
    position: relative;
}

#site_title {
    float: none;
    width: 600px;
    height: 160px;
    position: relative;
}
#global_navi {
    float: none;
    width: 600px;
    position: absolute;
    bottom: 0;
}

#site_title > h1{
    font-size: 3.8em;
    font-family: 'Source Serif Pro', serif;
    position: absolute;
    top: 10px;
    left: -80px;
}
#site_title > h2{
    font-size: 1.8em;
    font-family: 'Source Serif Pro', serif;
    color: #ececec;
    position: absolute;
    top: 90px;
    left: -55px;
}
#site_title > h3{
    color: #e1653f;
    font-size: 2.1em;
    font-family: 'Source Serif Pro', serif;
    position: absolute;
    top: 140px;
    left: -30px;
}

#venus {
    position: absolute;
    top: 15px;
    left: -20px;
}



/* ----------------------------------------
 * article
 * ---------------------------------------- */

article p:nth-child(2) {
    margin-top: 20px;
}

p.poster {
    font-size: 1.4em;
    vertical-align: middle;
}

p.poster a:link{
    color: #221815;
    text-decoration: none;
}
p.poster a:visited{
    color: #221815;
    text-decoration: none;
}

p.poster img{
    margin-right 5px;
    vertical-align: middle;
}
