/*------------------------------------------------reset things first----------------------------------------------*/
*{
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
}
a, :focus{
	outline:none;
}
li{
	list-style:none;	
}
hr, .hidden{
	display:none;
}
img{
	border:none;
}

/*---------------------------------------------------global layout------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background:url(images/background.jpg) top center repeat-x;
	background-color:#000000;
}

#wrap {
	background:url(images/spacer.jpg) repeat-y top center;
	margin:0px auto;
	height:auto;
	width:800px;
}

#header {
	margin:0px auto;
	height:125px;
	background:url(images/logo.png) no-repeat top left;
	}
	
#header a{
		margin:0px auto;
		display:block;
		overflow:hidden;
		text-indent:-3000em;
		width:500px;
		height:125px;
	}

#topbar {
	margin:-63px auto;
	float:left;
	width: 850px;
	}

/*--------------------------------------------------------navigation------------------------------------------------------*/

#nav {
	float:right;
	margin:0;
	padding: 0px 0px 0px 0px;
	background-color:#000000;
	width:300px;
	}	

#nav li {
	float:left;
	list-style:none;
	}

#nav li a {
	float:left;
	display: block;
	height:22px;
	margin-right:10px;
	overflow:hidden;
	text-indent:-3000em;
	}

#nav li #print {
	background: url(images/nav/print.jpg) no-repeat;
	width:58px;
 	}

#nav li #web {
	background:url(images/nav/web.jpg) no-repeat;
	width:44px;
	}

#nav li #sound {
	background: url(images/nav/sound.jpg) no-repeat;
	width:70px;
	}

#nav li #resume {
	background:url(images/nav/resume.jpg) no-repeat;
	width:85px;
	}


/*--------------------------------------------------------content------------------------------------------------------*/

#content {
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	width:800px;
	color:#FFFFFF;
	background-color:#000000;
	padding-right:2px;	
	padding-top:10px;
	padding-bottom:100px;
	}
	
#content p {
	padding-right:0px;
	}

#content a img{
     border: 0px;
	 }

#content a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}

#content a:visited {
	color:#FFF;
	text-decoration: none;
	font-weight: bold;
	}

#content a:hover {
	color:#333333;
	text-decoration: none;
	font-weight: bold;
	}


#me {
	margin-left:50px;
	width:225px;
	height:300px;
	padding:5px 5px 5px 5px;
	border:solid #333333 1px;
}

#featured {
	margin:60px auto;
	border:solid #333333 1px;
	width:800px;

}

#featuredcontent {
	margin:-50px auto;
	border:solid #333333 1px;
	width:800px;

}





.small {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;

}

.smaller {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
}

#caption{
font-family:Arial, Helvetica, sans-serif;
margin-top:0px;
padding-top:5px;
font-size:12px;
color:#a5a391;
padding-bottom:5px;
border-top: solid 1px #a5a391;

}



/*--------------------------------------------------------RSS------------------------------------------------------*/


.rss_box {
 margin:8px auto;
 margin-left:10px;
 }
 
 .rss_title, rss_title a {
 
 
 }
 
 .rss_items {
 color:#CCCCCC;
 font-size:14px;

  
}


.rss_item a:link, .rss_item a:visited, .rss_item a:active {
 border-top:none;
 font-size:18px;
  
}

.rss_item a:hover { 


}
	
.rss_date {
color:#333333;
font-size:11px;
}

	
	

	