/*
Theme Name: XavierHo.com
Theme URI: http://xavierho.com/
Description: Xavier's personal design
Version: 1
Author: Xavier Ho
Author URI: http://xavierho.com/
Tags: xavier, ho
*/

/* CSS RESET */
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;
}
body {
	line-height: 1;
	color: white;
	background: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/******* BEGIN WORK HERE */

a, a:visited {
	color: #ffff66;
	text-decoration: none;
}

a:hover {
	color: #ff6633;
}

body {
	font-family: "Trebuchet MS", Ariel, Verdana;
	font-size: 12px;
	background-image: url("http://xavierho.com/wp/wp-content/themes/xavier-ho/_img/Body_BG.gif");
}

.page {
	background: black url("http://xavierho.com/wp/wp-content/themes/xavier-ho/_img/BG-footer.jpg") repeat-x scroll 0 100%;
	width: 100%;
	height: 100%;
}

.flashwidth {
	max-width: 1600px;
}	

.pagewidth {
	width: 800px;
	z-index: 0;
}

.center {
	position: relative;
	margin: 0 auto;
}

.navbarmain {
	margin-top: -160px;
	z-index: 1;
}

.clear {
	clear:both;
}

.section, h2 {
	font-family: Verdana, "Trebuchet MS", Ariel;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 3px;
	border-bottom: 1px dotted #666699;
	margin-bottom: 5px;
	color: #336699;
}

.section {
	letter-spacing: 0px;
}

.padding, .post {
	padding: 0 10px;
}

.biopic {
	margin: 0 5px 1px 0;
	clear: none;
	width: 70px;
	height: 126px;
	position: relative;
	float: left;
}

.sidecontent {
	color: #CCCCCC;
}

.date {
	position: relative;
	float: right;
	color: #333366;
	margin: -10px 0 0 5px;
	padding: 5px;
	font-size: 30px;
	opacity: 0.5;
	text-align: center;
	background: black;
}

.entry {
	padding: 12px 0 0 0;
	line-height: 15px;
}

.postmetadata, .commentmetadata {
	margin: 12px 0 24px 0;
	font-size: 10px;
	line-height: 12px;
}

.commentmetadata {
	position: relative;
	float: left;
}

.navigation {
	margin: 12px 0;
	overflow: auto;
}

.alignleft {
	position: relative;
	float: left;
}

.alignright {
	position: relative;
	float: right;
}

.mainindex {
	min-width:800px;
	position:relative;
	text-align:center;
	width:100%;
	height: 0;
	z-index: 12;
}

.commentlist {
	margin: 50px 0 0 0;
	background-image: url("http://xavierho.com/wp/wp-content/themes/xavier-ho/_img/Black_BG.gif");
	overflow: hidden;
}

.commentlist li {
	clear:both;
	overflow: auto;
}

.commenttext {
	min-height: 75px;
	padding: 10px 0 0 0;
}

.alt {
	background-color: black;
	background-image: url("http://xavierho.com/wp/wp-content/themes/xavier-ho/_img/Body_BG.gif");
}

.commentnumber {
	color: #333366;
	font-size: 72px;
	opacity: 0.25;
	font-weight: bold;
	font-style: italic;
	position: relative;
	float: right;
}

cite {
	font-size: 14px;
	position: relative;
	float: left;
	margin: 10px;
	width: 200px;
}

h1 {
	font-family: Verdana, "Trebuchet MS", Ariel;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	border-bottom: 1px solid #9999CC;
	margin-bottom: 5px;
	color: #6699CC;
	position: relative;
	float: left;
	width: 80%;
}

h3, h4 {
	font-family: Verdana, "Trebuchet MS", Ariel;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	border-bottom: 1px solid #9999CC;
	margin-bottom: 5px;
	color: #6699CC;
}

h4 {
	border: none;
}

p {
	margin: 5px 0 10px 0;
}

#respond {
	margin: 50px 0 0 0;

}

#indexdragon {
	position: absolute;
	margin:-125px 0 0 -75px;
	z-index: 42; /* is the meaning of life */
	cursor: pointer;
}

#header {
	clear: both;
	height: 550px;
	min-width: 800px;
	max-width: 1600px;
	width:100%
}

#header2 {
	clear: both;
	height: 100px;
	min-width: 800px;
	max-width: 1600px;
	width:100%
}

#content {
	width: 360px;
	position: relative;
	float: left;
	min-height: 400px;
	margin: -20px 20px 0 20px;
	padding: 20px 0 0 0;
	background-image: url("http://xavierho.com/wp/wp-content/themes/xavier-ho/_img/Body_BG.gif");
	z-index: 0;
	overflow: show;
}

#singlecontent {
	width: 560px;
	position: relative;
	float: left;
	min-height: 400px;
	margin: 0 20px;
}

#singlecontent h1 {
	width: 85%;
}

#singlecontent .date {
	margin: -10px 0 0 20px;
}

.entry ol, .entry ol li {
	list-style-type: decimal;
	margin-left: 20px;
}

#bio {
	width: 200px;
	position: relative;
	float: left;
	font-size: 10px;
	line-height: 12px;
}

#sidebar {
	width: 200px;
	position: relative;
	float: right;
}

#sidebar ul li h2 {
	font-size: 14px;
	letter-spacing: 1px;
}

#sidebar ul li {
	margin: 0 0 5px 0;
	padding: 0 10px;
}

#footer {
	width: 800px;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #666666;
	line-height: 12px;
}

#s, #comment, #commentformstyle input {
	border: 1px solid #666666;
	background: black;
	color: #CC9966;
	width: 100px;
}

#comment {
	width: 80%;
}

#commentformstyle {
	margin: 20px 0 0 0;
}
