/* quotes boxes CSS Document */

.quotes {
	width:304px;
	background: #142e6b url(images/quotes_box_bottom.gif) no-repeat left bottom;
	float:left;
	margin-bottom:15px;
	}
	
	#home .quotes {
	margin-bottom:0px;
	}
	
	.quotes p {
	background: url(images/quotes_box_top.gif) no-repeat left top;
	padding: 15px 30px 20px 35px;
	}
	
	.quotes p+p {
	background: none;
	padding: 0px 0px 20px 35px;
	}
	
	.quotes p+p img {
	float: left;
	padding-bottom:10px;
	padding-right:10px;
	margin-top:-13px;
	margin-bottom:-13px;
	}
	
	.quotes .pen {
	float: left;
	}
	
/* css for comments page specifically: */	
#comments .quotes {
	width:304px;
	margin-right:15px;
	}
	
#comments .quotes .p2q {
	padding:0 30px 20px 35px;
	background: none;
	}
	
	#comments .quotes .p1q {
	background: url(images/quotes_box_top.gif) no-repeat left top;
	padding: 15px 30px 5px 35px;
	}
	
/* end css for comments page specifically: */	


	
.quotes_gap {
	float:left;
	width: 20px;
	height:50px;
	border: solid 0px #fff;
	}
	
	
	
	
	