/*  
Theme Name: Café Izepão
Theme URI: http://www.cafeizepao.com.br
Description: Tema personalizado para o Café Izepão
Version: 1.0
Author: Vinícius Massuchetto
Author URI: http://www.ethymos.com.br
*/

body {
	background-color: #871F1C;
}

#pagina {
	width: 800px;
	margin: 0px auto;
}

#cabecalho {
	float: left;
	width: 800px;
	height: 200px;
	background-image: url('img/cabecalho.png');
	background-repeat: no-repeat;
}

#conteudo {
	float: left;
	width: 800px;
	height: 500px;
	background-image: url('img/conteudo.png');
	background-repeat: no-repeat;
}

#menu {
	float: left;
	margin: 70px 0px 0px 20px;
}

html>body #menu {
	margin: 60px 0px 0px 60px;
}

#menu ul {
	width: 200px;;
}

#menu ul li {
	float: right;
	width: 210px;;
	height: 50px;
	margin: 5px 0px;
	line-height: 50px;
	list-style: none;
	background-repeat: no-repeat;
}

#menu ul li a {
	width: 200px;
	line-height: 50px;
	color: transparent;
	display: block;
	text-decoration: none;
}

.cafe { background-image: url('img/menu-cafe.png'); } .cafe-hover { background-image: url('img/menu-cafe-hover.png'); }
.cafeteria { background-image: url('img/menu-cafeteria.png'); } .cafeteria-hover { background-image: url('img/menu-cafeteria-hover.png'); }
.cardapio { background-image: url('img/menu-cardapio.png'); } .cardapio-hover { background-image: url('img/menu-cardapio-hover.png'); }
.contato { background-image: url('img/menu-contato.png'); } .contato-hover { background-image: url('img/menu-contato-hover.png'); }

.texto {
	float: right;
	width: 420px;
	margin: 70px 30px 0px 0px;	
	height: 360px;
	max-height: 360px;
	overflow: auto;
}

.texto p {
	font-family: georgia,serif;
	font-style: oblique;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}

.texto a {
	text-decoration: none;
	color: #800000;
}

.texto a:hover {
	color: #000;
}

.texto h3 {
	font-family: georgia,serif;
	font-style: oblique;
	font-size: 18px;
	color: #333;
}

.texto li {
	list-style-type: disc;
	font-family: georgia,serif;
	font-style: oblique;
	font-size: 12px;
	color: #333;
}

html>body .texto {
	margin: 60px 60px 0px 0px;
}