/* Random quote */

.quotescollection_randomquote {
	padding-left:17px;
	padding-top:17px;
	padding-right:17px;

}

.quotescollection_randomquote q {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	color: #999;
	font-size: 13px;
}

.quotescollection_randomquote cite {
	font-family:Georgia,"Times New Roman",Times,serif;
	display:block; /* To display author and source in a new line */
	text-align:right; 
	padding-top:15px;
	font-size:0.9em;
	font-style: none;
	color:#333;
	padding-bottom:15px;

}

.quotescollection_author { /* author */

}

.quotescollection_source { /* source */

}

.quotescollection_nextquote {
	 border-top: 1px solid #dcdcdc;
	padding-top: 15px;
/* '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: "";
}
*/
