/*  
* Template-specific stylesheet for the Our Work Profile template
* which simply extends 2-Column Solid
@import url('tpl-people-profile.css');
*/
@import url('tpl-3col-solid.css');



/* CONTENT
------------------------------------------------------------*/
.entry > ul:first-child li {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
.entry > ul:first-child li em {
	color:#999;
	font-weight:normal;
}
.entry p img {
	display:block;
	
}
.post h3 {
	width:350px;
}
div.button {
	float:right;
}

pre {clear: left;}

.entry hr {display: block; clear: both; border: 0;  padding: 5px 0px;  width: 80%; color: #FFFFFF; background-color: #FFFFFF; height: 5px;}
/* SIDEBAR
------------------------------------------------------------*/
#sidebar.work-listing h3 {
	background:#000;
	color:#cc0000;
	display:inline;
	font: bold 1.2em Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0.2em 0.4em;
}
#sidebar.work-listing ul {
	margin-top:1em;
}
#sidebar.work-listing ul li {
	margin-bottom:1em;
}
#sidebar.work-listing ul li a {
	text-decoration:none;
	background:#fff;
	padding:0.2em 0.4em;
}
#sidebar.work-listing ul li a:hover {
	text-decoration:underline;
}


#content img {margin: 5px;}
