/*//////////////////////////////////

	Body and General Tag CSS

//////////////////////////////////*/

body {
	/* Page font settings */
	font-family: "Arial", Helvetica, Caslon, san-serif;
    line-height:1.125em;
    /*font-size: 100%;*/
    /* Page background settings */
	background-color:#FFFFFF;
	/* Page layout settings */
	/*min-width: 800px;*/
	padding-left: 30px;
	padding-top: 50px
    }
    
* {margin:0; padding:0; border:0;}
a {text-decoration: none;}
a img {border:none;}

h1, h2, h3 {
	font-weight:normal;
	color: #696969;
	}

h1 {
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.636em;/* 16x1.636=36px */
	}
/*//////////////////////////////////

	Heading Style and Layout CSS

//////////////////////////////////*/

#header {
	height: 120px;
	}

#header a:link {
	font-size: 0.875em;
	color: #A9A9A9;
	}
	
#header a:visited {
	font-size: 0.875em;
	color: #FF0000;
	}
	
#header a:hover {
	color: #FF0000;
	}
	
/*////////////////////////////

	Wrapper Layout CSS

////////////////////////////*/

* html #canvas {
  	height:1%; /* So navigation on IE wont slide off the page */
	}
	
#canvas {
  	padding-left:330px; /* The width of the navigation */
	}

/*///////////////////////////////////////////

	Navigation bar Style and Layout CSS

///////////////////////////////////////////*/

/* Top level */

#nav {
	width: 330px;
	min-width: 330px;
	margin-left: -330px;
	float:right;
	}
	
#nav li {
	list-style-type:none;
	text-align:left;
	}

ul.menu { 
	position: relative;
	display: block;
	}
	
ul.menu ul {
	margin-left: 16px;
	}

ul.menu li {
	clear: left;
	}

ul.menu h3 {
	font-size: 0.875em;
	color: #808080;
	padding-bottom: 16px;
	}
	
/* Link color change */
li.expanded a {
	color: #FF0000;
	}
	
li.collapsed a {
	color: #808080;
	}	
	
li.collapsed a:hover, li.expanded a:hover {
	color: #FF0000;
	}
 
/* Dynamic positioning */

li.collapsed .mLevel {
	position: absolute;
	left: -9999px;
	}

li.collapsed .mLevel a {
	position: relative;
	}
	
/* Second Level */

ul.subMenu {
	padding-bottom: 16px;
	}
		
ul.subMenu ul{
	margin: 0;
	padding-bottom: 16px;
	}
	
ul.sLink li{
	padding-bottom: 16px;
	}
	
ul.sLink {
	padding-bottom: 16px;
	}
 
ul.sLink li a{
	color: #A9A9A9;
	font-size:0.75em;
	}

ul.sLink li a:hover {
	color: #FF0000;
	}
	
ul.sLink li a.viewed {
	color: #FF0000;
	text-decoration: line-through;
	}

/*//////////////////////////////////

	Content Styles and Layout CSS

//////////////////////////////////*/


/* Main content Style */

#content {
	width: 100%;
	border-left: 330px solid #ffffff;
	margin-left: -330px;
	float: right;
	}
	
/* Generic content Block Styles */

.block {
	position: relative;
	float: left;
	margin-bottom: 20px;
	}
	
/* Generic Left & Right Column Styles */

.column {
	position: relative;
	float: left;
	}
	
.column_wide {
	position: relative;
	float: left;
	max-width: 30em;
	width:expression(document.documentElement.offsetWidth > 860? "500px": "100%" );
	/* IE 6 max-width fix from http://www.gunlaug.no/contents/wd_additions_14.html */
	}
	
.column_narrow {
	position: relative;
	float: left;
	max-width: 340px;
	width:expression(document.documentElement.offsetWidth > 700? "340px": "100%" );
	}
	
.column_narrow_fixed {
	position: relative;
	float: left;
	width: 320px;
}
	
.column_thin {
	position: relative;
	float: left;
	width: 150px;
	}
	
/* Generic Image Column Style */

.style_image {
	max-width: 345px;
	display:block;
	}

.style_image img{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	}
	
.style_image .hvlog a{
	font-size: 0.75em;
	color: #808080;
	margin-left: 10px;
}
	
/* Main Text Style */

.style_text {
	padding-right: 10px;
	padding-left: 10px;
	}

.style_text	li{
	list-style: none;
	padding-bottom: 1.375em;
	}

.style_text	h3 {
	font-size: 0.875em;
	padding-bottom: 1.375em;
	}

.style_text	p{
	font-size: 0.75em;
	color: #808080;
	}
	
.style_text	p {
	padding-bottom: 0.875em;
	}

/* Specific Front Page Text Adjust */

.style_text	p.front {
	font-size: 0.875em;
	}

/* Specific Information Style for Works */

.style_text	p.info {
	color: #696969;
	font-size: 0.675em;
	}
	
/* Specific Heading Column Styles */

.text_heading {
	width: 320px;
	padding-left:10px;
	}

.text_heading h3 {
	padding-bottom: 1.375em;
	font-size: 0.875em;
	}

/* Specific CV Column Styles */

.cv_left {
	position: relative;
	float:left;
	width: 500px;
	}
	
.cv_left dl {
	font-size: 0.75em;
	color: #808080;
	padding-bottom: 4.5em;
	}
	
.cv_left dt {
	/*float:left; */
	padding-top: 0.975em;
	padding-bottom: 0.875em;
	}
	
.cv_left dd {
	/*padding-left: 100px; */
	padding-bottom: 0.875em;
	}

/* Specific Style for Contact & Credit information */

#contact dl, #credits dl {
	color: #808080;
	width: 190px;
	}
	
#contact dd, #credits dd {
	font-size: 0.75em;
	margin-top: 0.5em;
	}

#contact dt, #credits dt {
	font-size: 0.75em;
	margin-top: 3em;
	border-top: 1px solid #808080;
	padding-top: 0.25em;
	}

#contact dd a, #credits dd a {
	font-size: 1em;
	}