/* @override http://localhost/~jamiemill/keiko/keiko.css */

body {
	background-color: #141414;
	font-family: "Monaco","American Typewriter", "Courier New", Courier, mono;
	color: #868686;
	font-size: 9pt;
	line-height: 2em
}

h1 {
	letter-spacing: 0.4em;
	font-weight: normal;
	color: #fff;
}
h2 {
	letter-spacing: 0.4em;
	font-weight: normal;
	color: #fff;
	border-style: dashed;
	border-width: 1px 0;
	border-color: #868686;
	padding: 6px 0;
}

#side h2 {
	font-size: 1em;
	padding: 0;
}
h3 {
	clear: both;
	color: wheat;
	text-transform: uppercase;
	font-weight: normal;
}



#side {
	float: right;
	width: 250px;
	/*border-left:  1px dotted white;*/
	padding: 0 10px;
}

#main {
	float: left;
	width:520px
}

a {
	color: white;
}

p.highlight {
	/*color: #f1fffb;*/
}

p.portfolio {
	margin-left: 200px;
}

dt {
	clear: both;
	color: wheat;
	text-transform: uppercase;
}

dd {
	margin: 0 0 0 200px;
	
}
.img_box {
	float: left;
	display: inline;
	/*margin: 0 0 20px -200px;*/
	width: 200px;
	margin-bottom: 20px;
}

img {
	border-style: none;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#feedback_box {
	width: 100%;
	height: 75px;
}

hr {
	border: none;
	border-top: 1px dashed grey;
}

.clear {
	clear: both;
}

table td {
	line-height: 1.3em;
	vertical-align: top;
	padding-top: 8px;
}