/* MARK'S WEBSITE CSS STYLE */

body,td,th, p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
	line-height: 1.5em;
}

.footer {
	color: #333;
	width: 200px;
	float: left;
	/*margin-left: 10px; */
	position: relative;
	clear: both;
	}

H1 {
	font-size: 12px;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: bolder;
	color: #CC0000;
	}

a {
	color: #333333;
	text-decoration: none;
	border: none;
}

#pubs a {color: red}
	
#container {
	position: relative;
	width: 1000px;
	height: inherit;
	margin: auto;
	background-image: url(../images/mainbkg-hidden.jpg);
	background-repeat: no-repeat;
}

#header {
	position: relative;
	width: 230px;
	height: 50px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
	/* border-bottom: #336666 dotted 1px; */

}

#content {
	position: relative;
	width: 700px;
	float: right;
	margin-top: 50px;
	margin-bottom: 50px;
}

#next {
	font-size: 14px; 
	color: #333333;
	float: right; 
	clear: both; 
	margin-right: 325px;
	}


/* CLASSES FOR BIO INFO */
.hidden { display: none; }
.unhidden { display: block; }
/* END */

	
/* BEGIN NAV PANEL CSS */

#nav {
	position: relative;
	width: 150px;
	float: left;
	text-transform: capitalize;
	margin-left: 55px;
	margin-top: 10px;
}

#nav a:hover {color: red}

/* #tree {padding-bottom: 6px} */
			
#tree span {
  cursor : pointer; 
	font-family:Verdana, Geneva, sans-serif;
/*	font-weight: bolder;  */
	font-size:16px;
	color: #333;
}

#tree span:hover {color: red} 

#work span {
  cursor : pointer; 
	font-family:Verdana, Geneva, sans-serif;
/*	font-weight: bolder;  */
	font-size:16px;
	color: #333;
}

#work span:hover {color: red} 

#info span {
  cursor : pointer; 
	font-family:Verdana, Geneva, sans-serif;
/*	font-weight: bolder;  */
	font-size:16px;
	color: #333;
}

#info span:hover {color: red} 

ul {
	list-style-type: none;
	padding:0px;
  margin:0px;
	}
	
ul .sub {
	margin-left: 10px;
	font-size: 10px;
}

#navlinks li {
	cursor : pointer; 
	font-family:Verdana, Geneva, sans-serif;
/*	font-weight: bolder;  */	
  font-size: 16px;;
	color: #333;
/*	padding-bottom: 7px; */
}

#navlinks li:hover {color: red} 

li {
	font-family: Verdana, Geneva, sans-serif;
	cursor : default;
	text-transform: uppercase;
	padding-bottom: 6px;
      }

li a:hover {color: #F90}

/* END NAV PANEL CSS */    


.gallery {
    width: 113px;
    height: 150px;
    float: left;
    margin: 0px 35px 35px 10px;
    text-align: center;
    font-variant:small-caps;
	}

.gallery img {
	border: 1px solid #333333;
}

div .bio {
	padding-top: 48px;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
	}
	
div .bio a {
	color: #900;
	}
	
.iframe {
	border: #161616;
	border-bottom-color: #161616;
}

img.work {
	display: inline;
	border:thin solid #333;
	/* float:left; */
}

p.title {
	font-weight:bold;
	font-size:14px;
	color:#CC0000;
}

.indented {
	padding-left: 10px;
	padding-bottom: 0px;
}
