/**
 * 
 *  File: blog.css
 *
 *  SM Visual Studio web development default page definitions
 *  Default styles. Default for wide normal media elements.
 *  Responsive size are: wide, desktop, laptop, tablet, phone
 *
 *  Version: 2.0.0
 *  Author: Stefano Mengarelli
 *  Copyright: (C) 2017 by Stefano Mengarelli
 * 
 *  January 2017
 * 
 */

.blog-image {
	border:none;
	max-width:100%;
}

.blog-date-bullet {
	background-image:url(/images/big-bullet-gray.png);
	width:70px;
	height:70px;
}

.blog-content-center {
	align-content:center;
	text-align:center;
}

.blog-image-width {
	width:100%;
}

/**
 *  Responsive desktop media elements up to 1280 px width 
 */

@media only screen and (max-width: 1280px) {

}

/**
 *  Responsive laptop media elements up to 1024 px width
 */
@media only screen and (max-width: 1024px)
{ 

}

/**
 *  Responsive tablet media elements up to 768 px width
 */
@media only screen and (max-width: 768px)
{ 

}

/**
 *  Responsive phone media elements up to 480 px width
 */
@media only screen and (max-width: 480px)
{ 

}
