/* @override http://www.millburndeli.com/css/pages.css */

/* @override http://www.millburndeli.com.php5-14.websitetestlink.com/css/pages.css */

/* --- COLOR SCHEME ---
#ae2226 RED
#ff8e13 ORANGE
---------------------- */

/* --- HOMEPAGE --- */

#p_home h2.welcome {
	width: 300px;
}

#p_home h2.customers {
	width: 329px;
}

.homeboxes {
	overflow: hidden;
}

.homeboxes .box {
	float: left;
	width: 280px;
	margin-right: 20px;
}

.box.desc {
	padding-left: 10px;
	padding-top: 20px;
	
	padding-bottom: 20px;
}

.box.desc p {
	line-height: 1.7;
	margin-top: 0;
	font-size: 1.2em;
}

.box.images {
	width: 310px;
	padding-top: 20px;
}

.box.images img {
	margin: 4px;
	border: 2px solid #ae2226;
}

.box.images p a{
	font-size: 1.1em;
	text-transform: uppercase;
	color: #ae2226;
}

.box.specials {
	width: 330px;
	margin: 0;
	padding-top: 5px;
}


/* --- Home Menu ---  */

.menuitem {
	margin-bottom: 2px;
	overflow: hidden;
}

.menuitem .num {
	float: left;
	xheight: 30px;
	xpadding: 0 8px;
	background: #ae2226 url(../images/icon-poundsign.png) no-repeat 1px 0px;
	color: #ff8e13;
	font-size: 1.7em;
	padding-top: 8px;
	padding-left: 16px;
	text-align: right;
	border-right: 2px solid #fff;
}

.menuitem .info {
	float: right;
	width: 278px;
	background: #ae2226;
	color: #fff;
	padding: 10px;
	xborder-left: 2px solid #fff;
}

.menuitem h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
	line-height: 1.6;
}

.menuitem .desc {
	line-height: 1.3;
}

.menuitem .desc span, .menuitem h3 span {
	font-style: italic;
}

.menuitem p a{
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;
}

/* --- Full Menu ---  */

.menu h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}

.menu .image {
	float: right;
	margin: 0 0 0px 10px;
	border: 2px solid #ae2226;
	xoverflow: hidden;
}

.redline {
	height: 1px;
	clear: both;
	border-bottom: 1px solid #ae2226;
	margin: 10px 0 20px 0;
}

.menuitem.full {
	xbackground: none;
	float: none;
	margin: 8px 10px;
	xline-height: 1.5;
	
}

.menuitem.full .info {
	background: none;
	color: #000;
	width: 100%;
	float: none;
	padding: 0;	
}

.menuitem.full .desc {
	width: 70%;
	margin: 0 15px;
	xfloat: left;
}

#p_specials .menuitem.full {
	width: 675px;
	border-bottom: 1px solid #ae2226;
}

#p_specials .menuitem.full h4 {
	margin-left: 38px;
	padding-top: 5px;
	xline-height: 1.5;
	xheight: 10px;
}

.menuitem.full h4 span {
	font-style: italic;
	font-weight: bold;
}

#p_catering h4 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
}

#p_catering p {
	xmargin-top: 0;
	line-height: 1.7;
}



/* --- Gallery ---  */
.photo {
	float: left;
	margin: 0px 7px 14px 7px;
}

.photo img {
	border: 2px solid #ae2226;
}

.gallery.sclist {
	overflow: hidden;
}


/* --- links ---  */
.links {
	width: 580px;
}

.link {
	border-bottom: 1px solid #ae2226;
	margin: 20px 0;
}

.link h3 {
	
}

.link h3 a {
	color: #000;
	font-size: 1.2em;
}

.link .desc {
	margin: 15px 30px;
	line-height: 1.5;
}

.link .desc span {
	
}

.readmore {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
	display: block;
}


.video {
	float: right;
	margin: 0 0 40px 40px;
}

.video h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
}

.video a {
	color: #0000EE;
}

