/*
Copyright 2005 kukie
kukie.net
kukies@gmail.com

Global CSS for scrapped/sorted documents
*/

@charset "utf-8"; 




/* Main structure
--------------------------------------------------*/
body {
	margin: 0;
	padding: 20px;
}
.low {
	display:none;
}
hr { 
	height:1px;
	background: none;
	border: none;
	border-bottom:1px solid #CCC; 
	padding-top: 20px;
	margin-bottom: 20px;
}

*:lang(ko-kr) {
font-family: Gulim, ±¼¸², AppleGothic, sans-serif;
}
*:lang(en-us) {
font-family: Verdana, Tahoma, Helvetica, Arial,sans-serif;
}

/* body
--------------------------------------------------*/

body {
	font-family: Verdana, Gulim, ±¼¸², AppleGothic,Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	line-height:1.6;
	color: #333;
	background-color: #FFF;
}

img {
	border: none;
}


/* Links
--------------------------------------------------*/
/******************************************************************* 
	Show link pointer images for external sites
*******************************************************************/
a {
	color: #039;
	padding: 3px;
}
a:hover {
	background-color: #FFC;
}

a[href^="http:"] {
	background: transparent url("/resources/ornament/link.gif") no-repeat 100% 50%;
	padding-right: 10px;
	white-space: nowrap;
}
a:hover[href^="http:"] {
	background: #FFC url("/resources/ornament/link.gif") no-repeat 100% 50%;
}


/* Footer
--------------------------------------------------*/
div#foot {
	border-top: 1px solid #CCC;
	clear: both;
	margin: 20px 0 0;
	padding: 0;
}
.validation .copyright {
	clear: both;
}
.validation {
	height: 20px;
}
a#xhtml, a#css, a#cc {
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	float: left;
	text-indent: -999em;
	text-decoration: none;
	position: relative;
	top: 2px;
}
a#xhtml, a#css {
	height: 16px;
	width: 75px;
}
* html a#xhtml, * html a#css {
	width: 80px;
	margin-right: 5px;
}
a#xhtml {
	background-image: url(/images/valid-xhtml10-blue.png);
}
a#css {
	background-image: url(/images/valid-css-orange.png);
}
a#cc {
	background-image: url(/images/cc.png);
	margin-right: 0;
	height: 16px;
	width: 16px;
}


/* Headings
--------------------------------------------------*/
h1 {
	color: #F60;
	padding-bottom: 0;
	margin-bottom: 0;
}
#author {
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0;
	font-style: italic;
	font-size: 1em;
	color: #666;
}
h2 ,h3 {
	margin: 10px 0;
	color: #F60;
	padding-top: 10px;
}


/* Emphasis
--------------------------------------------------*/
em {
	font-weight:bold;
	font-style: normal;
}


/* Code
--------------------------------------------------*/
code {
	font-size: 1em;
	font-family: courier;
}


/* Fun For Drag */
body {overflow: -moz-scrollbars-vertical;}
::-moz-selection { background:#ffff99; color:#333; }
::selection { background:#000; color:#FFF; }
code::-moz-selection { background: #000; color:#FFF; }
code::selection { background: #535353; color:#9dd63c; }