/* Random quotes */

.bqstart { /* To display customized quote START marks */
     float: left;
     height: 45px;
	/* width: 30px;*/
     margin-top: 5px;
     padding-top: 30px;
     margin-bottom: -50px;
	 margin-right: 10px;
     font-size: 1000%;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 color:#3D6CB0;
 }
 
.bqend { /* To display customized quote END marks )*/
     float: right;
     height: 25px;
     margin-top: 25px;
     padding-top: 25px;
     font-size: 500%;
	 font-size: 1000%;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 color:#3D6CB0;
     
}
 
.quotescollection_randomquote q  {
	display:block;
	text-align:justify;
	color:#666666;
	font-style:italic;
}

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

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

.quotescollection_source { /* source */
}

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

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


/* Quotes page */
blockquote.quotescollection {
}

blockquote.quotescollection q {
}

blockquote.quotescollection cite {
}

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


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