body {
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  color: white;
  background: #1f2028;
}

a {
  text-decoration: none;
  color: #8acdf3;
}

.site {
  background: url(page_bg.png) 10px 40px no-repeat;
  padding-top: 87px;
  margin-left: 58px;
  overflow: hidden;
  width: 1240px;
}

h2 {
  font-size: inherit;
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
/*  margin:  0em 0 1em .7em;*/
}

div.column {
  width: 270px;
  float: left;
  padding-right: 40px;
}

div.column div.entry {
  opacity: .6;
  padding: .5em;
}

div.column div.entry img {
  opacity: inherit;
  border: solid 3px #17181e;
  -moz-border-radius: 2px;
}

div.column div.entry.num0 {
  font-size: 1.6em;
  line-height: 1.3em;
}

div.column div.entry.num1,
div.column div.entry.num2,
div.column div.entry.num3 {
  font-size: 1.3em;
  line-height: 1.2em;
  opacity: .9;
}

/*div.column div.entry.num1 img,
div.column div.entry.num2 img,
div.column div.entry.num3 img {
  opacity: .8;
}*/

div.column div.entry.num3 {
  margin-bottom: 2em;
}

div.column div.entry.num0 {
  margin-bottom: 2em;
  opacity: 1;
}

div.column div.entry:hover {
  opacity: 1;
  background: #17181e;
  -moz-border-radius: 2px;
  cursor: pointer;
}

div.column.flickr div.entry:hover {
  background: transparent; 
}

div.column.flickr div.entry:hover img{
  border-color: #121217;
}