/* Enter Your Custom CSS Here */

blockquote {
width: 450px;
background-image:url('http://www.mutfak79.com/wp-content/themes/florence/img/lined_paper.png');
border: 1px solid #ccc;
box-shadow: 1px 1px 1px #ccc;
font-style: italic;
margin:20px;
}
blockquote:before{
position:absolute;
margin-top:-5px;
margin-left:1px;
content:url('http://www.mutfak79.com/wp-content/themes/florence/img/pin.png');
}
blockquote cite:before {
content: "\2014 \2009";
}
p {
  margin-top: 20px;
  margin-bottom: 20px;
}
ul {
    list-style-type: square;
}
li {
  margin:5px;
}