/* 
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body{
    background:#fff url(http://springlog.springnote.com/pages/1052342/attachments/447870) repeat-x;
    border-top:5px solid #333;
    color:#555;
    font-family: 맑은고딕, "맑은 고딕", Verdana, "Times New Roman", Times, serif;
    font-size:62.5%;
    line-height:1.5;
    margin:0;
    padding:0;
    text-align:center;
}
#wrap{
    margin:0 auto;
    text-align:left;
    width:86em;   
}
#content{
    font-size:1.2em;
    float:left;
    padding:1em;
    width:50em;
}
#sidebar{
    font-size:1.1em;
    float:right;
    padding-top:2em;
    width:20em;
}
#header{
    padding:3em 1em;
}
#footer{
    background:#333;
    border-top:1px solid #777;
    color:#888;
    clear:both;
    font-size:0.9em;
    padding:0.5em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    letter-spacing: -1px;
    margin:0;
}
#header h1{
    font-family: 굴림,"굴림",Georgia, "Times New Roman", Times, serif;
    font-size:3em;
    margin:0;
    margin-right:1em;
}
#header h1 a{
    color:#E87830;
}
#header h1 a:hover{
    color:#CC0000;
}
#header p{
    color:#aaa;
    font-size:1.1em;
    margin:0;
    margin-top:-0.5em;
}
.entrytitle h2{
    font-size:2.2em;
}
.entrytitle h2 a
{
    color:#B4C24B;
}
.entrytitle h2 a:hover{
    color:#58BBEB;
}
.entrytitle h3{
    font-size:1.8em;
    color:#6F6F6F;
}
#sidebar h3{
    color:#555;
    font-size:1.5em;
    margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
    margin-bottom:3em;
}

.entrymeta{
    font-size:0.9em;
}
.postedby{
    background:#fff url(http://springlog.springnote.com/pages/1052342/attachments/447878) no-repeat;
    padding:3px;
    padding-left:20px;
}
.filedto{
    background:#fff url(http://springlog.springnote.com/pages/1052342/attachments/447876) no-repeat;
    padding:3px;
    padding-left:20px;
}
.commentslink{
    background:#fff url(http://springlog.springnote.com/pages/1052342/attachments/447874) no-repeat;
    padding:3px;
    padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
#sidebar ul li{
    border-bottom:1px dotted #ddd;
    margin-bottom:0.3em;
    padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
    margin:0.5em;
    padding:1em;

}
.commentsblock textarea{
    width:35em;
}
.commentsblock input, .commentsblock textarea{
    border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
    background:#eee;
    border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
    background:#eee;
    border:1px solid #a1a1a1;
}
.commentauthor{
    display:block;
    font-size:1.5em;
}
ol.commentlist{
    color:#777;
    font-size:0.9em;
    list-style-type:none;
    margin:0;
    margin-top:1.5em;
    padding:0;
}
.commentlist li{
    margin-bottom:0.5em;
    padding:0.5em 1em;
}
.alt{
    background:#f3f5e9;
    border:1px dotted #d1d1d1;
    padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
    color:#579;
    text-decoration:none;
}
a:hover{
    color:#CC0000;
}
img{
    border-width: 0px;
}
 
 
/*--------------------------------------------------------------------------------------------------------
내용 CSS
--------------------------------------------------------------------------------------------------------*/
.xhtmlEditorBody p {
    margin: 0;
    padding:0;
    line-height:2.0em;
}
.xhtmlEditorBody string {
    margin:0;
    padding:0;
    line-height:2.0em;
    background:#ffff00;
}
.xhtmlEditorBody em {
    margin:0;
    padding:0;
    line-height:2.0em;
    font-style:normal;
}
.xhtmlEditorBody em.italic {
    margin:0;
    padding:0;
    line-height:2.0em;
    font-style:italic !important;
}
.xhtmlEditorBody em.italic * {
    margin:0;
    padding:0;
    line-height:2.0em;
    font-style:italic !important;
}
.xhtmlEditorBody em.hilight {
    margin:0;
    padding:0;
    line-height:2.0em;
}
.xhtmlEditorBody em.underline {
    margin:0;
    padding:0;
    line-height:2.0em;
    text-decoration:underline;
}

.xhtmlEditorBody span.strike {
    margin:0;
    padding:0;
    line-height:2.0em;
    text-decoration:line-through;
}

body.xhtmlEditorBody span.super {
    font-size:0.60em;
    position:relative;
    top:-0.4em;
}
div.xhtmlEditorBody span.super {
    font-size:0.9em;
    position:relative;
    top:-0.4em;
}
/*********************************************************/
body.xhtmlEditorBody span.sub {
    font-size:0.60em;
    position:relative;
    bottom:-0.4em;
}
div.xhtmlEditorBody span.sub {
    font-size:0.9em;
    position:relative;
    bottom:-0.4em;
}

.xhtmlEditorBody sub {
    font-size:0.75em;
    position:relative;
    bottom:-0.5em;
    line-height:2.6em;
}
.xhtmlEditorBody sup {
    font-size:0.75em;
    position:relative;
    top:-0.2em;
    line-height:1.8em;
}
.xhtmlEditorBody hr {
    margin: 0 0 1.835em 0;
    position:relative;
    bottom:-0.9em;
    background:none;
    border:none;
    border-top:1px solid #000;
}
/*********************************************************/
.xhtmlEditorBody h1 {
    margin:0;
    margin-bottom:0.5em;
    padding:0;
    font-size: 2em;
    line-height:1.27em;
    color:#223d67;
    border-bottom:5px solid #425e89;
}
.xhtmlEditorBody h2 {
    margin:0;
    margin-bottom:0.5em;
    padding:0;
    font-size: 1.8em;
    line-height:1.55em;
    color:#223d67;
    border-bottom:4px solid #425e89;
}
.xhtmlEditorBody h3 {
    margin:0;
    margin-bottom:10px;
    padding:0;
    font-size: 1.5em;
    line-height:1.95em;
    color:#223d67;
    border-bottom:3px solid #425e89;
}
.xhtmlEditorBody h4 {
    margin:0;
    margin-bottom:10px;
    padding:0;
    font-size: 1.3em;
    line-height:2.3em;
    color:#223d67;
    border-bottom:2px solid #425e89;
}
.xhtmlEditorBody h5 {
    margin:0;
    margin-bottom:10px;
    padding:0;
    font-size: 1.13em;
    line-height:2.75em;
    color:#223d67;
    border-bottom:1px solid #425e89;
}
.xhtmlEditorBody h6 {
    margin:0;
    padding:0;
    font-size: 1em;
    line-height:1.92em;
    color:#223d67;
    border-bottom:1px solid #425e89;
}
/**************************************************************/
.xhtmlEditorBody table.datatable {
    width:98%;
    margin:2em 0;
    border-collapse: collapse;
    font-size:1em;
}
.xhtmlEditorBody table.datatable caption {
    margin:0;
    padding:0;
    text-align:left;
    line-height:2.1em;
}
.xhtmlEditorBody table.datatable tr {
    border:1px solid #000000;
}
.xhtmlEditorBody table.datatable th {
    margin:0;
    padding:0 3px;
    line-height:1.9em;
    border:1px solid #000000;
    background:#E7E7E7;
    font-weight:lighter;
}
.xhtmlEditorBody table.datatable td {
    margin:0;
    padding:0 3px;
    line-height:1.9em;
    overflow:hidden;
    border:1px solid #000000;
    background:#fff;
}







.xhtmlEditorBody table.datatable p {
    margin: 0;
    padding:0;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable string {
    margin:0;
    padding:0;
    line-height:1.8em;
    background:#ffff00;
}
.xhtmlEditorBody table.datatable em {
    margin:0;
    padding:0;
    line-height:1.8em;
    font-style:normal;
}
.xhtmlEditorBody table.datatable em.italic {
    margin:0;
    padding:0;
    line-height:1.8em;
    font-style:italic !important;
}
.xhtmlEditorBody table.datatable em.italic * {
    margin:0;
    padding:0;
    line-height:1.8em;
    font-style:italic !important;
}
.xhtmlEditorBody table.datatable em.hilight {
    margin:0;
    padding:0;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable em.underline {
    margin:0;
    padding:0;
    line-height:1.8em;
    text-decoration:underline;
}

.xhtmlEditorBody table.datatable span.strike {
    margin:0;
    padding:0;
    line-height:1.8em;
    text-decoration:line-through;
}

body.xhtmlEditorBody table.datatable span.super {
    font-size:0.60em;
    position:relative;
    top:-0.4em;
}
div.xhtmlEditorBody table.datatable span.super {
    font-size:0.9em;
    position:relative;
    top:-0.4em;
}
/*********************************************************/
body.xhtmlEditorBody table.datatable span.sub {
    font-size:0.60em;
    position:relative;
    bottom:-0.4em;
}
div.xhtmlEditorBody table.datatable span.sub {
    font-size:0.9em;
    position:relative;
    bottom:-0.4em;
}

.xhtmlEditorBody table.datatable sub {
    font-size:0.75em;
    position:relative;
    bottom:-0.5em;
    line-height:2.6em;
}
.xhtmlEditorBody table.datatable sup {
    font-size:0.75em;
    position:relative;
    top:-0.2em;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable hr {
    margin: 0 0 1.835em 0;
    position:relative;
    bottom:-0.9em;
    background:none;
    border:none;
    border-top:1px solid #000;
}
/*************************************************************
.xhtmlEditorBody table.datatable h1 {
    margin:0;
    margin-bottom:0.5em;
    padding:0;
    font-size: 2em;
    line-height:1.27em;
    color:#223d67;
    border-bottom:5px solid #425e89;
}
.xhtmlEditorBody table.datatable h2 {
    margin:0;
    margin-bottom:0.5em;
    padding:0;
    font-size: 1.8em;
    line-height:1.55em;
    color:#223d67;
    border-bottom:4px solid #425e89;
}
.xhtmlEditorBody table.datatable h3 {
    margin:0;
    margin-bottom:10px;
    padding:0;
    font-size: 1.5em;
    line-height:1.95em;
    color:#223d67;
    border-bottom:3px solid #425e89;
}
.xhtmlEditorBody table.datatable h4 {
    margin:0;
    margin-bottom:10px;
    padding:0;
    font-size: 1.3em;
    line-height:2.3em;
    color:#223d67;
    border-bottom:2px solid #425e89;
}
.xhtmlEditorBody table.datatable h5 {
    margin:0;
    margin-bottom:10px;
    padding:0;
    font-size: 1.13em;
    line-height:2.75em;
    color:#223d67;
    border-bottom:1px solid #425e89;
}
.xhtmlEditorBody table.datatable h6 {
    margin:0;
    padding:0;
    font-size: 1em;
    line-height:1.92em;
    color:#223d67;
    border-bottom:1px solid #425e89;
}
/*************************************************************/
.xhtmlEditorBody table.datatable dl {
    margin: 0;
    padding:0;
    padding-left:2em;
    line-height:2em;
}
.xhtmlEditorBody table.datatable ul {
    margin: 0;
    padding:0;
    padding-left:2em;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable ol {
    margin: 0;
    padding:0;
    padding-left:2em;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable li {
    margin:0;
    padding:0;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable li ul {
    margin:0;
    padding:0;
    padding-left:2em;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable li ol {
    margin:0;
    padding:0;
    padding-left:2em;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable li dl {
    margin:0;
    padding:0;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable q {
    margin:0 0.3em;
    padding:0 0.3em;
    line-height:1.8em;
    background:#EFEFEF;
}
table.datatable q:before {
  content:close-quote;
}
table.datatable q:after {
  content: close-quote;
}
.xhtmlEditorBody table.datatable blockquote {
    margin: 0;
    padding:0;
    padding-left:38px;
    line-height:1.8em;
    background:#EFEFEF url(http://app.springnote.com/images/contextBlockquoteBg.gif) no-repeat 14px 4px;
}

.xhtmlEditorBody table.datatable img {
    margin: 0;
    padding:0;
    max-width:100%;
}

.xhtmlEditorBody table.datatable div {
    margin: 0;
    padding:0;
    padding-left:12px;
    line-height:1.8em;
    background:#F9F9D8 url(http://app.springnote.com/images/bg/bg_content.gif) repeat;
}
.xhtmlEditorBody table.datatable pre {
    margin:0;
    padding:0;
    line-height:1.8em;
    border-left:2px solid #afa;
    background-color: #CCC;
    font-size:1em;
    background:#F9F9D8;
}
.xhtmlEditorBody table.datatable a,
.xhtmlEditorBody table.datatable a:visited,
.xhtmlEditorBody table.datatable a:hover {
    margin:0;
    padding:0;
    color: #568942 !important;
    line-height:1.8em;
    text-decoration:underline;
    cursor: pointer !important;
}
.xhtmlEditorBody table.datatable a.wiki,
.xhtmlEditorBody table.datatable a.wiki:visited,
.xhtmlEditorBody table.datatable a.wiki:hover {
    margin:0;
    padding:0;
    color: #002BB8 !important;
    line-height:1.8em;
    text-decoration:underline;
    cursor: pointer !important;
}















/*.xhtmlEditorBody table {
    border: 1px solid #bbbbbb !important;
}
.xhtmlEditorBody td {
    border: 1px solid #bbbbbb !important;
}*/
/**************************************************************/
.xhtmlEditorBody dl {
    margin: 0;
    padding:0;
    padding-left:2em;
    line-height:2.0em;
}
.xhtmlEditorBody ul {
    margin: 0;
    padding:0;
    padding-left:2em;
    line-height:2.0em;
}
.xhtmlEditorBody ol.code {
    margin: 0;
    padding:0;
    padding-left:38px;
    line-height:1.8em;
    font-family: courier, monospace;
    background:#EFEFEF url(http://app.springnote.com/images/contextCodeBg.gif) no-repeat 8px 7px;
}

.xhtmlEditorBody ol.code li {
    list-style-type: none;
}
.xhtmlEditorBody ol {
    margin: 0;
    padding:0;
    padding-left:2em;
    line-height:2.0em;
}
.xhtmlEditorBody li {
    margin:0;
    padding:0;
    line-height:2.0em;
}
.xhtmlEditorBody li ul {
    margin:0;
    padding:0;
    padding-left:2em;
    line-height:2.0em;
}
.xhtmlEditorBody li ol {
    margin:0;
    padding:0;
    padding-left:2em;
    line-height:2.0em;
}
.xhtmlEditorBody li dl {
    margin:0;
    padding:0;
    line-height:2.0em;
}
.xhtmlEditorBody q {
    margin:0 0.3em;
    padding:0 0.3em;
    line-height:2.0em;
    background:#EFEFEF;
}
q:before {
  content:close-quote;
}
q:after {
  content: close-quote;
}
.xhtmlEditorBody blockquote {
    margin: 0;
    padding:0;
    padding-left:38px;
    line-height:2.0em;
    background:#EFEFEF url(http://app.springnote.com/images/contextBlockquoteBg.gif) no-repeat 14px 4px;
}

.xhtmlEditorBody img {
    margin: 0;
    padding:0;
    max-width:100%;
}
.xhtmlEditorBody div {
    margin: 0;
    padding:0;
    padding-left:12px;
    line-height:2.0em;
    background:#F9F9D8 url(http://app.springnote.com/images/bg/bg_content.gif) repeat;
}
.xhtmlEditorBody pre {
    margin:0;
    padding:0;
    line-height:2.0em;
    border-left:2px solid #afa;
    background-color: #CCC;
    font-size:1em;
    background:#F9F9D8;
}
.xhtmlEditorBody a,
.xhtmlEditorBody a:visited,
.xhtmlEditorBody a:hover {
    margin:0;
    padding:0;
    color: #568942 !important;
    line-height:2.0em;
    text-decoration:underline;
    cursor: pointer !important;
}
.xhtmlEditorBody a.wiki,
.xhtmlEditorBody a.wiki:visited,
.xhtmlEditorBody a.wiki:hover {
    margin:0;
    padding:0;
    color: #002BB8 !important;
    line-height:2.0em;
    text-decoration:underline;
    cursor: pointer !important;
}