/*
Theme Name: Burger
Description: Burger theme for BurgerRanch.com
Version: 1.0
Author: Franziska Zabel & Helder Encarnacao
Author URI: http://www.eniciativa.com
*/

/* Reset: http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Main */
body {
	font-size: 64%;
	background: url("img/bg.jpg") repeat-x;
	text-align: center;
}
#body {
	font-size: 64%;
	background: none;
	text-align: center;
}
#container {
	margin: 12px auto 0 auto;
	width: 909px;
	text-align: left;
}
h1 {
	color: #EB3D00;
	font-size: 2.5em;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	padding: 0 0 20px 20px;
}
h1 a {
	color: #4d4d46;
	display: block;
	font-weight: normal;
	font-size: 2.2em;
	letter-spacing: -.5px;
}
h1 a:hover {
	text-decoration: none;
}
h1 a:hover span {
	text-decoration: underline;
}
h2 {
	color: #DA251D;
	font-size: 2.0em;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	padding: 0 0 20px 20px;
}
h2 a {
	color: #DA251D;
	font-size: 1.0em;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	padding: 0;
}
h2 a:hover {
	text-decoration: none;
}
h2 a:hover span {
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #F5BA00;
}
a:hover {
	text-decoration: underline;
}
/* Header */
#header-kids {
	height: 72px;
	font-family: Arial, Helvetica, sans-serif;
	background: url("img/header-kids.png") no-repeat;
}
#header {
	height: 72px;
	font-family: Arial, Helvetica, sans-serif;
	background: url("img/header.png") no-repeat;
}
#header ul {
	top: 11px;
	right: 16px;
}
#header ul li {
	float: left;
	margin-left: 20px;
	text-transform: lowercase;
}
#header ul li a {
	background-repeat: no-repeat;
	height: 11px;
	padding: 17px 0 0 37px;
	display: block;
}
#header ul li a strong {
	display: none;
}
#header ul li.rss a {
	background-image: url("img/rss.png");
	width: 149px;
	color: #ec7e2d;
}
#header ul li.email a {
	background-image: url("img/email.png");
	width: 140px;
	color: #49abe8;
}
#logo-kids {
	float: right;
}
#logo-kids img {
	position: relative;
	right: 40px;
	top: 8px;
	z-index: 2;
}
#logo {
	float: left;
}
#logo p {
	margin: -75px 0 0 160px;
	color: #ffffff;
	font: bold 2.6em"Bookman Old Style", Georgia, "Times New Roman", serif;
}
#logo img {
	position: relative;
	left: 40px;
	top: 4px;
	z-index: 2;
}
#flags {
	float: right;
}
#flags img {
	position: relative;
	right: 23px;
	top: 47px;
}
a#pt img {
	background: url("img/pt.png") top left no-repeat;
}
a#pt:hover img {
	background: url("img/pt.png") bottom left no-repeat;
}
a#en img {
	background: url("img/en.png") top left no-repeat;
}
a#en:hover img {
	background: url("img/en.png") bottom left no-repeat;
}
a#es img {
	background: url("img/es.png") top left no-repeat;
}
a#es:hover img {
	background: url("img/es.png") bottom left no-repeat;
}
#flags-kids {
	float: right;
}
#flags-kids img {
	position: relative;
	right: 735px;
	top: 30px;
}
a#k-pt img {
	background: url("img/k-pt.png") bottom left no-repeat;
}
a#k-pt:hover img {
	background: url("img/k-pt.png") top left no-repeat;
}
a#k-en img {
	background: url("img/k-en.png") bottom left no-repeat;
}
a#k-en:hover img {
	background: url("img/k-en.png") top left no-repeat;
}
a#k-es img {
	background: url("img/k-es.png") bottom left no-repeat;
}
a#k-es:hover img {
	background: url("img/k-es.png") top left no-repeat;
}
/* Menu */
#menu {
	border-top: 6px solid #F5BA00;
	height: 36px;
	background: url("img/menu-bg.jpg") no-repeat;
	_margin-top: -40px;
	text-transform: lowercase;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul {
	margin-right: 10px;
	position: relative;
	z-index: 1;
	float: right;
	line-height: 36px;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	color: white;
	text-align: center;
	padding: 0 15px;
	position: relative;
	border-left: 1px solid #ffffff;
}
#menu ul li a em {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
#menu ul li a:hover {
	color: #F5BA00;
}
#menu #home a {
	border: 0;
}
/* For IE */
#menu ul li a:hover {
	text-decoration: none;
}
#menu ul li.current_page_item {
	background: url("img/menu_selected.gif") no-repeat center top;
	padding-bottom: 11px;
	margin-bottom: -11px;
}
#menu ul li.current_page_parent {
	background: url("img/menu_selected.gif") no-repeat center top;
	padding-bottom: 11px;
	margin-bottom: -11px;
}
/* Submenu */
#submenu {
	height: 28px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	margin: -40px 0 10px 0;
}
#submenu ul {
	position: relative;
	float: right;
	margin-right: 10px;
}
#submenu ul li {
	float: left;
}
#submenu ul li a {
	color: #605D5C;
	line-height: 3.5em;
	padding: 0 10px;
	position: relative;
	border-left: 1px solid #605D5C;
}
#submenu ul li.current_page_item {
	background: url("img/submenu_selected.gif") no-repeat center top;
	padding-bottom: 11px;
	margin-bottom: -11px;
}
#submenu #first a {
	border: 0;
}
/* Kids Menu */
#kidsmenu {
	width: 909px;
	height: 30px;
	background-color: #FF8500;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
#kidsmenu ul {
	margin-left: 20px;
	margin-top: -10px;
	position: relative;
	z-index: 1;
	float: left;
}
#kidsmenu ul li {
	float: left;
}
#kidsmenu ul li a {
	color: white;
	text-align: center;
	padding: 0 5px;
	position: relative;
}
a#link-a img {
	background: url("img/home-link.png") top left no-repeat;
}
a#link-a:hover img {
	background: url("img/home-link.png") bottom left no-repeat;
}
a#link-b img {
	background: url("img/menu-link.png") top left no-repeat;
}
a#link-b:hover img {
	background: url("img/menu-link.png") bottom left no-repeat;
}
a#link-bb img {
	background: url("img/menu-link-es.png") top left no-repeat;
	margin-top: -3px;
}
a#link-bb:hover img {
	background: url("img/menu-link-es.png") bottom left no-repeat;
}
a#link-c img {
	background: url("img/jogo-link.png") top left no-repeat;
}
a#link-c:hover img {
	background: url("img/jogo-link.png") bottom left no-repeat;
}
a#link-cc img {
	background: url("img/juego-link.png") top left no-repeat;
	margin-top: 1px;
}
a#link-cc:hover img {
	background: url("img/juego-link.png") bottom left no-repeat;
}
a#link-ccc img {
	background: url("img/game-link.png") top left no-repeat;
	margin-top: 1px;
}
a#link-ccc:hover img {
	background: url("img/game-link.png") bottom left no-repeat;
}
a#link-d img {
	background: url("img/gil-link.png") top left no-repeat;
}
a#link-d:hover img {
	background: url("img/gil-link.png") bottom left no-repeat;
}
a#link-dd img {
	background: url("img/gil-link-es.png") top left no-repeat;
	margin-top: -3px;
}
a#link-dd:hover img {
	background: url("img/gil-link-es.png") bottom left no-repeat;
}
a#link-ddd img {
	background: url("img/gil-link-en.png") top left no-repeat;
	margin-top: 1px;
}
a#link-ddd:hover img {
	background: url("img/gil-link-en.png") bottom left no-repeat;
}
a#link-e img {
	background: url("img/dicas-link.png") top left no-repeat;
	margin-left: -10px;
	margin-top: 2px;
}
a#link-e:hover img {
	background: url("img/dicas-link.png") bottom left no-repeat;
}
a#link-ee img {
	background: url("img/consejos-link.png") top left no-repeat;
	margin-left: -10px;
	margin-top: 1px;
}
a#link-ee:hover img {
	background: url("img/consejos-link.png") bottom left no-repeat;
}
a#link-eee img {
	background: url("img/tips-link.png") top left no-repeat;
	margin-top: 2px;
}
a#link-eee:hover img {
	background: url("img/tips-link.png") bottom left no-repeat;
}
/* Content */
#content {
	width: 899px;
	padding: 40px 0 10px 0;
	color: #55554e;
	font-size: 1.2em;
	line-height: 1.2em;
	float: left;
	display: inline;
	background: #ffffff url("img/background.jpg") no-repeat;
	border: 5px solid #C4C0BF;
}
#content-kids {
	width: 899px;
	padding: 40px 0 10px 0;
	color: #55554e;
	font-size: 1.2em;
	line-height: 1.2em;
	float: left;
	display: inline;
	border: 5px solid #C4C0BF;
}
#content-kids p {
	color: #72706F;
	font-size: 1.1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding-bottom: 15px;
}
#content-kids-tips ol {
	color: #72706F;
	font-size: 1.4em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	list-style-type: decimal;
	margin-left: 400px;
	width: 460px;
}
#content-kids-tips ol li {
	padding-bottom: 5px;
}
#content-kids h5 {
	padding-left: 20px;
	color: #72706F;
	font-size: 1.2em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content-kids-home {
	width: 909px;
	height: 556px;
	float: left;
	display: inline;
	background: url("img/bg-kidshome.png");
}
#content-kids-home-en {
	width: 909px;
	height: 556px;
	float: left;
	display: inline;
	background: url("img/bg-kidshome-en.png");
}
#content-kids-home-es {
	width: 909px;
	height: 556px;
	float: left;
	display: inline;
	background: url("img/bg-kidshome-es.png");
}
#content-kids-tips {
	width: 899px;
	height: 552px;
	float: left;
	display: inline;
	background: url("img/bg-kidstips.png");
	border: 5px solid #C4C0BF;
}
#content-kids-tips h1 {
	margin: 40px 0 0 355px;
}
#content-kids-home h1 {
	color: #EB3D00;
	font-size: 3.5em;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	padding: 10px 0 20px 160px;
}
#content-kids-game {
	width: 909px;
	height: 516px;
	padding: 40px 0 0 0;
	color: #55554e;
	font-size: 1.2em;
	line-height: 1.2em;
	float: left;
	display: inline;
	background: url("img/bg-jogo.png");
}
#content-kids-game h1 {
	padding-top: 50px;
	padding-bottom: 20px;
}
#content-kids-game p {
	width: 240px;
	color: #72706F;
	font-size: 1.2em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.50em;
	padding-left: 28px;
	padding-top: 100px;
}
#content-kids-game p a {
	color: #8A8482;
	text-decoration: none;
	border-bottom: 1px dotted #C4C0BF;
}
#content-kids-game ul {
	color: #72706F;
	font-size: 1.2em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.50em;
	padding-left: 45px;
	list-style-image: url('img/aspas.png');
	margin: 50px 0 0 0;
	width: 240px;
}
#game-left {
	float: left;
	width: 304px;
	height: 472px;
	margin-left: 30px;
	background: url("img/kids-regras.png") center center no-repeat;
}
#game-left-en {
	float: left;
	width: 304px;
	height: 472px;
	margin-left: 30px;
	background: url("img/kids-rules.png") center center no-repeat;
}
#game-left-es {
	float: left;
	width: 304px;
	height: 472px;
	margin-left: 30px;
	background: url("img/kids-normas.png") center center no-repeat;
}
#game-right {
	float: right;
	border: 2px solid #000;
	height: 525px;
	margin-right: 10px;
	margin-top: -25px;
}
#content-kids-game h4 {
	font: 1.4em Arial, Verdana, Helvetica, sans-serif;
	color: #9B4D2E;
	padding: 10px 0 20px 20px;
}
#content-kids-menu {
	width: 909px;
	height: 637px;
	float: left;
	display: inline;
	background: url("img/bg-kidsmenu.png");
}
#content-kids-menu-en {
	width: 909px;
	height: 637px;
	float: left;
	display: inline;
	background: url("img/bg-kidsmenu-en.png");
}
#content-kids-menu-es {
	width: 909px;
	height: 637px;
	float: left;
	display: inline;
	background: url("img/bg-kidsmenu-es.png");
}
#content-home {
	width: 899px;
	height: 445px;
	padding: 0;
	color: #55554e;
	font-size: 1.2em;
	line-height: 1.2em;
	background: url("img/background-home.png");
	border: 5px solid #C4C0BF;
}
#content-b {
	width: 899px;
	padding: 40px 0 10px 0;
	color: #55554e;
	font-size: 1.2em;
	line-height: 1.2em;
	float: left;
	display: inline;
	background: url("img/fundo.jpg");
	border: 5px solid #C4C0BF;
}
#content-products {
	width: 899px;
	padding: 40px 0 10px 0;
	color: #55554e;
	font-size: 1.2em;
	line-height: 1.2em;
	float: left;
	display: inline;
	background: url("img/background-products.png");
	border: 5px solid #C4C0BF;
}
#content-restaurants {
	width: 899px;
	padding: 40px 0 10px 0;
	color: #55554e;
	font-size: 1.2em;
	line-height: 1.2em;
	float: left;
	display: inline;
	background: url("img/background-map.png");
	border: 5px solid #C4C0BF;
}
#content-blog {
	width: 599px;
	color: #55554e;
	line-height: 1.2em;
	float: left;
}
/* Sidebar */
#sidebar {
	width: 200px;
	float: right;
}
#sidebar ul li a {
	color: #4D4948;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.50em;
	padding-left: 20px;
	text-decoration: underline;
}
#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 20px;
	margin-bottom: 5px;
}
/* Blog */
.blogtitle {
	margin: 10px 0 15px 20px;
	width: 599px;
	border-bottom: 1px dashed #ccc;
}
.blogtitle p {
	color: #4D4948;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.50em;
	width: 599px;
}
.blogtitle p a {
	color: #4D4948;
}
.blogtitle p a:hover {
	color: #4D4948;
}
.blogtitle h2 {
	color: #ccc;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	width: 100%;
}
.blogtitle h2 a {
	font-size: 0.9em;
	color: #4D4948;
	margin: 0;
	padding: 0 0 10px 0;
}
.blogpost {
	margin: 10px 0 10px 0;
	width: 599px;
}
.blogpost p {
	color: #4D4948;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.50em;
	padding-left: 20px;
	width: 599px;
}
/* Footer */
#pre-footer {
	width: 909px;
	clear: both;
	height: 8px;
}
#banners {
	width: 909px;
	clear: both;
	height: 140px;
}
#banners img {
	margin: 8px 8px 6px 0px;
}
a#banner-a img {
	background: url("img/banner1.jpg") top left no-repeat;
}
a#banner-b img {
	background: url("img/banner2.jpg") top left no-repeat;
}
a#banner-c img {
	background: url("img/banner3.jpg") top left no-repeat;
}
a#banner-d img {
	background: url("img/banner4.jpg") top left no-repeat;
}
a#banner-e img {
	background: url("img/banner5.jpg") top left no-repeat;
}
a#banner-f img {
	background: url("img/banner6.jpg") top left no-repeat;
}
a#banner-g img {
	background: url("img/banner7.jpg") top left no-repeat;
}
a#banner-h img {
	background: url("img/banner8.jpg") top left no-repeat;
}
a#banner-i img {
	background: url("img/banner9.jpg") top left no-repeat;
}
a#banner-a:hover img {
	background: url("img/banner1.jpg") bottom left no-repeat;
}
a#banner-b:hover img {
	background: url("img/banner2.jpg") bottom left no-repeat;
}
a#banner-c:hover img {
	background: url("img/banner3.jpg") bottom left no-repeat;
}
a#banner-d:hover img {
	background: url("img/banner4.jpg") bottom left no-repeat;
}
a#banner-e:hover img {
	background: url("img/banner5.jpg") bottom left no-repeat;
}
a#banner-f:hover img {
	background: url("img/banner6.jpg") bottom left no-repeat;
}
a#banner-g:hover img {
	background: url("img/banner7.jpg") bottom left no-repeat;
}
a#banner-h:hover img {
	background: url("img/banner8.jpg") bottom left no-repeat;
}
a#banner-i:hover img {
	background: url("img/banner9.jpg") bottom left no-repeat;
}
#banners #last {
	margin: 8px -6px 8px -2px;
}
#footer {
	background: url("img/footer_bg.jpg") no-repeat;
	width: 909px;
	border-top: 6px solid #F5BA00;
	color: #ffffff;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
}
#footer a {
	color: #ffffff;
}
#footer .left {
	float: left;
	width: auto;
}
#footer .right {
	float: right;
	width: auto;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 4px 18px;
}
#footer li {
	float: left;
	padding: 0 4px;
	width: auto;
}
#kidsfooter {
	background: url("img/footer-kids.png") no-repeat;
	width: 909px;
	color: #ffffff;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	height: 60px;
}
#kidsfooter a {
	color: #ffffff;
}
#kidsfooter .left {
	float: left;
	width: auto;
}
#kidsfooter .right {
	float: right;
	width: auto;
}
#kidsfooter ul {
	list-style: none;
	margin: 0;
	padding: 4px 18px;
}
#kidsfooter li {
	float: left;
	padding: 0 4px;
	width: auto;
}
#right {
	color: #DA251D;
	font-size: 2.5em;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	padding: 0 0 20px 450px;
}
div.post {
	width: 880px;
}
.page_photo {
	float: left;
	margin-right: 50px;
}
.page_photo_b {
	float: left;
	margin-right: 10px;
}
div.post p {
	color: #4D4948;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.50em;
	padding-left: 20px;
}
div.post p a {
	color: #8A8482;
	text-decoration: none;
	border-bottom: 1px dotted #C4C0BF;
}
div.post ul {
	color: #4D4948;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.50em;
	padding-left: 60px;
	list-style-type: square;
	margin: 10px 0;
}
ul.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #d8d8c7;
	letter-spacing: -.5px;
	font-size: 1.15em;
	height: 1em;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: .5em;
}
.alignright {
	float: right;
	margin-left: .5em;
}
/* Contact Forms */
input.text, textarea.text, input.textbox, textarea.textbox {
	margin-bottom: 10px;
	width: 200px;
	border: 1px solid #d6d6d6;
	padding: 3px;
	font-size: 12px;
}
#cp_message {
	border: 1px solid #CCCCCC;
	border-top-color: #BDBDBD;
	border-bottom-color: #DDDDDD;
}
input.text, textarea.text {
	width: 230px;
	font-size: 100%;
}
textarea.text {
	width: 385px;
	height: 70px;
	padding: 5px;
	margin-bottom: 6px;
}
textarea.text:focus, input.text:focus {
	outline: none;
	border-color: #666;
}
#jobform {
	border-top: 1px dashed #ccc;
	line-height: 200%;
	margin: 100px 0 20px 15px;
	padding: 10px 15px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
#jobform-left {
	clear: both;
	float: left;
	padding: 5px;
}
#jobform-right {
	margin-left: 420px;
	padding: 5px;
}
#contactform {
	border-top: 1px dashed #ccc;
	line-height: 200%;
	margin: 20px 0 20px 15px;
	padding: 10px 15px 10px 0px;
	height: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
#contactform #submit {
}
#contacts {
	line-height: 150%;
	margin-bottom: 20px;
}
#contacts-left {
	float: left;
	width: 300px;
	color: #4D4948;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.50em;
	padding-left: 20px;
}
#contacts-right {
	margin-left: 320px;
	color: #4D4948;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.50em;
}
#contacts-right a {
	color: #8A8482;
	text-decoration: none;
	border-bottom: 1px dotted #C4C0BF;
}
#contacts img {
	margin-right: 5px;
}
#contact-left {
	float: left;
	width: 300px;
	padding: 5px;
}
#contact-right {
	margin-left: 320px;
	padding: 5px;
}
.checkbox {
	cursor: pointer;
}
input#submit {
	cursor: pointer;
	margin-left: 275px;
}
input:hover#submit {
}
.comments_caption {
	color: #4D4948;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 4px;
	margin: 10px 0 10px 20px;
}
.comments_caption_b {
	color: #4D4948;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	margin: 10px 0 10px 20px;
}
.comment_wrap {
	color: #4D4948;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #ccc;
	padding: 4px;
	margin: 0 0 10px 20px;
}
.comment_wrap_head {
	font-size: 0.8em;
}
.comment_wrap_head a {
	color: #4D4948;
}
.comment_wrap_post {
	font-size: 0.9em;
}
.meta {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 15px 0;
	font-size: 0.9em;
	color: #666;
	background: url("images/file_icon.gif") no-repeat left;
}
.meta a {
	color: #4D4948;
}
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	margin: -20px 0 20px 20px;
	font-size: 0.9em;
	color: #666;
}
#breadcrumbs a {
	color: #4D4948;
	text-decoration: underline;
}
.postmeta {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 20px;
	font-size: 0.9em;
	color: #666;
	background: url("images/file_icon.gif") no-repeat left;
}
.postmeta a {
	color: #4D4948;
}
.comments-link {
	padding: 0 0 0 20px;
	background: url("images/comments.png") no-repeat left;
	margin-left: 20px;
}
.date {
	padding: 0 0 0 20px;
	background: url("images/clock.png") no-repeat left;
}
#commentform {
	line-height: 200%;
	margin: 0 0 0 15px;
	padding: 10px 15px 10px 0px;
	height: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
#commentform .submit {
	cursor: pointer;
	margin-left: 575px;
}
#rss {
	height: 40px;
	margin-left: 100px;
}
a.rss {
	background: url("img/rss_feed.png") right 0px no-repeat;
	padding: 0px 30px 10px 0;
}
a.rss:hover {
	background: url("img/rss_feed.png") right -24px no-repeat;
	padding: 0px 30px 10px 0;
}
#tooltip {
	position: absolute;
	border: 1px solid #333;
	padding: 2px 5px;
	color: #333;
	display: none;
	height: 200px;
}
.abs {
	position: absolute;
	top: 20px;
	left: 300px;
	width: 20em;
	padding: 3px;
	border: 1px solid gray;
}
.selected {
	color: red;
}
div#commentform {
	margin: 0px 20px 0px 20px;
	display: none;
}
/* Restaurants */
#map-left {
	float: left;
	width: 330px;
	padding: 10px;
	margin-left: 10px;
}
#map-right {
	float: right;
	width: 500px;
	padding: 35px 0 10px 0;
	font-size: 11px;
}
#map-right span {
	font-size: 13px;
}
.city {
	margin-left: 50px;
}
.info {
	margin: 0 0 10px 20px;
	color: #4D4948;
	font-family: Arial, Helvetica, sans-serif;
}
.info a {
	color: #8C422B;
	font-size: 14px;
	text-decoration: none;
}
.info img {
	float: left;
	padding-right: 20px;
}
#logo-gil {
	float: left;
	margin-bottom: 60px;
	margin-right: 190px
}
#gil {
	float: right;
	margin-left: 5px;
	margin-top: -40px;
	margin-bottom: 30px
}
#rest-left {
	float: left;
	width: 400px;
	padding: 10px;
	margin: -50px 0 0 10px;
}
#rest-right {
	float: right;
	width: 470px;
	padding: 35px 0 10px 0;
	font-size: 14px;
	margin-left: -30px;
}
#rest-right p {
	margin: 0 0 10px 0;
}
#rest-right span {
	color: #8C422B;
}
#resth1 {
	color: #DA251D;
	font-size: 2.5em;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	padding: 0 0 20px 430px;
}
