/**
 * Author: Lee, Heungsub <lee@heungsub.net> (http://heungsub.net)
 * Client: Lee, Joohee <catail@catail.me> (http://catail.me)
 * Created: 2009-11-05
 */

/* Layout */
html, body {
    margin: 0; padding: 0;
}
.wrap {
    font-family: 'Helvetica', 'Arial', sans-serif;
}
.head, .foot {
    width: 640px;
    margin: 0 auto;
}
.head {
    padding-top: 30px;
    height: 70px;
    border-bottom: 1px solid #eee;
}
.body {
    clear: left;
    padding: 30px 0;
}
.foot {
    clear: both;
    border-top: 1px solid #eee;
}

/* Logo */
h1 {
    float: left;
    margin: 0;
}
h1 img {
    border: none;
}

/* Main Navigator */
.navigator {
    float: right;
    margin: 0;
    padding: 0;
}
.navigator li {
    float: left;
    list-style: none;
    padding-right: 6px;
    background: url('images/separator.gif') no-repeat right center;
}
.navigator a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    padding: 0 9px;
}
.navigator a:link, .navigator a:visited {
    color: #222;
}
.navigator a:hover, .navigator .selected a {
    background: url('images/selector.gif') no-repeat 3px center;
}

/* Sub Navigator */
.navigator ul {
    position: absolute;
    display: none;
    margin: 0;
    padding: 0;
}
.navigator .selected ul {
    display: block;
}
.navigator ul li {
    clear: left;
    float: none;
    background: none;
}
.navigator ul a:link, .navigator ul a:visited {
    display: inline;
    text-transform: lowercase;
    background: none;
    color: #999;
    font-size: 11px;
}
.navigator ul .selected a:link, .navigator ul .selected a:visited {
    background: url('images/selector.gif') no-repeat 3px center;
}

/* Contents */
.body div {
    display: none;
    margin: 0 auto;
    width: 520px;
}
.body div div {
    display: block;
}
.body .index {
    text-align: center;
    display: block;
}
.body img.cover {
    float: left;
    border: 1px solid;
    border-color: #ddd #ccc #999;
    margin: 0 1em 1em 0;
}
.body p {
    font-size: 12px;
    text-align: justify;
    line-height: 1.6;
    margin: 0;
    margin-bottom: 1em;
}
.body .book .contents {
    clear: both;
}
.body .book .contents h2 {
    font-size: 12px;
}
.body .book .contents ol {
    margin: 0;
    padding-left: 2em;
}
.body .book .contents li {
    font-size: 12px;
}
.body .load {
    height: 100px;
    background: url('images/load.gif') no-repeat center center;
}
.body table {
    width: 100%;
    border-collapse: collapse;
}
.body tr.hovered {
    background: #eee;
}
.body .date {
    color: #666;
    font-size: 10px;
    text-align: right;
}
.body .subject {
    font-size: 12px;
}
.body a:link, .body a:visited {
    color: #222;
    text-decoration: none;
}
.body a:hover {
    text-decoration: underline;
}
.body .more {
    font-size: 11px;
    text-align: right;
}

.body .blog {
    width: 100%;
}
.body iframe {
    width: 100%;
    height: 600px;
    margin: -31px 0 -34px;
    border-style: solid;
    border-width: 1px 0;
    border-color: #ccc #000 #eee;
}

/* Foot */
.copyright {
    font-size: 11px;
    text-align: center;
    color: #666;
}

