CSS tweaks

to the Simple Template of Blogger.com

.column-right-inner .widget {
position: relative;
margin: 60px 0 20px 10px;
padding: 10px 15px;
background-color: white;
$$$$border: 10px solid #BAD304;
border: 10px solid #33aaff;
-moz-box-shadow: 20px 20px 30px rgba(0, 0, 0, .2);
-webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, .2);
-goog-ms-box-shadow: 20px 20px 30px rgba(0, 0, 0, .2);
box-shadow: 20px 20px 30px rgba(0, 0, 0, .2);
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-goog-ms-border-radius: 15px;
border-radius: 15px;
}

.post {
margin: 0 0 75px 0;
}

.main-inner .column-center-inner .section {
margin: 0 3em 0 0;
}

All other changes to colors and fonts can be done using the normal Advanced CSS configuration of the Blogger Template Designer.