html, body, * {
  margin: 0;
  padding: 0;
}

html {
  background: url("../images/bg_table.jpg") #000 no-repeat;  
}

body {
  width: 100%;
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #333;
}

h1 {
  font-size: 14px;
  font-weight: bold;
}

h2 { font-size: 13px; }
a img { border: 0; }
.left { float: left; }
.third { width: 33% }
.half { width: 50%; }
.right { float: right; }
.clearfix { clear: both; }

#wrapper {
  margin-left: 112px;
  width: 785px;
}

#tabs {
  height: 71px;
  position: relative;
}

#tabs ul {
  width: 500px;
  height: 47px;
  margin-top: 24px;
  float: right;
  list-style: none;
}

#tabs li {
  float: left;
  width: 100px;
  height: 47px;
  margin-left: 25px;
}

#tabs li a {
  text-decoration: none; 
  height: 47px;
  width: 100px;
  display: block;
}

#tabs li.home { background: url("../images/tab_home_red.png") no-repeat 0 100%; }
#tabs li.home.active { background-image: url("../images/tab_home.png") }
#tabs li.portfolio { background: url("../images/tab_portfolio_red.png") no-repeat 0 100%; }
#tabs li.portfolio.active { background-image: url("../images/tab_portfolio.png") }
#tabs li.blog { background: url("../images/tab_blog_red.png") no-repeat 0 100%; }
#tabs li.blog.active { background-image: url("../images/tab_blog.png"); }
#tabs li.contact { background: url("../images/tab_contact_red.png") no-repeat 0 100%; }
#tabs li.contact.active { background-image: url("../images/tab_contact.png"); }

#canvas {
  width: 770px;
  background: #FFF;
  min-height: 650px;
  padding: 15px;
}

#footer {
  font-size: 80%;
  color: #666;
  text-align: center;
  margin-top: 20px;
  min-height: 30px;
  clear: both;
}

#footer a {
  color: #333;
  text-decoration: none; 
}

#canvas .header {
  margin-bottom: 10px;
}

.home .sections {
  margin-top: 10px;
}

.speld,
.home .sections .section {
  background: url("../images/bg_speld.gif") no-repeat;
  width: 255px;
  height: 332px;
  margin-right: 2px;
}

.home .sections .nomargin {
  margin: 0;
}

.speld .padding,
.home .sections .section .padding {
  padding-top: 45px;
  padding-left: 16px;
  padding-right: 16px;
  
}

#canvas .portfolio {
  background: url("../images/paper_tile_green.gif");
  min-height: 500px;
}

#canvas .portfolio h1 {
  font-size: 200%; 
}

#canvas h2 {
  font-size: 150%;
  margin: 0 0 10px 0; 
}

#canvas h3 {
  font-size: 120%; 
  margin: 7px 0; 
}

#canvas p {
  margin: 5px 0; 
}

#canvas .portfolio .gallery {
  height: 350px;
}

#canvas .portfolio .padding {
    padding: 10px;
}

#canvas .portfolio .column .padding {
  padding: 10px; 
}

#canvas .portfolio .gallery .padding {
  padding: 13px;
}
  
#canvas .portfolio .gallery a {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 3px solid white;
}

#canvas .portfolio .gallery a.active {
  border: 3px solid red; 
}

#canvas .portfolio .inactive {
  display: none; 
}

#canvas .portfolio .block {
  background: #FFF; 
  margin-bottom: 10px;
  text-align: center;
}

#canvas .portfolio .left .block {
  text-align: left;
}

#canvas .portfolio a {
    color: darkred;

}

#canvas .contact {
  background: url('../images/paper_tile_yellow.gif');
  min-height: 400px; 
}

#canvas .contact h1 {
  font-size: 200%; 
}

#canvas .contact .info a {
  display: block;
  padding-left: 50px;
  padding-top: 50px;
}

#canvas .contact .info p {
  text-indent: -9999px;
}

#canvas .contact .speld {
  margin: 50px; 
}

#canvas .collection {
    margin-top: 10px;
    margin-bottom: 10px;
}

#canvas .collection .wide-item,
#canvas .collection .item {
    border: 10px solid white;
    width: 335px;
    float: left;
    margin-right: 20px;
    background-color: white;
    margin-bottom: 10px;
}

#canvas .collection .wide-item {
    width: 710px;
}

#canvas .collection .wide-item span,
#canvas .collection .item span {
    display: block;
    margin-bottom: 10px;
}
