* {
	margin:0px;
	padding:0px;
	font-family:Verdana;
}

body {
x	background-image:url(/resources/background.png);
x	background-repeat:repeat-x;
	background:#434337;
}

#header {
	text-align:left;
	position:relative;
	width:66%;
	min-width:550px;
	margin-top:0px;
}

h1 {
	font-weight:normal;
	margin-bottom:10px;
	color:#2A2A32;
}

h4 {
	font-weight:bold;
	color:#2A2A32;
}

h4 a {
	border:none;
}

h2 a {
	font-weight:bold;
	font-size:18px;
	color:#2A2A32;
}


a {
	color:#2a2a32;
	text-decoration:none;
	xborder-bottom:1px solid #871616;
	border-bottom:1px solid #E50F00;
}

a:hover {
	color:#E50F00;
}

hr {
x	margin-bottom:30px;
}

#mainDiv {
	position:relative;
	width:66%;
	min-width:550px;
x	margin-left:17%;
x	margin-right:17%;
	background:#f7f7f7;
	border:3px solid #ccbbaa;
	text-align:left;
	z-index:1;
}

#content {
	padding:25px;
	z-index:1;
}

.entry {
	margin-left:25px;
	font-size:14px;
	line-height:18px;
	margin-bottom:14px;
	margin-top:14px;
	color:#2a2a32;
x	list-style:url(/resources/bullet.png);
	list-style:circle;
}

.heavy {
	font-weight:bold;
	color:#2A2A32;
x	cursor:default;
	font-family:Trebuchet MS;
	font-size:16px;
}

.description {
	color:#777;
	font-size:14px;
}

.email:hover {
	color:#555;
}

.smallcall {
	font-size:13px;
	margin-left:15px;
}

.postmetadata {
	font-size:10px;
	margin-bottom:15px;
	color:#888;
}

div.entry {
	margin-top:8px;
}

.postmetadata a {
	border:none;
	color:#555;
}

div.post {
	border-bottom:1px solid #CCBBAA;
	margin-top:5px;
}

div.post h2 a {
	border:none;
	font-size:14px;
}

div.post h2 {
	font-size:14px;
}

img {
	border:none;
	text-decoration:none;
}

div.project a img {
	border:2px solid #CCBBAA;
	margin:0 5px 20px 0;
	float:left;
	background:#333;
	clear:both;
	
}

div.project {
	margin-bottom:5px;
	clear:both;
}

span.more {
	float:right;
}