
@charset "utf-8";

body, td, input, textarea {
font: 0.75em/1.5 georgia, Times New Roman, AppleGothic, Sans-serif;
	}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	background-color: #000;
	color: #fff;
}
body {

}

#container {
	width: 1024px;
	margin: auto;
	line-height: 1.6em;
	color: #000;
}

#header {
	padding-top: 10px;
	clear: both;
}

#header h1 {
font-size:4em;
line-height : 120%;
font-weight: normal;
text-align:center;
}

#header h1 a { 
display: block;
width:1024px;
height:66px;
background: url("./images/title.gif") center no-repeat;
}

#header h1 a span	{
display:none;
}

#header .datebox{
width: 1024px;
height: 80px;
position: relative;
z-index: 5;
}

#header .date{
width: 1024px;
margin: auto;
position: relative;
border-top: solid black 2px;
border-bottom: solid black 2px;
padding-top: 0.4em;
padding-bottom: 0.4em;
font-size:1.5em;
line-height : 120%;
text-align: center;
z-index: 0;
}

#header .copyright{
position: absolute;
border-top: solid black 2px;
padding-top: 1.3em;
font-size:1em;
line-height : 120%;
text-align: left;
z-index: 1;
}

#wrapper{
width: 100%;
float: left;
}

#content {
float: left;
width: 75%;
}

#content h1 {
font-size:38px;
font-weight: normal;
line-height : 100%;
}

#content h1 a:hover{
color: #fff;
background-color: #000;
}


.entry {
margin-bottom:50px;
}

.article p {
color:black;
}
.article p a {
text-decoration: underline;
color:red;
}

/* 티스토리를 위한 DIV다단 설정 */
.article{
margin-top: 10px;
-moz-column-count:3;
-webkit-column-count:3;
-o-column-count:3;
column-count:3;
-moz-column-gap:21px;
-webkit-column-gap:21px;
-o-column-gap:21px;
column-gap:21px;
-webkit-column-rule-width:1px;
-webkit-column-rule-color:#cfcfcf;
-webkit-column-rule-style:solid;
-moz-column-rule-width:1px;
-moz-column-rule-color:#cfcfcf;
-moz-column-rule-style:solid;
-o-column-rule-width:1px;
-o-column-rule-color:#cfcfcf;
-o-column-rule-style:solid;
column-rule-width:1px;
column-rule-color:#cfcfcf;
column-rule-style:solid;
}

#content .entry-content{
margin-top: 10px;
-moz-column-count:3;
-webkit-column-count:3;
-o-column-count:3;
column-count:3;
-moz-column-gap:21px;
-webkit-column-gap:21px;
-o-column-gap:21px;
column-gap:21px;
-webkit-column-rule-width:1px;
-webkit-column-rule-color:#cfcfcf;
-webkit-column-rule-style:solid;
-moz-column-rule-width:1px;
-moz-column-rule-color:#cfcfcf;
-moz-column-rule-style:solid;
-o-column-rule-width:1px;
-o-column-rule-color:#cfcfcf;
-o-column-rule-style:solid;
column-rule-width:1px;
column-rule-color:#cfcfcf;
column-rule-style:solid;
}

#content .entry-content p{
margin: 0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}

.author{
text-align: right;
}

#side {
margin-left:22px;
float: left;
width: 22%;
}

#side ul{
font-size: 14px;
list-style: none;
padding: 0;
margin: 22px, 0, 0, 0;
}

#side ul li{
list-style: none;
}


#footer {
margin-top: 20px;
width: 100%;
height: 40px;
float: left;
border-top: solid black 2px;
}

.paging {
            text-align: center;
            padding-top: 10px;
            padding-bottom: 10px;
        }

.form {
	text-align: center;
	margin-top:50px;
}

.tagbox {
margin-top:5px;
text-align:right;
}

a img {
	border:0px;
}


/* ÄÚ¸àÆ® */
.commentWrite { }
.commentWrite label { }
.commentWrite input { font-size:1em; width:477px; border:1px; margin:1px 0; padding-left:5px; padding-top:3px; }
.commentWrite textarea  { font-size:1em; height:70px; padding:5px 9px 9px 9px; width:465px; border:1px;} 
.commentWrite input.name { font-size:1em;}
.commentWrite input.home { font-size:1em;}
.commentWrite input.pass { font-size:1em;}
.commentWrite .submit { border:0; padding:0; margin:0; width:50px; height:30px; margin-top:4px; }
.comment .secretWrap .checkbox { border:0; padding:0; margin:0; position:absolute; width:20px; height:20px; margin:113px 0 0 484px;}
.comment .secretWrap label { letter-spacing:normal; display:block; position:absolute;  margin:110px 0 0 510px; cursor:pointer;}


.comment {position:relative;}
.comment h3 { display:none;}
.commentList li { margin-top:15px; }
.commentList li .date { }
.commentList li .name { }
.commentList li .name a:link, .commentList li .name a:visited { }
.commentList li .name a:hover { }
.commentList li .name img { vertical-align:middle;}
.commentList li p { }
.commentList li ul { }
.commentList li ul li { }
.commentList li ul li p {  } 
.commentList .reply { margin-top:5px; }
.commentList .reply li .control  { margin-top:-22px;}

.trackback { }
.trackback h3 {display:block; }
.trackback h3 span { border:0 !important; font-weight:normal;}
.trackback li { }
.trackback li h4 { overflow:hidden; width:450px;}
.trackback li a { }
.trackback li p { overflow:hidden; clear:left; }
.trackback li .date {  }
.trackback li .delete { }
