/*
 * Theme Name: SU - Team
 * Version: 0.7.1
 * Description: A Grandchild theme for SuPremium WooTheme child theme
 * Author: OneWebsite
 * Author URI: http://onewebsite.ca
 * Template: supremium
 * Tags: team, authorship, AD, widget, profile
 */

/*		COLUMNED LAYOUT		*/
.two-col-left-1150 #main-sidebar-container #sidebar{
	margin-right: 18px;
}

/*		TABBED AUTHOR BOX		*/
.authortabs li{
	display: inline-block;
}

.authortabs li:first-child{
	margin-left: 2px;
}

.authortabs li a{	
	display: block;
	padding: 5px 8px;
	margin: 0 1px;
	
	font-weight: bold;
	text-decoration: none;
	
	background-color: #f0f0f0;
	
	border-top: 1px solid #e6e6e6;
	border-bottom: 0;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.authortabs li .icon{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 2px;
}

li.author-bio .icon{ background: #f0f0f0 url(../images/author-bio.png) no-repeat top left; }
li.twitter .icon{ background: #f0f0f0 url(../images/twitter-feed.png) no-repeat top left; }
li.facebook .icon{ background: #f0f0f0 url(../images/facebook-feed.png) no-repeat top left; }
li.googleplus .icon{ background: #f0f0f0 url(../images/googleplus-feed.png) no-repeat top left; }
li.linkedin .icon{ background: #f0f0f0 url(../images/linkedin-feed.png) no-repeat top left; }
li.latestpost .icon{ background: #f0f0f0 url(../images/latestpost.png) no-repeat top left; }

li.author-bio .selected .icon{ background: #000 url(../images/author-bio.png) no-repeat bottom left; }
li.twitter .selected .icon{ background: #000 url(../images/twitter-feed.png) no-repeat bottom left; }
li.facebook .selected .icon{ background: #000 url(../images/facebook-feed.png) no-repeat bottom left; }
li.googleplus .selected .icon{ background: #000 url(../images/googleplus-feed.png) no-repeat bottom left; }
li.linkedin .selected .icon{ background: #000 url(../images/linkedin-feed.png) no-repeat bottom left; }
li.latestpost .selected .icon{ background: #000 url(../images/latestpost.png) no-repeat bottom left; }

.authortabs li a.selected{
	background: #000;
	color: #fff;
}

#bio-tabs #twitter,
#bio-tabs #facebook,
#bio-tabs #googleplus,
#bio-tabs #linkedin,
#bio-tabs #latestpost{
	padding: 15px;
	margin: 0 0 1.5em;
	border: 1px solid #e6e6e6;
	
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	background-color: #fafafa;
}

#post-author .profile-content{ margin-bottom: 15px; }
#post-author .profile-content h4{ margin-bottom: 0; }
#post-author .profile-content h4 a{ color: inherit; }
#post-author .profile-content a, #post-author .profile-content .profile-link a{ color: #C90; }
#post-author .profile-content p.author-website{
	margin-bottom: 5px;
}

.bio-connect p a { color: inherit; }

.profile-link{
	float: right;
	margin: 0;
	margin-left: 10px;
}

/*		CONTACT METHODS		*/
.bio-connect{
	border-top: 1px solid #e4e4e4;
	padding: 5px 0 0;
	margin: 10px 0 0;
}

.entry .bio-connect p{
	margin-bottom: 0;
}

.entry .bio-connect p a,
.post-meta .bio-connect p a{
	font-weight: normal ;
}

.am-icons{
	background: url(../images/am-icons.png) no-repeat;
	display: inline-block;
	padding-left: 16px;
	vertical-align: middle;
}

.am-googleplus{ background-position: 1px 0; }
.am-facebook{ background-position: 1px -21px; }
.am-twitter{ background-position: 1px -42px; }
.am-youtube{ background-position: 1px -63px; }
.am-linkedin{ background-position: 1px -84px; }
.am-pinterest{ background-position: 1px -105px; }
.am-delicious{ background-position: 1px -126px; }
.am-wordpress{ background-position: 1px -147px; }
.am-blogspot{ background-position: 1px -168px; }
.am-url{ background-position: 1px -189px; }

.am-profile{ vertical-align: middle; }
.am-profile img{ vertical-align: middle; }

/*		BIO RECENT / POPULAR POSTS		*/
.recent-posts, .popular-posts{
	margin-bottom: 15px;
	width: 49%;
}

.popular-posts{ float: left; }
.recent-posts{ float: right; }

.recent-posts ul li a, .popular-posts ul li a{ color: #C90; }

/*	Twitter Feed		*/
#tweetFeed h4{
	margin: 0 auto 10px;
}

#tweetFeed .tweetCloud{
	margin: 0 auto 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e4e4e4;
}

#tweetFeed time{
	font-size: 11px;
	text-decoration: underline;
}

/*	Facebook Feed	*/
#facebookFeed h4{
	margin: 0 auto 10px;
}

#facebookFeed .facebookCloud{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e4e4e4;
}

#facebookFeed time{
	font-size: 11px;
	text-decoration: underline;
}

/*	Google plus		*/
.timestamp{
	margin: 0 0 10px 5px !important;
}

.linkbox{
	padding: 10px;
	margin: 10px auto;
	background: #e2e2e2;
	border: solid 1px #e4e4e4;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#plusFeed h4{
	margin: 0 auto 10px;
}

#plusFeed .plusCloud{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e4e4e4;
}

#plusFeed time{
	font-size: 11px;
	text-decoration: underline;
}

/*	LinkedIn feed	*/
#linkedInFeed h4{
	margin: 0 auto 10px;
}

#linkedInFeed .linkedinCloud{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e4e4e4;
}

#linkedInFeed time{
	font-size: 11px;
	text-decoration: underline;
}

/*	Lstest Posts Tab	*/
#postFeed h4{
	margin: 0 auto 10px;
}

#postFeed .postCloud{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e4e4e4;
}

#postFeed time{
	font-size: 11px;
	text-decoration: underline;
}

/*		BIO RECENT AND POPULAR POSTS		*/
#post-author .popular-posts li,
#post-author .recent-posts li{
	position: relative;
	margin-bottom: 8px;
	line-height: 14px;
}

/*		SHARE COUNT		*/
.facebook-count,
.twitter-count,
.google-count{
	display: inline-block;
	margin-right: 5px;
	min-width: 35px;
	
	font-weight: bold;
	line-height: 16px;
	font-size: 13px;
}

.facebook-count i,
.twitter-count i,
.google-count i{
	display: inline-block;
	margin-right: 3px;
	height: 14px;
	width: 15px;
}

.twitter-count i{
	background: url(../images/twitter-count.png) no-repeat center;
}

.facebook-count i{
	background: url(../images/facebook-count.png) no-repeat center;
}

.google-count i{
	background: url(../images/google-count.png) no-repeat center;
}

/*		BYLINE		*/
.byline-popup{
	position: absolute;
	z-index: 20;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.4);
	box-shadow: 0 0 8px rgba(0,0,0,.4);
	max-width: 400px;
	margin: 0;
	
	display: none;
	
	/*max-width: 450px;
	padding-bottom: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999;*/
}

.byline-popup > div{
	zoom: 1;
	position: relative;
	background: #000;
	background: rgba(0,0,0,0.85);
	padding: 18px;
	color: #fff;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-shadow: #000 0px -1px 0;
	font-style: normal !important;
}

.byline-popup #post-author{
	padding: 0;
	margin: 0;
	
	position: relative;
	background: none;
	border: 0;
	
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.byline-popup #post-author .profile-image{
	margin: 0 15px 5px 0;
	height: 80px;
	width: 80px;
	float: left;
}

.byline-popup #post-author .profile-image img{
	margin: 0;
}

.byline-popup #post-author .profile-content h4{
	color: #fff;
}

.byline-popup #post-author .profile-content p{
	font-size: 13px;
	color: #fff;
}

.byline-popup #post-author .bio-connect p,
.byline-popup #post-author .bio-connect a{
	color: #fff;
}

/*.byline-popup #post-author:after, #post-author:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.byline-popup #post-author:after {
	border-color: rgba(250, 250, 250, 0);
	border-top-color: #fafafa;
	border-width: 5px;
	left: 15px;
	margin-left: -5px;
}

.byline-popup #post-author:before {
	border-color: rgba(230, 230, 230, 0);
	border-top-color: #e6e6e6;
	border-width: 6px;
	left: 15px;
	margin-left: -6px;
}*/

.post-meta{
	position: relative;
}

.post-meta .profile-image{
	display: inline-block;
	position: relative;
	height: 30px;
	min-width: 30px;
}

.post-meta .profile-image a{
	display: block;
	background: #fff;
	height: 30px;
	width: 30px;
}

.post-meta .profile-image img{
	height: 100%;
	width: 100%;
}

/*	Role Archive	*/
.profile{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	background-color: #fafafa;
	
	padding: 15px;
	margin: 0 0 1.5em;
}

.profile .profile-image{
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 15px 5px 0;
}

.breadcrumbs{
	margin-bottom: 15px;
}

/*	ADS		*/
.ad-manager{
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.ad-manager img{ width: auto; height: auto; }

.ad-300x250{
	width: 300px;
	height: 250px;
}

.ad-400x60{
	width: 468px;
	height: 60px;
}