/**
Theme Name: Fauna Final
Theme URI: http://www.proyectofauna.com
Version: 0.9
Author: Gonzalo Cabrera
Tags: 
Licence: GPL

Paleta de colores menu:

*/

/*reseteando estilos*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
    font-family: Arial, sans-serif;
    vertical-align: baseline
}

body {
    line-height: 1;
    font-size: 62.5%;
}

:focus {
    outline: 0
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

input, textarea {
    margin: 0;
    padding: 0
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px
}

.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft{
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.clear{
    clear: both;
}

#left, #center, #right{ height: 500px;}
/*## Estructura ##*/
#wrap{
    margin: 0 auto;
    padding-top: 30px;
    width:960px;
    position:relative;
}

#left{
    float:left;
    width:230px;
}

#center{
    float:left;
    padding-top:30px;
    width:500px;
    position:relative;
}

#content{
    margin:0 10px;
}

#right{
    float:left;
    width:230px;
}

#right-inside{    
    margin:20px 10px 0;
}
#right-foot{
    padding-top:13px;
}

#footer{
    display:none;
    background: #f00;
    height:100px;
    margin:10px 0;
    width:100%;
}

/*## LEFT ##*/

#left-inside{
    margin:0 10px;
}

#logo{
    margin:0 auto;
    text-align: center;
}
#navigation{
    margin-top:20px;
    width:220px;
}

#navigation a{
    font-size:1.4em;
    font-weight:600;
    display:block;
    text-decoration:none;
    margin-bottom:5px;
    color:#666;       
}
#navigation ul{
    margin-bottom:2px;
}
#navigation ul li a{
    border: none;
    text-decoration: none;
    font-weight:600;
    margin-bottom:3px;
    padding-left:10px;
}

#navigation li br{
    display:none;
}

#navigation a.head:hover, #navigation ul li a:hover, #navigation a:hover{
    color:#47C3F6;
}


#nav p a{
    font-size:1.2em;
    display: block;
}

/*## CONTENT ##*/

#content #page-title{
    border-bottom:1px solid #000;
    overflow:hidden;
    padding:5px 0px 3px;
    margin:0px 20px 10px;

}

#content h1{
    float:left;
    display:inline;
    font-size:1.4em;
    font-weight:normal;
}

#content #page-title span{
    float:right;
    font-size:1.4em;
    font-weight:600;
}

#about #about-content {
    margin:0 auto;
    width:440px;
}

#about #about-content p, #loop p{
    font-size:1.3em;
    line-height:1.4em;
    text-align: justify;
    margin:5px 0;
}


/*## RIGHT ##*/

#right-inside #right-foot{
    display:block;
    /*position:static;
    bottom:0px;*/
}
/*## Formulario de Contacto ##*/
#right-inside #contact{
    margin-bottom:45px;
    overflow:hidden;
    margin-top: 60px;
}
#right-inside #frm_cnt label{
    font-size:1.3em;    
}

#right-inside #frm_cnt label.error{
    display:block;
    font-size: 1.2em;
    color:#f00;
    margin-bottom:5px;
    margin-top:-3px;
}


#right-inside #frm_cnt input{
    border: 1px solid #47C3F6;
    font-size: 1.3em;
    height:19px;
    margin: 10px 0 5px 0;
    padding:3px 2px;
    width: 95%;
}

#right-inside #frm_cnt textarea{
    border: 1px solid #47C3F6;
    font-size: 1.3em;
    height:100px;
    line-height:1.6em;
    margin: 10px 0 5px 0;
    overflow:inherit;
    padding:3px 2px;
    width: 95%;    
}

#right-inside #frm_cnt #submit-btn{
    float:right;
    height:2em;
    margin-right:4px;
    padding:3px;
    width:50%;    
}

#right-inside #frm_cnt #submit-btn:hover{
    border-color:#666;
}

#right-foot h2{
    color:#666;
    font-size:1.4em;
    font-weight:bold;
    line-height:2em;
}

#right-foot p{
    font-size:1.3em;
    line-height:1.5em;
}

#right-foot p span{
    color:#47C3F6;
}

/* 404 */
#error #error-content{
    padding-top:30px;
}

#error #error-content p{
    color:#888;
    font-size: 6em;
    font-weight:bolder;
    text-align: center;
}

.language {
    display:block;
    text-align:right;
}

#about-es a#hide-es, #about-en a#hide-en {
    color:#47C3F6;
    font-size:1.2em;
    font-weight:600;
    padding-bottom:1px;
    text-decoration:none;
}

#about-es a#hide-es:hover, #about-en a#hide-en:hover{

    color:#666;
}

#about-en{
    display:none;
}
/*SLIDING BOX*/

.boxgrid{ 
    width: 440px; 
    height: 400px; 
    float:left; 
    background:#161613; 
    overflow: hidden; 
    position: relative; 
}

#news .boxgrid{
    background:#fff;
}
#news .slide h3{
    color:#666;
    font-size:1.6em;

}

#news .slide p{
    color:#000;
    font-size:1.3em;
    line-height:1.4em;
    text-align:justify;
}

#news h3{ margin: 10px 0; color:#47C3F6; font:1.6em Arial, sans-serif; font-weight: bold; text-align:left; }

#news .slide p a{
    color:#333;
    text-decoration:underline;
}
#news .slide p a:hover{
    color:#47C3F6;
}

.boxgrid p{ 
    padding: 0px; 
    color:#afafaf; 
    font-weight:normal; 
    font:10pt "Helvetica", Arial, sans-serif; 
}
.boxcaption{ 
    float: left; 
    position: absolute; 
    background: #000; 
    height: 200px; 
    width: 100%; 
    opacity: .8; 
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxcaption p{
    padding:0 10px;
}
.boxcaption a{
    color:#47C3F6;
    text-decoration:none;
}
.boxcaption a:hover{
    text-decoration:underline;
}
.captionfull .boxcaption {
    top: 400px;
    left: 0;
}
.caption .boxcaption {
    top: 220;
    left: 0;
}
h3{ margin: 10px 10px 0 10px; color:#FFF; font:1.6em Arial, sans-serif; font-weight: bold;  }

/** 
 * Slideshow style rules.
*/
.slideshow, #news #slideshow, #posters #slideshow {
    margin:0 0 0 0px;
    width:480px;
    height:400px;
    position:relative;
}
.slideshow .slidesContainer, #news #slideshow #slidesContainer, #posters #slideshow #slidesContainer {
    margin:0 auto;
    width:440px;
    height:400px;
    overflow:auto; /* allow scrollbar */
    position:relative;
}
.slideshow .slidesContainer .slide, #news #slideshow #slidesContainer .slide, #posters #slideshow #slidesContainer .slide {
    margin:0 auto;
    width:440px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
    height:400px;
}

ul#childcategories{
    display: none;
}
ul#childcategories .slideshow{
    margin-left: -20px;
}

ul#childcategories li{
    margin: 0 20px;
}
ul#childcategories li a.head{
    font-size:1.3em;
    font-weight:600;
    display:block;
    text-decoration:none;
    margin:5px 0;
    color:#666;
}

ul#childcategories li a.head:hover, ul#childcategories li a.selected{
    color: #DD127B;
}

ul#childcategories li.selected{
    border-top: 1px solid #DD127B;
    border-bottom: 1px solid #DD127B;
    margin: 0 20px;
    padding: 0 0 10px;
    
}

ul#childcategories li.selected a{
    margin-left: 0px;
}

/** 
 * Slideshow controls style rules.
*/
.control, #news .control, #posters .control {
    display:block;
    width:20px;
    height:400px;
    text-indent:-10000px;
    position:absolute;
    cursor: pointer;
}
.leftControl, #news #leftControl, #posters #leftControl{
    top:0;
    left:0;
    background:transparent url(images/btn_prev.gif) no-repeat 0 0;
}
.rightControl, #news #rightControl, #posters #rightControl{
    top:0;
    right:0;
    background:transparent url(images/btn_next.gif) no-repeat 5px 0;
}

/*Links sidebar derecho*/
#social-links{
    margin-bottom: 20px;
    overflow: hidden;
}

#social-links li{
    text-indent: -9999px;
    float: left;
    list-style-type: none;
    margin: 0 6px 0 0;
    padding: 0;
}

#social-links li a{
    width: 32px;
    height: 32px;
    display: block;
    background: transparent url(images/botonera.png) 0 0 no-repeat;
}

#social-links #bloggerlink a:hover{
    background-position: 0 -33px;
}

#social-links #flickrlink a{
    background-position: -32px 0;
}

#social-links #flickrlink a:hover{
    background-position: -32px -33px;
}

#social-links #facebooklink a{
    background-position: -64px 0;
}

#social-links #facebooklink a:hover{
    background-position: -64px -33px;
}

#social-links #twitterlink a{
    background-position: -96px 0px;
}

#social-links #twitterlink a:hover{
    background-position: -96px -33px;
}

/* Pagina de Links*/

#links-list{
    margin: 20px;
}

#links-list li{

    
}

#links-list li a{
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    color: #666;
    line-height: 1.8em;
}

#links-list li a:hover{
    color: #DD127B;
}


