/* ============================= */
/* Ouch! Generic Article CSS */
/* ============================= */

.generic-article, .generic-article .article{ position:relative; width:466px; }
#blq-content.generic-article #ouch-crumb { top:-3.66em; }

#personality{
	border-bottom:1px solid #999;
	margin-bottom:1em;
	overflow:hidden;
}
#personality img{
	float:left;
	margin:0.33em 10px 1em 0;
}
#blq-content #personality p.name {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 0.33em;
}
#blq-content #personality p.name strong {
	font-weight: normal;
}
#blq-content #personality p{
	font-size: 0.9em;
}
#blq-content #personality p.author-more{
	margin: 0.5em 0 1em 0;
	font-weight:bold;
}

#blq-content.generic-article h1{ /* make this specific to generic-article pages as this stylesheet is also used for hand-coded pages */
	padding: 0;
	margin: 0;
	background: none;
	font-size: 1.66em;
	font-weight: normal;
	line-height: 1.4em;
	width:320px;
}

#blq-content .non-personality{
	margin: 0 0 1em 0;
}
#blq-content .non-personality p.author{
	font-size: 1em;
	margin: 0.2em 0 0 0;
	font-weight: bold;
	width:320px;
}
#blq-content p.date{
	font-size: 1em;
	margin: 0 0 1em 0;
	font-weight: bold;
	width:320px;
}

/* -- print and send to friend -- */

#print-this, #send-to-friend{
	min-height:1.2em;
	_height:1.2em;
	max-width:136px;
	_width:136px;
}
#print-this a, #send-to-friend a{
	font-size: 0.9em;
	line-height:1.2em;
	min-height:1.2em;
	_height:1.2em;
	max-width:136px;
	_width:136px;
	display:block;
	text-decoration: none;
}
#print-this{
	display: none;
}
.js #print-this{
	position:absolute; top:1.5em; right:0; _width:3.9em;
}
#send-to-friend{
	position:absolute; top:0; right:0; _width:6em;
}
#send-to-friend a, #print-this a{
	text-transform:uppercase;
	padding-left: 17px;
	color:#666c6f;
}
