/**
* Configurazione pagina
*/
*
{
    outline: none;
    -moz-outline: none;
    -moz-user-focus: none;
}
html, body
{
    margin: 0;
    padding: 0;
    border: none;
}
body, input, select, button, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
img, form, table
{
    margin: 0;
    padding: 0;
    border: none;
}

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

.fix { clear: both !important; }
.magnify { cursor: url(img/magnify.cur), pointer; }
.hand { cursor: pointer; }
.hide { display: none !important; }
.invisible { visibility: hidden; }

/**
* Layout Site
*/
body {
    background: url(img/layout/page-bg.png) repeat-x top #11477A;
}
.header {
    width: 1200px;
    height: 408px;
    background: url(img/layout/header.jpg) no-repeat center;
    position: absolute;
    top: 0;
    left: -125px;
}
.fix-header {
    width: 950px;
    margin: 16px auto 0 auto;
    position: relative;
    height: 408px;
    overflow: visible;
}
.header > h1 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 195px;
}
.header > h1 > a {
    display: block;
    width: 285px;
    height: 135px;
    background: url(img/layout/cortolandria.png) no-repeat center;
}
.header > h3 {
    position: absolute;
    top: 307px;
    left: 150px;
    margin: 0;
    padding: 0;
} 
.header > h2 {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 40px;
    right: 160px;
}
.header > h2 > a {
    display: block;
    width: 150px;
    height: 100px;
    background: url(img/layout/comune-andria.png) no-repeat center;
}
.header a.sezioni {
    display: block;
    padding-left: 50px;
    width: 180px;
    height: 40px;
    background: url(img/layout/sezioni-sprite.png) no-repeat top center;
    position: absolute;
    bottom: 40px;
    left: 375px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
}
.header a.sezioni:hover {
    background-position: bottom center;
}

.top-bar {
    margin: 0 auto;
    width: 950px;
    height: 50px;
}
.top-bar > ul.menu {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
    height: 40px;
    width: 670px;
    float: left;
}
.top-bar > ul.menu > li {
    float: left;
    height: 40px;
    padding: 0 10px 0 14px;
    background: url(img/layout/menu-separator.png) no-repeat left center;
}
.top-bar > ul.menu > li:first-child {
    padding: 0 10px;
    background: none;
}
.top-bar > ul.menu > li > a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    padding: 0 10px;
}
.top-bar > ul.menu > li > a.active, .top-bar > ul.menu > li > a:hover {
    background-color: #fff;
    color: #F93991;
}
.language > h3 {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 50px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.language > ul {
    margin: 17px 0 0 0;
    padding: 0;
    list-style: none;
    float: left;
}
.language > ul > li {
    float: left;
    margin-left: 5px;
}
.language > ul > li > a {
    display: block;
    width: 16px;
    height: 15px;
    background: url(img/layout/language-sprite.png) no-repeat;
}
.language > ul > li > a.it {
    background-position: 0px -15px;
}
.language > ul > li > a.it:hover, .language > ul > li.active > a.it {
    background-position: 0px 0px;
}
.language > ul > li > a.en {
    background-position: -16px -15px;
}
.language > ul > li > a.en:hover, .language > ul > li.active > a.en {
    background-position: -16px 0px;
}
.language > ul > li > a.es {
    background-position: -32px -15px;
}
.language > ul > li > a.es:hover, .language > ul > li.active > a.es {
    background-position: -32px 0px;
}

.center {
    min-width: 1100px;
    background: url(img/layout/center-bg.png) repeat-x top #fff;
    min-height: 200px;
}
.footer-top {
    min-width: 1100px;
    background: url(img/layout/footer-top.png) repeat-x top;
    height: 16px;
}
.footer {
    width: 950px;
    min-height: 55px;
    margin: 0 auto;
    padding: 20px 0;
    background: url(img/layout/footer-bg.png) no-repeat 0 20px;
}
.footer > ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.footer > ul.social > li {
    float: left;
    margin-right: 10px;
}
.footer > ul.social > li > a {
    display: block;
    width: 48px;
    height: 48px;
    background: url(img/layout/social-sprite.png) no-repeat;
}
.footer > ul.social > li > a.facebook {
    background-position: 0px 0px;
}
.footer > ul.social > li > a.twitter {
    background-position: -48px 0px;
}
.footer > ul.social > li > a.youtube {
    background-position: -96px 0px;
}
.footer > ul.social > li > a.facebook:hover {
    background-position: 0px -48px;
}
.footer > ul.social > li > a.twitter:hover {
    background-position: -48px -48px;
}
.footer > ul.social > li > a.youtube:hover {
    background-position: -96px -48px;
}
.footer h3 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ccc;
    margin: 0;
}
.footer .director {
    width: 200px;
    float: left;
    text-align: center;
    height: 48px;
    background: url(img/layout/giuseppe-massarelli.png) no-repeat center bottom;
    margin-left: 70px;
}
.footer .credits {
    width: 200px;
    float: right;
    text-align: center;
    height: 48px;
}
#ic {
    display: inline-block;
    width: 58px;
    height: 20px;
    background: url(img/layout/ic-logo-white.png) no-repeat center;
    margin-top: 5px;
}

.center > .master {
    width: 950px;
    margin: 0 auto;
}
.center > .master > .content {
    width: 690px;
    padding: 10px 20px 10px 10px;
    float: left;
}
.center > .master > .sidebar {
    width: 230px;
    float: left;
    padding: 20px 0;
}

.center > .master > .sidebar h1.deadline {
    display: block;
    padding-left: 50px;
    width: 180px;
    height: 40px;
    background: url(img/layout/deadline-sprite.png) no-repeat top center;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    font-weight: normal;
}
.center > .master > .sidebar h3.prev {
    display: block;
    padding-left: 50px;
    width: 180px;
    height: 40px;
    background: url(img/layout/prev-sprite.png) no-repeat top center;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}
.center > .master > .sidebar h3.sez {
    display: block;
    padding-left: 50px;
    width: 180px;
    height: 40px;
    background: url(img/layout/sezioni-sprite.png) no-repeat top center;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}
.center > .master > .sidebar a.download {
    display: block;
    padding-left: 50px;
    width: 180px;
    height: 40px;
    background: url(img/layout/download-sprite.png) no-repeat top center;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 40px;
    margin-bottom: 10px;
}
.center > .master > .sidebar a.download:hover {
    background-position: bottom center;
}
.center > .master > .sidebar h3.link {
    display: block;
    padding-left: 50px;
    width: 180px;
    height: 40px;
    background: url(img/layout/link-sprite.png) no-repeat top center;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}
.center > .master > .content h1 {
    color: #F93991;
}
.center > .master > .content h3 {
    color: #666;
}
.center > .master > .content p {
    color: #333;
    line-height: 18px;
    text-align: justify;
}

.content table {
    margin-bottom: 20px;
}
.content table th {
    text-align: left;
    padding: 10px 10px;
    background: #ddd;
    color: #000 !important;
}
.content table td {
    border-top: 1px solid #ddd;
    padding: 5px 10px;
}
.content table tr:hover {
    background: #aaa;
    color: #fff;
}

/**
* Compatibility alert
*/
#browser-compatibility
{
    display: none;
    padding: 5px;
    background: #fc0;
    border-bottom: 1px solid #000;
    color: #000;
    text-align: center;
    overflow: hidden;
}
#browser-compatibility a { color: #00f; }

