/* Main layout style */

html, body{
    height: calc(100% - 50px);
    width: 100%;
    min-width:1024px;
    margin:0;
    padding:0;
    background:#14222f url(../img/background-main2.jpg) repeat;
    /*background-color: #14222f;*/
    color: white;

}

body {
    font-family: 'Arimo', sans-serif;
    font-size: 0.75em;
    /*background:#051a07 url(../img/bg-lineagrigia.gif) repeat-y center top;*/
    color:#ffffff;
    text-align:center;
    overflow: visible;
}

#container{
    width:100%;
    height: 100%;
    position:relative;
    margin:0;
    padding:0;
    /*background-image: url(../img/background-main.jpg);

    background-position: center 0;
    background-repeat: no-repeat;*/

}

#container a{
    text-decoration: none;
    cursor: pointer;
    color: #00b0f0;
}

#container a:hover, #container a:focus{
    text-decoration:none; 
    color: white;
}


/* HEADER */

#container .header{
    width: 100%;
    height: 120px;

}
/*
#container .header .highlight{
    position: absolute;
    filter: alpha(opacity=20);
    opacity: 0.2;
    background-color: white;
    width: 100%;
    height: 70px;
}
*/
.highlight{
    width: 100%;
    position: absolute;
    filter: alpha(opacity=20);
    opacity: 0.2;
    background-color: white;
}

.lineShadowDown
{
    width: 100%;
    height: 1px;
    top: 30px;
    position: absolute;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.95);
    -moz-box-shadow:    0px 3px 7px 0px rgba(0, 0, 0, 0.95);
    box-shadow:         0px 3px 7px 0px rgba(0, 0, 0, 0.95);
    z-index: 10;
}

.lineShadowUp
{
    width: 100%;
    height: 1px;
    top: 92px;
    position: absolute;
    -webkit-box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.95);
    -moz-box-shadow:    0px -3px 7px 0px rgba(0, 0, 0, 0.95);
    box-shadow:         0px -3px 7px 0px rgba(0, 0, 0, 0.95);
    z-index: 10;
}

.highlight.hHeader{
    height: 60px;
    top: 31px;


    filter: alpha(opacity=90);
    opacity: 0.9;
}

.highlight.hSpacer{
    height: 15px;
    margin-top: 0;
    zoom: 1;
    top: 165px;
}

h1{
    position:relative;
    width: 80px;
    margin:0 auto;
    padding:0;
    border:none;
    left: -110px;
}

/*
h1 a{
    position: absolute;
   background: url(../img/head-logo.png) no-repeat;
    display: block;
    top: -109px;
    left: -177px;
    font-size: 1px;
    text-indent: -2000em;
    width: 640px;
    height: 300px;
    cursor: pointer;
    margin: 0 0px 0 0;
    padding: 0;
    z-index: 100;
    border: none;
}
*/

h1 a{
    position: absolute;
    background: url(../img/head-logo2.png) no-repeat;
    display: block;
    top: 0px;
    left: -380px;
    font-size: 1px;
    text-indent: -2000em;
    width: 600px;
    height: 160px;
    cursor: pointer;
    margin: 0 0px 0 0;
    padding: 0;
    z-index: 100;
    border: none;
}


.wrapperIntro h1{

    left: 25px;

}



h1 a:link,h1 a:hover,h1 a:active,h1 a:visited,h1 a:focus{
    border:none;
    text-decoration:none;
}


h4
{
    color: #00b0f0;
    margin-left: 5px;
}


/* fine HEADER */

/* menu */

#container #menu{
    position: relative;
    border: none;
    width: 690px;
    height: 55px;
    /* margin: 0 auto; */
    padding: 0;
    /* left: 52px; */
    /* top: 15px; */
    z-index: 100;
    margin: 16px 0 0 184px;
}

#container #menu ul{
    float:left;
    list-style:none;
    margin:4px 0 10px 9px;
    padding:0;
}

#container #menu ul li{
    list-style: none;
    margin: 0px 19px 0 0;
    padding: 0px 20px 5px 0;
    float: left;
    height: 16px;
    border-right: 1px solid white;
}

#container #menu ul li.last{
    border-right: none;
}

#container #menu ul li a{
    display:block;
    width:auto;
    
    line-height:17px;
    font-size:1.3em;
    color: white;
    text-decoration:none;
    text-transform:capitalize;
    border:none;
    margin:0;
    padding: 3px 2px;
   
}

#container #menu ul li a:hover,#nav #menu ul li a:focus,#nav #menu ul li a.selected{
    color:#eac887;
}

#container #menu ul li a.selected{
    color:#00b0f0;
}


/* fine menu */


/* sidebar */

#sidebar{
    position: relative;
    left: 0;
    width: 180px;
    height: 100%;
    margin: 0;
    padding: 1px 5px 1px 1px;
    float:left;
}

#sidebar h2{
    /*text-transform: lowercase;*/
    font-size: 20px;
    border-bottom: 1px solid #00b0f0;
    text-align: right;
    background: url(../img/arrow-bullet-1.png) right center no-repeat;
    padding: 0 10px 0 0;
    margin: 5px 0 0 0;
    font-weight: normal;
}

#sidebar #sideNews{
    position: relative;
    text-align: left;
    margin-top: 30px;
    margin-left: 5px;
    padding-right: 10px;
}

#sidebar #sideNews .newsBox{
    position: relative;

}

#sidebar #sideNews .newsBox .img
{
    margin-top: 5px;
}

#sidebar #sideNews .newsBox .data{
    display: block;
    color: #bcbbbb;
    font-style: italic;
}

#sidebar #sideNews .newsBox .title{
    display: block;
    font-size: 14px;
    color: #00b0f0;
}

#sidebar #sideNews .newsBox .more{
    font-size: 12px;
    color: #00b0f0;
    text-decoration: underline;
}


#sidebar h3{
    text-decoration: underline;
    font-size: 13px;
    color: #00b0f0;
    width: 200px;
}

/* fine sidebar */


/* sidebar 2 */

#sidebar2{
    position: relative;
    /*top: 160px;
    right: 0;*/
    margin-top: 0px;
    margin-left: 5px;
    float: left;
    width: 188px;
}

/* fine sidebar 2 */


#sideCategories{

}


#sideCategories ul{
    float:left;
    list-style:none;
    margin:2px 0 4px 0px;
    padding:0;
}

#sideCategories ul li{
    list-style:none;
    margin:0 8px 0 0;
    padding: 0 8px 0 0;
    /*height:20px;*/
    height: auto;
    width: 172px;
    cursor: pointer;
    border: none;
}

#sideCategories ul h3{
    font-size:1.2em;
    /*color: #aaa;*/
    color: #00b0f0;
    text-decoration:none;
    /*text-transform:lowercase;*/
    line-height:17px;
    margin: 10px 5px 0 0;
    float: left;
    font-weight: normal;
}

#sideCategories ul h3.selected
{
    /*color:white;*/
    font-weight: bold;
}

#sideCategories ul li.selected
{
    background: url(../img/arrow-bullet-1.png) right center no-repeat;
}

#sideCategories ul li a{
    display:block;
    width:auto;
    text-align: left;
    line-height:17px;
    font-size:1.0em;
    color: #ccc;
    text-decoration:none;
    /*text-transform:lowercase;*/
    border:none;
    margin:0 0 0 5px;
    padding: 3px 10px 3px 11px;
    background: url(../img/line-bullet.gif) left 10px no-repeat;
}

#sideCategories ul li a:hover,#sideCategories ul li a:focus,#sideCategories ul li a.selected{
    color:#fff;
}

#sideCategories ul li a.selected{
    color:#00b0f0;

}

.wrapper{
    width:1028px;
    position: relative;
    border: none;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

.wrapperIntro{
    width:1024px;
    position: relative;
    border: none;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}


/*
#container > .wrapper{
    position:relative;
    border:none;
    width:1190px;

    text-align:left;
    margin:0 auto;
    padding:1px;
}
*/
#content{
    position: relative;
    right: 0;
    width: 640px;
    height: 100%;
    min-height: 500px;
    margin: 0;
    padding: 5px 3px 50px 3px;
    float:left;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

#content h2
{
    color:#00b0f0;
    font-size: 1.3em;
    margin: 2px 0 0 5px;
}

#content .data{
    display: block;
    color: #bcbbbb;
    font-style: italic;
    margin-left: 5px;
}

#content > p
{
    padding: 5px;
}


#content .attachments{
    margin: 10px 5px 30px 5px;
}

#content .attachments a {
    background: url(../img/arrow-bullet-1.png) left center no-repeat;
    padding: 0 0 0 10px;
}

.notFound
{
    padding: 10px;
}

#footer{
    clear: both;
    float: none;
    font-size: 0.90em;
    line-height: 1.5em;
    padding: 0 0 30px 0;
    margin-top: -65px;
}


#footer .wpSx{
    width: 186px;
    position: relative;
    float: left;
    text-align: right;
}

#footer .wpDx{
    width: 640px;
    float: left;
}

#footer span.pipLogo{
    float: right;
}

#footer span.pipLogo a{

    background:url(../img/logo-pippless.png) no-repeat;
    display:block;
    font-size:0px;
    text-indent:-2000em;
    width:80px;
    height:32px;
    cursor: pointer;
    margin:0 10px 0 0;
    padding:0;
    z-index:100;
    border:none;
}

#footer .copyrightLink{
    text-transform: uppercase;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

#footer .copyright{
    float: right;
    margin-top: 15px;
}


.floatleft{
    float: left;
}

.floatright{
    float: right;
}

#section_name{
    display: none;
}

.clr{
    clear:both;
    margin:0;
    padding:0;
}