/*----------- CSS  2012 -----------*/
/*-----------start GLOBALS-----------*/
/*body
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    background: url(../img/bg/bg-body.png) no-repeat left bottom #fff;
    color: #454545;
    font-size: 0.9em;
}

a
{
    color: #777;
}*/

/*start BUTTONS*/

fieldset 
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border-radius: 10px;    
}

legend
{   
    color: #006a9a;
    font-size: 1.2em;
    padding: 0px 4px;
    width: inherit;
    border-bottom: 0px;
    margin-bottom: 0px;
}

ol, ul{ 
    list-style: none; 
} 
.Expandido
{
    padding-left: 16px;
    background-image: url(/site/img/collapse_up_low.png);
    background-position: 0px 4px;
    background-repeat: no-repeat;
}

.Colapsado
{
    padding-left: 16px;
    background-image: url(/site/img/collapse_down_low.png);
    background-position: 0px 4px;
    background-repeat: no-repeat;
}

/*end BUTTONS*/
.more-info
{
    text-decoration: none;
    color: #006a9a;
    background-color: #e5e5e5;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    display: block;
    float: right;
    text-align: center;
    padding: 8px 15px;
    margin-left: 10px;
}
.more-info:hover
{
    opacity: 0.8;
}
/*start TITLE*/
.title
{
    color: #006a9a;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.subtitle
{
    color: #006a9a;
    font-size: 1.4em;
    margin: 15px 0px 15px 0px;
}

.fslegend
{
    color: #006a9a;
    font-size: 1.2em;
    padding: 0px 4px;
}

.drop
{
    color: #4c4c4c;
    font-size: 1.5em;
    margin-bottom: 15px;
}
/*end TITLE*/
/*start forms*/
.forms
{
    overflow: hidden;
}
.forms div
{
    margin-bottom: 12px;
    width: 100%;
    overflow: hidden;
}
.forms div label
{
    float: left;
    margin-right: 5px; /*color:#c8c8c8;*/
    text-align: right;
    width: 30%;
    line-height: 1.9em;
    font-size: 0.9em;
}

.forms div input, .forms div textarea
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    border: none;
    float: left;
    padding: 2px 3px;
    width: 55%;
    background-color: #c1e2f1;
}
.forms div input[type="checkbox"]
{
    width: 20px;
    height: 20px;
}
.forms input[type="submit"], .forms input[type="button"], .forms2 input[type="submit"], .forms2 input[type="button"]
{
    border: none;
    text-align: center;
    color: #5f5f5f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    margin-top: 8px;
    padding: 5px 55px;
    float: right;
    display: inline-block;
    background: url(../img/bg/bg-btn.png) repeat-x 0 0 #efefef;
    background: -moz-linear-gradient(top,  #efefef 0%, #b5b5b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#b5b5b5));
    background: -webkit-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -o-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -ms-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: linear-gradient(to bottom,  #efefef 0%,#b5b5b5 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#efefef', endColorstr='#b5b5b5',GradientType=0 );
    width: auto;
    margin-left: 10px;
}
.forms input[type="submit"]:hover, .forms input[type="button"]:hover, .forms2 input[type="submit"]:hover, .forms2 input[type="button"]:hover
{
    background: url(../img/bg/bg-btn.png) repeat-x 0 -30px #b5b5b5;
    background: -moz-linear-gradient(top,  #b5b5b5 62%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,#b5b5b5), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -o-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -ms-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: linear-gradient(to bottom,  #b5b5b5 62%,#efefef 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#efefef',GradientType=0 );
}
/*end forms*/

/*start forms2*/
.forms2
{
    overflow: hidden;
}
.forms2 div
{
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
}
.forms2 div label
{
    float: left;
    margin-right: 5px; /*color:#c8c8c8;*/
    text-align: right;
    width: 30%;
    /*line-height: 1.9em;*/
    font-size: 0.9em;
    font-weight: bold;
}

.forms2 div span
{
    float: left;
    margin-right: 5px; /*color:#c8c8c8;*/    
    font-size: 0.9em;
    width: 55%;
}

.forms2 div input, .forms2 div textarea
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    border: none;
    float: left;
    padding: 2px 3px;
    width: 55%;
    background-color: #c1e2f1;
}
.forms2 input[type="submit"], .forms2 input[type="button"]
{    
    margin-top: 1px;
}
/*end forms2*/

/*start informe*/
.informe
{
    overflow: hidden;
}
.informe div
{
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
}
.informe div label
{
    float: left;
    margin-right: 5px; /*color: #808080;*/
    text-align: left;
    line-height: 1.9em;
    font-size: 0.9em;
    width: 95%;
}

.informe div select
{
    background-color: #c1e2f1;
    font-size: 0.9em;
}

.informe div select option
{
}

.informe div input, .informe div textarea
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    border: none;
    float: left;
    padding: 2px 3px;
    width: 95%;
    background-color: #c1e2f1;
    margin-bottom: 1px;
}
.informe input[type="submit"], .informe input[type="button"]
{
    border: none;
    text-align: center;
    color: #5f5f5f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    margin-top: 8px;
    padding: 5px 55px;
    float: right;
    display: inline-block;
    background: url(../img/bg/bg-btn.png) repeat-x 0 0 #efefef;
    background: -moz-linear-gradient(top,  #efefef 0%, #b5b5b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#b5b5b5));
    background: -webkit-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -o-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -ms-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: linear-gradient(to bottom,  #efefef 0%,#b5b5b5 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#efefef', endColorstr='#b5b5b5',GradientType=0 );
    width: auto;
    margin-left: 10px;
}
.informe input[type="submit"]:hover, .informe input[type="button"]:hover
{
    background: url(../img/bg/bg-btn.png) repeat-x 0 -30px #b5b5b5;
    background: -moz-linear-gradient(top,  #b5b5b5 62%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,#b5b5b5), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -o-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -ms-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: linear-gradient(to bottom,  #b5b5b5 62%,#efefef 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#efefef',GradientType=0 );
}
/*end informe*/

/*-----------end GLOBALS-----------*/

/*-----------start LAYOUT-----------*/
/*#container-wrap
{
    background: url(../img/bg/bg-content.png) no-repeat right top;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 800px;
}
/*start HEADER*/
/*header
{
    background: url(../img/bg/bg-nav.png) repeat center 0 transparent;
    height: 202px;
    overflow: hidden;
    position: relative;
}
header > div
{
    position: relative;
}
header #menu
{
    padding: 10px 52px;
}
nav
{
    padding: 0;
    background-color: #006a9a;
    overflow: hidden;
    border-top: 1px solid #21baff;
}
nav ul
{
    overflow: hidden;
    padding: 0 50px;
}
nav li
{
    float: left;
    margin-left: 2px;
}
nav li:first-child
{
    margin-left: 0;
}
nav li a
{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
    width: auto;
    padding: 20px 17px;
}
nav li a:hover, nav li a.active, nav li a.selected
{
    background-color: #21baff;
}

#login
{
    overflow: hidden;
    padding: 20px 3px 5px;
}
#login div
{
    margin-bottom: 4px;
    width: 100%;
    overflow: hidden;
}
#login div label
{
    float: left;
    margin-right: 10px;
    color: #fff;
    text-align: right;
    width: 180px;
    line-height: 1.9em;
    font-size: 0.9em;
}
#login div input
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); 
    border: none;
    float: right;
    padding: 2px 3px;
    width: 160px;
    background-color: #c1e2f1;
}
#login div span.failureNotification
{
    float: right;
    width: 5px;
    line-height: 1.9em;
    font-size: 0.9em;
    color: Red;
}
#login input[type="submit"]
{
    border: none;
    text-align: center;
    color: #5f5f5f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); 
    margin-top: 8px;
    padding: 5px 55px;
    float: right;
    display: inline-block;
    background: url(../img/bg/bg-btn.png) repeat-x 0 0 #efefef;
    background: -moz-linear-gradient(top,  #efefef 0%, #b5b5b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#b5b5b5));
    background: -webkit-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -o-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -ms-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: linear-gradient(to bottom,  #efefef 0%,#b5b5b5 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#efefef', endColorstr='#b5b5b5',GradientType=0 );
    box-shadow: 0 2px 5px #000;
    width: auto;
}
#login input[type="submit"]:hover
{
    background: url(../img/bg/bg-btn.png) repeat-x 0 -30px #b5b5b5;
    background: -moz-linear-gradient(top,  #b5b5b5 62%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,#b5b5b5), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -o-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -ms-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: linear-gradient(to bottom,  #b5b5b5 62%,#efefef 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#efefef',GradientType=0 );
}
#logged
{
    overflow: hidden;
    padding: 35px 3px 5px;
}
#logged div
{
    margin-bottom: 4px;
    width: 100%;
    overflow: hidden;
    color: #fff;
    text-align: right;
    line-height: 1.9em;
    font-size: 0.9em;
}
#logged div.Enlaces div
{
    width: 49.8%;
    float: left;
    text-align: center;
    font-family: inherit;
    font-size: 100%;
}
#logged div.Enlaces div a
{
    border: none;
    text-align: center;
    color: #5f5f5f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); 
    margin-top: 8px;
    padding: 5px 35px;
    display: inline-block;
    float: right;
    background: url(../img/bg/bg-btn.png) repeat-x 0 0 #efefef;
    background: -moz-linear-gradient(top,  #efefef 0%, #b5b5b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#b5b5b5));
    background: -webkit-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -o-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -ms-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: linear-gradient(to bottom,  #efefef 0%,#b5b5b5 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#efefef', endColorstr='#b5b5b5',GradientType=0 );
    box-shadow: 0 2px 5px #000;
}
#logged div.Enlaces div a:hover
{
    background: url(../img/bg/bg-btn.png) repeat-x 0 -30px #b5b5b5;
    background: -moz-linear-gradient(top,  #b5b5b5 62%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,#b5b5b5), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -o-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -ms-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: linear-gradient(to bottom,  #b5b5b5 62%,#efefef 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#efefef',GradientType=0 );
}

#site-title
{
    color: #fff;
    font-size: 1.9em;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
/*end HEADER*/

/*start FOOTER*/
/*footer
{
    background: url(../img/bg/bg-footer.png) repeat-x 0 0 #1d7ea9;
    padding: 17px 0;
    color: #dcdcdc;
}
footer p
{
    text-align: center;
    line-height: 1.7em;
    font-size: 0.9em;
    margin-top: 30px;
}
footer ul
{
    padding-left: 55px;
    border-left: 1px solid #2d85ae;
    overflow: hidden;
}
footer ul li
{
    float: left;
    width: 100%;
}
footer ul li a
{
    display: block;
    padding-left: 25px;
    color: #dcdcdc;
    height: 20px;
    text-decoration: none;
    background: url(/Sala/site/img/icons/sprite-icons.png) no-repeat 0 0 transparent;
    margin-bottom: 5px;
    line-height: 1.7em;
}
footer ul li a:hover
{
    opacity: 0.8;
}
footer ul li a#foot_sala
{
    background-position: 0 -24px;
}
footer ul li a#foot_playa
{
    background-position: 0 -48px;
}
footer ul li a#foot_internacional
{
    background-position: 0 -72px;
}
/*end FOOTER*/
/*-----------end LAYOUT-----------*/

/*-----------start HOME-----------*/
/*start WELCOME*/
#welcome
{
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #549bbb;
}
#welcome .txt
{
    width: 80%;
}
#welcome .img
{
    width: 17%;
}
#welcome .img img
{
    width: 100%;
}
/*end WELCOME*/

/*start NEWS*/
#newImagenes
{
    padding-bottom: 40px;
}
#news, #news ul
{
    overflow: hidden;
    padding-left: 15px;
}
#news
{
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}
#news ul li
{
    float: left;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-top: 13px;
    text-align: left;
    width: 90%;
}
#news ul li.futbol
{
    background: url(/Sala/site/img/icons/futbol.png) no-repeat 0 0 transparent;
}
#news ul li.sala
{
    background: url(/Sala/site/img/icons/sala.png) no-repeat 0 0 transparent;
}
#news ul li.playa
{
    background: url(/Sala/site/img/icons/playa.png) no-repeat 0 0 transparent;
}
#news ul li.internacional
{
    background: url(/Sala/site/img/icons/internacional.png) no-repeat 0 0 transparent;
}
#news ul li.medico
{
    background: url(/Sala/site/img/icons/medico.png) no-repeat 0 0 transparent;
}
#news ul li.prepfisico
{
    background: url(/Sala/site/img/icons/prepfisico.png) no-repeat 0 0 transparent;
}
#news ul li.tecnica
{
    background: url(/Sala/site/img/icons/tecnica.png) no-repeat 0 0 transparent;
}
#news ul li.mujer
{
    background: url(/Sala/site/img/icons/mujer.png) no-repeat 0 0 transparent;
}
#news ul li.jugada
{
    background: url(/Sala/site/img/icons/jugada.png) no-repeat 0 0 transparent;
}
#news ul li > div
{
    overflow: hidden;
    width: 100%;
}
#news ul li .date
{
    color: #006a9a;
    font-weight: bold;
    line-height: 1.8em;
}

#news ul li .dateJornada
{
    color: #999999;
    font-weight: bold;
    line-height: 1.5em;
}

#news ul li .title
{
    color: #064a69;
    font-weight: bold;
    display: block;
    width: 100%;
    font-size: 1.2em;
}
/*end NEWS*/

/*start SIDEBAR*/
/*sidebar
{
    padding-right: 25px;
    overflow: hidden;
    display: block;
}*/
.block
{
    border: 2px solid #e4e4e4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    margin-bottom: 25px;
    background-color: #fff;
}
.block h3
{
    padding: 10px 25px;
    color: #9a9a9a;
    font-size: 1.6em;
    font-weight: normal;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    background: url(../img/bg/bg-block.png) repeat-x 0 0 #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 1%, #e3e3e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e3e3e3));
    background: -webkit-linear-gradient(top,  #ffffff 1%,#e3e3e3 100%);
    background: -o-linear-gradient(top,  #ffffff 1%,#e3e3e3 100%);
    background: -ms-linear-gradient(top,  #ffffff 1%,#e3e3e3 100%);
    background: linear-gradient(to bottom,  #ffffff 1%,#e3e3e3 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
}
.block ul
{
    padding: 20px;
    overflow: hidden;
}
/*#sections ul li
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 0;
    background-position: right 0;
}
#sections ul li.rfef
{
    background: url(/Sala/site/img/icons/rfef.png) no-repeat right 0 transparent;
}
#sections ul li.futbol
{
    background: url(/Sala/site/img/icons/futbol.png) no-repeat right 0 transparent;
}
#sections ul li.sala
{
    background: url(/Sala/site/img/icons/sala.png) no-repeat right 0 transparent;
}
#sections ul li.playa
{
    background: url(/Sala/site/img/icons/playa.png) no-repeat right 0 transparent;
}
#sections ul li.internacional
{
    background: url(/Sala/site/img/icons/internacional.png) no-repeat right 0 transparent;
}
#sections ul li a
{
    color: #006a9a;
    text-decoration: none;
    line-height: 1.1em;
    font-size: 1.5em;
    padding-right: 50px;
    display: block;
}
#sections ul li a.selected
{
    font-weight: bolder;
    text-decoration: underline;
}
#sections ul li a:hover
{
    opacity: 0.8;
}*/

#menuSection ul li, #menuSection2 ul li
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background-position: right 0;
}

#menuSection ul li a, #menuSection2 ul li a
{
    color: #006a9a;
    text-decoration: none;
    line-height: 1.1em;
    display: block;
}
#menuSection ul li a.selected, #menuSection2 ul li a.selected
{
    font-weight: bolder;
}
#menuSection ul li a:hover, #menuSection2 ul li a:hover
{
    opacity: 0.8;
}

/*#sponsors li, #links li, #reglas li
{
    float: left;
    width: 50%;
    padding: 0;
   
    text-align: center;
}
#sponsors li.clear, #links li.clear, #reglas li.clear
{
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
    height: auto;
}
#sponsors li img, #links li img, #reglas li img
{
    max-width: 100%;
    vertical-align: middle;
}*/
#Intrucciones li
{
    float: left;
    width: 90%; /*width: 89.94680851063829%;*/
    margin: 0px 5%; /*margin: 0px 4.94680851063829%;*/
    padding: 0;
    text-align: center;
    list-style-type: disc;
    text-align: left;
}
#Intrucciones li.clear
{
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
#Intrucciones li.nodisc
{
    list-style-type: none;
}
/*end SIDEBAR*/
/*-----------end HOME-----------*/

/*-----------start MEDIA QUERIES-----------*/
/*start IPHONE*/
/*@media (min-width: 320px) and (max-width: 479px)
{
    body, sidebar
    {
        padding: 0;
    }
    body, #container-wrap
    {
        background: none;
    }
    section
    {
        padding: 20px;
    }
    header
    {
        height: auto;
    }
    header #logo
    {
        display: block;
        width: 100px;
        margin: auto;
        padding: 10px 0;
    }
    header #logo img
    {
        width: 100px;
    }
    #menu
    {
        height: auto;
    }
    #login
    {
        padding: 10px 20px;
    }
    #login div label
    {
        width: 20%;
    }
    #login div input
    {
        width: 70%;
    }
    #login div span.failureNotification
    {
        width: 2%;
    }
    #site-title
    {
        position: relative;
        margin: 10px 0;
        padding: 0 10px;
        font-size: 1.2em;
        text-align: center;
        line-height: 1.4em;
    }
    nav, ul
    {
        text-align: center;
        padding: 0;
    }
    nav ul
    {
        display: inline-block;
        padding: 0;
    }
    nav ul li
    {
        display: inline-block;
        text-align: center;
        float: left;
    }
    nav ul li a
    {
        padding: 22px;
    }

    footer ul
    {
        padding: 0;
        width: 250px;
        margin: 25px auto 0;
    }
    footer ul li
    {
        width: 50%;
    }

}

/*--start IPHONE 4*/
/*@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5)
{
}
/*--end IPHONE 4*/
/*end IPHONE*/

/*start IPAD VERTICAL*/
/*@media (min-width: 480px) and (max-width: 768px)
{
    body, sidebar
    {
        padding: 0;
    }
    body, #container-wrap
    {
        background: none;
    }
    section
    {
        padding: 20px;
    }
    header
    {
        height: auto;
    }
    header #logo
    {
        display: block;
        width: 100px;
        margin: auto;
        padding: 10px 0;
    }
    header #logo img
    {
        width: 100px;
    }
    #menu
    {
        height: auto;
    }
    #login
    {
        padding: 10px 20px;
    }
    #login div label
    {
        width: 20%;
    }
    #login div input
    {
        width: 70%;
    }
    #login div span.failureNotification
    {
        width: 2%;
    }
    #site-title
    {
        position: relative;
        margin: 10px 0;
        padding: 0 10px;
        font-size: 1.2em;
        text-align: center;
        line-height: 1.4em;
    }
    nav, ul
    {
        text-align: center;
        padding: 0;
    }
    nav ul
    {
        display: inline-block;
        padding: 0;
    }
    nav ul li
    {
        display: inline-block;
        text-align: center;
        float: left;
    }
    nav ul li a
    {
        padding: 22px;
    }

    footer ul
    {
        padding: 0;
        width: 250px;
        margin: 25px auto 0;
    }
    footer ul li
    {
        width: 50%;
    }

}
/*end IPAD VERTICAL*/

/*start IPAD HORIZONTAL*/
/*@media (min-width: 768px) and (max-width: 940px)
{
    #login div label
    {
        width: 65px;
        font-size: 0.8em;
    }
    #login div input
    {
        width: 147px;
    }
    #login div span.failureNotification
    {
        width: 5px;
        font-size: 0.8em;
    }
    #login button
    {
        padding: 5px 49px;
    }
    #sections ul li a
    {
        font-size: 1.2em;
    }
    #menuSection ul li a, #menuSection2 ul li a
    {
        font-size: 1.2em;
    }
    header #menu
    {
        padding: 10px 0 1px 52px;
    }
}

@media (min-width: 941px) and (max-width: 1199px)
{
    #login div label
    {
        width: 65px;
        font-size: 0.8em;
    }
    #login div input
    {
        width: 147px;
    }
    #login div span.failureNotification
    {
        width: 5px;
        font-size: 0.8em;
    }
    #login button
    {
        padding: 5px 49px;
    }
    #login h1
    {
        font-size: 1.3em;
        padding-right: 0px;
    }
    #sections ul li a
    {
        font-size: 1.2em;
    }
    #menuSection ul li a, #menuSection2 ul li a
    {
        font-size: 1.2em;
    }
    header #menu ul li
    {
        margin-left: 16px;
    }
}
/*end IPAD HORIZONTAL*/
/*-----------end MEDIA QUERIES-----------*/