@charset "utf-8";
/* CSS Document */

body {
	background-color:#CCC;
}

h1, {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.625em;     
}

h2 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.25em;  
}

h3 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.1em;  
}

#blog .article {
	width:800px;
	
	padding:5px;
	background-color:#E3FDF8;
	

	



#blog_rwd .article_rwd {
	width: 78.431372549019607843137254901961%;
	
	padding-right:0.49019607843137254901960784313725%;
	background-color:#E3FDF8;
	
}








@media screen and (max-width:830px) {
    #blog_rwd .article_rwd{
        float: left;
        width: 98%;
        background-color:#B0E6C6;
        margin-top:10px;
    }
}


img, embed, object, video {
  max-width: 100%;
}

