/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

/* CSS Document */
html, body {
	font-size: 12px;
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	color: #666;
	background-color: #fff;
	}

#contentholder {
	width: 1000px;
	padding: 0;
	margin: 0px auto;
	min-height:100%;
	position:relative;
}

#topcontent {
	margin: 0 20px 0px 20px;
	float: left;
	width: 960px;
	height:100%;
}

#sidecontent {
	margin: 20px 0 0;
	padding:5px;
	float: right;
	width: 255px;
	border:#eee solid 1px;
	height:100%;
}

#contact_content {
	margin: 0px 0 20px 0;
	float:left;
	width: 690px;
	padding: 0;
	height:100%;
}

#bio_content {
	margin: 0px 0 20px 0;
	float:left;
	width: 690px;
	padding: 0;
	height:100%;
	font-size:14px;
}

#portfolio_content {
	margin: 0px 0 20px 0;
	float:left;
	width: 100%;
	padding: 0;
	height:100%;
	border: solid 1px #efefef;
}

#portfolio_left {
	margin: 0px 10px 0 0;
	float:left;
	width: 280px;
	padding: 10px;
	height:100%;
}

#portfolio_screens {
	margin: 0px 0px 0 0;
	float:left;
	width: 640px;
	padding: 10px 10px 10px 0;
	height:100%;
}

#mini_content {
	margin: 10px;
	float:left;
	width: 460px;
	height:100%;
}


#specialholder {
	margin: 0 20px 20px 20px;
	float: left;
	width: 960px;
	height:100%;
}


#footerholder {
	margin: 0 20px 0px 20px;
	float: left;
	width: 960px;
	height:100%;
}


#footercontent {
	width: 800px;
	padding: 10px 0 0 0;
	margin: 15px 100px 10px 100px;
	position:relative;
	float:auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size:11px;
	color:#efefef;
	border-top: solid 5px #aaa;
}

a {
	color:#475170;
	text-decoration:none;
}
a:hover {
	color:#838dae;
	text-decoration:underline;
}

hr {
	border: medium #efefef;
	border-width: 1px;
	width: 100%;	
}

#headerimg 	{
	height: 200px;
	width: 1000px;
	background:url(../images/vincent-kwok-header.gif);
	}
	
	#headerimg_blog 	{
	height: 200px;
	width: 1000px;
	background:url(../images/vincent-kwok-blog-header.gif);
	}
	
#headerimg_portfolio 	{
	height: 200px;
	width: 1000px;
	background:url(../images/vincent-kwok-portfolio-header.gif);
	}
	
#headerimg_bio 	{
	height: 200px;
	width: 1000px;
	background:url(../images/vincent-kwok-biography-header.gif);
	}
	
#headerimg_contact 	{
	height: 200px;
	width: 1000px;
	background:url(../images/vincent-kwok-contact-header.gif);
	}
	
#menu {
	height: 30px;
	width: 341px;
	padding: 0px;
	float: right;
	margin-bottom: 5px;
	background: #fff;
	}
	
#networkin_sidetitle {
	background:url(../images/stitle_linx.gif) no-repeat;
	height:45px;
}

#recent_sidetitle {
	background:url(../images/stitle_recent.gif) no-repeat;
	height:40px;
}

#photo_sidetitle {
	background:url(../images/stitle_photo.gif) no-repeat;
	height:40px;
}

#sandbox_sidetitle {
	background:url(../images/stitle_sandbox.gif) no-repeat;
	height:40px;
}

#good_sidetitle {
	background:url(../images/stitle_good.gif) no-repeat;
	height:40px;
}

#project_sidetitle {
	background:url(../images/stitle_projectinfo.gif) no-repeat;
	height:40px;
}

#random_sidetitle {
	background:url(../images/stitle_random.gif) no-repeat;
	height:40px;
}


#all_sidecontent {
	margin: 0;
}

#all_sidecontent a {
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	color:#009cbc;
}

#all_sidecontent a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	color:#027087;
}

.opening {
	text-align: left;
	font-size: 22px;
	padding: 10px;
	font-weight:200;
	/*font-family: "Courier New", Courier, monospace;*/
	}
	
.postmetadata {
	text-align: left;
	font-size: 11px;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
	padding: 5px;
	}
	
	.postmetadata  a {
		font-family: "Lucida Sans Unicode", "Lucida Grande";
		color:#009cbc;;
	}

#menu ul {
	margin-top:0;
	padding-top:0;
	display:inline; 
	}
	
#menu li {
	float: left;
	list-style: none;
	list-style-type: none;
	}

#menu li a {
	display: block;
	text-indent: -5000px;
	height: 30px;
	background-image: url('../images/img_menu_new.jpg');
	}
#menu li.portfolio a {
	width: 90px;
	background-position: 0 0;
	}

#menu li.blog a {
	width: 90px;
	background-position: -90px 0;
	}
	
#menu li.bio a {
	width: 90px;
	background-position: -180px 0;
	}

#menu li.contact a {
	width: 71px;
	background-position: -270px 0;
	}
#menu li.portfolio a:hover {
	background-position: 0px -30px;
	}

#menu li.blog a:hover {
	background-position: -90px -30px;
	}

#menu li.bio a:hover {
	background-position: -180px -30px;
	}
	
#menu li.contact a:hover {
	background-position: -270px -30px;
	}

#special_box {
	float:left;
	width: 480px;
	line-height: 18px;
}

#footer_box {
float:left;
width: 240px;
	line-height: 18px;
}

.footercat {
	font-size: 12px;
	font-weight:medium;
	color: #555;
	border-bottom: solid 1px #eee;
	margin-bottom: 8px;
}

.artwrapper {
	border: solid 5px #ccc;
}

.footertxt {
	font-size:11px;
	color: #666;
	float:left;
}

.clearfooter {
height:5px;
clear:both;
}

.form {
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 11px;
	color:#666;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin-bottom: 10px;
}
/*--Window/Masking Styles--*/
.window {
	height:400px;	width: 960px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	position: absolute;
	bottom: 10px; right: 5px;
	width: 200px; height:15px; padding: 3px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
font-weight: bold;
	color: #bbb;
}
.paging a.active {
	font-weight: bold;
	color:#838dae;
	}
.paging a:hover {
	font-weight: bold; size: 10px;
	text-decoration:none;
	}

* html {#contentholder:height:100%;}

