@charset "utf-8";
/* CSS Document */

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	width:100%;
	font: .9em/150% Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	text-align:center;
	color: #666;
	background-color:#fffbf5;				/*#fffbf5*/
	/*background: #0d1424 url(images/body-bg.jpg) no-repeat center top;*/
	margin:0 auto;						/*23 do topo*/
}
a {
	/*color: #900;*/
	color: #026acb;
	text-decoration: none;
	outline: none;
}

/* link */
a:hover {
	color: #C00;
	text-decoration: underline;
}


p {
	margin: 0 0 1.2em;
	padding: 0;
	text-align:justify;
}

/* list */
/*ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}*/

/* headings */
/*h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1, h2, h3 {
	line-height: 120%;
	margin: 30px 0 10px;
}*/

h1 {
	font-size: 2em;
	/*font-size: 1.7em;*/
}
h2 {
	font-size: 1.6em;
	/*font-size: 1.4em;*/
}
h3 {
	font-size: 1.4em;
	/*font-size: 1.1em;*/
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/*header {
	content: " "; 
	display: table; 
}*/

.artigo {
	padding:0 2%;
}
.imghome {
	border-bottom:#900 solid 1px;
}
.imghomeframe {
	border-bottom:#900 solid 1px;
	padding-bottom:0;
	width:240px;
	height:240px;
	margin:0 auto;
}
.imghomefoto {

	max-height:240px;
}
.entrar {
	display:inline-block;
	font-size:24px;
	color:#FFF;
	margin:20px;
}
.entrar a {
	color:#FFF;
}
.entrar a:hover {
	color: #F93;
	text-decoration:none;
}
.login {
	width:100%;
	margin:0 auto;
	color:#FFF;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#start {
	width: 100%;
	margin: 100px auto;
}
#pagewrap {
	width: 100%;
	margin: 0 auto;
	background-color:#fffbf5;
	/*width: 978px;
	width:1200px;
	max-width: 96%;*/
	/*margin: 30px auto 0;*/
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
}
#topo {
	background-color:#900;
}

/* site logo */
#logo {
	background-color:#900;					/*acrescento*/
	margin:0 auto;
	padding:10px 2% 0 2%;					/*acrescento (distancia top + left)*/
	width:96%;
	text-align: center;
	vertical-align:middle;					/*border: #F00 solid 1px;*/
}
#logosize {
	max-width:100%;
}

#site-logo {
	position: absolute;
	top: 10px;
}
#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

/* site description */
.descricao {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size:16px;*/
	font-size:1.1em;
	font-stretch:expanded;
	font-weight:normal;
	text-align: center;
	width:100%;
	padding-bottom:14px;
	text-transform:uppercase;
	/*text-indent:76px;*/
	color:#FFFFFF;							/*#d73347 bordeaux velho*/
}

#site-description {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	top: 55px;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

.menusup {
	margin:auto;
	width:100%;
	/*border-top:#fed49a solid 1px;*/
	background-color:#900;				/*#d73347 - bordeaux velho*/
	height:8px;
}
.barra {
	margin:auto;
	width:100%;
	background-color:#900;					/*#fed49a - creme*/
	height:10px;
}
#socialicon {
	position: absolute;
	right: 20%;
	top: 10px;
	z-index: 100;
}

/************************************************************************************
NAV | MAIN NAVIGATION | ver menu-nav.css
*************************************************************************************/

/************************************************************************************
CONTENT
*************************************************************************************/
#mainbox {
	max-width:980px;
	margin:0 auto;
	/*width: 980px;*/
}

#homecontent {
	clear: both;
	width:80%;
	margin: 10px auto;
	padding:0 5px;
	/*border-top: solid 1px #ccc;
	padding-top: 20px;*/
	
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	/*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);*/
}

#content {
	background: #fff;
	margin: 30px 0 30px;
	padding: 20px 35px;
	width: 600px;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	/*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);*/
}

/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 20px;
	padding: 0;
	text-align:left;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image, .post-image-pro {
	margin: 0 0 15px;
	min-height:300px;
	text-align:left;
	font-size:16px;
}
.imag-produtos {
	float:right;
	width:400px;
	/*height:240px;*/
	/*max-height:240px;*/
	margin-left:10px;
	border-left:#900 solid 1px;
}
.img-product {
	float:left;
	height:300px;
	max-height:300px;
	margin-right:20px;
	border-right:#900 solid 1px;
}
.img-promocao {
	float:left;
	width:180px;
	height:240px;
	max-height:240px;
	margin-right:20px;
	border-right:#900 solid 1px;
}
.img-cocktail {
	float:left;
	height:360px;
	max-height:360px;
	margin-right:20px;
	border-right:#900 solid 1px;
}
.desc-product {
	height:50%;
	font-size:14px;
	padding:1% 0;
}
.desc-cocktail {
	height:50%;
	font-size:14px;
	padding:4% 0;
}
.eventos {
	width:500;
	height:333;
}
#googmap {
	float:left; 
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float: right;
	margin: 30px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
.startfoot {
	bottom:0;
}
#footer {
	clear: both;
	/*color: #ccc;
	font-size: 85%;*/
	background-color:#900;					/*#d73347*/
	color:#FFF;	
	height:32px;
}
#footer a {
	color: #fff;
}

.rodape {
	background-color:#900;					/*#d73347*/
	color:#FFF;	
	height:32px;
}
.rodape {
	height:100%;
}
.menu a {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	text-transform:uppercase;
	color: #FFF;
	text-decoration:none;
	padding:0 20px;
	margin:0 auto;
	/*border: #F00 solid 1px;*/
}
.menu a:hover {
	color: #fed49a;
}

.descrodape {
	width:80%;
	margin:auto;
	padding-bottom:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	text-indent:10px;
	color:#fff;
	/*text-indent:86px;*/
}
.descrodape a {
	text-decoration:none;
	color:#fff;
	padding:0 10px;
	margin:0 auto;
}
.descrodape a:hover {
	color: #fed49a;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/*============================================================
SLIDERS
============================================================*/
/*#imgslide1 {
	background:url(../images/slide1.png);
}
#imgslide2 {
	background:url(../images/slide2.png);
}
#imgslide3 {
	background:url(../images/slide3.png);
}
#imgslide4 {
	background:url(../images/slide4.png);
}*/
#imgslides {
	margin:0 auto;
}
#imgslide1, #imgslide2, #imgslide3, #imgslide4 {
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
}
.flex-caption {
   /*background: rgba(0,0,0,0.4);*/
   background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 150, from(black), color-stop(50%, white), to(white));
	background: -webkit-radial-gradient(circle, black, white, white);
	background: -moz-radial-gradient(circle, black, white, white);
	background: -ms-radial-gradient(circle, black, white, white);
	background: radial-gradient(circle, black, white, white);
}
.flex-caption a {
	color: #FFF;
	text-decoration:none;
}
.flex-caption a:hover {
	color: #fed49a;
	text-decoration:none;
}
/* fim */