﻿/* 
Title:		IntoKorea default skin styles for screen media
Author:		dashans@hansnara.pe.kr
Updated:	July 9 2006
--------------------------------------------------------------*/
a {
	color: #005fa9;
	text-decoration: none;
	}
a:hover {
	background-color: #def;
	}

/* headings
--------------------------------------------------------------*/
h1, h2, h3 {
	margin: 0;
	padding: 0;
	}

/* misc
--------------------------------------------------------------*/
img {
	border: 0; 
	}
	
hr {
	display: none;
	}

caption {
	text-align: center;
	font-weight: bold;
	}
	
th {
	padding: 10px 5px;
	text-align: center;
	color: #004268;
	background: #DCEAF2 url(./img/th_bg.gif) repeat-x top left;
	}

td {
	padding: 5px;
	background-color: #EEF3F6;
	}

p {
	padding-bottom: 15px;
	}

/**************************************************************
 * layout
 **************************************************************/

body {
	margin: 10px;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.4em;
	background: #333;
/*	background: #BAC9D3;
*/	}

div#container {
	width: 900px;
	margin: 0 auto;
	background-color: transparent;
	position: relative;
	}

div#header {
	margin: 0;
	padding: 0;
	background: transparent url(./img/logo_bg.jpg) no-repeat top left;
	}

div#contentarea {
	margin: 10px 0;
	padding: 0;
	background: transparent url(./img/contents_bg.gif) repeat-y top left;
	}

div#main {
	float: right;
	width: 679px;
	margin: 0;
	padding: 0 10px;
	display: inline;
	background: #fff
	}

div#sidebar {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0 10px;
	display: inline;
	background: #0D60A5;
	}

div#footer {
	margin: 0 0 0 200px;
	padding: 10px 0;
	background: #eee
/*
	padding-left: 220px;
	height: 56px;
	background: #eee url(./img/logo_gray.gif) no-repeat top left;
*/	}



/**************************************************************
 * header
 **************************************************************/
 

/* logo
--------------------------------------------------------------*/
div#logo {
	float: left;
	padding: 5px 10px;
	}

div#logo h1 {
	width: 250px;
	height: 70px;
	background: transparent url(./img/logo.gif) no-repeat top left;
	}

div#logo h1 a {
	background: none;
	display: block;
	width: 250px;
	height: 70px;
	text-indent: -10000px;
	}

/* language
--------------------------------------------------------------*/
div#language {
	margin: 10px 0 0 250px;
	width: 600px;
	text-align: right;
	background: #fff;
}
div#language h3 {
	display: inline;
	margin: 0;
	padding: 0 1.0em 0 0;
	font-size: 1.2em;
	color: #303030;
	}

div#language ul {
	display: inline;
	margin: 0;
	padding: 0;
	}
div#language ul li {
	padding: 0 0.3em 0 0;
	display: inline;
	font-size: 1.2em;
	}

div#language ul li a {
	white-space: nowrap;
	}
div#language ul li a {
	color: #61001E;
	text-decoration: none;
	}
div#language ul li a:hover {
	color: #DC0043;
	background-color: #FFCEDD;
	text-decoration: underline;
	}
div#language ul li a strong {
	color: #DC0043;
	}

/* main image
--------------------------------------------------------------*/
/*
div#mainimg {
	clear: both;
	margin: 0;
	display: block;
	width: 900px;
	height: 200px;
	background: transparent url(./img/mainimg.jpg) no-repeat top left;
	}
*/

/* main navigaion
--------------------------------------------------------------*/

div#mainmenu {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 900px;
	border: solid #900;
	border-width: 1px 0;
/*	background: #C60000 url(./img/nav_bg.gif) repeat-x bottom left;
*/	background: #D43C67;
	}

div#mainmenu ul {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	border: solid #900;
	border-width: 0 1px 0 0;
	line-height: 1em;
	}

div#mainmenu ul li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
/*	background: #c60000 url(./img/nav_bg.gif) repeat-x bottom left;
*/	}

div#mainmenu a {
	display: block;
	padding: 10px;
	border: solid #900;
	border-width: 0 0 0 1px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	}

* html div#mainmenu a {
	width: 1%;
	}

div#mainmenu a.active, div#mainmenu a:hover {
/*	background: #900 url(./img/nav_bg_on.gif) repeat-x top left;
*/
	color: #F5B7CB;
	background: #B53859;
	}


/**************************************************************
 * Main Contents
 **************************************************************/

/* current location
--------------------------------------------------------------*/
div#location {
	margin: 0;
	padding: 5px 0;
	width: 100%;
	text-align: left;
	border: solid #eee;
	border-width: 0 0 1px 0;
	}

div#location a {
	color: #666;
	text-decoration: none;
	}

div#location a:hover {
	text-decoration: underline;
	background-color: transparent;
	}

div#location strong {
	font-weight: bold;
	color: #c60000;
	}


/* content
--------------------------------------------------------------*/

div#content {
	margin: 0;
	padding: 15px 0;
	text-align: left;
	color: #444;
	}

div#content h4 { /* main title */
	margin: 0;
	padding: 0 0 10px 30px;
	background: transparent url(./img/arrow-icon.gif) 0px 3px no-repeat;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	}

div#content h5 { /* sub title */
	margin: 15px 0 5px 20px;
	padding: 0 0 0 20px;
	background: transparent url(./img/arrow-icon2.gif) 0px 5px no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	}

div#content p {
	margin: 0;
	padding-bottom: 5px;
	}

div#content hr {
	display: block;
	margin: 7px 0;
	padding: 0;
	border: dotted #000;
	}

div#content dl {
	margin: 0;
	padding: 0;
	}
div#content dl dt {
	margin: 0;
	padding: 0 0 0 22px;
	font-weight: bold;
	background: url(./img/dt_arrow.gif) 0 2px no-repeat;
	color: #000;
	}
div#content dl dd {
	margin: 0 0 12px 0;
	padding: 0 0 0 22px;
	}

div#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
div#content ul li {
	margin: 0;
	padding: 0 0 0 22px;
	background: url(./img/ul_arrow.gif) 0 2px no-repeat;
	}

div#content table {
	margin: 10px 0;
	}

div#content iframe {
/*	display: none;
*/	margin: 0;
	padding: 0;
	width: 100%;
	border-width: 0;
	overflow: hidden;
	z-index: 1;
	}

/* recent atricles
--------------------------------------------------------------*/

div#content div.articles h4 {
 	position: absolute;
 	top: -999em;
 	left: -999em;
	}

div#content div.articles ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

div#content div.articles ul li {
	margin: 0;
	padding: 0;
	background: transparent;
	}

div#content div.articles ul li strong a {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 15px 30px;
	background: url(./img/arrow-icon.gif) 0px 10px no-repeat;
/*	border-bottom: 1px dotted #ccc;
*/	}

div#content div.articles ul li strong a:hover {
	background-color: #def;
	}

div#content div.articles div.recentarticle {
	margin: 10px 10px 5px 32px;
	padding: 0;
	}

div#content div.articles div.more {
	clear: both;
	margin: 0 10px 10px 32px;
	padding: 0;
	}

div#content div.articles ul li em {
	display: block;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #CCC;
	padding: 5px 5px 7px 5px;
	font-size: 0.8em;
	font-style: normal;
	text-align: right;
	color: #666;
	background: #F5F5F5;
	}

div#content div.articles ul li em span.separator {
	margin: 7px;
	color: #ccc;
	}

/**************************************************************
 * Side Bar
 **************************************************************/
div#sidebar a {
	color: #fff;
	background: transparent;
	}

div#sidebar h3 {
	width: 170px;
	margin: 0;
	padding: 5px;
	color: #C9F319;
	font-weight: bold;
	text-align: left;
	font-size: 1.0em;
	border-bottom: solid 1px #5394C4;
	}

div#sidebar ul {
	margin: 0 0 20px 10px;
	padding: 0;
	list-style: none;
	text-align: left;
	}

div#sidebar ul li {
	margin: 0;
	padding: 0;
	display: inline;
	}

div#sidebar ul li a {
	display: block;
	margin: 0;
	padding: 6px 5px 0 22px;
	color: #fff;
	text-decoration: none;
	background: url(./img/chev-arrow.gif) 0 2px no-repeat;
	}

div#sidebar ul li a:hover {
	background-color: #206CAC;
	}

div#submenu .submenuactive {
	font-weight: bold;
	}

div#sidebar div#counter {
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	border-top: solid 1px #5394C4;
	color: #77C1FF;
	}

/**************************************************************
 * Footer
 **************************************************************/
div#valid {
	font-size: 0.8em;
	}
div#valid span.separator {
	margin: 5px;
	color: #999;
	}
div#valid a {
	color: #000;
	text-decoration: underline;
	}


/**************************************************************
 * classes
 **************************************************************/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.accessibility {
 	position: absolute;
 	top: -999em;
 	left: -999em;
 }

.indent {
	margin-left: 40px;
	}

.strong {
	font-weight: bold;
	}

.error {
	margin: 10px 10px 30px 30px;
	padding: 0 0 0 70px;
	background: url(./img/caution.gif) 0 2px no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8em;
}
.error strong {
	font-size: 1.5em;
	color: #f00;
}


.block {
	display: block;
	margin: 10px 0;
	padding: 0;
	}
