/* CSS Document */

#allcontent  {
	Width: 800px;
	
	padding-top:  20px;
	padding-bottom:  0px;
	background:  #fff;
	margin-left:  auto;
	margin-right:  auto;
		
} 
body  {
	font:  small/1.6em Geneva, Arial, Verdana, san-serif;
}
h1  {
	font:  1.5em Optima, Georgia, serif;
	font-weight:  bold;
	text-align:  left;
	color: #333;
	padding:  0px 0px 15px 115px;
	letter-spacing:   .4em;
	
}
.news  {
	color:#990000;
	font-size:  .9em;
	font-weight:  bold;
	letter-spacing:   .1em;
	text-align: center;
	border:  1px dashed #ccc;
	padding: 5px 0px 10px 0px;
	
	background-color:#EFFFFF;
}

.menuSelection  {
	font-size:  .85em;
	font-style:  italic;
}
ul  {
	list-style-type: none;
	font-size:  90%;
	padding-left:  0px;
	margin:  0px 0px 0px 0px;
}
#nav  {
	float:  left;
	Width:  90px;
	line-height:  1.9em;
	padding-top:  20px;
}


#main  {
	color:  #333;
	font-size:  95%;
	margin-left: 110px;
	padding-top:  0px;
	  width:  600px; 
	  position:  relative; 
}
#imagesmain  {
	color:  #333;
	font-size:  95%;
	margin-left: 110px;
	padding-top:  20px;
	  width:  685px; 
	  position:  relative; 
}
.vertical {
	text-align:  center;
}
.projects p  {
	color:  #333;
	font-weight:  bold;
	font:  1.1em Geneva, Verdana, Arial, san-serif;
	text-align:  center;
	height:  5em;
	line-height:  .2em;
}
.projects  {
	float:  left;
	width:  208px;
	margin: 0px 10px 10px 10px;
	height:  220px;
	
}

#main img.thumbnail  {
	border: 1px solid #999;
	padding:  8px;
	
	
}
#bio  {
	padding-top:  20px;
	width:  490px;
}
#bio img   {
	float:  right;
	margin: 15px -75px 5px 35px;
	padding:  3px;
	border:  1px solid #ccc;
}
#resume     {
	
	font-size:  .8em;
	line-height:  .6em;
}
#resume h2   {
     font:  1.1em Geneva, Verdana, Arial, san-serif;
	 font-weight: bold;
	 padding-top:  8px;
}
#contact   {
	padding-left:  100px;
	padding-top:  50px;
}
#resumeIndent  {
	padding-left:  10px;
}
#resumeIndent2  {
	padding-left:  42px;
}
#main p.caption  {
  text-align:  right;
  font-size:  75%;
  line-height:  1.6em;
}
#djthumb {
	
	text-align:  right;
}
.title {
  font-style:  italic;
}
.enlarge   {
	position:  absolute;
	text-align:  right;
	top:  0px;
	right:  5px;
	font-size:  85%;
	
}
.backnext   {
	position:  absolute;
	text-align:  right;
	top:  10px;
	right:  5px;
	font-size:  85%;
}
.backnext a:link  {
	text-decoration:  none;
}
.backnext a:visited  {
	text-decoration:  none;
}
.backnext a:hover  {
	border-bottom:  1px solid #333;
}


a:link  {

    color:                  #333;
	text-decoration:	none;	
}
a:visited  {
       color:                 #333;
	   text-decoration:	none;
}
a:hover {
          color:                   #333;
		  text-decoration:	none;
		   
}
ul a:hover  {

          color:                   #000;
          border-bottom:           1px solid #333;
}

#inlineLink a:visited  {
       color:                 #666;
	   text-decoration:	none;
	  border-bottom:           1px solid #666;
}
#inlineLink a:link  {

    color:                  #666;
	text-decoration:	none;
	border-bottom:           1px solid #666;	
}
#inlineLink a:hover  {
		  text-decoration:	none;
          color:                   #000;
          border-bottom:           1px solid #000;
}
.projects p a:hover  {
	color:  #333;
	text-decoration:  none;
	border-bottom:    none;
}

#footer { 
  text-align: center;
  color: #666;
  font-size:  .75em;
  font-family:  Verdana, Arial, Geneva, sans-serif;
  line-height:  1.25em;
  display: inline;
}
#footer a:link {
 	color:  #666;
	text-decoration:  none;
}
#footer a:visited {
 	color:  #666;
	text-decoration:  none;
}
#footer a:hover {
 	color:  #666;
	 border-bottom:           1px solid #333;
}

.news a:visited  {
       color:#990000;
	   
	   text-decoration: none;
	  border-bottom:           1px solid #990000;
}
.news a:link  {

    color:                  #990000;
	
	text-decoration:	none;
	border-bottom:           1px solid #990000;	
}
.news a:hover  {
		  text-decoration:	none;
          color:#99CCFF;
          border-bottom:           1px solid #3300CC;


