
/*******************************************************************************/
/* stuff for main file */
.author {
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 5px;
	width: 70%;
}

.blog-backer {
	width: 48%;
	float: left;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #000000;
	margin: 10px 10px 0 0;
	height: 230px;
}

.blog-desc {
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	margin-left: 10px;
	width: 90%;
	padding: 0 5px 0 0px;
}

.home-blog-title {
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.home-blog-title a {
	text-decoration: none;
	color: #000;
}
.home-blog-desc {
	margin-top: 5px;
	font-size: 14px;
	color: #666666;
}
.parent-name {
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
}
#right_pane {
	display: block;
	width: 20%;
	height: auto;
	float: right;
}

#right_pane a:active,
#right_pane a:visited,
#right_pane a:link {
	text-decoration: none;
}

/*******************************************************************************/
/* shared items */
#blog_post {
	padding: 10px;
	box-sizing: border-box;
}

.animated {
	width: 40px;
}

.user-search {
	padding-right: 20px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin-left: 10px;
	background-size: 16px;
	background-image: url(/images/documents/search.png);
	margin-left: 0px;
	margin-right: 10px;
}
#blog_home .user-search {
	position:absolute;
	top:10px;
	right:50px;
}
#blog_home {
	position:relative;
}
/*******************************************************************************/
/* possible duplicates */
#blog_post {
	padding: 10px;
	box-sizing: border-box;
}

#blog_post img {
	max-width: 100% !important;
}

.home-blog-backer {
	width: 33%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}

.home-blog-backer.narrow {
	width: 50%;
}

.inner-home-blog {
	background-color: #FFF;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 8px rgba(0,0,0,.35);
	box-sizing: border-box;
	padding: 10px;
	height: 150px;
}

.home-blog-backer.narrow .inner-home-blog {
	height: 200px;
}

.home-blog-backer.columns .inner-home-blog {
	height: 200px;
}

.home-image-container {
	position: relative;
	float: left;
	height: 60px;
	width: 70px;
}

.biopic {
	float: left;
	margin-right: 10px;
	width: 60px;
	min-height: 60px;
	position: relative;
}

.biopic {
	width: 100%;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	height: 60px;
	border: 1px solid #cdcdcd;
	overflow: hidden;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
}

.biopic.stacked {
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all .5s ease;
}

.biopic.stacked:hover {
	z-index: 2;
}

.policy-button {
	float: right;
	margin-right: 1.5%;
}

.read-blog-link {
	display: inline-block;
	margin-top: 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size:16px;
	padding-right: 30px;
	background-image: url(/images/shared_images/small_black_right.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 95% 50%;
	line-height: 24px;
}

.no-posts-message {
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}
.author-container.animated {
	position: absolute;
	left: 0px;
	width: 190px;
	height: 60px;
}

.plus-more {
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.author-image-container {
	width: 60px;
	height: 60px;
	float: right;
	border-radius: 50%;
	overflow: hidden;
}

.author-image-container img {
	width: 100%;
}


/*******************************************************************************/
/* mobile starts  here */



/* Smartphones (portrait and landscape) --- */
@media (min-width : 320px) and (max-width : 480px),
(min-width : 375px) and (max-width : 667px) {
	/* Styles */
	.form-row div {
		width:98%;
		position:relative;
	}

	.form-wrapper .form-row div,
	#edit_blog_wrapper .form-row div,
	#blog_subscribe_wrapper .form-row div {
	width:auto;
	}

	.form-input { max-width:350px; }
	.comment-container {
		width:70%;
	}
	.DESVALRequiredFieldMarker {
		display:none;
	}
	
}

/* end of @media (min-width : 320px) and (max-width : 480px),
(min-width : 375px) and (max-width : 667px) */




/* Smartphones (portrait and landscape) --- */
@media (min-width : 320px) and (max-width :767px) {
	/* Styles */
	
	#blog_wrapper {
		display:block;
	}
	


	.form-row div {
		width: 98%;
		position: relative;
	}

	.DESVALRequiredFieldMarker {
		display: none;
	}

	.comment-buttons a {
		margin-left: 0px;
		margin-right: 0px;
	}


	.home-blog-backer {
		width: 100% !important;
		clear: left;
		margin-bottom: 20px;
	}

	.inner-home-blog {
		min-height: 200px;
	}

}

/* end of @media (min-width : 320px) and (max-width :767px) */
