/* quotes collection plugin CSS */
/* http://srinig.com/wordpress/plugins/quotes-collection/ */
/* TYLER LOCAL css file -- altered functions.php file to remove plugin css and replace with this in local theme directory */
/* Big Jeff Music Site */

.quotescollection_randomquote {
	border-top: 1px dotted #EF0C8D;
	border-bottom: 1px dotted #EF0C8D;
	margin-top: 5px;
	margin-bottom: 15px;
/*	font-size: 11px; */
background: #fff;
padding: 5px;


}

.quotescollection_randomquote p q,
.quotescollection_randomquote q {
	color: #0492E4; 
/*	color: #EF0C8D; */
	font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	padding-top: 10px;
	text-indent: -3px;
	font-size: 13px;



}


.quotescollection_randomquote cite {
	color: #0492E4;
	/*color: #666; */
	display:block; /* To display author and source in a new line */
	text-align:right; 
	padding-left: 30px;
	margin-top: 5px;
		font-style:normal;
}

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

}

.quotescollection_source { /* source */
display: block;
}

.quotescollection_nextquote { /* 'Next Quote »' link */
text-align: right;
display: block;
padding-bottom: 10px;
padding-right:5px;
	color: #999;
		text-decoration: none;


}

.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */
	color: #999;
		text-decoration: none;

/* color:#0492E4; */
display:block;
margin:3px;
float: right;
padding-bottom: 5px;

}
.quotescollection_nextquote a:link, .quotescollection_nextquote a:visited {
	color: #999;
		text-decoration: none;
	}
	

.quotescollection_nextquote a:hover, a:active {
	color: #E7038C;
	text-decoration: underline;
	}

/* 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 {
	content: open-quote;
display: block;


	font-size: 800%;
	height: 100%;


margin-left:-40px;
margin-top:40px;

		color: #C0E7FE;
}
*/
/*
q:after {
content: close-quote;
margin-left: 1px;
}
*/

