/* Random quote */
.quotescollection_randomquote q {
font-family:Arial, "Times New Roman", Times, serif; font-style: normal; font-size:12px; line-height:12px; color:#ccc;
}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right; color:#ccc;
}


.quotescollection_author { /* author */
	font-style:normal;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;color:#eee; font-weight:bold;
	

}

.quotescollection_source { /* source */
font-style:normal;
	font:Arial, Helvetica, sans-serif;
	font-size:11px; color:#ccc;}

.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 {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;
	color:#CCCCCC;
}

blockquote.quotescollection q {

}

blockquote.quotescollection author { /* author */
	font-style:white;
	font:Arial, Helvetica, sans-serif;
	font-size:9px;color:#eee; font-weight:bold;
	

}


blockquote.quotescollection cite {
float:right;
	display:inline;	
	font-size:0.83em;
	padding-top:5px;
	margin-bottom:30px;
	width:100%;
	text-align:right;
	font-style: normal;
}


/* See http://www.w3schools.com/css/pr_gen_quotes.asp */
q:lang(en)
{
quotes: "“" "”" "‘" "’";
}

/* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */
/*
q:before, q:after {
	content:"";
}
*/

