/* Random quote */
.quotescollection_randomquote q {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right;
	margin-top: 10px;
}

.quotescollection_author { /* author */
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #999999;
	font-style: normal;
}

.quotescollection_source { /* source */
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #999999;
	font-style: normal;
}

.quotescollection_nextquote { /* 'Next Quote »' link */
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #CCCCCC;
}

.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */

}


/* Quotes page */
blockquote.quotescollection {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	text-align: center;
}

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:"";
}
*/

