/*
This file is part of IK Facebook.

IK Facebook is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

IK Facebook is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with IK Facebook.  If not, see <http://www.gnu.org/licenses/>.
*/
@media all and (max-width: 480px) { 
	.introbox .feedbox {
	display:none;
	}
}
.feedbox {
	margin-top:20px;
}
span.feedhead {
	color:#f5f5f5;
	background-color:#84c447;
	padding:10px;
	margin:0px;
	padding: 5px 6px;
	text-transform:uppercase;
	font-family: 'Signika';
	font-weight:700;
	font-size:16px;
	display:block;
	float:left;
}
p.ik_fb_error{
	color: red;
	font-style: italic;
	font-size: 12px;
}

#ik_fb_widget {
    height: 310px;
    overflow: hidden;
    width: 100%;
}
#ik_fb_widget .ik_fb_feed_item {
    border-bottom: 1px dotted #DDDDDD;
    clear: both;
	height: auto !important;
    margin: 0 0 5px;
    padding: 0 0 5px;
    width: 96%;
}
#ik_fb_widget .ik_fb_feed_item img {
    float: none;
    margin: 0;
}
#ik_fb_widget .ik_fb_profile_picture {
    padding: 10px 4px 0;
    position: relative;
}
#ik_fb_widget .ik_fb_profile_picture img {
    float: left;
    margin: 0 4px 4px 0;
}
#ik_fb_widget .ik_fb_profile_picture .ik_fb_facebook_like {
    float: left;
    margin: 15px 0 0 10px;
}
#ik_fb_widget .ik_fb_profile_picture a {
    color: #3B5998;
    text-decoration: none;
}
#ik_fb_widget .ik_fb_profile_picture a:hover {
    text-decoration: underline;
}
#ik_fb_widget .ik_fb_profile_picture .ik_fb_name {
    font-size: 14px;
    font-weight: bold;
}
#ik_fb_widget .ik_fb_feed_window {
	border-top: 1px solid #DDDDDD;
    height: 199px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: auto;
}
#ik_fb_widget .ik_fb_feed_window a, #ik_fb_widget .ik_fb_feed_window a:visited {
    color: #29509E;
    font-weight: bold;
}
#ik_fb_widget .ik_fb_feed_window a:hover {
    text-decoration: underline;
}
#ik_fb_widget .ik_fb_feed_window .ik_fb_facebook_link {
}
#ik_fb_widget .ik_fb_feed_window .ik_fb_facebook_link a {
    font-size: 10px;
}
#ik_fb_widget p, .feature-page #ik_fb_widget .ik_fb_feed_item p {
    font-size: 12px;
    padding: 0 0 4px;
	line-height:16px;
	color: #333 !important;
}
/*#ik_fb_widget p {
    font-size: 11px;
    margin: 0;
    padding: 4px 0;
    width: auto;
}*/
#ik_fb_widget .ik_fb_facebook_image {
    margin: 0 5px 0 0;
    text-align: center;
}
#ik_fb_widget p.facebook_description {
    color: #999999;
}

#like_button{
	border:none; 
	overflow:hidden; 
	width:99%; 
	height: 45px; 
	margin-left:4px;
}

/* Light Style */
#ik_fb_widget {
    height: 310px;
/*    overflow: hidden;
*/    width: 100%;
    border: 2px solid #84c447;
    box-shadow: 5px 5px 13px #888888;
    margin-bottom: 10px;
    padding: 0px;
	background-color:#fff;
}

#ik_fb_widget .ik_fb_profile_picture{
    background: none repeat scroll 0 0 lightgrey;
    border-bottom: 1px solid #AAAAAA;
    height: 50px;
    margin-bottom: 7px;
    padding: 10px;
    position: relative;
}

#ik_fb_widget .ik_fb_profile_picture img {
    border: 1px solid #555555;
    border-radius: 7px 7px 7px 7px;
    float: left;
    margin: 0 15px 4px 0;
}

#like_button{
    border: medium none;
    height: 31px;
	margin-top: 5px;
    margin-left: 10px;
    overflow: hidden;
    width: 97%;
}


#ik_fb_widget .ik_fb_feed_window {
    border: 1px solid #DDDDDD;
    height: 255px;
    margin: 0 10px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: auto;
}

#sidebar #ik_fb_widget .ik_fb_profile_picture a {
    line-height: 17px;
}

@media all and (min-width: 480px) and (max-width: 767px) { 
	#ik_fb_widget {
	height:180px;
	}
	#ik_fb_widget .ik_fb_feed_window {
	height:125px;
	}
}