/* Random quote */
.quotescollection_randomquote q {
	font-size:13px;
	font-style:italic;
	line-height:24px;
}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right;
	font-size:14px;
	font-style:normal;
	border-bottom:1px solid #E6E6E6;
}

.quotescollection_author { /* author */
	
}

.quotescollection_source { /* source */

}

.quotescollection_nextquote { /* 'Next Quote »' link */

}

.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */
	background-image:url("images/refresh.png");
	display:block;
	float:left;
	height:58px;
	width:286px;
}


/* Quotes page */
blockquote.quotescollection {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;
}

blockquote.quotescollection q {

}

blockquote.quotescollection cite {
	display:inline;	
	font-size:0.83em;
}

/* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */

/*
q:before, q:after {
	content:"";
}
*/
