/* Random quote */
.quotescollection_widget {
	min-height: 428px;
	height: 428px;
}

.quotescollection_widget h3 {
	background: none;
	color: #fff;
	margin: 15px 0 0 20px;
	text-transform: none !important;
}

.quotescollection_widget .widget-title {
	margin-bottom: 0;
	background: none;
}

.quotescollection_randomquote {
	font-family: 'Signika', sans-serif;
	font-weight: 400;	
	color: #fff;
	padding: 5px 20px 0 20px;
}

.quotescollection_randomquote q {
}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right; 
	margin: 5px 0;
}

.quotescollection_randomquote p {
	margin: 0 !important;
}

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

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

.quotescollection_nextquote { /* 'Next Quote »' link */
	text-align: right;
}

.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */
	color: #fff;
}

.quotescollection_nextquote a:hover { /* use this if you want to change, for example, the color of the 'Next Quote »' link */
	color: #fff;
	text-decoration: underline;
}


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