a:hover {}
a:active {}
a img {
  border: 1px solid #ddd;
  border-radius:3px}
  .footer a img {
  border: 0px;
  border-radius:0px}
  
.footer .box {margin: 0px 8px;
  padding: 0px;
  background: none;
 float: left;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
		  border:0px solid #ddd;
		  transition:all 0.3s}  
.box {
  margin: 5px;
  padding: 5px;
  background: #f1f1f1;
 float: left;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
		  border:1px solid #ddd;
		  transition:all 0.3s}
.footer .box:hover{background:none;transition:all 0.3s;border:0px;color:#666;}
.box:hover{background:rgba(0,0,0,0.09);transition:all 0.3s;border:1px solid #ccc;color:#666}		  
.box img,
#tumblelog img {
  display: block;
  width: 100%;}
.col1 { width: 80px; }
.footer .col2 { height: 35px; width:auto}
.col2 { width: 123px; }
.col3 { width: 240px; }
.col4 { width: 380px; }
.col5 { width: 480px; }
.col1 img { max-width: 80px; }
.footer .col2 img { max-height: 35px; width:auto}
.col2 img { max-width: 123px; }
.col3 img { max-width: 240px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }
.has-gutters .box {margin: 5px 0;}
.has-gutters .col1 { width: 90px; }
.has-gutters .col2 { width: 230px; }
.has-gutters .col3 { width: 370px; }
.has-gutters .col4 { width: 550px; }
