html {
	min-height: 90%;
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0;
	padding: 8px;
	background: #FCFCFC;
	
}

#links {
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 0;
	margin: 0 -4px 0 -6px;
	/*background: #efe;*/
	background-image: url(../images/gradient02a.png);
	/*background-repeat: repeat-x;*/
	background-origin: border-box;
	background-position: top;
	border-radius: 3px;
	z-index: 2;
}
#links ul {
	/*margin-left: 1em;*/
	/*margin-right: auto;*/
	margin-top: 0;
	padding-top: 2px;
	white-space: nowrap;
	list-style-type: none;
	
	z-index: 3;
}
#links ul li {
	display: inline;
	margin-left: 1em;
	padding: 5px 6px 2px 6px;
	/*background-color: #fee;*/
	background-image: url(../images/gradient02.png);
	background-position: bottom;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	
	position: relative;
	top: 5px;
	
	z-index: 4;
}
#links ul li:hover {
	padding-top: 8px;
	position:relative;
	top: 8px;
}
#links ul li.current {
	padding-top: 10px;
	position:relative;
	top: 10px;
}
#links ul a {
	text-decoration: none;
	font-weight: bold;
	color: #03a;
	
	z-index: 5;
}

#header {
	margin-left: 96px; /*8em;*/
	margin-right: 96px; /*8em;*/
	margin-bottom: 0;
	/*background: #D3CCFF;*/ /*#edf;*/
	/*border: 1px solid #D3CCFF;*/ /*#edf;*/
	/*border-radius: 20px 20px 0 0;*/
	text-align: right;
	/*display: inline-block;*/
}
#header h1 {
	margin-right: 3em;
	color: white;
	text-shadow: 4px 2px #400090; /*#C3BBDD;*/
}

#header em {
	float: left;
	color: white;
	text-shadow: 4px 2px #400090;
}

#wrapper {
	min-height: 100%;
	margin-left: 96px; /*8em;*/
	margin-right: 96px; /*8em;*/
	min-width: 770px;
	background: #D3CCFF url(../images/gradient03a.png) repeat-x top; /*#edf;*/
	border: 4px solid #C3BBDD; /*1px solid #D3CCFF;*/ /*#edf;*/
	border-radius: 20px; /*0 0 20px 20px;*/
	padding: 10px 4px 4px 6px;
}

#content {
	min-height: 10em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 60px;
	
	min-height: 400px;
	
	font-size: 105%;
	text-shadow: 1px 1px #D3CCFF;
}

#quote {
	clear: both;
	position: relative;
	min-height: 60px;
	margin-top: -60px;
	
}

#foot {
	text-align: center;
	font-size: x-small;
	color: #999;
}

.portfolio-item {
	clear: both;
	background-color: #E3DDFF;
	border: 1px solid #D3CCFF;
	border-radius: 4px 8px 8px 0;
	min-height: 120px; /*240px;*/
	margin-top: 0;
	padding: 4px;
	padding-left: 0px;
}

.portfolio-sep {
	color: #C3BBEE; 
	border-color: #C3BBEE; 
	width: 95%; 
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
}

/*.blogposts {
	list-style: square inside;
	display: inline;
	font-size: 95%;
}*/
.blogpost-item {
	margin-top: 1ex;
}
.blogpost-link {
	text-decoration: none;
	font-family: sans-serif;
	color: #3333DD;
}
.blogpost-text {
	font-size: 95%;
}
.blogpost-date {
	font-size: x-small;
	font-style: italic;
}