/*--------------------------------------------------------------
STYLE.CSS
by blueshome, blueshome[@]gmai.com
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Main Elements
--------------------------------------------------------------*/
body {
    background: #627971 url(/images/background.jpg) no-repeat center top;
    color: #2F353D;
    text-align: center;
    }

a:link, a:visited {
    color: #2F353D;
    text-decoration: none;
    }

a:hover, a:active {
    color: #FFF;
    text-decoration: none;
    }
strong {
    font-weight: bold;
    }
/*--------------------------------------------------------------
Layout Base Structure
--------------------------------------------------------------*/

#container {
    margin: 0 auto;
    text-align: left;
    width: 960px;
    }

#header {
    background: url(/images/) no-repeat right bottom;
    height: 205px;
    margin: 0;
    }

#wrapper {
    background: #C8BEB7 url(/images/wrapper-bgk.jpg) no-repeat left bottom;
    padding: 30px 0 5px 0;
    }

#content {
    background: #C8BEB7 url(/images/content-bgk.png) no-repeat left bottom;
    padding: 0 140px 40px 140px;
    }
#home #content {
    padding: 0 140px 40px 140px;
    }

#footer {
    font-size: 77%;
    height: 30px;
    padding-left: 140px;
    }

div.clearer{
    clear:both;
    }

/*--------------------------------------------------------------
Layout Logo
--------------------------------------------------------------*/

#logo {
    
    height: 25px;
    padding: 98px 0 0 680px;
    width: 140px;
    }

#logo h1, #logo h1 a {
    display: block;
    text-indent: -9999.9px;
    }

#logo h1 a {
    background: url(images/logo.png) no-repeat right bottom;
    height: 25px;
    width: 140px;
    }

#logo h1 a:hover {
    background: url(images/logo-over.png) no-repeat right bottom;
    height: 25px;
    width: 140px;
    }

/*--------------------------------------------------------------
Layout Top Navigation
--------------------------------------------------------------*/
#main_menu {
    display: inline;
    float: right;
    font-size: 85%;
    font-weight: bold;
    list-style-type: none;
    margin: 0 140px 0 0 ;
    }

#main_menu li {
    float: left;
    }

#main_menu li a, #main_menu li a:visited {
    float: left;
    padding: 0 0 0 12px;
    }

/*--------------------------------------------------------------
Layout fines definitions
--------------------------------------------------------------*/
.imgsx {
    display: block;
    float: left;
    margin-bottom: 18px;
    margin-right: 20px;
    }

.home {
    font-size: 116%;
    margin-bottom: 0px;
    }

.firma {
    font-style: italic;
    margin-left: 500px;
    }

#wrapper p {
    margin-bottom: 18px;
    }
#wrapper h1 {
    font-weight: bold;
    margin-bottom: 18px;
    }
#wrapper h2 {
    font-weight: bold;
    margin-bottom: 18px;
    }
#wrapper ul {
    margin-bottom: 18px;
    padding: 0 20px;
    }
/*--------------------------------------------------------------
Layout Gallery
--------------------------------------------------------------*/

/* All pages */

div.breadcrumb {	
    margin: 10px 0;
    }        
  
/* Galleries list */

#content div.galleries div.gallery {
     margin-bottom: 10px;
     padding: 10px;
     /* modififa per enricoingenito.com home page delle galleries*/
     float: left;
     weight: 100px;
     }

#content div.galleries div.gallery div.thumb {
     background-color: transparent;
     float: left;
     height: 80px;
     position: relative;
     width: 80px;
     }

#content div.galleries div.gallery div.thumb a:link, #content div.galleries div.gallery div.thumb a:visited, #content div.galleries div.gallery div.thumb a:hover {
    background-color: transparent;
    display: block;
    height: 100px;
    -moz-outline: none;
    text-indent: -9999px;
    }

#content div.galleries div.gallery div.description {
    float: right;
    width: 400px;	
    }

#content div.galleries div.gallery div.description h2{
    margin: 0;
    }
  
/* Items list */

#content div.gallery div.container {
    float: left;
    height: 120px;
    margin: 0 10px 10px 0;
    position: relative;
    width: 120px;
    }

#content div.gallery div.container div.thumb {
    background-color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    width: 100px;
    }

#content div.gallery div.container div.thumb a {
    background: transparent;
    display: block;
    height: 100%;	
    -moz-outline: none;
    }
  
/* item page */

#content div.item h2 {
    margin-top: 0;
    text-align: center;
    }

#content div.item div.navigation {
    margin-bottom: 10px;
    }

#content div.item div.navigation div.prev {
    float: left;
    text-align: right;
    }

#content div.item div.navigation div.next {
    float: right;
    text-align: left;
    }

#content div.item div.navigation div.prev, #content div.item div.navigation div.next {
    width: 49%;
    }

#content div.item div.navigation div.prev a, #content div.item div.navigation div.next a  {
    display: block;
    padding: 0 10px;
    }

#content div.item div.image {
    text-align: center;
    }

#content div.item div.image a img{
    border: none;
    }
#content div.image {
    margin-bottom: 18px;
    }
#content div.item p {
    text-align: center;
    }
