body#blog {
  width: 100%;
  margin: 0;
  float: none;
  color: #000;
}


.header {
margin-bottom:20px
}


/* unwanted
---------------------------------------------- */

.menu, .content-side {
  display: none;
}

.noprint{
  display: none;
}





/* links
---------------------------------------------- */

a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}



/* misc
---------------------------------------------- */

/*---------------------
ADDITIONAL CLASSES AND IDS
-----------------------*/


.left{
float:left
}

.right{
float:right
}

.clearer {
clear:both
}

img {
  border-style: none;
}







