/**
 # @package			Facebook Wall Feed for Joomla! website
 # @sub_package		mod_fbwallfeed - Facebook Wall Feed for Joomla! 2.5
 # @author			NetQ Creative Software
 # @copyright 		Copyright(C) 2012 QExtension.com. All Rights Reserved.
 # @license			GNU/GPL version 2 - http://www.gnu.org/licenses/gpl-2.0.html
 # @website			http://www.qextensions.com
 # @support			http://www.qextensions.com/forum
**/
/**----------------------------------------------------------------------------------
 * @file: assets/css/mod_fbwallfeed.css 2.5.0 00001, Apr 2012 12:00:00Z QExtensions $
 *----------------------------------------------------------------------------------*/
 
 /* front-end */

.fbwallfeed_wrapper {

}
.post-item {
	border-bottom: 1px dashed #CCC;
	padding: 5px;
	overflow: hidden;
}
.post-item a {
	text-decoration: none;
	color: #3B5999;
}
.profileImageBlock {}
.profileImage {}
.profileImageLinked {
    float: left;
    margin: 0 8px 8px 0;
}
.post-inner-content {}
.post-app-info {
	float: right;
	height: 16px;
	overflow: hidden;
	text-align: right;
	width: 16px;
}
.post-app-info img {
	max-width: 16px;
	max-height: 16px;
}
.post-content {}
.post-msg {
	overflow: hidden;
}
.actName {
}
.post-from {
}
.post-from-link {
	text-decoration: none;
	cursor: pointer;
	color: #3B5999;
	font-weight: bold;
}
.post-msg-body a {
	text-decoration: none;
	color: #3B5999;
	background: none;
}
.picture-in-post {}
.picture-in-post-linked {
	float: left;
	position: relative;
	z-index: 0;
}
.video-icon {
	background: url("../img/video.png") no-repeat 0 0;
	display: block;
	position: absolute;
	z-index: 1;
	left: 5px;
	bottom: 8px;
	width: 35px;
	height: 26px;
}
.post-created-place,
.post-created-date {
	color: #999;
	font-size: 11px;
	overflow: hidden;
	display: table-cell;
}

.post-msg-footer {
	padding: 2px;
	overflow: hidden;
	clear: both;
}
.post-like-comment-share-info {
	text-align: left;
	overflow: hidden;
	font-size: 11px;
	line-height: 16px;
}
.post-like-comment-share-info .like-info {
	background: url("../img/like_comment_share.png") no-repeat 0 0;
	padding: 2px 10px 2px 18px;
}
.post-like-comment-share-info .comment-info {
	background: url("../img/like_comment_share.png") no-repeat 0 -19px;
	padding: 2px 10px 2px 18px;
}
.post-like-comment-share-info .share-info {
	background: url("../img/like_comment_share.png") no-repeat 0 -40px;
	padding: 2px 2px 2px 18px;
}

.post-action {
	float: right;
	max-width: 113px;
	width: 45%;
	font-size: 11px;
}
.post-action .post-action-link {
	text-decoration: none;
	cursor: pointer;
	padding: 2px 5px;
	color: #3B5999;
	background: none;
}

.post-video-msg,
.post-photo-msg,
.post-link-msg {
	clear: both;
}
.picture-in-post {
	float: left;
	margin: 5px 5px 5px 0;
}
.post-video-name,
.post-photo-name,
.post-link-name {
	overflow: hidden;
	font-weight: bold;
}
.post-photo-caption,
.post-link-caption {
	overflow: hidden;
	color: #999;
	font-size: 11px;
	text-decoration: none;
}
.post-video-desc,
.post-link-desc {
	color: #666;
}

/* back-end*/
.fbwall_row{
	clear:both;
	overflow: hidden;
	padding: 5px 0px 5px 0px;
}
.fbwall_col{	
	float: left;
}
.col_left{
	width:37%;
	text-align: right;
}
.col_right{
	width:60%;
	text-align:left;
	padding-left: 6px;
}
.fbwall_page_wrapper{
	padding: 10px;
	border: 1px solid #CCC;
	margin: 10px;
}
.fbwall_page_wrapper fieldset {
	padding: 5px 8px 8px;
}
.fbwall_page_wrapper fieldset p {
	margin-bottom: 10px;
}
.fbwall_message{
	background: url("../img/notice-info.png") no-repeat 4px center #C3D2E5;
	color: #CC0000;
	padding: 10px 5px 10px 38px;
	border: 2px solid #84A7DB;
	margin: 10px;
	font-weight: bold;
}

.option-header{
	border-top: 1px solid #999;
	padding-top: 5px;
}