@charset "utf-8";
/* CSS for MelissaHie.com */

/*
	RESET STYLES 
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
.noscript {
background-image:url(../images/noscript.jpg);
background-color:#FFFFFF;
background-position:center;
background-repeat:no-repeat;
position:fixed;
top:0;
left:0;
height:100%;
width:100%;
z-index:9999;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td { /* td */
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* *************************************** */


html {
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/bg.gif);
}

strong {
	font-weight: bold;
	font-size: 12px;
}

.clear {clear:both}

#container {
	width: 3700px;
	height: 1650px;
}

input
{				
    border-top: 3px solid #84C922;
    border-left: 3px solid #84C922;
    border-right: 3px solid #84C922;
    border-bottom: 3px solid #84C922;
    background-color: #ffffff;
    color: #333333;
    margin-left:0px;		   
}

TEXTAREA
{	
	border: 3px solid #84C922;
	background-color: #ffffff;
	color: #333333;
	font-family: µ¸¿ò;	
}

/** PAGE POSITIONING **/

.positioning {
	position: absolute;
	width: 1200px;
	height: 800px;
}

	#start {
		top: 0px;
		left: 0px;
		background-color: #000000;/*#222;*/
		background-image: url(../images/bg.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	#about {
		top: 850px;
		left: 0px;
		/*
		background-color: #DD1F8E;
		background-image: url(../images/bg_pink.gif);
		*/
		background-color: #84C922;
		background-image: url(../images/bg_green.gif);
		background-repeat: repeat-y;
	}
	
	#work {
		top: 850px;
		left: 1250px;
		background-color: #00A7E2;
		background-image: url(../images/bg_blue.gif);
		background-repeat: repeat-y;
	}

	#app {
		top: 0px;
		left: 2500px;
		background-color: #EAEAEA;
		background-image: url(../images/bg_gray.gif);
		background-repeat: repeat-y;
	}
		
	#contact {
		top: 0px;
		left: 1250px;
		background-color: #84C922;
		background-image: url(../images/bg_green.gif);
		background-repeat: repeat-y;
	}
		
	#board {
		top: 0px;
		left: 2500px;
		background-color: #EE9A10;
		background-image: url(../images/bg_orange.gif);
		background-repeat: repeat-y;
	}
		
	#skills {
		top: 850px;
		left: 2500px;
		background-color: #620294;
		background-image: url(../images/bg_purple.gif);
		background-repeat: repeat-y;
	}

.inside {
	margin: 30px 60px;
	width: 720px;
}
	
	.inside .header {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana;
		font-size: 17px;
		color: #FFF;
		padding-bottom: 25px;
	}

	.inside .text {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana;
		font-size: 11px;
		color: #FFF;
		text-align: justify;
		line-height: 22px;
		height: 250px;
		width: 720px;
	}
	
	.profile {
		display: block;
		float: left;
		width: 100px;
		height: 120px;
		background-image: url(../images/profiles.jpg);
		background-repeat: no-repeat;
		margin-top: 10px;
		margin-right: 20px;
		margin-bottom: 10px;
		border: 10px solid #639d11;/*#ca117d;*/
	}
	
	.inside .index {
		background-image: url(../images/logo.jpg);
		width: 374px;
		height: 132px;
		display: block;
		clear: both;
		margin: 30px 0px;
	}

	.inside .banner {
		position:absolute; 
		top: 100px;
		left: 850px;
		width: 150px;
		height: 600px;
		display: block;		
		z-index:1;
	}

		/** list for green page **/
		
		.inside .text ul#green {
			border-top: 1px solid #639d11;
			margin: 10px 0px;
		}
	
		.inside .text ul#green li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			display: block;
			padding: 4px 16px;
			border-bottom: 1px solid #639d11;
		}
		
		.inside .text ul#green li:hover {
			background-color: #70b212;
			color: #dcffab;
		}
	
		/** list for purple page **/
		
		.inside .text ul#purple {
			border-top: 1px solid #7C2FA4;
			margin: 30px 0px;
		}
	
		.inside .text ul#purple li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			display: block;
			padding: 4px 16px;
			border-bottom: 1px solid #7C2FA4;
		}
		
		.inside .text ul#purple li:hover {
			background-color: #7110A3;
			color: #E8BFFD;
		}

/** TITLES **/

.title {
	background-repeat: no-repeat;
	text-indent: -1000em;
}

	#contact .title {
		background-image: url(../images/title_contact.gif);
		height: 50px;
	}

	#about .title {
		background-image: url(../images/title_about.gif);
		height: 50px;
	}
	
	#board .title {
		background-image: url(../images/title_board.gif);
		height: 50px;
	}

	#app .title {
		background-image: url(../images/title_apps.gif);
		height: 50px;
	}
	
	#skills .title {
		background-image: url(../images/title_skills.gif);
		height: 50px;
	}
	
	#work .title {
		background-image: url(../images/title_website.gif);
		height: 50px;
	}
	
/** NAVIGATION BUTTONS **/

ul.navigation {
	float: right;
	display: block;
	width: 341px;
	padding: 0px;
	text-align: right;
}

ul.navigation li {
	display: block;
	float: left;
}

#start ul.navigation { margin: 0 0; float: none; }

a.navigator {
	cursor: pointer;
	display: block;
	width: 45px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	margin-left: 1px;
	padding: 5px;

}

	#start .navigator { background-color: #000000; }
	#about .navigator { background-color: #639d11; } /* .navigator { background-color: #a60764; } */
	#work .navigator { background-color: #006cab; }
	#app .navigator { background-color: #868686; }
	#board .navigator { background-color: #b97300; }	
	#skills .navigator { background-color: #400061; }
	#contact .navigator { background-color: #639d11; }
	
	#start .present .navigator,
	#work .present .navigator,
	#app .present .navigator,
	#board .present .navigator,
	#about .present .navigator,
	#skills .present .navigator,
	#contact .present .navigator { background-color: #C00; color: #FFF;}

/** LINKS **/

a {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

a:hover {
	color: #FFF;
}
	
	#about a {	
		color: #dcffab;
		background-color: #70b212;
	}
	
	#contact a {
		color: #dcffab;
		background-color: #70b212;
	}
	
	#skills a {
		color: #dfaef9;
		background-color: #570184;
	}
	
	#work a {
		color: #c5eaff;
		background-color: #007cc4;
	}
	
/** PORTFOLIO **/

.portfolio-item {
	display: block;
	float: left;
	width: 135px;
	height: 100px;
	cursor: pointer;
	margin-right: 5px;
}
	#insession { background-image: url(../images/thumb/insession.jpg);}
	#krei-lotus { background-image: url(../images/thumb/krei_lotus.jpg);}
	#kiat-openforum { background-image: url(../images/thumb/kiat_openforum.jpg);}
	#none { background-image: url(../images/thumb/waiting.jpg);}


.portfolio-app-item {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	cursor: pointer;
	margin-right: 5px;
}

	#sarang { background-image: url(../images/thumb/app/sarang.png);}
	#somang { background-image: url(../images/thumb/app/somang.png);}
	#murderedStory { background-image: url(../images/thumb/app/theStoryOfMurderer.png);}
	#talkingHaechi { background-image: url(../images/thumb/app/talkingHaechi.png);}
	#mrCool-Pro { background-image: url(../images/thumb/app/mrCool_pro.png);}
	#mrCool { background-image: url(../images/thumb/app/mrCool.png);}
	#dinoopsColors-Pro { background-image: url(../images/thumb/app/dinoopsColros_pro.png);}
	#dinoopsColors { background-image: url(../images/thumb/app/dinoopsColros.png);}
	#shashak { background-image: url(../images/thumb/app/shashak.png);}
	#smartCAU { background-image: url(../images/thumb/app/smartCAU.png);}
	#kukiHealth { background-image: url(../images/thumb/app/kukiHealth.png);}
	#ggTraffic { background-image: url(../images/thumb/app/ggTraffic.png);}
	#myFamily { background-image: url(../images/thumb/app/myFamily.png);}
	#pmg1 { background-image: url(../images/thumb/app/pmg1.png);}
	#pmg2 { background-image: url(../images/thumb/app/pmg2.png);}
	#examKorean { background-image: url(../images/thumb/app/examKorean.png);}
	#waitapp { background-image: url(../images/thumb/app/waiting.png);}
	
/** SHOWCASE **/

.strip {
	padding-top: 20px;
}

.showcase {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 20px;
	color: #FFF;
	line-height: 18px;
}
	#work .showcase { background-color: #0085d3; }
	#app .showcase { background-color: #868686; }

.showcasename {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
	#work .showcasename { color: #9ddbff;}
	#app .showcasename { background-color: #868686; }

.showcase img {
	border: 10px solid #FFF;
	margin: 10px auto;
	display: block;
}

.close-web {
	float:right;
	display: block;
	font-weight: bold;
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #AA0000;
	padding: 2px 8px;
	margin-left: 4px;
	margin-bottom: 4px;
}

.close-app {
	float:right;
	display: block;
	font-weight: bold;
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
	color: #868686;
	background-color: #EAEAEA;
	padding: 2px 8px;
	margin-left: 4px;
	margin-bottom: 4px;
}

