/* NEW STYLES */
div.written-work {
	display: block;
	width:77em;
	border-bottom:1px solid #ddd;
	border-top:1px solid #f7f7f7;
  background: url('/images/writing/bg_page_edges.png') right repeat-y white;
  background-position-x: 100%;	
  margin-bottom:0em;
  padding:2em 1em 1em 2em;
  text-align: left;
	}

div.written-work .avatar {
	display: block;
	float:left;
	margin-right:2em;
	}

div.written-work .avatar img {
	padding:6px;
	background:#f8f8f8;
	border:1px solid #ddd;
	}

div.written-work h2 {
  font: bold 1.4em georgia, serif;
  margin:0;
  padding:0 0 .5em 0;
	clear:none;
	}

div.written-work h2 span.author {
	font-size:.7em;
	font-weight: normal;
	color:#888;
	}

div.written-work h2 span.author a {
	color:#888;
	text-decoration: none;
	}

div.written-work h2 span.author a:hover {
	text-decoration: underline;
	color:#003366;
	}

div.written-work .written-work-right {
	float:left;
	width:68em;
	}

div.written-work .written-work-blurb {
	clear:left;
	margin-bottom:1em;
	}

div.written-work .writing-meta {
	border-top:3px solid #f5f5f5;
	padding:.5em 1em 0 0;
	}

div.written-work .writing-meta .writing-meta-wordcount {
	float:left;
	color:#888;
	}

div.written-work .writing-meta .writing-meta-readmore {
	float:right;
	}

div.works span.links {
	margin:0; !important;
	position: absolute;
	top:15px;
	left:-45px;
	}

.works ul.grid li {
	clear:both;
	}