@charset "utf-8";
/* Sauce Bar & Restaurant /Mobile stylesheet - February 2010 - Created by Patrick O'Keeffe - www.VictoriaWebSolutions.com */

body {
	font-family:Verdana, sans-serif;
	font-size:100%;
	color:#000;
	margin:0;
	padding:0;
	background: #fff;
	max-width:480px; /*max-width: 240px;*/
}

#header-mobile {
	background: url(images/mobile-logo.jpg) no-repeat top left #000;
	height:50px;
	width:100%;

}

#content {
	margin:0;
	padding:2px;

}

a {
	color:#990000;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color:#fff;
	text-decoration:none;

}
a:active {
	outline:none;
}
a:focus {
	outline:none;

}

a:link {
	color:#990000;
}

a:visited {
	color:#990000;
}
h1 {
	display:none;
}
h2 {
	display:none;

}
h3 {
	margin:40px 0 0 23px;
	font-size: 110%;
	color:#990000;
}

#content img{
	display:none;

}

#address-info {
	display:none;
}

#address-info a{
	display:none;
}

#address-info a:hover{
	display:none;
}

#header a {
	display:none;
}
	
#main-body {
	display:none;

}

#mobile-nav {

}

#nav {
	display:none;
}

#footer {
	display:none;
}
