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


.art-postcontent .quotescollection_randomquote p {


}

.quotescollection_randomquote {
	margin:0px 35px 5px 35px;
}


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

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

.quotescollection_source { /* source */
	font-style:italic;
 	font-size:.9em
}

.quotescollection_nextquote { /* 'Next Quote »' link */

}

.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */
color:#003C00;
font-size: .8em;
margin-left: 300px;
font-weight:600;

}

.quotescollection_nextquote a:hover { /* use this if you want to change, for example, the color of the 'Next Quote »' link */
color:#f00;
font-size: .8em;
margin-left: 300px;
font-weight:600;

}

/* Quotes page */

blockquote.quotescollection {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;
    margin-top:20px;
}

blockquote.quotescollection q {
	font-size:.9em;
}


blockquote.quotescollection cite {
	display:block;	
	font-size:.8em;
    font-style: normal;
    font-variant: small-caps;
    margin: -15px 0 -20px 0;
}




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


