/* Random quote */

.quotescollection_widget{
background-color:#FFFFFF;
}

.quotescollection_randomquote q {
	font-size:14px;
	color:#3a2149;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
padding-left:15px;
padding-right: 15px;

}
.quotes-footer {
background:url('http://www.rachelmarsom.com/wp-content/themes/rachelmarsom/images/quote-bottom.jpg') no-repeat bottom;
padding-top:20px;
}
.quotescollection_randomquote  {
background:url('http://www.rachelmarsom.com/wp-content/themes/rachelmarsom/images/quote-top.jpg') no-repeat top;
padding-top:42px;
margin-top:15px;
}

.quotescollection_refresh {


}

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

.quotescollection_author { /* author */
	font-size:10px;
	line-height: 10px;
	color:#3a2149;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-style:normal;
padding-right: 15px;

}

.quotescollection_source { /* source */

}

.quotescollection_nextquote { /* 'Next Quote ÃÂÃÂ»' link */
	margin-top: 20px;
}

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

}


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

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


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


