/* - - - - - - - - - - - - - - - - - - - - -

Theme Name: Pousada Âncora - Agência Enter - WP Framework
Theme URI: http://www.agenciaenter.com.br/
Description: Tema desenvolvido para a plataforma Wordpress
Version: 5.0
Author: Flash King
*/


/* =Reset default browser CSS
----------------------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Global Elements
----------------------------------------------------------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #333;
}
a:visited {
	color: #222;
}
a:active,
a:hover {
	color: #000;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Fontes
----------------------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'JustTheWayYouAreRegular';
    src: url('fontes/just/justthewayyouare-webfont.eot');
    src: url('fontes/just/justthewayyouare-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/just/justthewayyouare-webfont.woff') format('woff'),
         url('fontes/just/justthewayyouare-webfont.ttf') format('truetype'),
         url('fontes/just/justthewayyouare-webfont.svg#JustTheWayYouAreRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6{
	font-family: 'JustTheWayYouAreRegular';
	text-shadow: #ccc 1px 1px 1px;
	letter-spacing:1px;
}

/* =Títulos
----------------------------------------------------------------------------------------------------------------- */

/* ----- h1 ----- */

h1{
	font-size:28px;
	color:#333;
	background-image:url(img/bg_titulo.png);
	background-position:top;
	background-repeat:no-repeat;
	height:50px;
}

h1 a{
	font-size:28px;
	color:#333;
	background-image:url(img/bg_titulo.png);
	background-position:top;
	background-repeat:no-repeat;
	height:50px;
	text-decoration:none;
}

/* ----- h2 ----- */

h2{
	font-size:25px;
	color:#222;
	text-shadow: #fff 1px 1px 1px;
	text-decoration:none;
}

h2 a{
	font-size:25px;
	color:#222;
	text-shadow: #fff 1px 1px 1px;
	text-decoration:none;
}

/* ----- h3 ----- */

h3{
	font-size:22px;
	color:#222;
	text-shadow: #fff 1px 1px 1px;
	text-decoration:none;
}

h3 a{
	font-size:22px;
	color:#222;
	text-shadow: #fff 1px 1px 1px;
	text-decoration:none;
}

/* ----- texto ----- */

#texto{
	font-family: 'JustTheWayYouAreRegular';
	font-size:16px;
	letter-spacing:2px;
	color:#000;
	line-height:20px;
}

#texto a{
	font-weight:bold;
	color:#999;
	text-decoration:none;
}

#texto a:hover{
	color:#222;
}

/* =Imagens
----------------------------------------------------------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
	background: #f1f1f1;
	padding: 8px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	background: #f1f1f1;
	padding: 8px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #f1f1f1;
	padding: 8px;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 800px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 6px solid #f1f1f1;
	background: #f1f1f1;
	padding: 4px;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* ####################################### ESTRUTURA DO LAYOUT ################################################## */

/* =BG Topo
----------------------------------------------------------------------------------------------------------------- */

#bg_topo{
	position:absolute;
	z-index:0;
	width:100%;
	height:300px;
	background-image:url(img/topo.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

/* =Topo
----------------------------------------------------------------------------------------------------------------- */

#topo{
	position:relative;
	z-index:1;
	width:900px;
	height:auto;
	margin:0 auto;
}

/* =Logo
----------------------------------------------------------------------------------------------------------------- */

#logo{
	width:auto;
	padding:20px 10px;
}

#logo a:hover{
	opacity:0.65;
	-moz-opacity: 0.65;
}

/* =Sombra
----------------------------------------------------------------------------------------------------------------- */

#sombra{
	position:relative;
	z-index:1;
	width:850px;
	height:30px;
	margin:0 auto;
	background-image:url(img/sombra.png);
	background-position:top;
	background-position:center;
	background-repeat:no-repeat;
}

/* =Busca
----------------------------------------------------------------------------------------------------------------- */

#busca{
	width:200px;
	height:25px;
	float:right;
	padding:6px;
	text-align:center;
	background-image:url(img/bg_busca.png);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
}

#s{
	padding-right:8px;
	background-color:transparent;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	vertical-align:middle;
	margin-right:6px;
}

#searchsubmit{
	vertical-align:middle;
}

/* =Navegação
----------------------------------------------------------------------------------------------------------------- */
	
#navegacao{
	position:relative;
	z-index:2;
	width:900px;
	margin:0 auto;
	height:37px;
	display:block;
	background-color:#222;
}

/* =Menu
----------------------------------------------------------------------------------------------------------------- */

#dropmenu, #dropmenu ul {
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height:1.7em; 
	z-index:300; 
	width:100%;
	letter-spacing:1px;
} 

#dropmenu a {
	display:block; 
	padding:0.50em 1.0em; 
	color:#fff; 
	border-right:1px solid #222; 
	text-decoration:none;
	font-family: 'JustTheWayYouAreRegular';
	letter-spacing:1px;
	font-size:17px;
} 

#dropmenu a:hover {
	background:#333; 
	color:#fff;
} 

#dropmenu li {
	float:left; 
	position:relative;
	background-color:#000;
} 

#dropmenu ul {
	position:absolute;
	display:none; 
	width:10em; 
	top:2.3em; 
	left:-1px;
} 

#dropmenu ul a {
	border-left:1px solid #111;
} 

#dropmenu li ul {
	border-top:1px solid #222; 
	width:14.1em;
} 

#dropmenu li ul a {
	width:12em; 
	height:auto; 
	float:left;  
	border-bottom:1px solid #222;
} 

#dropmenu ul ul {
	top:auto;
} 

#dropmenu li ul ul {
	left:12em;
	margin:0px 0 0 10px;
} 

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
} 

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
}

/* =Banner
----------------------------------------------------------------------------------------------------------------- */

#banner{
	position:relative;
	z-index:1;
	width:896px;
	height:370px;
	margin:0 auto;
}

/* =BG Conteúdo
----------------------------------------------------------------------------------------------------------------- */

#bg_conteudo{
	position:relative;
	z-index:1;
	width:910px;
	height:auto;
	margin:0 auto;
	background-image:url(img/bg_conteudo.png);
	background-position:center;
	background-position:top;
	background-repeat:repeat-y;
	display:table;
}

#top_bg_conteudo{
	position:relative;
	z-index:1;
	width:910px;
	height:20px;
	margin:0 auto;
	background-image:url(img/top_bg_conteudo.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

#base_bg_conteudo{
	position:relative;
	z-index:1;
	width:910px;
	height:20px;
	margin:0 auto;
	background-image:url(img/base_bg_conteudo.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	padding-bottom:10px;
}

/* =Conteúdo
----------------------------------------------------------------------------------------------------------------- */

#conteudo{
	width:860px;
	height:auto;
	margin:0 auto;
	display:table;
}

#banner_home{
	width:860px;
	height:auto;
	margin:0 auto;
	display:table;
}

/* =Rodapé
----------------------------------------------------------------------------------------------------------------- */

#rodape{
	margin:0 auto;
	width:890px;
	height:auto;
	background-image:url(img/rodape.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	display:table;
}

/* =Info Rodapé
----------------------------------------------------------------------------------------------------------------- */

#info_rodape{
	width:auto;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	letter-spacing:1px;
	text-align:justify;
}

/* =Tools
----------------------------------------------------------------------------------------------------------------- */

#tools{
	width:100px;
	height:auto;
	float:right;
}

#enter{
	margin-top:7px;
	padding-left:10px;
	height:10px;
	width:14px;
	float:left;
}

#adm{
	margin-top:8px;
	padding-left:10px;
	width:12px;
	height:14px;
	float:left;
}

#mail{
	margin-top:7px;
	padding-left:10px;
	height:10px;
	width:14px;
	float:left;
}

#shell{
	position:relative;
	float:right;
	z-index:5000;
}

#sidebar1 ul li{
	list-style:none;
	display:inline;
	float:left;
	width:auto;
	padding:5px;
}

#sidebar1{
	position:absolute;
	left:50%;
	margin-left:220px;
	width:100px;
	list-style:none;
	z-index:7500;
	padding-top:85px;	
}

#sidebar1 a{
	border:0;	
}

#chat{
	position:relatove;
	float:right;
	
}