@CHARSET "ISO-8859-1";

body 
{	
    margin:0px;
    padding:0px;
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-size:13px;
    /*color:d1e1b18;*/
}

#main_container
{ 
    /*width:900px;  Eliminata la dimensione fissa in modo da utilizzare foundation*/
    margin:auto;
}

/*Intestazione*/

.header
{
    width:900px;
    height:163px;
    margin:auto;
}

.logo
{
    padding-bottom: 0px; padding-left: 8px; padding-right: 0px; padding-top: 25px;
    float:left;
}

.on_air
{
    float:left;
    padding-bottom: 0px; padding-left: 30px; padding-right: 30px; padding-top: 20px;
}

/*Corpo*/

div.content
{
    width: 880px;

    margin-left: auto;

    min-height: 500px;
    height: auto! important;
    height: 500px;

    margin-top:40px;
    padding: 0px 15px;
}


/*Footer*/

/*-----------------------------footer------------------*/
.footer
{
    clear:both;
    width:auto;
    height:25px;
    margin-left:15px;
    margin-right:15px;
    padding-left: 20px; padding-right: 20px;
    background-color:#051c6c;
}

.copyright
{
    float:left;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px; 
}

.footer_links
{
    float:right;
    padding-right:15px;
    padding-top:5px;
    padding-bottom:5px;
}

.footer_pow
{
    float:right;
    padding-right:15px;
    padding-top:5px;
}

.footer_links a
{
    text-decoration:none;
    color: #FFFFFF;
    padding-left:10px;
}

.footer_links a:hover
{
    text-decoration:underline;
    color: #a90329;
}

span.footertext
{
    color: #FFFFFF;
    font-size: 12px;
    font-weight:bold;
}

div#email_pr {
    color: #D3A826;
    display: inline-block;
    /* margin-left: 100px !important; */
    text-align: left;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}	

div#email_pr div {
    width: 200px;
    display: block;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

div#email_pr input {
    /*width: 100%;
    display: inline-block;*/
    width: 200px;
    display: block;
    border: solid 2px #D3A826;
    margin-left: auto;
    margin-right: auto;
}

div#email_pr select
{
    width: 100%;

    border: solid 2px #D3A826;
}

div#email_pr p.form_instruction{
    /*margin-left: 0px !important;*/
    width: 200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

p.form_instruction
{
    color:white;
    font-size: 11px;
    margin-top: 0px;
}

div#email_pr textarea
{
    width: 100%;
    height: 120px;
    display:inline-block;
    border: solid 2px #D3A826;
}

.copyright-new{
    width:auto;

}

.copyright-new div{
    margin:10px auto;
    width:410px;
    display: block;
}

.copyright-new p{
    line-height: 20px;
    float:left;
    font-size: 15px;
}
.copyright-new img {
    height: 10px;
    margin: 5px;
    float: right;
}

#social_network {
    /*width: 150px;
    height: 100px;*/
}

#social_network ul {
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

#social_network li {
    width: 46px;
    height: 46px;
    display: inline-block;
    background-image: url('../img/icon-social.png');
    background-repeat: no-repeat;
    border: none;
    cursor:pointer;
}

#social_network li.social1 {
    background-position: 0px -46px;
}

#social_network li.social2 {
    background-position: -46px -46px;
}

#social_network li.social3 {
    background-position: -92px -46px;
}

#social_network li.social4 {
    background-position: -138px -46px;
}

#social_network li.social1:hover {
    background-position: 0px 0px;
}

#social_network li.social2:hover {
    background-position: -46px 0px;
}

#social_network li.social3:hover {
    background-position: -92px 0px;
}

#social_network li.social4:hover {
    background-position: -138px 0px;
}


#GiocaOra{
    width:300px;
    height:80px;
    background-image: url('../img/gioca_button.gif');
    background-repeat: no-repeat;
    cursor:pointer;
}

#GiocaOra .GiocaOraTesto img{
    margin:35px 100px; 
    width: 100px;
    height: 13px;
}