/**********************************************
 *
 *	Special my home page styles
 *
 */
 
 
/**********************************************
 * My home empty feed. 
 *  	> Top tips block
 */
 
 *+html .myhome-empty-top{
    margin-top:-10px;
}
 
.myhome-empty-top{
	background:#FEF7AF;
}

.myhome-empty-top h3{
	font-size:20px;
	padding:10px;
}

.myhome-empty-top .block.updates{
	float:left;
	border-right:1px solid #ddd;
	background-image:url(/images/empty-feed-updates.png);
	width:185px;
}

.myhome-empty-top .block.post{
	float:left;
	background-image:url(/images/empty-feeds-publisher.png);
	min-width:185px;
}

.myhome-empty-top .block.avatar{
	float:right;
	border-left:1px solid #ddd;
	background-image:url(/images/empty-feed-avatar.png);
	background-position:5px 5px;
	width:185px;
}

.myhome-empty-top .block{
	
	background-repeat:no-repeat;
	background-position: 5px 13px;
	
	padding-left:75px;
	padding-right:10px;
	height:90px;
	font-weight:bold;
	font-size:13px;
	position:relative;
}

.myhome-empty-top .block:after{
	position:absolute;
	bottom:-11px;
	left:10px;
	content:"";
	background:url(/images/empty-feed-arrow.png) no-repeat center;
	width:22px;
	height:11px;
}

.myhome-empty-top .block p{
	position:absolute;
	bottom:10px;
	margin:0;
	max-width:150px;
}

.myhome-empty-top .block.post p{
	max-width:200px;
}

.myhome-empty-top-wrapper .close{
	float:right;
	color: #FEF7AF;
	font-size:12px;
	margin-right:10px;
	margin-top:5px;
	text-decoration:none;
	padding-right:20px;
	background:url(/images/empty-feed-close.png) no-repeat center right;
}

.myhome-empty-top-wrapper .close:hover{
	text-decoration:underline;
}
 
/**********************************************
 * My home empty feed. 
 *  	> Main block
 */
 
.myhome-empty-main .close{
	float:right;
}

.myhome-empty-main .close img{
	border:0;
}

.myhome-empty-main-wrapper{
	margin-top:10px;
}
 
.myhome-empty-latest-highlights,
.myhome-empty-main{
	padding:20px 20px 60px;
	background:#F2FCFE;
	margin-bottom:1px;
	margin-right:10px;
}

.myhome-empty-main .links a{
	display:block;
	color:#3498CC;
	font-size:14px;
	padding:10px 20px;
	background:url(/images/empty-feed-link.png) no-repeat left;
	text-decoration:none;
	width:200px;
}

.myhome-empty-main .links a:hover{
	background:url(/images/empty-feed-link-hover.png) no-repeat left;
	color:#fff;
}

.myhome-empty-latest-highlights .thumb,
.myhome-empty-main .thumb{
	float:left;
	margin-right:20px;
}

.myhome-empty-latest-highlights .content,
.myhome-empty-main .content{
	margin-left:75px;
	font-size:14px;
	margin-top:0;
}

.myhome-empty-latest-highlights .text,
.myhome-empty-main .text{
	margin-bottom:10px;
	max-width:500px;
}

.myhome-empty-latest-highlights h4,
.myhome-empty-main h4{
	font-size:16px;
	margin-bottom:10px;
}

.myhome-empty-latest-highlights{
	background:#fff;
}

.myhome-empty-latest-highlights .latest-articles{
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:10px;
}

.myhome-empty-latest-highlights .latest-articles li:first-child{
	border-top:1px solid #999;
}

.myhome-empty-latest-highlights .latest-articles li{
	border-bottom: 1px solid #ccc;
	padding:10px 0;
}

.myhome-empty-latest-highlights h4 span{
	font-weight:normal;
}

.myhome-empty-latest-highlights .latest-articles li h4 a{
	color:#3398CE;
	text-decoration:none;
}

.myhome-empty-latest-highlights .more:hover,
.myhome-empty-latest-highlights .latest-articles li h4 a:hover{
	text-decoration:underline;
}

.myhome-empty-latest-highlights .more{
	color:#3398CE;
	text-decoration:none;
	font-weight:bold;
	font-size: 16px;
}
