/*
	Style
*/

body {
	/*background: #fff url(../img/bg.png) repeat-x center top;*/
}
.dotted {
	border-bottom: 1px dashed #CCC;
}

/* breadcrumbs --------------- */
#breadcrumb {
	font-size:1.0em;
	padding:0.5em 1em 0.5em 1em;
	border-bottom: 1px dotted #F1F1F1;
	margin-bottom:5px;
	margin-left:10px;
}
.breadcrumb_empty {
	height:0px;
}
#breadcrumb a {
	border-bottom:1px dotted #f1f1f1;
}
#breadcrumb a:hover {
	border-bottom:1px dotted #666666;
}


/* teasers */
.custom .teaser {
   width: 100%;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;
}
.custom .teasers_box h2 {
	font-weight: bold;
	margin-bottom:5px;
}
.custom .teasers_box p {
	overflow:hidden;
}
.custom .teasers_box .teaser {
	border-bottom: 1px dashed #EFEFEF;
}


/* single post */
.custom .post_box {
	/*padding-top: 0;*/
}
/* author archive page */
.ttplus_author_box_container {
	margin-top:23px;
}

/* author avatar */
.custom .ttplus_byline_avatar_teaser img,
#comments img,
#ta_tabs_container img,
.feature_post_avatar img,
#ttplus_author_box_inner .content img {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
.custom .ttplus_byline_avatar_teaser {
	border:2px solid #fff;
	border-radius: 100px;
    height: 16px;
    width: 16px;
	float:left;
	margin: -2px 4px 0 0;
}

#ttplus_author_box_inner .content img {
	padding: 0px;
}

/* customize featured post on home page */
#feature_social {}
.feature_post_avatar {float:left; margin-right: 5px;}
.feature_social_twitter {float:left; margin-right: 5px;}
.feature_social_facebook {float:left; width:50px}
.feature_social_bufferapp {float:left;margin-right: 5px;}
.feature_social_google1 {float:left;}
.read_more { float:right; margin: 33px 20px 0 0;}

/* Google ads */
.google_ads_after_post {
	width:100%;
	background:#f8f8f8;
	border: 1px solid #e7e7e7;
	margin: 20px 0 20px 0;
	padding:20px 0 20px 0;
	text-align: center;
}