/*
Theme Name: La Salita Restaurant
Theme URI: http://www.lasalita.com
Description: Theme Designed for La Salita Restaurant in Albuquerque, NM
Version: 1.0
Author: Jean-Paul de Jager / Medium Fish
Auth
/* CSS Document */
@charset "utf-8";


@media screen and (max-width:3000px) {
* {
	margin: 0px;
	padding: 0px;
	overflow: visible;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #444;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.lasalita.com/wp/graphics/bodyBack.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #c52f33;
	font-size: 21pt;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #c52f33;
	font-size: 18pt;
	margin-top: 2px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #8b2225;
	font-size: 14pt;
	margin-top: 2px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #8b2225;
	font-size: 12pt;
	margin-top: 2px;
}
p {
	margin-top: 2px;
	margin-bottom: 8px;
}
a {
	color: #719151;
	text-decoration: none;
}
a:hover {
	color: #8B2225;
	text-decoration: underline;
}
#headerContainer {
	height: 165px;
	width: 100%;
	background-image: url(http://www.lasalita.com/wp/graphics/menuBack.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0px;
	background-color: #FFF;
}
#headerContainer #header {
	height: 165px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headerContainer #header #logo {
	float: left;
	height: 170px;
	width: 218px;
	z-index: 9999;
	margin-top: 25px;
	background-image: url(http://www.lasalita.com/wp/graphics/LaSalitaBadge.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}
#headerContainer #header #phoneaddress {
	float: right;
	height: 80px;
	width: 220px;
	text-align: center;
}
#headerContainer #header #phoneaddress a {
	color: #8b2225;
	text-decoration: none;
}

#headerContainer #header #menu {
	float: left;
	padding-top: 34px;
	margin-left:10px;
	height: 26px;
	width: 790px;
}
#headerContainer #header #menu a {
	font-size: 11pt;
	font-weight: bold;
	color: #FFF;
	width: auto;
	margin-left: 7px;
	margin-right: 8px;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d33438;
	/* [disabled]float: left; */
	background-image: none;
}
#headerContainer #header #menu a:hover {
	color: #B2D892;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a3282b;
	background-image: none;
}
#headerContainer #header #socMed {
	height: 75px;
	width: 30px;
	float: right;
	text-align: center;
	padding-top: 7px;
	margin-top:4px;
}
#headerContainer #header #socMed img {
	opacity: 0.7;
	filter: alpha(opacity=7); /* For IE8 and earlier */
	padding: 1px;
	clear: right;
	float: right;
}
#headerContainer #header #socMed img:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border-bottom-color: #8B2225;
} 
#wrapper {
	background-color: #FFF;
}
#aboutus {
	background-image: url(http://www.lasalita.com/wp/graphics/aboutImage.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EC7F34;
	z-index: -1;
}
#news {
	background-image: url(http://www.lasalita.com/wp/graphics/newsImage.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EC7F34;
	z-index: -1;
}
#catering {
	background-image: url(http://www.lasalita.com/wp/graphics/cateringImage.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EC7F34;
	z-index: -1;
}
#recipes {
	background-image: url(http://www.lasalita.com/wp/graphics/recipesImage.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EC7F34;
	z-index: -1;
}
#contact{
	background-image: url(http://www.lasalita.com/wp/graphics/contactImage.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EC7F34;
	z-index: -1;
}
#menuBack{
	background-image: url(http://www.lasalita.com/wp/graphics/menuImage.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EC7F34;
	z-index: -1;
}
#mainContainer {
	clear: both;
	min-height: 350px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(http://www.lasalita.com/wp/graphics/contentBack.gif);
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
}
#mainContainer hr {
	background-image: url(http://www.lasalita.com/wp/graphics/chilis.png);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	height: 40px;
	width: 30px;
	margin-top: 16px;
	margin-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}
#mainContainer #leftContainer {
	float: left;
	height: auto;
	width: 580px;
	padding: 20px;
}
#menuContainer {
	clear: both;
	min-height: 350px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
}
#menuContainer  h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
#menuContainer h2 {
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: bold;
}
ul {
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 8px;
}
ul li {
	margin-top: 2px;
	margin-bottom: 4px;
	list-style-image: none;
	list-style-type: none;
}
.bullets {
	margin-top: 2px;
	margin-bottom: 4px;
	list-style-image: url(http://www.lasalita.com/wp/graphics/bullet.png);
}
#mainContainer #rightContainer {
	float: left;
	height: auto;
	width: 380px;
	padding: 20px;
	line-height: 17pt;
	margin-left: 20px;
}
#mainContainer #rightContainer li {
	list-style-type: circle;	
}
#mainContainer #rightContainer a {
	color: #222;
	text-decoration: none;
}
#mainContainer #rightContainer a:hover {
	color: #8B2225;
	text-decoration: underline;
}
#mainContainer #rightContainer span {
	width: 75px;
	float: left;
	text-align: right;
	padding-right: 4px;
	color: #8b2225;
}
#mainContainer #rightContainer .subImage {
	height: 250px;
	width: 380px;
	margin-top: 40px;
	margin-bottom: 20px;
}
#mainContainer #rightContainer .youtube {
	clear: both;
	height: 223px;
	width: 380px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#footerContainer {
	margin: 0px;
	height: 200px;
	width: 100%;
	padding-top: 20px;
	clear: both;
	background-color: #8B2225;
	font-size: 8pt;
	color: #EE9767;
}
#footerContainer #footer {
	min-height: 100%;
	width: 1020px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footerContainer #footer a {
	color: #EE9767;
	text-decoration: underline;
}
#footerContainer #footer a:hover {
	color: #BDE19D;
}
#footerContainer #footer #copy {
	width: 190px;
	float: left;
	height: 100px;
}
#footerContainer #footer #footerMenu {
	height: 100px;
	width: 620px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	text-align: center;
}
#footerContainer #footer #mf {
	text-align: right;
	float: right;
	height: 100px;
	width: 190px;
}

}

@media screen and (max-width:480px) {
* {
	margin: 0px;
	padding: 0px;
	overflow: visible;
}
body {
	min-width: 480px;
	font-family: Verdana, Geneva, sans-serif;
	color: #444;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.lasalita.com/wp/graphics/bodyBack.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #c52f33;
	font-size: 18pt;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #c52f33;
	font-size: 15pt;
	margin-top: 2px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #8b2225;
	font-size: 12pt;
	margin-top: 2px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #8b2225;
	font-size: 11pt;
	margin-top: 2px;
}
p {
	margin-top: 2px;
	margin-bottom: 8px;
}
a {
	color: #719151;
	text-decoration: none;
}
a:hover {
	color: #8B2225;
	text-decoration: underline;
}
#headerContainer {
	height: 190px;
	width: 100%;
	background-image: url(http://www.lasalita.com/wp/graphics/menuBack.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0px;
	background-color: #FFF;
}
#headerContainer #header {
	height: 190px;
	width: 480px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headerContainer #header #logo {
	height: 100px;
	width: 128px;
	z-index: 10;
	margin-top: 4px;
	background-image: url(http://www.lasalita.com/wp/graphics/logoMobile.gif);
	background-repeat: no-repeat;
	margin-right: 4px;
	margin-bottom: 2px;
	float: left;
	margin-left: 40px;
}
#headerContainer #header #phoneaddress {
	float: right;
	height: 80px;
	width: 220px;
	text-align: center;
}
#headerContainer #header #phoneaddress a {
	color: #8b2225;
	text-decoration: none;
}

#headerContainer #header #menu {
	padding-top: 0px;
	margin-left: 10px;
	height: 70px;
	width: 428px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	margin-top: 10px;
	text-align: center;
}
#headerContainer #header #menu a {
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	width: 120px;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d33438;
	float: left;
	background-image: url(http://www.lasalita.com/wp/graphics/responsiveMenuBack.png);
	background-repeat: repeat;
}
#headerContainer #header #menu a:hover {
	color: #B2D892;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a3282b;
	background-image: url(http://www.lasalita.com/wp/graphics/responsiveMenuBack.png);
	background-repeat: repeat;
}
#headerContainer #header #socMed {
	height: 75px;
	width: 30px;
	float: right;
	text-align: center;
	padding-top: 2px;
	margin-top: 4px;
	margin-right: 2px;
}
#headerContainer #header #socMed img {
	opacity: 0.7;
	filter: alpha(opacity=7); /* For IE8 and earlier */
	padding: 1px;
	clear: right;
	float: right;
}
#headerContainer #header #socMed img:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border-bottom-color: #8B2225;
} 
#wrapper {
	background-color: #FFF;
}
#aboutus {
	background-image: url(http://www.lasalita.com/wp/graphics/mobile/aboutImage.jpg);
	background-repeat: no-repeat;	height: 140px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EC7F34;
	z-index: -1;
	background-size: cover;
}
#news {
	background-image: url(http://www.lasalita.com/wp/graphics/mobile/newsImage.jpg);
	background-repeat: no-repeat;	height: 140px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EC7F34;
	z-index: -1;
	background-size: cover;
}
#catering {
	background-image: url(http://www.lasalita.com/wp/graphics/mobile/cateringImage.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 8px;

	border-bottom-style: solid;
	border-bottom-color: #EC7F34;
	z-index: -1;
	background-size: cover;
}
#recipes {
	background-image: url(http://www.lasalita.com/wp/graphics/mobile/recipesImage.jpg);
	background-repeat: no-repeat;	height: 140px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EC7F34;
	z-index: -1;
	background-size: cover;
}
#contact{
	background-image: url(http://www.lasalita.com/wp/graphics/mobile/contactImage.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EC7F34;
	z-index: -1;
	background-size: cover;
}
#menuBack{
	background-image: url(http://www.lasalita.com/wp/graphics/mobile/menuImage.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EC7F34;
	z-index: -1;
	background-size: cover;
}
#mainContainer {
	clear: both;
	min-height: 350px;
	width: 480px;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	background-color: #FFF;
	background-image: none;
}
#menuContainer {
	clear: both;
	min-height: 350px;
	width: 476px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#menuContainer  h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
#menuContainer h2 {
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: bold;
}
#mainContainer hr {
	background-image: url(http://www.lasalita.com/wp/graphics/chilis.png);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	height: 40px;
	width: 30px;
	margin-top: 16px;
	margin-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}
#mainContainer #leftContainer {
	height: auto;
	width: 470px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
ul {
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 8px;
}
ul li {
	margin-top: 2px;
	margin-bottom: 4px;
	list-style-image: none;
	list-style-type: none;
}
.bullets {
	margin-top: 2px;
	margin-bottom: 4px;
	list-style-image: url(http://www.lasalita.com/wp/graphics/bullet.png);
}
#mainContainer #rightContainer {
	height: auto;
	width: 470px;
	line-height: 17pt;
	clear: both;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #EE9767;
	margin: 0px;
}
#mainContainer #rightContainer span {
	width: 75px;
	float: left;
	text-align: right;
	padding-right: 4px;
	color: #8b2225;
}
#mainContainer #rightContainer .subImage {
	height: 250px;
	width: 380px;
	margin-top: 40px;
	margin-bottom: 20px;
}
#mainContainer #rightContainer .youtube {
	clear: both;
	height: 271px;
	width: 460px;
	margin-top: 20px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#footerContainer {
	margin: 0px;
	height: 100px;
	width: 480px;
	padding-top: 20px;
	clear: both;
	background-color: #8B2225;
	font-size: 8pt;
	color: #EE9767;
}
#footerContainer #footer {
	min-height: 100%;
	width: 476px;
	padding: 2px;
	margin: 0px;
}
#footerContainer #footer a {
	color: #EE9767;
	text-decoration: underline;
}
#footerContainer #footer a:hover {
	color: #BDE19D;
}
#footerContainer #footer #copy {
	width: 190px;
	float: left;
	height: 20px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
#footerContainer #footer #footerMenu {
	height: 40px;
	width: 476px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	float: right;
	margin-bottom: 6px;
}
#footerContainer #footer #mf {
	text-align: right;
	float: right;
	height: 20px;
	width: 190px;
	margin: 4px;
}

}
