“There is not one blade of grass, there is no color in this world that is not intended to make us rejoice.”
John Calvin
























































.row {
display: inline-block;
margin: 0 auto;
/*height: 330px;*/
padding: 0;
width: 100%;
}
img {
display: inline-block;
border: none;
/* float: left; */
padding: 0;
margin: 0 auto;
margin-right: 2px;
}
.post img {
border: none;
padding: 0;
margin: 0 auto;
}
.row:nth-child(4n){
margin-right: 0px;
}
#sidebar-wrapper, .sidebar{
display: none;
}
#main-wrapper {
float: left;
margin: 0 auto;
width:100%;
}
.main {
width: 990px;
margin: 0 auto;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.comments, .blog-feeds {
display: none;
}