/*
Theme Name: Dagè
Theme URI: http://wordpress.org/
Description: Template per Dagè.
Version: 1
Author: Ugo Casalone
Author URI: http://www.ugocasalone.com/
Tags: dagè

	Dagè template
*/



/* Begin Typography & Colors */
* {margin:0;padding:0;border:0;}
body {
  padding: 20px 0;
  background: transparent url('images/layout/body.jpg');
  font: 12px/18px helvetica, arial, sans-serif;
  color: #3d3d3d;
}
a {
  color: #8b0b04;
  text-decoration: none;
}
a:hover {text-decoration: underline;}
#page {
  width: 960px;
  margin: 0 auto;
  background: #fff;
}
#header {
  position:relative;
  height: 185px;
  padding: 0 12px;
  border-bottom: 5px solid #3d3d3d;
  font-size: 14px;
}
#header h1 a {
  display: block;
  float: left;
  width: 265px; height: 178px;
  background: transparent url('images/layout/dage.jpg') no-repeat;
  text-indent: -9000px;
}
#header .right {
  float: right;
}
#header .right .info {
  text-align: right;
}
.menu-top {
  margin: 15px 0 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #3d3d3d;
  list-style: none;
}
.menu-top li {
  padding: 0 20px 0 0;
  display:inline;
}
.menu-top li.page-item-8 {padding:0;}
.menu-top li a {
  border-bottom: 4px solid #fff;
  color: #3d3d3d;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-top li a:hover {
  border-color: #3d3d3d;
}
#header .info {
  position: absolute;
  bottom:4px; right: 12px;
  text-align: right;
}

.home-foto {
  width: 960px;
  border-bottom: 5px solid #3d3d3d;
}

#slideshow {
    position: relative;
    height: 556px;
}
#slideshow img {
    position: absolute;
    top: 0; left: 0;
    z-index: 8;
}
#slideshow img.active {
    z-index: 10;
}
#slideshow img.last-active {
    z-index: 9;
}
