/*  
Theme Name: In (Francese)
Theme URI: http://www.infrancese.it/
Description: A custom theme by Gruppo Modulo.
Version: 2.0
Author: Gruppo Modulo
Author URI: http://www.gruppomodulo.it/

	This theme is protected by copyright and cannot be used without
	   written permission of the author.

*/

* { margin: 0; padding: 0; }
body {
    color: #fff;
    font-family: "trebuchet ms";
    font-size: 62.5%;
    background: url(images/main.gif);
    height: 100%;
}
body#privacy { background: #036; }
#disclaimer { margin: 10px; padding: 10px; }
#disclaimer p { margin: 10px 0; font-size: 1.1em; text-align: justify; }
#disclaimer a {color: red; }
h5 { font-size: 1.5em; }
strong { color: rgb(136,160,186); }
#header {
    height: 400px;
    background: url(images/header.jpg);
    position: fixed;
    width: 100%;
}   
#header h1 { display: none; } 
#header p { 
    position: relative; 
    top: 306px;
    left: 350px;
    width: 200px;
    text-align: right;
    font-size: 1.1em;
    margin-top: 1.1em;
    color: rgb(136,160,186);
}
#header a { color: rgb(136,160,186); }
#header a:hover { color: #fff; }
#nav {
    position: absolute;
    top: 200px;
    left: 595px;
    font-size: 1.5em;
    text-align: right;
    background: #fff;
    font-weight: bold;
}
#nav ul {
    list-style: none;
    border-top: 1px solid #000;
    width: auto;
}
#nav li { display: inline; padding-right: 7px; }
#nav li.active a{ position: relative; top: -23px; color: rgb(136,160,186); }
#nav li a { text-decoration: none; color: #036; }
#nav li a:hover { color: rgb(227,35,34); }
#main { 
    position: absolute;
    top: 262px;
    left: 590px;
    width: 275px;
    color: #036;
    text-align: justify;
    font-size: 1.2em;
    padding-bottom: 20px;
}
#main h2 {
    font-family: "times new roman", times, serif;
    font-size: 1.7em;
    color: rgb(227,35,34);
    text-transform: uppercase;
    padding-bottom: 20px;
}
#main h3 { 
    margin: 1.1em 0;
    font-size: 1.1em;
    color: rgb(227,35,34);
	cursor: pointer; 
}
#main hr { 
    border: 0; 
    border-bottom: 1px solid rgb(136,160,186); 
    color: rgb(136,160,186);
    height: 1px;    
}
#main img { border: 0; margin-left: 5px; }
#main ul { margin: 5px 0 5px 15px; }
#main p { margin: 10px 0; }
#main p.cv { 
    background: url(images/pdf.gif) no-repeat;
    padding: 5px 0 0 24px;
    height: 20px;
}
#main a { color: rgb(227,35,34); text-decoration: none; }
#main a:hover { text-decoration: underline; }
#main p.date { color: rgb(136,160,186); margin-top: 0; }
#main p.red { color: rgb(227,35,34); font-weight: bold; }
#main p.redBox { background: rgb(227,35,34); color: #fff; padding: 3px;}
#main p.greenBox { background: #393; color: #fff; padding: 3px;}
#archivio li a { color: #036; }
.slider { height: 0; }
#links li { margin-bottom: 10px; }
.field { 
    width: 275px; 
    border: 1px solid #036; 
    color: #036; 
    margin-bottom: 10px;
    font-family: "trebuchet ms", verdana, arial; 
    font-size: 1.2em; 
    color: rgb(227,35,34);
}
.inputButton {
    width: 275px;
    background: #036;
    color: #fff;
    margin-top: 5px;
}
#lang {
    position: absolute;
    top: 68px;
    left: 880px;
    
}
#lang ul li a { 
    display: block;
    width: 40px;
    height: 22px;
    margin-bottom: 7px;
}
.ieFix { display: none; }