/* Random quote */
.quotescollection_randomquote q {
}

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

.quotescollection_author { /* author */
	font-style: italic;
	font-size: 90%;
	padding-right: 30px;
	
}

.quotescollection_source { /* source */

}

.quotescollection_nextquote, quotescollection_refresh { /* 'Next Quote »' link */
/*background: url(../../../img/more.png) left no-repeat;  */
margin: 0 0 0 0;
padding: 0 0 7px 0;

}

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


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


#random-quote{
	width: 270px;
	background: url(../../../images/sticker.png) no-repeat right top;
	min-height: 290px;
	color: #000000;
padding: 0 35px 0 28px;


	
}

*html #random-quote{
	
height: 290px;
margin-right: 7px;
margin-left: 7px;
	
	
}

#random-quote h2{
	
	padding-top: 70px;

	
}
