/* Main */
body {
	background-color: white;
	}
#header {
	float: left;
	width: 150px;
	padding: 0px 0px 0px 5px;
	position: fixed;
	}
#menu {
	position: absolute;
	width: 200px;
	margin: 100px 0px 0px 140px;
	position: fixed;
	}
#content {
	margin: 0px 0px 0px 390px;
	padding: 87px 0px 0px 0px;
	width: 520px;
	}
#blog {
	margin: -53px 0px 0px 285px;
	}
	
/* Typography */
.name {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.25;
	letter-spacing:0.0125em;
	text-decoration: underline;
	}
.subname {
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.25;
	letter-spacing:0.0125em;
	color: #808080;
	}
.smalltext {
	margin: 0px 0px 0px 0px;
	font-size: 0.75em;
	text-decoration: none;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	line-height: 1.25;
	}
.address {
	font-size: 0.85em;
	}
.ttext {
	z-index: 15;
	padding: 0px 5px 0px 0px;
	cursor: pointer;
	}
	
.ttext:hover {
	text-decoration: line-through;
	}	
	
.title {
	color: black;	
	margin: 0px 0px 3px 0px;
	padding: 2px 0px 2px 0px;
	letter-spacing: 0.025em;
	font-size: 0.75em;
	text-decoration: none;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	text-align: right;
	z-index: auto;
	background:url('images/greyline.gif');
	} 
.head {
	color: #FFFFFF;
	font-size: 3.5em;
	font-weight:bolder;
	font-family: Helvetica,Arial,sans-serif;
	font-style: italic;
	text-align: left;
	z-index: auto;
	margin-left: -5px
	}	
.box {
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	z-index:5;
	}
.ajaxload {
	padding: 50px 0px 0px 350px;
	}	
	
/* Projects */

.entry {
	color: #808080;
	font-family: Helvetica,Arial,sans-serif;
	font-weight:bold;
	font-style: italic;
	font-size: 2em;
	letter-spacing: 1px;
	}
.entrytext {
	color: black;
	font-family: Helvetica,Arial,sans-serif;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1.4;
	letter-spacing: 0.0075em;
	display: inline;
	float: left;
	}
.entrytext img {
	margin: 18px 18px 0px 0px;
	}
/* links */
a {
	color: black;
	text-decoration: none;
	}
a:hover {
	color: black;
	text-decoration: line-through;
	}
a img {
	color: #FFFFFF;
	border: 1px dashed #CCCCCC;
	}
a:hover img {
	color: #FFFFFF;
	border: 1px dashed #CCCCCC;
	}
	
a em {
	color: #808080;
	}
a:hover em {
	color: #808080;
	text-decoration: line-through;
	}
	
.border {
	background: url('images/redline.gif');
	margin: 3px 0px 5px 0px;
	height: 7px;
	}