/*!
 * Facebook Fanpage import Version 1.0.0-beta.7 (http://awesome.ug)
 * Licensed under GNU General Public License v3 (http://www.gnu.org/licenses/gpl-3.0.html)
 */
/**
 * This stylesheet is used to style the public view of the plugin.
 *
 * @since 1.0.0
 */
article .entry-content
{
    /* link wrapper */
    /* text wrapper */
    /* photo wrapper */
    /* video wrapper */
}
article .entry-content .fbfpi_link
{
    border: 1px solid #ccc;
}
article .entry-content .fbfpi_link h4
{
    margin: 0;
}
article .entry-content .fbfpi_link h4 a
{
    text-decoration: none;
}
article .entry-content .fbfpi_link .fbfpi_image a img
{
    width: 100%;
}
article .entry-content .fbfpi_text
{
    padding: 10px;
}
article .entry-content .fbfpi_text h4
{
    margin: 0;
}
article .entry-content .fbfpi_text h4 a
{
    text-decoration: none;
}
article .entry-content .fbfpi_text p
{
    margin: 5px 0 0 0;
}
article .entry-content .fbfpi_photo
{
    text-align: center;

    border: 1px solid #ccc; 
    background-color: #efefef;
}
article .entry-content .fbfpi_photo a
{
    line-height: 0; 

    display: block;
}
article .entry-content .fbfpi_photo a img
{
    width: 100%;
}
article .entry-content .fbfpi_video
{
    border: 1px solid #ccc;
}
