/* Random quote */

.quotescollection_randomquote q {

color:#ff6600;

}



.quotescollection_randomquote cite {

	display:block; /* To display author and source in a new line */

	text-align:right; 

}



.quotescollection_author { /* author */

	font-style:normal;

	font-size:11px;

	font-weight:bold;

	color:#ff6600;

}



.quotescollection_source { /* source */

color:#ff6600;

}



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

color:#ff6600;

}



.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;

	color:#ff6600;

	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:"";

}

*/

