@charset "utf-8";

.mini_animacao {
	height:110px;
	position:relative;
	background:url(image/main_logo.png) center bottom no-repeat;
}
@-webkit-keyframes logo{
	0% {
	top: 0px;
	}
    100% {
	top: 10px;
	}
}
.anima_logo {
	position:absolute;
	-webkit-animation-name: logo;/*nome da animacao criada no webkit-keyframes*/
	-webkit-animation-duration: 1.5s;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 200px;
}

header {
	height:130px;
	background:url(../image/bg_header.png) 23px center no-repeat;
	position:relative;
	margin-bottom:20px;
}
header h1 {
	background:url(../image/logo.png) no-repeat center;
	width:124px;
	height:110px;
	text-indent:-9999px;
	position:absolute;
	top:15px;
}
header h1 a{
	display:block;
	width:124px;
	height:110px;
	text-indent:-9999px;
}
header .btn_home {
	width:48px;
	height:31px;
	background:url(../image/btn_home.jpg);
	position:absolute;
	right:15px;
	top:15px;
}
header .btn_home a {
	display:block;
	width:48px;
	height:48px;
}

.main {
	text-align: center;
}

section{
	margin-top: -10px;
	padding:0 4px;
	text-align:justify;
	color: #FFF;
}
section .menu li{
	background:url(../image/bg_menu.jpg);
	-webkit-border-radius:8px;
	letter-spacing: 0.1em;
	color: #FFF;
}
section .menu li a{	
	height:40px;
	line-height:40px;
	text-indent:10px;
	display:block;
	-webkit-border-radius:8px;
	margin-bottom:8px;
	text-align:center;
	text-shadow:1px 1px 1px #ccc;
	font-weight:bold;
	border:2px #C36 solid;
	color: #FFF;
}
section .menu li a.bg1{
	background:url(../image/bg_b.jpg) no-repeat;
	color: #FFF;
}
section .menu li a.bg2{
	background:url(../image/bg_b.jpg) no-repeat;
	color: #FFF;
}
section .menu li a.bg3{
	background:url(../image/bg_b.jpg) no-repeat;
	color: #FFF;
}
section .menu li a.bg4{
	background:url(../image/bg_b.jpg) no-repeat;
	color: #FFF;
	}
section .menu li a.bg5{
	background:url(../image/bg_b.jpg) no-repeat;
	color: #FFF;
}
section .menu li a.bg6{
	background:url(../image/bg_b.jpg) no-repeat;
	color: #FFF;
}
section .menu li a:hover{
	color: #FFF;
	text-shadow:1px 1px 1px #000;
}
section .menu_cardapio li{
	-webkit-border-radius:8px;
	color: #FFF;
}
section .menu_cardapio li a{	
	height:40px;
	line-height:40px;
	text-indent:10px;
	display:block;
	-webkit-border-radius:8px;
	margin-bottom:8px;
	text-align:center;
	text-shadow:1px 1px 1px #000;
	font-weight:bold;
	border:2px #4F2700 solid;
	color: #FFF;
}
section .menu_cardapio_interno{
	height:90px;
	border:0px red solid;
	color: #FFF;
}
section .menu_cardapio_interno li{
	text-align:center;
	color: #FFF;
}
section .menu_cardapio_interno li a{
	float:left;
	display:block;
	padding:6px;
	margin:2px;
	font-size:13px;
	text-align:center;
	color: #FFF;
}

a {
	color: #FFF;
	text-decoration: none;
}

.date {
	width: 320px;
	height: 80px;
	margin: 0 auto 0 auto;
	text-align: center;
	background-image: url(../image/date.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	color: #600;
	font-size: 0.9em;
	line-height: 1.4em;
}

h1 {
	letter-spacing: 0.1em;
}

li {
	background: -webkit-gradient(linear, center top, center bottom, from(#FFF),  to(#eeeeee));
	white-space: normal;
}

.ui-li .ui-btn-inner {
	display: block; 
	position: relative;
	white-space: normal;
	}

body .ui-li .ui-li-desc {
 white-space: normal;
 }
 
body {
	white-space: normal;
}

.text {
	border: solid 1px #F9C;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 4px #C36;
    -webkit-box-shadow: 2px 2px 4px #C36;
	padding: 0.5em 0.2em 0.5em 0.5em;
	line-height: 1.4em;
	font-size: 0.9em;
}

.chara_1 {
	width: 150px;
	height: 220px;
	background-image: url(../image/chara_01.png);
	background-repeat: no-repeat;
	float: right;
}

.chara_2 {
	width: 150px;
	height: 220px;
	background-image: url(../image/chara_02.png);
	background-repeat: no-repeat;
	float: right;
}

.chara_3 {
	width: 150px;
	height: 220px;
	background-image: url(../image/chara_03.png);
	background-repeat: no-repeat;
	float: right;
}

.system {
	text-align: center;
	margin-left: -0.5em;
	margin-right: -0.2em;
}

#pagecontent {
	text-align:center;
}

.gallerycontent a img {
	height:60px;
	width:80px;
	padding:3px;
	background-color:#FFF;
}

#prevbtn, #nextbtn {
	margin:10px 15px;
}

table {
	font-size: 0.8em;
}

.nenrei {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	font-size: 1.5em;
	border: solid 2px #C00;
	color: #C00;
	text-align: center;
}