﻿/* Random quote */
.quotescollection_randomquote q {
	border:none;
	background-color:none;
	padding:0;
	margin:0em;
	font-size:1em;  
    font-color:#ffffff;  
}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right; 
	border:none;
	background-color:none;
	padding:0;
	margin:0em;
	font-size:1em;  
    font-color:#ffffff;  
}

.quotescollection_author { /* author */
	font-style:normal;
 font-color:#bbbdbf;  
}

.quotescollection_source { /* source */
	font-style: italic;
	font-color:#D1D1D1;
}

.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:2px none;
	background-color:#000000;
	padding:0;
	margin:2em;
	font-size:1em;  
 font-color:#D1D1D1;  
}

blockquote.quotescollection q {

}

blockquote.quotescollection cite {
	display:inline;	
	font-size:0.83em;
	font-color:#D1D1D1;
}


/* 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:"";
}
*/
