/* Random quote */
.quotescollection_randomquote q {
	font-size: 1em;
	line-height: 1.2em;
	}
.quotescollection_randomquote p {
	font-size: 1em;
	line-height: 1.2em;
	}

.quotescollection_randomquote cite {
	font-size: 1em;
	line-height: 1.2em;
}

.quotescollection_author { /* author */

}

.quotescollection_source { /* source */

}

.quotescollection_nextquote { /* 'Next Quote »' link */
	position: absolute; bottom: 0px; right: 10px;
	color: #ff8a00;
	font-size:1.1em;
	line-height: 1.3em;
	font-weight:bold;
}

.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */
	color: #ff8a00;
	font-size:1.1em;
	line-height: 1.3em;
	font-weight:bold;
}



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

a.disabled {
	cursor:default;
}

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

