

/*
 * global definition
 */
* { margin: 0; border: 0; padding: 0; }

body {
    font-size: 12px;
    line-height: 1.8;
}

body, input, textarea, select {
    /*font-family: "Malgun Gothic", "NanumGothic", "AppleGothic", Gulim, serif;*/
    font-family: "나눔고딕", "NanumGothic", "맑은 고딕", "Malgun Gothic", "AppleGothic", "굴림", Gulim, sans-serif;
    color: #222;
}

input {
    line-height: 12px;
}

h1, h2, h3, h4, h5 {
}

p {
    margin: 1.6em auto;
}

a {
    text-decoration: none;
    color: #00e;
    border: 0 none;
}

a:visited {
    color: #262;
}

a:hover {
    color: #e00;
    /*border-bottom: 1px solid #e00;*/
}

ul, ol {
    margin: 0 0 0 1.6em;
}

li {
    padding: 2px 0;
}

fieldset {
    border: 1px solid #ddd;
    padding: 1em;
    margin: 1em auto;
    -moz-border-radius: 5px;
}

fieldset legend {
    font-size: 13px;
    padding: 0 8px;
    font-weight: bold;
}

img {
    border: 0 none;
}

a img {
    background-color: transparent;
    border: 0 none;
}


/**
 * font-size
 **/



/**
 * common classes
 **/

.help {
    font-size: 12px;
    color: #444;
}

.url-trackback {
    /*font-size: 12px;*/
    font: 11px Verdana, Tahoma, sans-serif;
    cursor: pointer;
}


/**
 * layout
 **/

#container {
    width: 800px;
    margin: 10px auto;
}

#header {
    margin-bottom: 2em;
    height: 70px;
}

#header a {
    color: #222;
    position: relative;
}

#header-logo {
    float: left;
    width: 300px;
}

#header-menu {
    float: right;
    text-align: right;
}

#content {
}


/**
 * header
 **/

#header-menu-list {
    margin: 0;
    list-style: none;
}

#header-menu-list li {
    display: inline;
}

#header-menu-list li a {
    padding: 2px 6px;
}

#header-search {
    margin-top: 1em;
}

#search-text {
    border-color: #999;
    vertical-align: middle;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    padding: 5px 0.4em;
    width: 160px;
    font-size: 12px;
    line-height: 1em;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
}

#search-submit {
    border-color: #999;
    vertical-align: middle;
    padding: 5px 0.9em;
    cursor: pointer;
    background-color: #eee;
    border: 1px solid #999;
    background: transparent url(/images/nav_search_submit.png) repeat scroll -2px 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
}

#search-submit:hover {
    background: transparent url(/images/nav_search_submit.png) repeat scroll -2px -25px;
}

#search-submit:active {
    background: transparent url(/images/nav_search_submit.png) repeat scroll -2px -50px;
}

/**
 * entry
 **/

#trackback-new {
    border: 1px solid #ddd;
    padding: 1em;
}

#trackback-new legend {
    padding: 0 8px;
    font-weight: bold;
}

#help-trackback-new {
    margin: 6px 0 0 0;
}


/**
 * topic list
 **/

a.topic-title {
    font-size: 13px;
}

span.trackbacks-count {
    font: 9px Verdana, Tahoma, sans-serif;
    color: #444;
    border: 1px solid #7fbce8;
    /* background-color: #ddf;
    font-weight: bold; */
    padding: 0 4px;
    margin-left: 6px;
    cursor: default;
}

ul.list {
    list-style: none;
    margin: 0;
}

ul.list li {
    padding: 6px 0;
    padding-left: 20px;
    background: transparent url(/images/comments.png) no-repeat scroll 0 11px; /* x y */
}

div.topic-info {
    color: #666;
}

ul.topic-info {
    margin: 0;
    color: #666;
    list-style: none;
}

ul.topic-info li {
    display: inline;
    margin: 0 1em 0 0;
    padding: 0;
    background-image: none;
}

span.topic-regdate {
}

span.topic-trackback-url {
}

div.topic-excerpt {
    margin-top: 4px;
    color: #444;
}


/**
 * topic page
 **/
#topic-detail {
}

#topic-detail .topic-excerpt {
    color: #222;
}

#topic-detail .topic-summary {
    list-style: none;
    margin-left: 0;
    color: #444;
}

#topic-detail .topic-summary li {
    display: inline;
    margin: 0 2em 0 0;
}

.list-trackbacks {
    margin-top: 2em;
}

#topic-buttons {
    margin-top: 1em;
}

#topic-buttons .topic-button {
    width: 24px;
    height: 24px;
    border: 0 none;
    filter: alpha(opacity=60); opacity: 0.6; -moz-opacity: 0.6;
}

#topic-buttons .topic-button:hover {
    filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1;
}

/**
 * bottom
  **/

#bottom {
    margin-top: 20px;
    padding: 6px 12px;
    border-top: 1px solid #ddd;
}

#bottom-copyright {
}

#bottom-menu {
    display: inline;
    margin-left: 20px;
    list-style-type: none;
}

#bottom-menu li {
    display: inline;
}

#bottom-menu li a {
    padding: 2px 6px;
    color: #222;
}


/**
 * page navigation
 **/

.page-navigation {
    /*
    width: 90%;
    margin: 12px auto 0 auto;
    border-top: 1px solid #ccc;
    padding: 6px 0;
    */
    margin-top: 20px;
    font-size: 11px;
    text-align: center;
}

.page-navigation span {
    cursor: default;
}

.page-navigation a {
    color: #f60;
}

.page-navigation .page-box {
    padding: 2px 6px;
    border: 1px solid #ccc;
}

.page-navigation .page-box:hover {
    border: 1px solid #333;
}

/**
 * link to
 **/
html { overflow: auto; }

#link-body {
    /*padding: 38px 0 0 0;*/
    height: 100%;
    overflow: hidden;
    padding-top: 38px;
    line-height: 1.2;
}

#link-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 100;
    /*
    height: 54px;
    background: url(/images/bar-link.gif) repeat-x;
    */
    height: 38px;
    background: url(/images/bar-back.gif) repeat-x;
    border-bottom: 1px solid #666;
}

#link-bar-box {
    position: relative;
}

#link-bar-logo {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 100px;
    height: 38px;
    background-color: transparent;
}

#link-bar-content {
    position: absolute;
    top: 4px;
    left: 120px;
    width: 400px;
    height: 38px;
    background-color: transparent;
}

#link-bar-title {
    color: rgb(9, 82, 139);
}

#link-bar-info {
    margin-top: 2px;
    color: #888;
}

.link-title {
    font-weight: bold;
}

.link-url {
    font: 11px Verdana, Tahoma, sans-serif;
}


#link-bar-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    background: transparent url(/images/bar-close.png) no-repeat 12px 12px;
    cursor: pointer;
}

#linkFrame {
    width: 100%;
    z-index: 10;
}


/**
 * error message
 **/

fieldset.error-message {
}

fieldset.error-message legend {
    color: #e00;
}


