
/* recyclebank styles */

.quote_background_image{
	background:transparent url(images/note-chunk.png) repeat-y scroll left top;
	left:-75px;
	min-height:200px;
	position:relative;
	width:318px;
}

.quote_content{
	padding:20px;
}

.quote_bottom_image{
	background:transparent url(images/note-bottom.png) no-repeat scroll center top;
	height:40px;
	left:-75px;
	position:relative;
	width:318px;
}

.main_image{
	max-width:597px;
	max-height:288px;
	float: none;
	padding-bottom:16px;
}

.thumbnail_image{
	float: left;
	margin-right:20px;
	margin-bottom:5px;
	margin-top:5px;
}

.article_image{
	clear:left;
	float: left;
	margin-right:20px;
	margin-bottom:15px;
	margin-top:15px;
}

.transparentPNG{
	
}

/* author page style */

#author_image_container{
	background:transparent url(images/author-polaroid.png) no-repeat scroll center center;
	height:245px;
	left:-245px;
	position:absolute;
	top:-34px;
	width:246px;
	z-index:25;
}

.ie7 #author_image_container{
	top: -15px;
}

.ie6 #author_image_container{
	top: -16px;
}

#author_image_container img{
	width:206px;
	height:175px;
	left:20px;
	top:20px;
	position:relative;
	z-index:30;
}