/*	css for lab.preparat
	written by mehi
	4.2009
*/

@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}


body
{
	color: #666;
	font: 1.2em/1.7 Verdana, AppleGothic, Dotum, '돋움', sans-serif;
	font-size: 75%;
}

a
{
	text-decoration: none;
	color: #666;
	border-bottom:1px dotted #ccc;
}

a:hover	{
		background:#eee;
		color:#333;
		}
		

/* global */

img
{
	border: 0 none;
}

br
{
	letter-spacing: 0;
}

hr
{
	display: none;
}

ul
{
	list-style: none;
}

fieldset
{
	border: 1px solid #f0f0e6;
	display: block;
	padding: 1.2em;
}

legend
{
	color: #999;
	padding: 0 3px;
}

p
{
	margin-bottom: 1.7em;
}

code
{
	font-family: Monaco, Courier New, monospace;
}

pre
{
	margin-left: 0.8em;
	margin-bottom: 1.5em;
	padding: 0.4em;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

dfn, cite, address
{
	font-style: normal;
}

em
{
	font-style: italic;
}
/*-------------------------------*/

/* heading */

/*-------------------------------*/

h1
{
	font: normal 2.17em Verdana, sans-serif;
}



h2
{
	font-size: 1.2em;
}

h2 a
{
	border-bottom:none;
	padding: .4em 0 0 0;
}

h2 a:hover
{
	color: #666;
	background: #fff;
}

h3
{
	font: 1.05em/1.5 Verdana, Helvetica, sans-serif;
}


h4
{
	font-size: 1.08em;
}

.ko
{
	font: Dotum, '돋움', sans-serif;
}


/*-------------------------------*/

/* Layout */

/*-------------------------------*/

#container
{
	width: 800px;
	margin: 0 auto;
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

#header
{
	width: 100%;
	height: 120px;
}

#header h1
{
	padding-left: 25px;
	margin: 10px 0;
	float: left;
}

#header h1 a, #header h1 a:hover
{
	background:#fff;
	border-bottom:none;
}


#mBody:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mBody
{
	padding: 0 30px;
	clear: both;
	display: inline-block;
	background-color: #fff;
}

#contentColumn
{
	float: left;
	width: 740px;
	margin: .5em 0 0 0;
	border-top:1px dotted #ccc;
	overflow: hidden;
}

#rightColumn
{
	float: right;
	width: 220px;
	padding: 0 0 0 40px;
	overflow: hidden;
}

#footer
{
	clear: both;
	margin-right: 5px;
}

#author
{
	margin: 5px;
	font-size: 0.9em;
	line-height: 3.3em;
}


#author ul
{
	padding-right: 30px;
	text-align: right;
}



/*-------------------------------*/

/* header */

/*-------------------------------*/

#header ul
{
	font-family: Verdana, Helvetica, sans-serif;
	list-style: none;
	margin: 50px 0 0 10px;
	float:left;
}

#header li
{
	display: inline;
	margin: 0 .2em;
}

#header li a
{
	padding: .2em .2em;
	border-bottom:none;
}


/* selected */

#category .selected
{
	background:#eee;
}



/*-------------------------------*/

/* content column */

/*-------------------------------*/

.entry
{
	margin-bottom: 2.5em;
}

/* subject */

.subject
{
	margin: 1em 0;
}

.subject ul
{
	list-style: none;
}

.subject li
{
	display: inline;
	font: 0.92em/2 Verdana, Helvetica, sans-serif;
}


.subject li a
{
	font-family:'돋움', AppleGothic, Dotum, Helvetica, sans-serif;
}

.subject p
{
	padding: .3em 10px .3em 25px;
	border-bottom: 1px solid #e8e8e8;
	font: 0.92em Verdana, Helvetica, sans-serif;
	color: #999;
}

/* Protected */

.protectedBody
{
	margin-bottom: 2em;
	padding: 2em 0 2.5em;
}

.protectedBody p
{
	margin: .5em;
}

.protectedBody input.submitBtn
{
	width: 5em;
	font-size: 0.92em;
}

/* search list */

.searchList
{
	margin: 1em 0;
}

.searchList ol
{
	list-style: none;
	margin: 1em 0 2em 0;
}


.searchList li *
{
	vertical-align: middle;
}

.searchList li a
{
	display: block;
	line-height: 1.9em;
}

.searchList .slDate
{
	font-size: 0.92em;
	margin-right: .4em;
	font-family: Verdana, sans-serif;
}

.searchList .slAut
{
	font-size: 0.92em;
	font-family: Verdana, sans-serif;
	color: #ccc;
	margin-left: .4em;
}

.searchList .slCnt
{
	font-size: 0.92em;
	color: #ccc;
}

/* thumb image */

.thumb_image
{
	float: left;
}

.thumb_image a
{
	border-bottom: none !important;
	margin: 0 10px 0 0;
}


.thumb_image a:hover
{
	background: #fff;
}


/* admin */

.article .admin
{
	text-align: right;
	clear: both;
	color:  #c03;
	font-family: '돋움', AppleGothic, Dotum, sans-serif;
}


.article .admin li, .article .admin li a
{
	color: #c03;
}


/* article */

.article
{
	margin: 1em 0 1.8em;
	text-align: left;
}


.article blockquote
{
	margin: .5em auto;
	padding: 0 6px;
	width:96%;
	color: #999;
	border-left: 1px solid #eee;
}

.article fieldset
{
	clear: both;
}

.article hr
{
	display: block;
	margin-bottom: 1em;
}

.article ol
{
	margin: 1em 0 1.5em 50px;
}

.article ul
{
	list-style: none;
	margin: .6em 0 1.5em 10px;
}

.article ul li
{
	padding-left: 2px;
}


.article li
{
	display: inline;
	font: 0.92em/2 Verdana, Helvetica, sans-serif;
}

.article .postInfo
{
	text-align: right;
	font-family: Verdana, Helvetica, sans-serif;
}


.article li a
{
	font-family:'돋움', AppleGothic, Dotum, Helvetica, sans-serif;
}

.article .infoAuthor
{
	line-height: 1.2em;
	margin-top: 20px;
	text-align: right;
}

.article .infoAuthor dfn
{
	padding: 2px 0 2px 18px;
}

.article .infoAuthor span
{
	color: #999;
	font: 0.92em/2 'Trebuchet MS', Helvetica, sans-serif;
}

.rssurl 
{
	color: #999;
	font: 0.92em/2 'Trebuchet MS', Helvetica, sans-serif;
	text-align: center;
}

.galleryControl
{
	background: #fff;
	font: .9em Verdana, sans-serif;
}

.galleryControl a
{
	padding:2px;
}


.tt-gallery-box
{
	clear: both;
}

.imageblock td, .imageblock tr
{
	border: none !important;
}

.imageblock .extensionIcon img
{
	border: none !important;
	/*margin-right: 2px;*/
}

.imageblock .cap1
{
	font-family: Verdana, '돋움', AppleGothic, Dotum,  sans-serif;
	font-size: 0.95em;
	line-height: 1.3;
	text-align: center;
}

.moreless_fold
{
	padding-left: 20px;
	background: url('./images/ico_plus.gif') no-repeat left 50%;
}

.moreless_top
{
	margin-bottom: 6px;
	padding-left: 20px;
	background: url('./images/ico_minus.gif') no-repeat left 50%;
}

.moreless_bottom
{
	display: none;
}

.moreless_fold span, .moreless_top span, .moreless_bottom span
{
	background: #f5f5f5;
	color: #333;
}

.moreless_content
{
	padding: 1em 10px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	background-color: #faf9f8;
}

.article table
{
	border-collapse: collapse;
	margin: 0.5em;
}

.article th, 
.article td
{
	padding: 0.2em 0.5em;
	border: 1px solid #ccc;
}

.article dt
{
	font-weight: bold;
}

.article dd
{
	padding-left: 1.2em;
}

div.footnotes {
	padding: 1em 0.5em 0 0.2em;
	font-size: 0.9em;
	line-height: 150%;
	color: #555;
}

div.footnotes hr {
	margin-bottom: 8px;
	border: 0 none;
	background: #999;
	width: 30%;
	height: 1px;
}

div.footnotes ol {
	margin-left: 25px;
}

div.footnotes ol p {
	margin: 0.7em;
}

/* comments btn */

.comments
{
	clear: both;
	margin: 2em 0 1em;
	padding: 0 0 .3em;
	border-top: 1px solid #eee;
	font-size: 0.92em;
	line-height: 1.5em;
}


/*-------------------------------*/

/* trackback */

/*-------------------------------*/

.trackback .url
{
	background: url('./images/bullet_uri.gif') no-repeat 5px 50%;
	padding-left: 20px;
	font: 0.9em 'Trebuchet MS', Helvetica, sans-serif;
}

.trackback .rss
{
	background: url('./images/btn_rss.png') no-repeat 5px 50%;
	padding-left: 20px;
	font: 0.9em 'Trebuchet MS', Helvetica, sans-serif;
}

/* Trackback list */

.trackback h3
{
	display: none;
}

.trackback
{
	padding-bottom: .5em;
}

.trackback ol
{
	list-style: none;
}

.trackback ol li
{
	margin-bottom: 1em;
	padding: .5em 1em;
	background-color: #faf9f8;
	border: 1px solid #f0f0e6;
}

.trackback li p
{
	margin-bottom: 1em;
}

.trackback li span
{
	font: 0.92em 'Franklin Gothic Medium', Helvetica, sans-serif;
	color: #999;
}

.trackback span a:link, .trackback span a:visited
{
	color: #999;
}

.trackback span a:hover, .trackback span a:active
{
	color: #333;
}

.trackback li p
{
	margin: .8em 0;
	text-align: left;
}

.trackback cite
{
	font-family: AppleGothic, Dotum, '돋움', Helvetica, sans-serif;
}

/*-------------------------------*/

/* Comments, Guestbook */

/*-------------------------------*/

.entry .list
{
	margin: .5em 0 2em;
}

#guestBook .list
{
	margin-top: 2em;
}

/* Comment list */

.list h3
{
	display: none;
}

.list ol
{
	list-style: none;
	margin-bottom: 2em;
}



* html .list li
{
	display: inline-block;
}

*:first-child+html .list li
{
	display: inline-block;
}

.list li p
{
	clear: left;
	margin-bottom: .5em;
	padding: 0 1em .3em;
}

.list p.writer
{
	padding: 0 1em 0;
}

.list span.command
{
	float: left;
	display: block;
	margin-bottom: 1em;
	font: 0.92em Verdana, Helvetica, sans-serif;
	color: #999;
}

.list span a
{
	text-decoration: underline;
}

.list span a:link, .list span a:visited
{
	color: #999;
}

.list span a:hover, .list span a:active
{
	color: #333;
}

.list cite
{
	display: block;
	margin: .6em 0 -.5em;
}

.list span abbr
{
	border: 0 none;
}

/* Reply */

.list ol li ol
{
	margin: 0;
}

.list ol li ol li
{
	margin: 0;
	padding: 0 0 .3em;
	border: 0 none;
	border-top: 1px solid #f0f0e6;
	background-color: #faf9f8;
}

.list .writer cite img
{
	float: left;
	margin: 0 .5em 3px 0;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 2px;
}

/* special classes
.list ol li.rp_secret p.writer cite, .list ol li.guest_secret p.writer cite
{
	background-image: url('./images/ico_lock.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.list ol li.rp_secret span.hiddenCommentTag_name, .list ol li.guest_secret span.hiddenCommentTag_name
{
	color: #999;
}

.list ol li.rp_secret span.hiddenCommentTag_content, .list ol li.guest_secret span.hiddenCommentTag_content
{
	display: none;
} */

/* Write area */

form legend
{
	font: 1.3em 'Franklin Gothic Medium', Helvetica, sans-serif;
}

form fieldset div
{
	margin: .3em 0;
	width: 435px;
}

form label
{
	padding-left: .2em;
	vertical-align: middle;
	font: 1em 'Franklin Gothic Medium', Helvetica, sans-serif;
}

form label em
{
	color: #999;
}

form input
{
	width: 180px;
	padding: 2px .5em;
	background-color: #faf9f8;
	border: 1px solid #ddd;
	font: 1em AppleGothic, Gulim, '굴림', sans-serif;
	vertical-align: middle;
	color: #666;
}

form textarea
{
	width: 435px;
	height: 12em;
	padding: 2px .5em;
	background-color: #faf9f8;
	border: 1px solid #ddd;
	font: 1em AppleGothic, Dotum, '돋움', sans-serif;
	color: #666;
}

form input:focus, textarea:focus
{
	background-color: #fff;
	border-top-color: #aaa;
	border-left-color: #aaa;
}

.checkbox
{
	width: 12px;
	padding: 0;
	border: 0 none;
	background: none;
}

.submit
{
	height: 3.2em;
}

.submit input
{
	width: 80px;
	height: 25px;
	margin-top: 1em;
	padding: .3em;
	font-size: 0.92em;
	color: #666;
	cursor: pointer;
}



/*-------------------------------*/

/* cover */

/*-------------------------------*/

.coverpost
{
	clear: both;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
}

.coverpost h2
{
	font-size: 120%;
	padding-right: 5px;
}

.coverpost h2 a
{
	letter-spacing: -1px;
	line-height: 125%;
}

.coverpost .img_preview
{
	background-color: #fff;
	float: left;
	padding: 0 7px 7px 0;
}

.coverpost .img_preview img
{
	border: 2px solid #ccc;
	cursor: pointer;
	height: 80px;
	width: 80px;
}

.coverpost .post_info
{
	background-color: #faf9f8;
	border-bottom: 1px solid #e8e8e8;
	font: 0.9em Dotum, Arial, sans-serif;
	padding: .3em .6em .3em 0;
}

.coverpost .post_info span
{
	line-height: 1.2em;
	padding: .3em 0 .3em 22px;
}

.coverpost .post_info .category
{
	background: url('./images/bullet_folder.gif') no-repeat 6px 50%;
}

.coverpost .post_info .category a
{
	color: #888;
	margin-right: 6px;
}

.coverpost .post_info .date
{
	background: url('./images/bullet_clock.gif') no-repeat 0 50%;
	color: #888;
	font-family: Verdana, Helvetica, Arial, Gulim, sans-serif;
	padding-left: 16px;
}

.coverpost .post_info .author .preposition
{
	display: none;
}

.coverpost .post_info .author
{
	background: url('./images/bullet_author.gif') no-repeat 6px 50%;
}

.coverpost .post_content
{
	margin: 5px 0;
	line-height: 125%;
	overflow: hidden;
}

.coverpost .post_tags
{
	background: url('./images/bullet_tag.gif') no-repeat 0 0.35em;
	clear: both;
	line-height: 1.2em;
	padding: 5px 5px 5px 20px;
}

.coverpost .post_tags a
{
	font-size: 0.9em;
}

.coverpost .post_tags span
{
	display: none;
}

.clear
{
	clear: both;
}

/*-------------------------------*/

/* page navigation */

/*-------------------------------*/

.paging
{
	clear: both;
	margin: 2em 0;
	font: 0.9em Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #ccc;
}


.paging .selected
{
	background: #eee;
}


/* count  */

.c_cnt
{
	color: #ccc;
}

/* search form */

#searchBox
{
	text-align: center;
}

#searchBox .sInput
{
	width: 150px;
	padding: .3em .3em;
	border: 0 none;
	border-top: 1px solid #d7d7cc;
	border-left: 1px solid #d7d7cc;
	background-color: #f6f6f4;
	font: 1em AppleGothic, Dotum, '돋움', sans-serif;
	vertical-align: middle;
	color: #333;
}

#searchBox .sInput:focus
{
	background-color: #f2f2ed;
	border-top-color: #cacabc;
	border-left-color: #cacabc;
}

#searchBox .searchSubmit
{
	width: 23px;
	height: 23px;
	padding: 0;
	margin: 0;
	background: none;
	border: 0 none;
	vertical-align: middle;
	cursor: pointer;
}

/*-------------------------------*/

/* footer */

/*-------------------------------*/

#footer
{
	margin: 10px 30px 0 30px;
	clear: both;
}

address.credit
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 15px 0 15px !important;
	border-top:1px dotted #ccc;
	text-align: center;
}


/*-------------------------------*/

/* author */

/*-------------------------------*/

#author
{
	width: 800px;
	margin: 0 auto;
}

#author li
{
	display: inline;
	margin-left: 1em;
	font-family: Verdana, sans-serif;
}

#author li a
{
	color: #ccc;
}

#author li a:hover
{
	color: #eee;
}

.geunjo-left a
{
	background: #fff;
	border-bottom:opx dotted #fff;
}
