/* Random quote */
.quotescollection_randomquote q {
background:url('/wp-content/themes/demar/img/99.gif') no-repeat bottom right;
padding:20px 0 10px 0;
font-size:1.2em;
color:#00596b;
line-height:1.35em;word-spacing:-0.05em;
}
.quotescollection_randomquote a {display:block;margin:15px 0 0 0;font-size:1em;font-weight:bold;text-align:right}

.quotescollection_randomquote cite {
margin: 15px 0 0 0;
	display:none; /* To display author and source in a new line */
	text-align:right; 
font-size:1.2em;
color:#046a7d;
}


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

/* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */


q:before, q:after {
	content:"";
}
q:before{background:url('/wp-content/themes/demar/img/66.gif') no-repeat top left;
padding:10px 35px 0 0;}
q:after{padding-left:35px}




