/* @override http://www.piratescoveresort.com/site/css/breakfast.css */
/*********/
/* MENUS */
/*********/
#content_sub span{
	font-size: 16px;
}

button{
	border-style: none;
	color: #404352;
	text-decoration: underline;
	cursor: pointer;
	background-color: transparent;
	margin-bottom: 10px;
	font-size: 15px;
}

button:hover{
	color: #5dd2d0;
}

.menu{
	background-color: #b5d3df;
	padding: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-bottom: 25px;
	overflow: hidden;
	-webkit-box-shadow: inset 0 0 3px #000;
}

.menu h3{
	font-size: 25px;
	color: #57360f;
	margin-bottom: 10px;
	text-align: center;
}

.menu h4 {
	text-align: center;
	color: #57360f;
	margin-top: -10px;
}

#content_sub .menu li{
	list-style-type: none;
	font-size: 14px;
	padding-left: 0;
	font-style: italic;
	color: #8e8e8e;
	margin-left: 0;
}

.menu ul#add-ons h4{
	margin-top: 0;
}

.menu ul#salads h4{
	margin-top: 5px;
}

.course {
	font-size: 16px;
	margin-right: 15px;
	color: #000;
	font-weight: normal;
	font-style: normal;
}

.choices {
	font-size: 12px;
}

.menu span.price {
	color: #000;
	font-weight: normal;
	font-style: normal;
}

.menu li.additions {
	color: #000;
	text-align: center;
}

.menu p span{
	color: #0078ae;
	font-size: 13px;
}

#content_sub .menu p{
	color: #000;
	text-align: center;
	font-size: 12px;
}



/*****************/
/* Menu Sections */
/*****************/

ul#salads, #soups, #friedPlatters, #steaks{
	
}

ul#salads, #steaks{

}
ul#soups, #friedPlatters {
	margin-bottom: 10px;
}

ul#appetizers, #add-ons {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-left: 100px;
	padding-right: 100px;
	border-top-style: double;
	border-top-width: 4px;
}

ul.sides{
	text-align: center;
	text-transform: capitalize;
	border-top-style: double;
	border-top-width: 4px;
	padding-top: 10px;
	margin-top: 10px;
}

#content_columnLeft .menu li.menuSpecials {
	text-align: center;
	color: #000;
	border-top-style: double;
	border-top-width: 4px;
	padding-top: 10px;
	margin-top: 10px;
}

.dollarSign{
	font-size: 9px;
	float: left;
	margin-top: -2px;
}

.price {
	float: right;
	font-size: 12px;
}

