html, body {
	background-image: url(/images/background-small.jpg);
	background-attachment: fixed;
	overflow: auto;
	height: 100%;
}

#ie6_notice {
	display: none;
	background-color: #ff6666;
	color: #00ff00;
	font-size: 140%;
	text-align: center;
	border: 2px solid black;
	padding: 1.4em;
}

html {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 11px; 
	width: 100%;
	padding: 0px;
	margin: 0px;
}

a {
	color: #00c; 
	text-decoration: none;
}

a:hover {
	color:#00c;
	text-decoration:underline;
}

a:visited {
	color:#551a8b;
}

#pageholder {
	padding-top: 3em;
	padding-left: 1.4em;
	padding-right: 1.4em;	
	margin: 0 auto;
	margin-top: 0px;
	overflow: hidden;
	width: 735px;
	background-color: white;
	border-left: 3px solid black;
	border-right: 3px solid black;		
}

#navigation {
    z-index: 100;
    clear: both;
	position: fixed;    
    top: 0px;    
    list-style: none;
    list-style-position: inside;
    margin-left: -1.4em;
    min-height: 4em;
}

div.nav_title {
    font-size: 150%; 
    font-weight: bolder; 
    clear: both;
    margin-top: .25em;
    margin-left: .5em;
    height: 29px;
    overflow: hidden;
}

li.first_nav_child {
	border-left: none;
}

li.navigation_child {
    list-style: none;
	list-style-type: none;    
	position: relative;
	float: left; 
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
	background-color: white;
	padding-top: .6em;
	width: 199px !important;
}

li.navigation_child hovered_category {
    background-color: #ddd !important; 
}

li.hovered_item, li.page-highlight {
	border-top: 1px solid black !important;
	border-bottom: 1px solid black !important;
	background-color: #ACC7E4 !important;
	padding-bottom: 2px !important;
	cursor: pointer;
}

#navigation a,
#navigation a:visited {
	text-decoration: none;
	color: black;
}

ul.sub_nav {
	list-style-position: none;
	margin-left: 0px;
}

ul.sub_nav li {
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
	border-top: #ddd solid 1px;
	padding-left: 1em;
	background-color: white;    
	font-size: 125%;
    list-style: none;
	list-style-type: none;	
}

#navigation li.striped { 
	background-color: #e6e6e6;
}

#content_space {
	padding: 1.4em;
	padding-top: 3em;
	clear: both;
}

.date {
	margin: 0px;
	font-size: 75%;
}

div.posting h3 {
	margin-bottom: .25em;
}

div.hr-line {
    border-top:1px dashed #ddd; 
    width: 90%; 
    height: 3px; 
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: .5em;
    clear: both;
    overflow: hidden;
}

#feed_holder { 
	font-size: 175%;
	clear: both;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1em;
}

#feed_holder a, a:visited, a:hover, img {
	text-decoration: none;
	border: 0px;
}

span.small_note {
	font-size: small;
	font-weight: bold;
	display: none;
	margin: 0px;
	padding: 0px;
	margin-left: .1em;
}

#about_me ul {
	outline-style: none;
}

#about_me li {
	list-style-position: inside;
	list-style-type:none;
}

span.front_page_subtext {
	clear: both;
	font-size: 300%;
	padding-bottom: .5em;
	display: block;

}

#front_page_display {

	text-align: center; 
	vertical-align: middle; 

}

#front_page_display h1 {
	font-size: 700%;
	font-weight: normal;
	margin-top:	150px;
	margin-bottom: 0px;
	padding: 0em;
}

div.portfolio_item {
  background-color: #cc9966;
  border-top: 1px solid #996633;
  border-bottom: 1px solid #996633;
  padding: .5em;
  overflow: hidden;
  margin-bottom: 1em;
  font-size: 90%;
}

div.portfolio_item_highlight {
  background-color: #ffcc99;
}

div.portfolio_item img {
	float: left;
	border: black 2px solid;
	margin-right: 1em;
	margin-bottom: 1em;
}