
/* /index.html */
.center {
	margin-left: auto;
	margin-right: auto;
	width: 226px;
}
a.highlighted-link {
	color: red;	
}
#homeheader {
	margin-top: 200px;	
}
	#homeheader h3 {
		float: right;
	}

/* tags */

p {
    font-size: 1.15em;
}
h2 {
    font-weight: bold;
}
h3 {
    font-weight: bold;
}

/* other */

#pageheader, #pageheader img, #pageheader h3 {
	float: right;	
}
	.header h3 {
	    font-size: 1.2em;
	    font-weight: bold;
	    clear: both;
	}

.container h2 {
	float: left;
	clear: left;
}
.project {
	margin-top: 20px;
	clear: both;
	border-bottom: 1px solid #DDD;
	margin-left: 10px;
	margin-right: 10px;		
}
	.project img {
		margin: 8px;
		float: right;
	}
	.project a img {
		border: 3px solid #DDD;	
		float: left;
	}	
	.project h3.alt {
		float: right;
	}

#nav h2 {
	width: 100%;
	padding-left: 10px;
	color: #FFF;
	background-color: red;
	
	clear: both;
}
.highslide-credits {
	display: none;
}