/* - - - - - - - - - - - - - - - - - - - - -

Title : Lala's Grill Site v 3
Author : Matias Virasoro
URL : www.lalasgrill.com

- - - - - - - - - - - - - - - - - - - - - */
@charset "UTF-8";

/* ----- Basic styling ----- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFFFFF url(../images/back.png) repeat-x center top;
}
#wrapper {
	width: 650px;
	margin: 0 auto;
	text-align: left;
}
#clear {
	clear: both;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header {
	width: 650px;
	background: url(../images/top.png) no-repeat left top;
	height: 170px;
	position: relative;
}
#logo  {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-indent: -10000px;
	height: 1em;
	width: 1px;
	float: left;
	position: absolute;
	right: 1px;
	top: 1px;
}
#advertisement {
	height: 60px;
	width: 428px;
	position: relative;
	left: 120px;
	top: 5px;
}

/* ---------------- header specific styles ----------------*/
#header ul {
	margin: 1px;
	padding: 0px;
	list-style: none;
	float: left;
	position: relative;
	left: 140px;
	top: 85px;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited {
	padding: 0.3em 0.65em 0.1em;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 1.2em;
	margin-right: 0.7em;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #78320E;
	background: #fff;
	cursor: default;
}
#header li a:hover {
	background: #FFCF82;
}


#title {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin-bottom: 10px;
	padding-top: 0.25em;
}
#main {
	width: 590px;
	left: 30px;
	right: 30px;
	position: relative;
	top: 0px;
	bottom: 0px;
}
#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	text-indent: 1em;
	padding-bottom: 1em;
}
#main .fotoright {
	float: right;
	position: relative;
	height: 90px;
	width: 160px;
	margin: 5px;
	padding: 5px;
	right: -30px;
}
#footer {
	clear: both;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	height: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px 0px 20px;
}

#navigation li {
	float: left;
	display: block;
	margin: 3px;
}
#navigation li:hover {
	float: left;
	display: block;
	margin: 3px;
	background: #FFCF82;
}
#main a {
	text-decoration: none;
	color: #E94909;
	padding: 1px;
	font-weight: bold;
}
#wrapper #cuerpo {
	background: url(../images/backmain.png) repeat-y;
	width: 650px;
	clear: right;
}
#main .address {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: center;
	text-decoration: none;
}
#main  .address  .restaurant {
	font-size: 2em;
	text-decoration: none;
}
#main .address .restaurant a {
	border: 2px solid #DE4508;
	padding: 0px 7px;
	line-height: 1.4em;
	text-decoration: none;
}
#dish {
	position: relative;
	overflow: hidden;
}
.dish {
	background: url(../images/dots.png) repeat-x 0em .80em;
	margin-right: 15px;
	margin-left: 15px;
}
.dish p {
	font-size: 0.9em;
	font-style: italic;
	margin-right: 60px;
	margin-left: 30px;
	color: #666666;
}
.dish .name, .dish .price {
	color: #E94909;
	background: url(../images/paper.png);
	padding: 0px .3em 0px 0px;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
}
.dish .price {
	color: #F18659;
	float: right;
	padding: 0.1px 0px 0px 0.3em;
	margin-top: 0.1em;
	font-size: 0.9em;
	font-family: "Times New Roman", Times, serif;
}
.dish .assyidea {
	font-size: 0.65em;
	float: right;
	clear: right;
	color: #000000;
	width: 60px;
	text-align: center;
	line-height: 1.1em;
	margin-top: 0.4em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#main .maindish {
	text-align: center;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	background: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
}
#main .maindish .name {
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	line-height: 1.25em;
	font-size:.85em;
}
#main .dish p {
	text-indent: 0px;
	font-size: 0.7em;
}
#main .maindish .subname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	font-style: italic;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
#main .kind {
	color: #666666;
	float: right;
	padding: 0px 0px 0px .3em;
	margin-top: 0.3em;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 15px 0em;
}
#main .vinos .type {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 15px 0em;
	color: #666666;
}
#main .downmenu {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-size: 0.75em;
	padding: 3px;
}
#main .contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* Global Form Styles */
input, textarea{
	background: #fff;
	border-top: 2px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
input:hover, textarea:hover {
	background: #FFFBF5;
	border-top: 2px solid #FA8D3B
}
input:focus, textarea:focus {
	background: #FFFBF5;
	border-top: 3px solid #FA8D3B;
	border-right: 1px solid #FA8D3B;
	border-bottom: 1px solid #FA8D3B;
	border-left: 1px solid #FA8D3B;
}

.submit { 
	border: 0; width: auto;
}

.submit:hover, .submit:active {
	border:0;
	clear: both;
}
.radio { 
	background: none; border: 0; 
}
#main #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	padding-right: 30px;
	padding-left: 30px;
	width: 400px;
}
#content label {
	display: block;
	padding-top: 20px;
	font-size: .75em;
}
.thanks {
	text-align: center;
	display: block;
}
.address img {
}
.bold {
	color: #E94909;
	padding: 1px;
	font-weight: bold;
}
#wrapper #cuerpo #main p a .reservationBTN {
	font-size: 1.5em;
	border: 2px solid #EB4909;
	text-align: left;
	display: inline-block;
	margin: 10px;
	padding: 10px;
}
#advertisement p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #690015;
	text-align: center;
	margin-top: 5px;
}
