/*
Theme Name: WordPress Ernest
Theme URI: http://wordpress.org/
Description: The Ernest WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Francesc Pujol
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */


html {
//	background: #985238;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #985238 url('images/fusta2.jpg') no-repeat center top;
	color: #333;
	//text-align: center;
}

#langselector {
        position: relative;
        top: 10px;
}

/*#lang_sel a.lang_sel_sel {
    font-family: 'Reenie Beanie', arial, serif;
    background:url("../img/nav-arrow-down.png") no-repeat scroll right center transparent;
    color:#FFFFFF;
    font-size: 1.5em;
}

#lang_sel a.hover {
    font-family: 'Reenie Beanie', arial, serif;
    background:url("../img/nav-arrow-down.png") no-repeat scroll right center transparent;
    color:#FFFFFF;
    font-size: 1.2em;
}*/

#headerimg {
	background: transparent url('images/header.png');
        height: 200px;
}

#header h1 { font-family: 'Reenie Beanie', arial, serif;
        text-align: left;
        position: relative;
        top: 10px;
        font-size: 1.4em;
}

#header h1 a {
    text-decoration: none;
    color: white;
    font-size: 3.2em;
}

#sidebar1, #sidebar2, #sidebar3{
    padding: 4px 3px 8px 3px;
}

#sidebar1 h2, #sidebar2 h2, #sidebar3 h2 {
    font-family: 'Old Standard TT', arial, serif;
    text-align: center;
    border-right: 1px solid #CCC;
    color: white;
    font-size: 1.5em;
    padding: 4px 3px 8px 3px;
    cursor: pointer;
}

#sidebar1 a, #sidebar2 a, #sidebar3 a {
    font-family: 'Old Standard TT', arial, serif;
    text-decoration: none;
    color: white;
    font-size: 1.3em;
}

#sidebar1 ul li>ul, #sidebar2 ul li>ul, #sidebar3 ul li>ul{
/*Make the sub list items invisible*/
    display: none;
}

#sidebar1 ul li:hover>ul, #sidebar2 ul li:hover>ul, #sidebar3 ul li:hover>ul{
/*When hovered, make them appear*/
	display : block;
        text-align: center;
}

#sidebar1 ul li:hover>ul li,
#sidebar2 ul li:hover>ul li,
#sidebar3 ul li:hover>ul li{
    //box-shadow: 5px 5px 5px #ccc;
    //-moz-box-shadow: 5px 5px 5px #000;
    //-webkit-box-shadow: 5px 5px 5px #000;
    //-moz-border-radius: 8px 8px 8px 8px;
    //background-color: rgba(152,82,56,0.8);
    //border: 1px solid #ccc;
    padding: 3px 0px 3px 0px;
}

#sidebar1 ul li:hover>ul li:hover,
#sidebar2 ul li:hover>ul li:hover,
#sidebar3 ul li:hover>ul li:hover{
    //box-shadow: 5px 5px 5px #ccc;
    //-moz-box-shadow: 5px 5px 5px #000;
    //-webkit-box-shadow: 5px 5px 5px #000;
    //-moz-border-radius: 8px 8px 8px 8px;
    background-color: rgba(0,82,56,0.8);
    //border: 1px solid #ccc;
    padding: 3px 0px 3px 0px;
}


.entry {
    -moz-border-radius: 8px 8px 8px 8px;
    background-color: rgba(152,82,56,0.8);
    border: 1px solid #ccc;
}

.submit {
    background: transparent;
    color: white;
}

.entry {
    font-family: 'Old Standard TT', arial, serif;
    box-shadow: 5px 5px 5px #ccc;
    -moz-box-shadow: 5px 5px 5px #000;
    -webkit-box-shadow: 5px 5px 5px #000;
    -moz-border-radius: 8px 8px 8px 8px;
    background-color: rgba(152,82,56,0.8);
    text-decoration: none;
    color: white;
    font-size: 1.5em;
    padding: 8px 8px 8px 8px;
    border: 1px solid #ccc;
    text-align: justify;
    min-height: 350px;
}

#wrapmenhori1 {
    position: relative;
}

#menuhori1 li{
    position: relative;
    float: left;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    top: 130px;
}

#menuhori1 li a{
    font-family: 'Old Standard TT', arial, serif;
    text-decoration: none;
    color: white;
    font-size: 2.5em;
    text-decoration: none;
}


/*#wrapmhori {
    width: 100%;
    background: #985238;
    position: relative;
    top: -13px;
    z-index: -99999;

}*/

#wrapmhori {
    background: #985238;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    top: -35px;
    z-index: -99999;

}

#menuhori {
    background: #985238;
    height: 10px;
    position: relative;
    z-index: -99999;
}

.search {
    position: relative;
    top: -25px;
}


#content h2.pagetitle {
    font-family: 'Old Standard TT', arial, serif;
    font-size: 1.8em;
    color: #FFFFFF;
    margin-bottom: 10px;
}

#wrapfooter {
    //position: relative;
    bottom: 0px;
    //width: 100%;
    padding: 60px 0px 10px 0px;
}

#footer a {
    font-family: 'Old Standard TT', arial, serif;
    text-decoration: none;
    color: white;
    font-size: 1.3em;
}


/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

