/* entry */

.filter {
	text-align: center;
	margin: 3px;
}

.entry { 
    text-align: justify;
    min-height: 200px;
    clear: both;
}
.entry h1,
.entry h2 {
    font-family: Fritz, serif;
    text-transform: capitalize;
    margin: 0;
    text-align: center;
    font-weight: bold;
}
.entry h1 {
    font-size: 18px;
    padding-bottom: 5px;
}
.entry h2 {
    padding-bottom: 15px;
    font-size: 15px;
}
.entry .pricing {
    font-family: Fritz, serif;
    text-transform: capitalize;
    padding-top: 15px;
    font-size: 15px;
    text-align: right;
    font-weight: bold;
    color: #003300;
}
.entry-list a {
    color: #4e2312;
    text-decoration: none;
}

.entry > p,
.entry > div {
    line-height: 1.3;
    color: #2d1607;
    font-size: 14px;
}
.entry-photo-l {
    float: left;
    margin: 2px 10px 10px 0;
}
.entry-photo-r {
    float: right;
    margin: 2px 0 10px 10px;
}

.entry img,
.entry-photo-l img,
.entry-photo-r img {
    max-height: 190px;
    max-width: 225px;
    padding: 2px;
    background-color: white;
    border: solid 1px #555;
}
.entry-summary {
    font-size: 15px;
}
.entry ul {
    margin-left: 0;
    padding: 0;
}
.entry ul li {
    list-style: none;
    margin: 0 0 4px 0;
    padding: 0 0 0 14px;
    background: transparent url(/recipes/img/bullet-square.gif) left top no-repeat;
}
.entry-list .entry {
    margin: 0 -10px;
    padding: 10px;
}
.entry-summary,
.entry-summary p {
    padding-top: 0;
}
.entry-list .entry:hover {
    background: #FFDDD6;
}
.entry-list .entry:first-child {
}
.entry-list .entry:last-child {
}

br.clear {
    clear: both;
}
.paging {
	clear: both;
	text-align: center;
}