﻿body, div,p,h1{
  margin:0px;
  padding:0px;
}

body{
  width:100%;
  height:100%;
  text-align:center;
  background: #40383a;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  color: #f5f5f5;
  text-shadow: 1px 1px 0 #222;
  line-height: 20px;
}
.contact a {
  color: #fff;
  padding-left:6px;
  font-size: 13px;
}

.contact a:hover {
  text-decoration: underline;
}

h1{
font-size:13pt;
font-weight:normal;
}

#page{
margin:auto;
margin:0px;
background:url(bg.jpg) -100px 0px  no-repeat;
background-attachment:fixed;
text-align:left;
}

.images{
  padding-top:80px;
  margin-left:200px;
  margin-right: 50px;
  overflow:hidden;
}

.category{
  padding: 0 0 20px 20px;
  margin-bottom: 30px;
  overflow: hidden;
  border-left: 2px solid #222;
  width: 100%;
}

div.contact:hover{
  border-color: #cc0;
}

div.category.web:hover{
  border-left: 2px solid #2af;
  color: #2af;
}

div.category.montage:hover {
  border-color: #000;
  color: #dd0;
}

div.category.analog:hover {
  border-color: #b02;
  color: #c03;
}

div.category.digital:hover {
  border-color: #0a2;
  color: #0b3;
}

.category h2{
  color: #000;
  text-shadow: 1px 1px 0 rgba(156,156,156,0.3);
  font-size: 18px;
  margin: 0 0 6px 0px;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: 'Neucha', arial, serif;     
}

.thumbs {
  overflow: hidden;
}

a.thumb{
  display:block;
  margin: 30px 25px 0px 0;
  background:#fff;
  height: 160px;
  width: 100px;
  overflow:hidden;
  padding: 0px 0px 0px 0px;
  float:left;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.8),inset 0 0px 1px rgba(255,255,255,0.6);
}
