/* Random quote */
.quotescollection_randomquote  {
	width:192px;
	overflow:hidden;
	background-color:#ffffff;
	padding:15px;
	text-align:center;
}


.quotescollection_randomquote h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:4px;
	color:#7C94A8;
}

.quotescollection_randomquote q, .quotescollection_randomquote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	line-height:16px;

}

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

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

.quotescollection_source { /* source */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	font-style:normal;
	font-variant:small-caps;
}

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

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:"";
}
*/