/*
Theme Name:		Minuano
Theme URI: 		http://portaw.com
Version: 		1.0
Description:            Tema para o site da Estância do Minuano
Author: 		Portaw
Author URI:		http://portaw.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

body {
    background: url('library/media/images/bg.jpg') repeat-x #62543d;
    font-family: Arial;
}

.container {
    margin: 0 auto;
}

#header {
    background: url('library/media/images/header-left.png') no-repeat;
    height: 132px;
}

.logo {
    float: right;
}

/* menu */
.menu {
    list-style: none;
    width: 570px;
    background: url('library/media/images/menu-bg.png') no-repeat;
    height: 65px;
    float: right;
    margin-top: -30px;
}
.menu li {
    float: left;
    margin-top: 22px;
    margin-left: 15px;
}
.menu .first {
    margin-left: 24px;
}
.menu li a {
    font-size: 17px;
    color: #fff;
}
.menu li a:hover, .menu .current_page_item a{
    color: #f4d09b;
    text-decoration: none;
}

/* slideshow */
#slideshow {
    height: 280px;
    width: 936px;
    margin-top: 35px;
    margin-bottom: 15px;
    border: 2px solid #251d11;
}
#slideshow #slider img {
    width: 936px;
    height: 280px;
}
#smenu {
    bottom:30px;
    left:6px;
    position:relative;
    z-index: 10000;
    background: #251d11;
    height: 25px;
    width: 93px;
}
#smenu a {
    color: #fff;
    font-size: 17px;
    background: #312b1d;
    margin-left: 3px;
    padding: 0 3px;
}
#smenu a:hover, #smenu a.activeSlide {
    background: #524a38;
    color: #fff;
    text-decoration: none;
}

#block {
    float: left;
    width: 100%;
    margin-top: 15px;
}
#block .rodeio {
    border: 2px solid #251d11;
    width: 293px;
    float: left;
}
#block .a-estancia {
    border: 2px solid #251d11;
    width: 578px;
    float: left;
    margin-left: 30px;
    background: #817664;
    color: #fff;
    padding: 15px 15px;
    height: 231px;
}
.home .no-show-on-home {
    display: none;
    visibility: hidden;
}
.a-estancia h1 a {
    color: #fff;
    font-size: 24px;
}
.a-estancia .content {
    font-size: 15px;
    margin-top: 5px;
    text-align:justify;
}
.a-estancia p {
    margin-bottom: 5px;
}

#credits {
    width: 670px;
    margin: 0 auto;
    color: #ccc;
}

#credits a{
    color: #CCC;
}

#credits p {
    float:left;
}

#credits a img {
    margin-left: 5px;
    margin-top: 3px;
}

.footer {
    width: 100%;
    height: 25px;
    padding-top: 5px;
    margin-top: 20px;
    float: left;
}

#page-content {
    border: 2px solid #251d11;
    margin-top: 40px;
    padding: 20px 15px;
    width: 906px;
    background: #817664;
}
#page-content h1 {
    margin-bottom: 10px;
    margin-top: 0px;
}
#page-content a {
    color: #fff;
}
#page-content a:hover {
    color: #f4d09b;
    text-decoration: none;
}


.wpcf7-form p {
    font-size: 14px;
    color: #1d170f;
    font-weight: bold;
}

.wpcf7-form p input, .wpcf7-form textarea {
    background: #af9e88;
    border: 1px solid #251d11;
    width: 400px;
    color: #000;
    font-size: 15px;
}
.wpcf7-form p input:focus, .wpcf7-form textarea:focus, .wpcf7-form .submit input:hover {
    background: #b19b7e;
    border: 1px solid #4e3e26;
}
.wpcf7-form .submit input {
    width: 150px;
    cursor: pointer;
}
.wpcf7 .ajax-loader {
    margin-left: 50px;
}

.wpcf7 {
    width: 450px;
    float: left;
}

.contact {
    width: 450px;
    float: left;
}

.contact p {
    margin-bottom: 18px;
}