/* Random quote */

.quotescollection_randomquote blockquote {
	margin:2em;
	padding:0;
	border:0;
}
.quotescollection_randomquote q {
	font-size:20pt;
	line-height:36pt;
	color:#004b80;
}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right;
	margin:10px 0 0 0; 
	font-size:16pt;
	color:cornflowerblue;
}

.quotescollection_author { /* author */

}

.quotescollection_source { /* source */

}

.quotescollection_nextquote { /* 'Next Quote »' link */
	position:absolute;
	top:135px;
	left:50%;
	margin:0 0 0 120px;
	padding:0;

}

.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */
	font-size:14pt;
	font-weight:normal;
}


/* Quotes page */
blockquote.quotescollection {
	border:0;
	padding:0 0 1em 0;
	margin:1em 2em 0;
	font-family:'Trebuchet MS', verdana, arial, serif;
	font-size:12pt;
	font-weight:bold;
	line-height:20pt;
	border-bottom:1px dotted #aaa;
}

blockquote.quotescollection p {
	padding: 0;
	margin: 0;
}

blockquote.quotescollection q {
	color:#004580;

}

blockquote.quotescollection cite {
	display:block;
	font-size:11pt;
	text-align:right;
	line-height:1em;
	color:cornflowerblue;
	background:transparent url(images/blank.gif);
}

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

/*
q:before, q:after {
	content:"";
}
*/
