@charset "utf-8";
/* CSS Document */
/* Fabulous Finger Foods | url: 'https://www.fabulousfingerfood.com.au/friends-of-fabulousfingerfood.php' */
/* created on: 1/11/2012 */
/* created by: roi. JLumsden */
#friends-fff {
width: 585px;

}
h2, h3 {
font: bold 14px 'Open Sans Condensed', sans-serif;
color: #6E5948;
margin: 0;
padding: 0;
}

.friend {
width: 40%;
float:left;
font-family: 'Open Sans Condensed', sans-serif;
border-bottom: 1px solid rgba(139, 112, 90, 0.49);
min-height: 180px;
padding-bottom: 5px;
margin: 5px 5%;
height: 200px;
overflow: hidden;
}

.friend #title {
    width: 290px;
    display: block;
}

.friend #title h2{
font: normal 40px/44px 'Open Sans Condensed', sans-serif;
text-decoration:none!important;
}

.friend #desc {
}

.friend .logo {
    height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.friend #desc p, .friend #desc a {
    font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none!important;
}

.friend img{
    max-width: 180px;

}

.friend a:link, .friend  a:visited, .friend  a:active {
color: #E37816;
	text-decoration:none!important;
}
a:-webkit-any-link {
color: -webkit-link;
text-decoration: none;
cursor: auto;
}
.friend h2:hover {
color: #E37816!important;
text-decoration:underline!important;
}

