@charset "utf-8";
#wrapper {
    min-height: calc(100vh - 80px);
    
    position: relative;
    
    padding-bottom: 80px;
}

header {
    width: 980px;
    height: 70px;
    
    padding: 0 calc(50% - 490px);
    
    line-height: 70px;
}

#site_title {
    color: #4499ee;
    
    font-size: 35px;
}

#site_subtitle {
    color: #55bbee;
    
    padding-left: 10px;
    
    font-size: 20px;
}

#menu {
    width: 980px;
    height: 48px;
    
    padding: 0 calc(50% - 490px);
    
    background-color: #ffffff;
    
    border-bottom: 2px solid #eeeeee;
}

#menu a {
    display: inline-block;
    
    width: 180px;
    height: 48px;
    
    line-height: 48px;
    text-align: center;
    text-decoration: none !important;
    color: #333333 !important;
}

#menu a:hover {
    background-color: #eeeeee;
}

#base {
    width: 980px;
    
    margin: 0 auto;
    padding-top: 30px;
}

#content {
    float: right;
    
    width: 670px;
    
    padding: 0 10px 0 40px;
}

#content img {
    max-width: 600px;
    max-height: 600px;
}

#side {
    float: left;
    
    width: 250px;
    
    padding-left: 10px;
}

.author {
    display: block;
    
    border: 1px solid #ffffff;
    
    text-align: center;
    font-size: 22px;
}

.author:hover {
    border-color: #cccccc;
}

.author img {
    display: block;
    
    margin: 0 auto;
}

.author_info {
    font-size: 14px;
    color: #999999;
}

#side .link_box {
    font-size: 18px;
    overflow: hidden;
}

#base:after {
    content: " ";
    
    display: block;
    
    height: 50px;
    
    clear: both;
}

footer {
    position: absolute;
    bottom: 0;
    
    width: 980px;
    height: 72px;
    
    padding: 0 calc(50% - 490px);
    
    background-color: #eeeeee;
    
    border-top: 8px solid #55bbee;
    
    line-height: 72px;
}

footer a {
    color: #333333 !important;
}

#powered_by {
    float: right;
    
    color: #cccccc;
}