/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

ol.commentlist li .reply a {
	float: right;
	padding:0 0 5px 0;
	margin: 0;
        margin-right:15px;
	width: 37px;
	height: 22px;
	line-height: 22px;
	background: transparent url(images/btn-reply.gif) center center no-repeat;
	font-size: 10px;
	font-family: "Trebuchet MS", arial, sans-serif;
	padding: 0 10px;
	display: block;
}

/* Fix blockquote 
.entry blockquote {
	font-style: ;
	line-height: 20px;
	font-size: 14px;
	font-family: Georgia, serif;
	margin: 20px 0;
	}
.entry blockquote p {
	margin: 20px;
	padding: 0 0 0 40px;
	background: transparent url(images/blockquote_icon.gif) no-repeat top left;
	}
.entry blockquote {
  color:#4d4d4d;
}
*/

.entry blockquote {border:4px solid #d7d7d7; margin:10px 0 50px 0; padding:45px 25px 15px 25px; font-family:Georgia, "Times New Roman", Times, serif; color:#636363; line-height:24px; font-size:13px; background:url(http://mltnews.com/wp-content/themes/dailyedition/images/quoted.png) no-repeat 23px 25px; position:relative; clear:both;}

.entry .entry-content blockquote p, .entry .entry-content blockquote div{margin:10px 0;}

.entry blockquote cite{position:absolute; bottom:-42px; right:-4px; display:block; color:#636363; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-style:normal; background:url(http://mltnews.com/wp-content/themes/dailyedition/images/quote.png) no-repeat 30px 0; padding-top:25px; height:20px; display:block;}

.entry blockquote cite small{color:#91b12c; font-size:11px; font-weight:normal; margin-left:10px;}



/*Modify link text*/
.entry a{
	color: #66bc09;
}


/*Modify list */
.entry ul, .entry ol {
  font-size:14px;
  line-height:20px;

/* Modify large text size */

.post-alt h2 {
  font-size:20px;
  line-height:26px;
  text-transform:uppercase;
}

span.wpcf7-list-item { display: block; }