@charset "UTF-8";
/* -----------------------------------------
    Filename: base.css
    Title: Primary CSS file for yiwinny.com
    Author: Yi Winny, yiwinny@gmail.com
    URL: http://www.yiwin.net/css/base.css
    License: Copyright 2009, yiwin, All rights Reserved.
    ------------------------------------------- */
	
/* ------- Basic Elements ------------------------------------------- */
html {
	margin: 0;
	padding: 0;
}
body, p, ul, form {
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	color:#515151;
	background: url(../images/global/bg.gif) repeat-y center #f7f7f7;
	padding:0;
	margin:0;
}
/* ------- Specific Divs ------------------------------------------- */
#container {
	width: 800px;
	min-height:648px;
	margin: auto;
	padding:36px 0 36px 0;
	position:relative;
}
#language {
	width:200px;
	float:right;
	clear:both;
	margin-right:43px;
	display:inline;
}
#language ul {
	list-style:none;
}
#language ul li {
	min-width:19px;
	float:left;
	display:inline;
	margin-left:16px;
}
#language ul li img {
	display:block;
}
#logo {
	width:119px;
	height:28px;
	float:left;
	clear:both;
	padding-left:25px;
	padding-bottom: 36px;
}
#contact {
	width: 188px;
	height:28px;
	line-height: 28px;
	text-indent:25px;
	background: url(../images/global/bg_contact.gif) no-repeat;
	color: #bbb;
	float:left;
	clear:both;
	position:absolute;
	/*bottom:50px;*/
	top:400px;
	left:-7px;
}
#contact a {
	color: #bbb;
	text-decoration:none;
}
#contact a:hover {
	color: #cc1515;
}
#contact_fix {
	width: 188px;
	height:28px;
	line-height: 28px;
	text-indent:25px;
	background: url(../images/global/bg_contact.gif) no-repeat;
	color: #bbb;
	float:left;
	clear:both;
}
#contact_fix a {
	color: #bbb;
	text-decoration:none;
}
#contact_fix a:hover {
	color: #cc1515;
}
#center {
	width:800px;
	float:left;
	clear:both;
}
#center .navigation {
	width:181px;
	float:left;
}
#center .navigation ul {
	list-style:none;
}
#center .navigation ul li {
	height:28px;
	line-height:28px;
	text-align:right;
	background-color:#828282;
	margin-bottom:4px;
	padding-right: 10px;
}
#center .navigation ul li.selected {
	height:28px;
	line-height:28px;
	text-align:right;
	background-color:#dadada;
	color:#cc1515;
	margin-bottom:4px;
	padding-right: 10px;
}
#center .navigation ul li a {
	color: #f1f1f1;
	text-decoration:none;
}
#center .navigation ul li a:hover {
	color: #cc1515;
}
#center .contents {
	width:516px;
	margin-left:67px;
	float:left;
}
#contact_wrapper {
	width:370px;
	margin:auto;
}

.blogImage {
	clear:both;
	}
.blogImage img {
     height:150px;
     width:150px;
	 padding:20px;
     border:0;
}
#namecard {
	width:261px;
	height:148px;
	background:url(../images/global/bg_namecard.gif) no-repeat;
	display:block;
	color:#828282;
	font-size:11px;
	text-align:center;
	margin-bottom:50px;
	float:right;
	clear:both;
}
#email_form {
	width:370px;
	float:right;
	clear:both;
}
.works_wrapper {
	width:514px;
	height:auto;
	margin-bottom: 70px;
}
.works_wrapper .workstitle {
	width:514px;
	height:79px;
	clear:both;
}
.works_wrapper .workstitle .number {
	width:79px;
	height:79px;
	line-height:79px;
	float:left;
	background-color:#f5f5f5;
	color:#ddd;
	font-size:55px;
	font-weight:bold;
	text-align: center;
}
.explanation_frn, .explanation_kor, .explanation_chn, .explanation_eng {
	width:415px;
	height:79px;
	margin-left:20px;
	float:left;
	display:none;
}
.works_wrapper .worksimg {
	width:514px;
	margin-top:20px;
}

.resume_frn, .resume_kor, .resume_chn, .resume_eng {
	display:none;
}

.blog_wrapper {
	width:514px;
	height:auto;
	margin-bottom: 70px;
}
.blog_wrapper .blogtitle {
	width:514px;
	height:79px;
	clear:both;
	position:relative;
}
.blog_wrapper .blogtitle .date_wrapper {
	width:79px;
	height:79px;
	float:left;
	background-color:#f5f5f5;
	color:#ddd;
	text-align: center;
	margin-right:20px;
}
.blog_wrapper .blogtitle .date_wrapper .date {
	font-size:48px;
	font-weight:bold;
}
.blog_wrapper .blogtitle .date_wrapper .year {
	font-size:12px;
	font-weight:bold;
	margin:10px 0;
}
.blog_wrapper .blogtitle .subject {
	width:415px;
	float:left;
	font-size:24px;
	line-height:26px;
	color:#000;
}
.blog_wrapper .blogtitle .tags {
	width:415px;
	height:12px;
	line-height:12px;
	background:url(../images/global/ico_tag.gif) no-repeat bottom left;
	float:left;
	text-indent:30px;
	position:absolute;
	top:67px;
	left:99px;
}
.blog_wrapper .blogdetails {
	width:480px;
	margin:17px;
	float:left;
}
.writing_comment {
	width:480px;
	height: 96px;
	background-color:#f7f7f7;
	padding:17px;
	float:left;
	clear:both;
	margin-bottom:20px;
}
.usercomment {
	width:480px;
	padding:17px;
	border-bottom: 1px solid #ededed;
}
.usercomment .user {
	font-size:14px;
	color:#66cc33;
	font-weight:bold;
	float:left;
}
.yiwinreply {
	width:480px;
	padding:17px;
	border-bottom: 1px solid #ededed;
}
.yiwinreply .yiwin {
	font-size:14px;
	color:#cc1515;
	font-weight:bold;
	float:left;
	background:url(../images/global/img_reply.gif) no-repeat top left;
	text-indent:20px;
}
.comments {
	float:left;
	margin-left:20px;
	width: 340px;
}
.icons {
	float:right;
}
.blog_lists {
	width:514px;
	height:79px;
	margin-bottom: 30px;
	clear:both;
	position:relative;
}
.blog_lists .date_wrapper {
	width:79px;
	height:79px;
	float:left;
	background-color:#f5f5f5;
	color:#ddd;
	text-align: center;
	margin-right:20px;
}
.blog_lists .date_wrapper .date {
	font-size:48px;
	font-weight:bold;
}
.blog_lists .date_wrapper .year {
	font-size:12px;
	font-weight:bold;
	margin:10px 0;
}
.blog_lists .image {
	width:79px;
	height:79px;
	float:left;
	margin-right:20px;
}
.blog_lists .subject {
	width:316px;
	float:left;
	font-size:24px;
	line-height:26px;
	color:#000;
}
.blog_lists .details {
	width:316px;
	float:left;
}
.blog_lists .tags {
	width:316px;
	height:12px;
	line-height:12px;
	background:url(../images/global/ico_tag.gif) no-repeat bottom left;
	float:left;
	text-indent:30px;
	position:absolute;
	top:67px;
	left:198px;
}
.list_tags {width:150px; height:auto; float:left; padding:10px; color:#ccc;}
.resume_wrapper {width:700px; margin:auto; margin-top:51px; margin-bottom:51px; line-height: 18px; color:#000;}
.resume_date {float:left; width:80px; margin-right:20px; text-align:right; color:#cc1515;}
.downloadpdf {float:left; margin-left:100px; width:600px; height:32px; line-height:32px; text-indent:42px; background:url(../images/global/ico-pdf.gif) no-repeat;}
/* ------- Form Style------------------------------------------- */
label {
	display:block;
	float:left;
	margin-right:15px;
	text-align: right;
	width:90px;
	height:26px;
	line-height: 26px;
}
input {
	display:block;
	margin:3px 0 3px 0;
	border:1px solid #ededed;
	color:#666;
}
textarea {
	display:block;
	margin:3px 0 3px 0;
	border:1px solid #ededed;
	color:#666;
}
.input_contact {
	width:249px;
	height:18px;
	float:right;
}
.textarea_contact {
	width:249px;
	height:180px;
	float:right;
}
.input_comment {
	width:110px;
	height:18px;
	float:left;
	color: #bbb;
}
.textarea_comment {
	width:480px;
	height:50px;
	float:left;
	color: #bbb;
	margin-bottom:10px;
}
/* ------- Links Style------------------------------------------- */ 

a.lang_french:link, a.lang_french:visited, a.lang_french:active {
	text-decoration:none;
	background:url(../images/global/lang_french.gif) no-repeat;
	display:block;
}
a.lang_french:hover {
	text-decoration:none;
	background:url(../images/global/lang_french.gif) no-repeat 0 -12px;
	display:block;
}
a.lang_english:link, a.lang_english:visited, a.lang_english:active {
	text-decoration:none;
	background:url(../images/global/lang_english.gif) no-repeat;
	display:block;
}
a.lang_english:hover {
	text-decoration:none;
	background:url(../images/global/lang_english.gif) no-repeat 0 -12px;
	display:block;
}
a.lang_chinese:link, a.lang_chinese:visited, a.lang_chinese:active {
	text-decoration:none;
	background:url(../images/global/lang_chinese.gif) no-repeat;
	display:block;
}
a.lang_chinese:hover {
	text-decoration:none;
	background:url(../images/global/lang_chinese.gif) no-repeat 0 -12px;
	display:block;
}
a.lang_korean:link, a.lang_korean:visited, a.lang_korean:active {
	text-decoration:none;
	background:url(../images/global/lang_korean.gif) no-repeat;
	display:block;
}
a.lang_korean:hover {
	text-decoration:none;
	background:url(../images/global/lang_korean.gif) no-repeat 0 -12px;
	display:block;
}
a.moveup:link, a.moveup:visited, a.moveup:active {
	text-decoration:none;
	background:url(../images/global/bt_moveup.gif) no-repeat;
	display:block;
}
a.moveup:hover {
	text-decoration:none;
	background:url(../images/global/bt_moveup.gif) no-repeat 0 -17px;
	display:block;
}
.bt_action {
	float:right;
	display: inline;
	margin-left:20px;
	background-color:#fff;
}
.bt_action a {
	width:76px;
	height:15px;
	padding: 6px 18px;
	border:1px solid #cdcdcd;
	color: #979797;
	text-decoration:none;
}
.bt_action a:hover {
	width:78px;
	height:17px;
	padding: 5px 17px;
	border:2px solid #cc1515;
	color:#cc1515;
	text-decoration:none;
}
a.bt_digihug:link, a.bt_digihug:visited, a.bt_digihug:active {
	text-decoration:none;
	background:url(../images/global/bt_digihug.gif) no-repeat;
	display:block;
}
a.bt_digihug:hover {
	text-decoration:none;
	background:url(../images/global/bt_digihugS.gif) no-repeat;
	display:block;
}
/* link for main navigation */
a.link_mn:link, a.link_mn:visited, a.link_mn:active {
	text-decoration:none;
	color: #cc1515;
}
a.link_mn:hover {
	text-decoration:none;
	color:#979797;
}
a.link_normal:link, a.link_normal:visited, a.link_normal:active {
	text-decoration:none;
	color: #979797;
}
a.link_normal:hover {
	text-decoration:none;
	color:#cc1515;
}
a.link_site:link, a.link_site:visited, a.link_site:active {
	text-decoration:none;
	font-size:20px;
	color: #000;
}
a.link_site:hover {
	text-decoration:none;
	font-size:20px;
	color:#cc1515;
}
a.link_tag:link, a.link_tag:visited, a.link_tag:active {
	text-decoration:none;
	color: #ccc;
}
a.link_tag:hover {
	text-decoration:none;
	color:#cc1515;
}
/* ------- Specific Style------------------------------------------- */ 
.floatleft {
	float:left;
	display:inline;
}
.floatright {
	float:right;
	display:inline;
}
.clearer {
	clear:both;
	display:inline;
}
br {
	clear:both;
}
.selectedcolor {
	color:#cc1515;
}
.lightgray {
	color:#bbb;
}
.gray {color:#515151;}
.darkgray {
	color:#222;
}
img {
	border: 0;
}
.marginleft {
	margin-left:20px;
}
.marginright {
	margin-right:20px;
}
.max300 {
	max-width: 300px;
}
.f16 {
	font-size:16px;
}
.f20 {
	font-size:20px;
}
.quote {
	width:516px;
	font-family: Georgia, serif;
	margin-bottom:40px;
	float:right;
	clear:both;
	text-align:right;
}
/* ------- 4 Slide of Screen shot -------------------------------------------  */
.screenshot {
	overflow: hidden;
	position: relative;
	pading: 10px;
	height: 160px;
	width: 600px;
}

.screenshot UL{
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.screenshot UL LI{
	display: inline;
}

.scrollbar {
	postion: absolute;
	cursor: move;
	top: 0;
	z-index: 100;
	height: 17px;
	width: 100px;
}
