/*  
Theme Name: Agritec
Description: Agritec
Version: 0.99
Author: ResetStudio
Author URI: http://resetstudio.it/
*/

/* Resetter */

* {
    margin: 0;
    padding: 0;
}
ul, ol, li {
    list-style: none;
    position : relative;
}

/* Inizio Tipografia e colori */

body, a, input, textarea, label {
    font-family: Arial, Helvetica, lucida-sans, Tahoma;
    font-size: 62.5%;
    /* Resets 1em to 10px */
    font-size: 12px;
    color : rgb(76,72,64);
    line-height: 130%;
}
img, fieldset, input, textarea {
    border : 0px;
}
a *{
    cursor : pointer !important;
}
h1,h2,h3,h4,h5{
    display : block;
    font-weight : normal;
}
h2, h2 a{
    text-decoration : none;
    font-size : 16px;
    font-weight : bold;
    color : rgb(120,141,39);
}
h2 a:hover{
    color : #9CAF83;
}

/* Inizio struttura */

body{
    background: rgb(247,249,206) url(images/body-bg.jpg) no-repeat left top;
}
#container{
    margin : 0 auto;
    width : 960px;
}
#top{
    height : 70px;
    width : 960px;
}
#header{
    height : 250px;
    width : 940px;
    padding : 10px;
    background: rgb(211,232,184);
}
#header div.slider{
    width : 940px;
    height : 250px;
}
.home .content{
    background: url(images/content-bg.gif) repeat-y left top !important;
    width : 960px;
}
.content{
    background: url(images/content-bg2.gif) repeat-y right top;
    width : 960px;
    padding-bottom : 20px;
}

/* Navigation */

#navigation{
    float : right;
    width : 540px;
    height : 35px;
    padding-top : 38px;
}
#navigation ul{
    float : left;
    height : 1%;
    position : relative;
    width : 405px;
    height : 26px;
    padding-top : 2px;
}
#navigation ul li{
    float : left;
    margin-right : 22px;
}
#navigation ul li.last{
    margin : 0px;
}
#navigation ul li a{
    float : left;
    text-decoration : none;
    color : rgb(120,141,39);
    font-size : 14px;
    font-weight : bold;
}
#navigation ul li a:hover {
    text-decoration : none;
    color : #9CAF83;
}

/* Languages */

.languages{
    height : 24px;
    width : 112px;
    float : right;
}
.languages a{
    float : left;
    height : 24px;
    width : 24px;
    margin-left : 4px;
}

/* Primary content */

.prymary-content{
    float : right;
    width : 760px;
}
.home .posts{
    margin-left : 25px;
    width : 500px;
    padding-right : 0px;
}
.posts{
    float : left;
    width : 725px;
    padding-top : 20px;
    padding-right : 35px;
}
.post{
    margin-bottom : 30px;
}
.post ul{
    margin : 10px 0px;
    padding-left : 15px;
}
.post ul li{
    list-style:disc;
}
.post ul li, .post ul li a, .post a{
    color : #788D27;
}
.post ul li a:hover, .post a:hover{
    color : #9CAF83;
}
.post img{
    float : left;
    margin-right : 15px;
    margin-bottom : 5px;
    background: #D3E8B8;
    padding : 10px;
    margin-top : 5px;
}
.post h2{
    margin-bottom : 5px;
}
.sidebar{
    float : right;
    width : 200px;
}

/* Links sidebar */

.links{
    width : 200px;
    height : 1%;
    margin-bottom : 20px;
}
.links a{
    float : left;
    height : 100px;
    width : 100px;
}

/* Sfondo immagine links in funzione della lingua */

.lang-it .links a{
    background: url(images/links-button.jpg) no-repeat;
}
.lang-en .links a{
    background: url(images/links-button-en.jpg) no-repeat;
}
.lang-es .links a{
    background: url(images/links-button-es.jpg) no-repeat;
}
.lang-fr .links a{
    background: url(images/links-button-fr.jpg) no-repeat;
}

/* Posizionamento immagine stato OFF */

/* Agosto 2011 */

.links a.ecommerce{
    width : 200px !important;
    height : 200px;
    background: url(images/ecommerce.jpg) no-repeat left bottom;
}
.links a.ecommerce:hover{
    background: url(images/ecommerce.jpg) no-repeat left top;
}

/* **** */

.links a.reserved{
    background-position : left top;
}
.links a.blog{
    background-position : -100px top;
}
.links a.chat{
    background-position : -200px top;
}
.links a.contact{
    background-position : -300px top;
}

/* Posizionamento immagine stato ON */

.links a.reserved:hover{
    background-position : left -100px;
}
.links a.contact:hover{
    background-position : -300px -100px;
}
.links a.chat:hover{
    background-position : -200px -100px;
}
.links a.blog:hover{
    background-position : -100px -100px;
}


/* Recapiti */

.adresses{
    width : 200px;
    float : left;
}
.adresses .logo{
    height : 67px;
    width : 200px;
}
.adresses .logo a{
    float : left;
    background: url(images/agritec.jpg) no-repeat left top;
    height : 67px;
    width : 200px;
}
.adresses .details{
    padding-left : 20px;
}
.adresses span{
    display : block;
}
.adresses a{
    color : #788D27;
}
.adresses a:hover{
    color : #9CAF83;
}

/* Menu sinistra */

.menu{
    width : 200px;
    float : left;
}
.menu-images{
    float : left;
    height : 1%;
    margin-bottom : 20px;
}
.menu-images ul{
    height : 1%;
    position : relative;
    float : left;
    width : 199px;
}
.menu-images ul.livsec{
    width : auto;
    margin : 0px;
    padding-left : 0px;
    margin : 10px 0px;
    float : left;
    height : 1%;
}
.menu-images ul li{
    height : 56px;
    width : 199px;
    clear : both;
}
.menu-images ul li.open{
    height : auto !important;
}
.menu-images ul li.light{
    height : 55px;
}
.menu-images ul li a{
    float : left;
    height : 56px;
    width : 199px;
    background: url(images/button-sidebar.jpg) no-repeat left top;
}
.menu-images ul li li a{
    background: none !important;
    height : auto !important;
    color : #788D27;
    text-decoration : none;
    width : 180px !important;
    padding-left : 19px;
}
.menu-images ul li li a:hover{
    background: none !important;
    text-decoration : none;
    color : #9CAF83;
}
.menu-images ul li li{
    height : auto !important;
    color : #788D27;
}
.menu-images ul li.classic a:hover{
    background: url(images/button-sidebar.jpg) no-repeat -199px top;
}
.menu-images ul li.e-tech a{
    background: url(images/button-sidebar.jpg) no-repeat left -56px;
}
.menu-images ul li.e-tech a:hover{
    background: url(images/button-sidebar.jpg) no-repeat -199px -56px;
}
.menu-images ul li.evolution a{
    background: url(images/button-sidebar.jpg) no-repeat left -112px;
}
.menu-images ul li.evolution a:hover{
    background: url(images/button-sidebar.jpg) no-repeat -199px -112px;
}
.menu-images ul li.l-tech a{
    background: url(images/button-sidebar.jpg) no-repeat left -168px;
}
.menu-images ul li.l-tech a:hover{
    background: url(images/button-sidebar.jpg) no-repeat -199px -168px;
}
.menu-images ul li.light a{
    background: url(images/button-sidebar.jpg) no-repeat left -224px;
    height : 55px;
}
.menu-images ul li.light a:hover{
    background: url(images/button-sidebar.jpg) no-repeat -199px -223px;
}
.menu-images ul li.syn a{
    background: url(images/button-sidebar.jpg) no-repeat left -280px;
    height : 60px;
}
.menu-images ul li.syn a:hover{
    background: url(images/button-sidebar.jpg) no-repeat -199px -280px;
}

/* Footer */

#footer-container{
    background: url(images/footer-bg.jpg) repeat-x left top;
    height : 106px;
}
#footer{
    margin : 0 auto;
    height : 73px;
    width : 960px;
    padding-top : 33px;
    color : #5F6F1B;
}
#footer a{
    color : #5F6F1B;
}
.clearer {
    clear : both;
    height : 0px;
    float : none !important;
}
