/** blog page styles */
#content {
	/*text-align: justify;*/
	font-size: 14px !important; 
}

.headingTitle a{
	font-size: 16px; 
	font-weight: bold;
	/*color: #5A4141;*/
	/*text-decoration: none;*/
}
.alignblogimg {
	float: left;
    margin: 0px 20px;
	width: 40%;
}
.blogimg_tall {
	border: 15px solid #ddd;
	border-bottom: 35px solid #ddd;
}
.imgdesc_tall{
	position: relative;
	left: 210px;
	top: -30px;
	color: #666;
	text-align: left;
}
.blogimg {
	width: 80%;
	height: 80%;
	max-height: 180px;
	border: 15px solid #ddd;
	border-bottom: 40px solid #ddd;
}
.imgdesc {
	position: relative;
	left: 20px;
	top: -40px;
	color: #666;
	text-align: left;
	width: 85%;
}
#blog_link  #blogside h1 {
		background-color:	#D9C4AF !important;
		margin:				0 0 10px 0;
		padding:			8px 0;
		font-size: 			16px;
		color:				#fff !important;
		text-align:			center;
	}
#blogside {
	position: relative;
	top: -10px;
	background-color: 	#FCF6F1;
	padding-bottom: 8px;
	border-bottom: 1px solid #D9C4AF;
		
}
#blogside a, #blogside ul  {
	/*text-decoration: none;*/
	margin-left: 0px;
}
#blogside li {
	margin-bottom: 2px;
}
.blog_art p {
	padding: 0px 40px 0px 20px !important;
}

#blogwrapadmin {
	margin-left: 20px;
}
/* these styles are now in main CSS 
#blog_link {
	width: 252px; 
	height: 365px; 
	margin-top: -10px; 
	margin-left: 0px; 
}
a#blog_img_link {
	display: block;
	background:url(/blog/images/pebbles-blog-sidebar.png) no-repeat;
	width: 252px; 
	height: 125px; 
}
#blog_st {
	position: relative;
	top: 0px;
	width: 252px;
}
*/

/** blog mobile devices **/
.blogimg {
	width: 85%;
	height:85%;
	margin-top:10px;
}

.blog_art {
	width: 100%;
	min-height: 390px;
	text-align: justify;
}
@media only screen and (max-width : 960px) {
	.align-two {
		width: 24% !important;
	}
	
}
@media only screen and (max-width : 800px) {
	.blogimg_tall {
		width: 80%;
		height: 80%;
	}
	.imgdesc_tall{
		width: 70%;
		left: 75px;
	}
}
@media only screen and (max-width : 400px) {
	.horizontal-align {
       float: left;
		width: 140px;
	}
	.align-two {
		float: none !important;
	}
	
}