/* Header */

* {
    font-family: 'Libre Baskerville', serif;
}

/* Body */
body {
    font-size: 62.5%;
    color: #211800;
    font-family: 'minion-pro-1','minion-pro-2',Georgia,Serif;
    background: none repeat scroll 0 0 #FEFCF6;
    margin : 0;
    padding: 0;
}

input, label, .header-block a{
	font: 400 1.2em/1.5em 'Libre Baskerville', serif;
}

a {
    text-decoration: none;
    color: #211800;
}
:focus { outline: none; }
::-moz-focus-inner { border:0; }

ul, li {
    margin: 0;
    border: 0 none;
}

h1 {
    font-size: 3em;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0.6em;
    padding: 0;
}
h3 {
    font-family: 'minion-pro-1','minion-pro-2',Georgia,Serif;
    font-size: 2.1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 1.8em;
    padding: 0;
    font-style: italic;
}
h2 {
    font-family: 'minion-pro-1','minion-pro-2',Georgia,Serif;
    padding: 0;
    margin: 0;
    font-style: italic;
    line-height: 1.5em;
    font-weight: normal;
    font-size: 2.1em;
}

.container {
    width: 980px;
    margin: auto;
}

.clr {
    clear: both;
}

.crlf {
    height: 5px;
    width: 100%;
    background-color: #3D2D00;
    border: none;
}
.crlf2 {
    background: url("../img/global/thb_line.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
    height: 2px;
    margin-bottom: 1em;
    padding: 0;
    border: none;
}


.block-left {
    text-align: justify;
    width: 560px;
    float: left;
}
.block-right {
    float: right;
    width: 400px;
}


.header {
    position: relative;
    margin-top: 20px;
}
    .header .lang {
        position: absolute;
        right: 0;
        top: 20px;
    }
        .header .lang li {
            display: inline;
            font-size: 1.2em;
        }
        .header .lang li + li:before {
             content: " - ";
         }


        .header .wrap-logo {
            width: 100%;
            text-align: center;
        }
        .header .wrap-logo a {

        }
        .header .wrap-logo img {
            display: block;
            margin: auto;
            height: 160px;
            width: 160px
        }
        .header .wrap-logo .baseline {
            font-size: 1.6em;
            margin: -5px 0 15px;
        }

        .header nav {
            width: 100%;
            text-align: center;
            border-bottom: 0.1em solid #E5E2D6;
            border-top: 0.1em solid #E5E2D6;
            font-size: 1.6em;
            line-height: 2.25em;
            background-color: #F8F6EE;
            padding: 0.2em 0em;
        }
            .header nav a {
                color: #211800;
                padding: 0.4em 0.4em;
            }
            .header nav a:not(.last) {
                margin-right: 90px;
            }
            .header nav a:hover, a.active{
                background-color: #E5E2D6;
            }




/* BEGIN CSS FOR PAGE HOME */

.wrap-slide {
    width: 100%;
    height: 610px;
    margin-bottom: 2.4em;
    margin-top: 2.4em;
    background-color: #AAA;
    overflow: hidden;
    position: relative;
}
    .wrap-slide .slideshow {
        top: 0;
        position: absolute;
    }
        .wrap-slide .slideshow img {
            float: left;
            border: none;
        }
    .wrap-slide button {
        position: absolute;
        z-index: 1;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        top: 265px;
        border: none;
        cursor: pointer;
    }
    .wrap-slide button.right {
        right: 3px;
    }

/* END CSS FOR PAGE HOME */


/* BEGIN CSS FOR FOOTER */

.footer {
    position: relative;
    font: 400 1.2em/2.4em 'Libre Baskerville', serif;
    height: 160px;
}
    .footer .social {
        list-style: none;
        padding: 0;
        margin: 0;
    }
        .footer .social li {
            display: inline;
        }
    .footer .copyright {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50px;
    }
    .footer .bydamon {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 35px;
        left: 400px;
    }
    .footer .footlogo {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 10px;
        right: 10px;
    }

/* END CSS FOR FOOTER */

/* END CSS FOR PAGE PHILO */

.block-img img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.detail p {
    font-size: 1.8em;
    line-height: 1.5em;
}

.detail blockquote {
    background: url("../img/global/blockquoteF.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 1.5em 0;
}
.detail blockquote p:last-child {
    background: url("../img/global/blockquoteL.png") no-repeat scroll 100% 100% rgba(0, 0, 0, 0);
    display: inline;
}
.detail blockquote p {
    font-size: 2.1em;
    font-style: italic;
    padding: 0 2.25em;
}
.detail blockquote:before, blockquote:after {
    content: none;
}


/* END CSS FOR PAGE PHILO */


/* BEGIN CSS FOR SENDPIC */

.imgZoom {
    display: block;
    left: 50%;
    margin-left: -200px;
    margin-top: -150px;
    position: fixed;
    top: 50%;
    z-index: 10000;
    cursor: pointer;
}

.block-center{
    text-align: center;
}

.block-center form {
    font-size: 1em;
}

    .block-center #description {
    font-size: 1.2em;
    height: 80px;
    width: 250px;
    }

    .block-center .bad {
    color: #cc0000;
    }

.img_text i {
    border: 3px solid black;
    background-color: #eeeeee;
    background-position: 25% 35%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 300px;
    width: 450px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.img_text i:hover {
	border-color: #666;
}
    
    .img_text{
        float: left;
        width: 450px;
        height: 380px;
    }

        .img_text:nth-child(2n){
        margin-left: 40px;
        }

        .img_text blockquote , p{
            background-repeat: no-repeat;
            background-size: 20px;
            background-attachment: scroll;        
        }

        .img_text p {
            font-size: 1.3em;
            font-style: italic;
            padding: 0 2em;
            margin: 0;
            background-position: 100% 100%;
            max-width: 400px;
            overflow: hidden;
        }

/* END CSS FOR SENDPIC */

.input-email {
	background-color: #F8F6EE;
    border: 1px solid #E5E2D6;
    color: #959187;
    height: 18px;
    margin: 0 8px 0 0;
    padding: 0 0 1px 2px;
    width: 130px;
}

.label-email {
	color: #880000;
    float: left;
    font-weight: bold;
    padding: 2px 5px 0 0;
}

.submit {
	background-color: #EAE7DD;
    border: 0 none;
    color: #880000;
    height: 22px;
    cursor: pointer;
}


/* location.php */

#mod-BA89-gmap-front_listmap_map {
    border: 2px solid #303030;
    height: 500px;
    margin-top: 2.4em;
    width: 100%;
}

.block-map {
	margin-top: 7em;
    margin-left: 14px;
    margin-right: 14px;
    position: relative;
}
	.block-map form {
		text-align: center;
	}

#mod-BA89-gmap-front_listmap_resultsearch .line {
    cursor: pointer;
    font-weight: bold;
}

.ui-autocomplete {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    list-style-type: none;
    width: 400px;
}

.ui-corner-all {
    border-radius: 4px;
}

.ui-menu-item {
    padding: 1px 10px;
}

.ui-widget-content a {
    color: #222222;
    cursor: pointer;
    font-size: 9pt;
    font-weight: bold;
}

.resultsearch {
	margin-top: 1em;
	text-align: center;
	font: 400 1.2em/1.5em 'Libre Baskerville', serif;
}
