body {
	background-image: url(images/italian_restaurant_foster_city_ca_backround.jpeg);
	background-size: contain;	
	color: #000305;
	font-size: 83.5%;
	font-weight: 100;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5;
	text-align: left;
}

.wrapper {
	background-color: rgba(0,0,0,.3);
	display: table;
	overflow: hidden;
	width: 100%;
	max-width: 1024px;
}

a {
	text-decoration: none;
}

.navSidebar h2 {
	color: red;
}

.navSidebar a:link, a:visited {
	color: #FFF;
}

.navSidebar nav a:hover {
	border-right: solid 5px rgb(229,153,0);
	color: rgb(229,153,0);
}

strong {
	color: rgb(229,153,0);
}

.body {
	margin: 1% auto;
	width: 80%;
	max-width: 1024px;
	clear: both;
}

.navSidebar {
	width: 25%;
	max-width: 256px;
	height: 700px;
	float: left;
/* 	background-color: rgba(0,0,0,.6); */
}

.mainContent {
	width: 75%;
	max-width: 768px;
	height: auto;
	float: left;
	background-color: rgba(0,0,0,.3);
	color: #FFF;
	font-weight: 200;
	line-height: 1.5;
	padding-bottom: 1000px;
	margin-bottom: -1000px;	
}

.mainContent p {
	margin-bottom: 2px;
	margin-top: 10px;
	line-height: 1.2em;
}

.menuOptions {
	width: 100%;
	float: left;
	margin-top: 2%;
}

.menuOptions nav {
	background-color: rgba(0,0,0,.5);
	height: 40px;
}

.menuOptions nav ul {
	list-style: none;
	margin: 0 auto;
	padding-left: 4%;
}

.menuOptions nav ul li {
	float: left;
	display: inline;
	border-right: solid 1px rgba(255,255,255,.3);
}

.menuOptions nav ul li:last-child {
	border-right: none;
}

.menuOptions nav a {
	color: #FFF;
	display: inline-block;
	padding: 10px 10px;
	height: 20px;
}

.menuOptions nav a:hover {
	color: rgb(229,153,0);
}

.menuContainer {
	width: 94%;
	height: auto;
	background-color: rgba(0,0,0,.5);
	float: left;
	margin-top: .5%;
	padding: 1% 3%;
}

.courseGroup {
	padding: 1% 1%;
}

.courseGroup p {
	font-size: 90%;
	padding: .7% 1%;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.3em;
}

.option {
	width: 100%;
}

.sectionTitle {
	color: rgb(229,153,0);
	background-color: rgba(0,0,0,.6);
	font-weight: 200;
	text-align: center;
}

.plate {
	color: rgba(229,153,0,.7);	
}

.description {
	color: #FFF;
	font-style: italic;
	font-size: .8em;
}

.price {
	color: #FFF;
	font-size: 80%;
}

.notice {
	color: #999;
}

.navSidebar span {
	display: none;
}

.navSidebar img {
	width: 65%;
	max-width: 180px;
	height: auto;	
	margin: 10% 16%;
}

.navSidebar nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 1% 9%;
	font-size: 85%;
}

.navSidebar nav ul li {
	display: block;
}

.navSlider a {
	color: #FFF;
}

.navSidebar nav a:link, .navSidebar nav a:visited {
	padding: 10px 0px;
	height: 15px;
	display: block;
}

.mainContent img {
	width: 100%;
	max-width: 610px;
	height: auto;
	margin: 2% 5%;
}

.imageContainer {
	width: 100%;
	max-width: 768px;
	float: left;
}

.cycle-slideshow { 
	width: 32%;
	max-width: 200px;
	display: inline-block; 
	margin: 0 auto; 
}

.cycle-slideshow img {
	width: 300%;
	margin: 2% 0;
}

#container { 
	width: 100%;
	margin: 2% 6%; 
}


.leftContainer {
	width: 50%;
	float: left;
	padding: 1.5% 5% 2% 5%;
}

.leftContainer a {
	color: #FFF;
}

.leftContainer a:hover {
	color: rgb(229,153,0);
}

.rightContainer {
	width: 35%;
	float: left;
	padding: 1.5% 0 0 0;
}

.rightContainer ul {
	padding-left: 0px;
}

.rightContainer ul li {
	padding-bottom: 40px;
	margin-bottom: 5px;
	list-style: none;
}

.rightContainer ul li:last-child {
	border-bottom: none;
}

.banquetContainer {
	width: 100%;
	float: left;
	padding: 1.5% 0 0 0;
}

.mainContent a {
	color: rgb(229,153,0);
}

.mainContent a:hover {
	color: #FFF; 
}

.day {
	float: left;
}

.hours {
	float: right;
}

h2 {
	font-weight: 400;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 115%;
	font-weight: 200;
}

.mainFooter {
	width: 100%;
	max-width: 1024px;
	height: auto;
	background-color: rgba(0,0,0,.7);
	float: left;
	margin-bottom: 2%;
}

.mainFooter img {
	width: 40px;
	float: left;
	padding: 5% 2% 2% 2%;
}

.mainFooter img:hover {
	border-bottom: solid 4px rgb(229,153,0);
}

#col-2-3 {
	width: 66.66%;
	float: left;
}

#col-1-3 {
	width: 33.33%;
	float: left;
}

.mainFooter p {
	color: #FFF;
	padding: 5% 0 2% 0;
}

.menuContainer h3 {
	font-style: italic;
	font-weight: 100;
}

#container h2 {
	padding: 0.5% 1% 1% 0%;
}

@media only screen and (min-width: 150px) and (max-width: 600px)
{	
	body {
		background-image: url(images/background_new.jpg);
	}
	
	.body {
		width: 90%;
		font-size: 90%;
	}
	
	.navSidebar {
		width: 100%;
		max-width: 600px;
		height: auto;
		margin: 1% auto;
		text-align: center;
	}
	
	.navSidebar img {
		width: 35%;
		margin: 5% 16%;
	}
		
	.navSidebar nav ul li {
		border-top: solid 1px #FFF;
	}
	
	.navSidebar nav ul li a {
		margin: 10px auto;
	}
	
	.navSidebar nav ul {
		margin-bottom: 4%;
		font-size: 95%;
	}
	
	.navSidebar nav a:hover {
	background-color: rgba(229,153,0,.3);
	color: #FFF;
	}
	
	strong {
		color: rgb(229,153,0);
	}
	
	.mainContent {
		width: 100%;
		max-width: 600px;
		height: auto;	
	}
	
	.mainContent img {
		width: 100%;
		margin: 0 auto;
	}
	
	.menuOptions nav ul {
		padding-left: 4%;
	}
	
	.menuOptions nav a {
		padding: 10px 10px;
	}
	
	.leftContainer {
		width: 90%;
	}
	
	.rightContainer {
		width: 85%;
		padding: 5%;
	}
	
	.rightContainer ul li {
		padding-bottom: 35px;
		margin-bottom: 10px;
	}
	
	.mainFooter {
		margin-top: 1%;
	}
	
	#col-2-3 {
		width: 100%;
	}
	
	#col-1-3 {
		width: 100%;
	}
	
	.mainFooter img {
		width: 40px;
		float: left;
		padding: 5% 2% 2% 5%;
	}	
	
	.mainFooter p {
		padding: 5% 2% 2% 5%;
	}
	
	#container {
		width: 101.3%;
		margin: 0 auto;
	}
	
	.banquetContainer {
		width: 100%;
	}
	
	#container h2 {
	padding: 1.5% 5% 1.5% 5%;
}
	
	
}