#content {
	float: left;
	width: 420px;
}

.twocols {
	border-top: 1px solid #CCC;
	padding-top: 20px;
}

.twocols .col1 {
	float: left;
	width: 205px;
}

.twocols .col2 {
	border-left: 1px solid #EFEFEF;
	float: right;
	padding-left: 10px;
	width: 190px;
}

.list li {
	border-top: 1px solid #EFEFEF;
	padding: 5px 10px;
}

.list li.first {
	border: none;
}

#sidebar {
	float: right !important;
	width: 300px !important;
}

h3.title {
	color: #000;
	font-style: italic;
	font-weight: normal;
	margin:0;
}

h3.title,span.author {
	text-align: right;
	padding-right: 10px;
	display: block;
}

span.author {
	margin-bottom: 1.5em;
}

#sidebar h2 {
	border-bottom: 1px solid #CCC;
	font-size: 100%;
	padding: 2px 0;
	text-transform: uppercase;
}

#sidebar h2 span {
	color: #F29400;
}

#menu {
	min-height: 0px;
	margin: 0 !important;
}

#menu li {
	width: 130px;
}

#projects ul {
	display: block;
	padding: 0;
}

#projects li {
	border: 1px solid #EFEFEF;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
}

#projects li a {
	display: block;
	height: 70px;
	width: 78px;
}

#lastposts li a span {
	color: #000;
	background-color: #D4D600;
}

#latestpost h3 {
    margin-bottom: 0;
    margin-top: .8em;
    color: #444;
    font-weight: normal;
    line-height: 1.5em;
}

#latestpost a.tag:hover {
    color: #6F6F6F;
}

#projects li a:hover {
	background-color: orange;
}


