@charset "utf-8";
/* CSS Document */

/*begin yahoo reset*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*End yahoo reset*/


body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	color: white;
	font-size: 100%;
	padding-top: 105px;
	font-family: Arial, Helvetica, sans-serif;
	}
	

* html #wholepage {
	width:800px;
	}
	
#header {
	background: url(images/headerbg.jpg);
	height: 100px;
	width: 100%;
	font-family:"Times New Roman", Times, serif;
	min-width: 240px;
	background-repeat: repeat-x;
	padding-left: 30px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 50;
	}
	
* html #header {
	width: 800px;
	}
	
#header h1 {
	font-size: 45px;
	display: inline;
	/*vertical-align: middle;*/
	line-height: 100px;
	}
	
#leftnav {
	min-width: 140px;
	background-color:#666666;
	position: fixed;
	top: 105px;
	left: 30px;
	border-bottom: 0px;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	cursor: pointer;
	}
	
* html #leftnav {
	width: 80px;
	height: auto;
	}

#leftnav .nav {
	min-height: 20px;
	min-width: 140px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid black;

	}
	
.nav:hover {
	background-color: black;
	}	   /* mouse over link */

.home #home {
	background-color: #444;
	}
	
.resume #resume {
	background-color: #444;
	}
	
.blog #blog {
	background-color: #444;
	}
	
.projects #projects {
	background-color: #444;
	}

.contact #contact {
	background-color: #444;
	}

#leftnav h6 {
	font-size: 120%;
	padding: 0px;
	margin: 0px;
	display: inline;
	}
	
#leftnav a:link {
	color: white;
	text-decoration: none;
	}     /* unvisited link */
#leftnav a:visited {
	color: white;
	text-decoration: none;
	}  /* visited link */
#leftnav a:hover {
	color: white;
	text-decoration: none;
	}	   /* mouse over link */
#leftnav a:active {
	color: white;
	text-decoration: none;
	}   /* selected link */

	
#content {
	max-width: 600px;
	margin-left: 200px;
	}
	
#wrap {
	margin-left: 100px;
	padding-top: 20px;
	width: 400px;
	}
	
#wrap a:link {
	color: white;

	}
#wrap a:visited {
	color: white;
	}
#wrap a:hover {
	color: white;
	}
#wrap a:active {
	color: white;
	} 
	
h2.title {
	font-size: 130%;
	font-family:"Times New Roman", Times, serif;
	}
	
.links {
	margin-top: 50px;
	}
	
ol.links{
	list-style: inside decimal none;
	}
	
ul.links{
	list-style: inside disc none;
	}
	
ol,ul.links > li {
	margin-bottom: 5px;
	}
	
ul.links > li > ul {
	list-style: none;
	margin-left: 20px;
	}

.links a {
	margin-right: 10px;
	padding-bottom: 5px;
	}

* html #bottom #content {
	width: 400px;
	}
	
#xhtml {
	position: fixed;
	left: 30px;
	top: 300px;
	}

.sale table {
    margin-top: 50px;
    width: 1000px;
}
	
.sale table, th, td {
        border: 1px solid white;
        }

.sale th, td {
        padding: 12px;
        max-width: 400px;
        vertical-align:top;
}

.sale th {
        text-align:center;
        font-weight:bold;
}

.sale1 #wrap {
        width: 1000px;
}

.sale1 #content {
        width: 1000px;
}

.thumb {
    width:100px;
    height:auto;
}