/* Random quote */
.quotescollection_randomquote q {
}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right; 
}

.quotescollection_author { /* author */
	font-style:normal;
}

.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 */

}


/* Quotes page */

blockquote.quotescollection {
	margin:-15px auto;
	padding:0;
	width:620px;
	background-color:#eeeff0;
	
}

blockquote.quotescollection q {
	display:block;
	color:#5B616E;
	padding:0 15px;
	font-size:.8em;
}

blockquote.quotescollection cite {
	color:#4D4D4D;
	display:block;
	font-size:0.8em;
	font-style:normal;
	font-weight:bold;
	margin:0;
	position:relative;
	right:15px;
	text-align:right;
}

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

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

