@charset "UTF-8";
/* CSS Document */

*, html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	color: #929497;
	font-size: 100%;
	text-transform: uppercase;
	line-height: 140%;
	margin: 0 0 10px;
}
h2 {
	color: #929497;
	font-size: 90%;
	line-height: 140%;
	background: url(../images/site/bullet.jpg) no-repeat left;
	padding: 0 0 0 8px;
	margin: 16px 0 10px;
}
h3 {
	color: #929497;
	font-size: 90%;
	line-height: 140%;
	margin: 15px 0 4px;
}
h4 {
	color: #929497;
	font-family: "Times New Roman", Times, serif;
	line-height: 140%;
	margin: 0 0 5px;
}
h5 {
	color: #929497;
	line-height: 140%;
}
h6 {
	color: #929497;
	line-height: 140%;
}
p {
	color: #808184;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 140%;
	margin: 0 0 6px;
}

a {
	color: #84A8D8;
	font-weight: bold;
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
	border-bottom: 1px dotted #84A8D8;
}
a:active {
	border-bottom: 1px solid #84A8D8;
}

ul {
}
ol {
}
li {
	color: #808184;
	background: url(../images/site/bullet.jpg) no-repeat left;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	line-height: 140%;
	font-size: 90%;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
}
blockquote {
}
 

#header {
	height: 74px;
	background: url(../images/site/headerback.jpg) repeat-x top;
	margin: 0 0 40px;
}

#headercontent {
	width: 912px;
	margin: 0 auto;
}

#logo {
	float: left;
	display: inline;
	position: relative;
	z-index: 99;
}
#logo h1 {
}
#logo h1 a {
	display: block;
	width: 119px;
	height: 96px;
	text-indent: -9999px;
	background: url(../images/site/kyungmin.png) no-repeat top;
	border-bottom: none;
}


#nav {
	float: left;
	display: inline;
	margin: 46px 0 0;
	padding: 0;
}
#nav ul {
	float: left;
	margin: 0 0 0 7px;
	padding: 0;
}
#nav li {
	float: left;
	background: none;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#nav li a {
	color: #626366;
	margin: 0;
	padding: 10px;
}
#nav li a:hover {
	color: #fff;
	background: url(../images/site/navtab.jpg) repeat-x top;
	border-bottom: none;
}
#nav li a:active {
	color: #fff;
	background-color: #626366;
	border-bottom: none;
}
#news #header #headercontent #nav li.news a {
	cursor: default;
	color: #fff;
	background: url(../images/site/navtab.jpg) repeat-x top;
}
#blog #header #headercontent #nav li.blog a {
	cursor: default;
	color: #fff;
	background: url(../images/site/navtab.jpg) repeat-x top;
}
#resume #header #headercontent #nav li.resume a {
	cursor: default;
	color: #fff;
	background: url(../images/site/navtab.jpg) repeat-x top;
}
#portfolio #header #headercontent #nav li.portfolio a {
	cursor: default;
	color: #fff;
	background: url(../images/site/navtab.jpg) repeat-x top;
}
#about #header #headercontent #nav li.about a {
	cursor: default;
	color: #fff;
	background: url(../images/site/navtab.jpg) repeat-x top;
}

.subnav {
	position: absolute;
	top: 73px;
	width: 100%;
	height: 24px;
	background-color: #626366;
	z-index: 1;
}
.subnav ul {
	margin: 0 0 0 120px;
}
.subnav li {
	float: left;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	background: none;
	margin: 4px 10px 0 0;
}
.subnav li a {

}
.subnav li a:hover {
	color: #fff;
	border-bottom: none;
}
.subnav li a:active {
	color: #fff;
	border-bottom: none;
}
.subnav-content {
	width: 900px;
	margin: 0 auto;
}
.subnav li.active a {
	color: #fff;
	cursor: default;
}

#tagaction {
	float: right;
	margin: 10px 0 0;
}
#tagaction h2 {
	float: right;
	background: none;
	margin: 0 7px 0 0;
	padding: 0;
}

#mainbutton {
}
#mainbutton h3 {
	margin: 0;
	padding: 0;
}
#mainbutton h3 a {
	display: block;
	float: right;
	width: 136px;
	height: 35px;
	background: url(../images/site/mainbutton.png) no-repeat center;
	color: #fff;
	font-size: 85%;
	text-align: center;
	text-transform: uppercase;
	border-bottom: none;
	padding: 15px 0 0;
}


#content {
	clear: both;
	width: 900px;
	margin: 0 auto;
}

#footer {
	position: relative;
	clear: both;
	height: 47px;
	background: url(../images/site/footerback.jpg) repeat-x top;
	top: 30px;
}
#footer a {
	font-weight: bold;
}

#footercontent {
	width: 900px;
	margin: 0 auto;
}

.col4 {
	float: left;
	width: 270px;
	margin: 10px 0 0;
}
.col4 p {
	color: #929497;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	margin: 0 0 4px;
}

.col2 {
	float: left;
	width: 400px;
	margin: 10px 0 0;
}
.col2 p {
	color: #929497;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	margin: 0 0 4px;
}

#elative {
	float: right;
	position: relative;
	width: 200px;
	margin: 10px 0 0;
}
#elative p {
	color: #929497;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-align: right;
}
#elative h1 {
}
#elative h1 a {
	display: block;
	position: absolute;
	top: -13px;
	right: 0px;
	width: 202px;
	height: 45px;
	text-indent: -9999px;
	background: url(../images/site/elative.png) no-repeat center;
}

