/*
	@author: La Cuarta Edad Designs
	CSS for www.clubajedrezfuenlabrada.es

*/

/* IMPORT */
@import url(css/jquery.lightbox-0-5.css);

/* TAG */
a { color: #FFFFFF; text-decoration: none; }
a:hover { text-decoration: none; }

body {
    background: #002832 url(../images/background.jpg) no-repeat left top;

    height: 100%;

    margin: 0;
    padding: 0;

    color: #FBF6EB;
    font: 10px / 15px Verdana, sans-serif;
}

h3 {
    margin-bottom: 10px;

    color: #F9F9F9;
    font-size: 20px;
    font-weight: bold;
}

h3 a { text-decoration: none; }

h4 {
    margin-bottom: 9px;
    
    font-size: 14px;
    font-weight: bold;
}

hr { border-top: none; }

img { margin-bottom: 15px; }

ol {
    margin-bottom: 15px;

    font-size: 10px;
}

ul {
    margin-bottom: 15px;

    font-size: 10px;
}
ol, ul { margin-left: 25px; }

li { margin-bottom: 4px; }

p {
    margin-bottom: 15px;
    
    font: 10px / 20px Verdana;
    text-align: justify;
}

/* ID */
#body {
    margin-top: 43px;
    margin-left: 20px;
    padding: 0;

    vertical-align: baseline;
}

#content {
    float: left;

    width: 895px;

    margin-top: 0;
    padding: 12px 16px;

    text-align: justify;
}

#footer {
    background: url(../images/footer.background.png) no-repeat 2px 0px;

    clear:both;

    position: relative;
    width: 925px;
    height: 420px;

    margin-top: -150px;
    margin: auto;
    padding: 5px 20px;

    vertical-align: baseline;
}
    #footer a {
        text-decoration: none;
        display: block;
    }
    #footer h3 {
        margin: 0;
        padding: 0 0 9px;

        color: #FFFFFF;
        border-bottom: 1px solid #869DA7;

        line-height: 19px;
        font-size: 120%;
        text-transform: uppercase;

        vertical-align: baseline;
    }
    #footer li, #menu li, #post li {
        background: url(../images/footer.left.png) no-repeat 2px 7px;

        margin: 0;
        padding: 6px 0 6px 10px;

        font-size: 11px;

        list-style: none;
    }
    #footer li li { font-size: 9px; }
    #footer li:hover, #menu li:hover, #post li:hover {
        background: #597A87 url(../images/footer.left.png) no-repeat 2px 6px;

        border-top: 1px solid #839DA7;
        border-bottom: 1px solid #839DA7;
        padding: 5px 0 5px 10px;
    }
    #footer p{
        margin-bottom: 0px;
        font-size: 10px;
    }
    #footer ul, #post ul {
        margin-left: 0px;
        margin-bottom: 0px;

        padding: 0;

        vertical-align: baseline;
    }
    #footer ul > li { padding-left: 10px; }
    #footer ul ul {
        margin-top: 10px;
        padding: 0;
    }
    #footer .box {
        float: left;

        position: relative;
        width: 208px;

        margin-top: 22px;
        margin-right: 20px;
        padding: 0;

        vertical-align: baseline;
    }
    #footer .box:first-child { margin-left: 13px; }

#logotype {
    float: right;

    position: relative;
    width: auto;

    margin-top: 10px;
    margin-right: 30px;

    z-index: 300;
}
        
#main {
    background: url(../images/main.background.png) no-repeat bottom right;
    display: block;

    height: 750px;

    margin: 0;
    padding-bottom: 150px;

    font-size: 12px;
}
    #main li { font-size: 11px; }

#menu {
    float:left;

    width: 236px;

    margin-top: 2px;
    padding: 12px 16px;

}
    #menu a {
        text-decoration: none;
    }
    #menu div {
        margin-bottom: 20px;
        padding: 10px 10px 10px 10px;

        background: url(../images/menu.background.png) repeat;

        border-top: 1px solid #D7E8F8;
        border-bottom: 1px solid #D7E8F8;
    }
    #menu li { margin-top: 6px; }
    #menu li:hover{
        background-color: #839DA7;
        border-color: #D7E8F8;
    }
    #menu ul {
        margin-left: 15px;
        padding: 0;
    }

#navigation {
    background: url(../images/navigation.background.png) no-repeat;

    display: block;

    position: relative;
    height: 62px;
    width: 961px;

    margin: 10px 0 20px 1px;
    padding: 0;

    z-index: 200;
}
    #navigation li {
        float: left;

        margin-top: 20px;
        padding: 0;

        list-style: none;
    }
    #navigation li:first-child { margin-left: 25px; }
    #navigation li:hover {
        background: url(../images/icons/navigation.png) no-repeat left;
        color: #002832;
        font-weight: bold;
    }
    #navigation li a {
        display: block;
        float: left;
        overflow: hidden;

        position: relative;
        height: 30px;
        width: auto;

        margin: 4px 10px;
        padding-right: 12px;

        color: #0D4B72;
        font-size: 10px;

        text-align: center;
        text-decoration: none;
        text-transform: uppercase;

        z-index: 10;
    }

#post > div {
    margin-bottom: 20px;
    padding: 30px 25px 20px 25px;

    background: url(../images/post-header.background.png) repeat-x bottom;
    
    border-top: 1px solid #D7E8F8;
    border-bottom: 1px solid #D7E8F8;
}
#post > div > div {
    background-color: #839DA7;
    border-top: 1px solid #D7E8F8;
    border-bottom: 1px solid #D7E8F8;

    padding: 15px 10px 10px 10px;
}
#post > div > div img { border: 3px solid #475868; }
#post h2 { margin-top: 0px; }
#post h4 { font-weight: normal; }
#post li:hover { 
    background-color: #839DA7;
    border-color: #D7E8F8;
}
#post li img { float: right; }
#post p { clear: both; }
#post ul { margin-left: 10px; }

#wrap {
    background: url(../images/content.background.png) no-repeat center;
    background-position: 2px 86px;

    overflow: hidden;
    
    position: relative;
    min-height: 600px;
    height: 100%;
    width: 965px;

    margin: 0 auto -45px;
    padding-bottom: 25px;
}

/* CLASS */
.location { float: right; margin-right: 40px; margin-bottom: 45px; text-align: right; width:740px }
.competition { display: none; }