/*
Title:       DISH Restaurant General Layout
Author:      Eric Hull
Company:     Eklipse Design
Description: General layout for all primary and subsequent pages
*/


/***************************************************************
=Default across entire site
***************************************************************/
html {	
	min-height: 100%;
	margin-bottom: 1px;
}
html body {
	background-image: url(../images/navy_vert_stripe.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.outerContainer {
	width: 800px;
	height: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.innerContainer {
	background-color: #89A25B;
	width: 800px;
	height: 100%;
	padding: 12px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.leftSidebar {
	float: left;
	height: 100%;
	width: 192px;
}

#imgLogo {
	border: 4px solid #141E41;
}
#imgNoBrdr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#imgBrdr {
	padding: 2px;
	border: 1px solid #A9212C;
}
#imgBrdrMargin {
	padding: 2px;
	border: 1px solid #A9212C;
	margin: 5px;
}
#slideshow{
	text-align: center;
	height: 413px;
	width: 550px;
	padding: 2px;
	border: 1px solid #BC2431;
}
.homeCallout {
	border: 1px solid #CC6600;
	background-color: #F1EFDA;
	text-align: center;
	padding: 15px;
	font-size: 1.3em;
}
.callout {
	width:450px;
	border: 1px solid #CC6600;
	background-color: #F1EFDA;
	text-align: center;
	padding: 10px;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
	margin-left: 35px;
}
.pressCallout {
	border: 1px solid #CC6600;
	background-color: #F1EFDA;
	text-align: center;
	padding: 10px;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
}
.contact {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 10px;
	background-color: #18244E;
}
.pageContent {
	color: #000000;
	border: 2px solid #A9212C;
	background-color: #FFFFFF;
	float: left;
	width: 555px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 100%;
	padding: 10px 10px 10px 10px;
	text-align: left;
	font-size: 1.2em;
}

.menusPages {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
.menusPages h2{
	font-family: Arial, Helvetica, sans-serif;
}
.menusPages h3{
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	color: #CCCCCC;
	font-size: 0.9em;
	line-height: 35px;
	margin-bottom: 15px;
}
.footer a:link, .footer a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFFFF;
}

/* =Navigation
---------------------------------------*/

/* Set Menu Fonts  & Sizes */
.mainNav, .menuNav {
	font-family: Palatino Linotype, Palatino, serif;
	font-size:13px;
	font-weight:bold;
}


.mainNavcontainer {
	color: #FFFFFF;
	background-color: #141E41;
	border: 1px solid #A9212C;
	margin-top: 12px;
	line-height: 1.3em;
}
.mainNavcontainer a:link {
	color: #FFFFFF;
}
.mainNav {
	padding:0; 
	margin:20px 10px 10px 10px; 
}
.mainNav ul {
	padding:0; 
	margin:0;
	list-style-type: none;
	text-align:left
}

.mainNav ul li a, .mainNav ul li a:visited {
	display: block;
	color:#FFFFFF;
	font-weight:bold;
	height:22px;
	line-height:24px;
	text-decoration:none;
}

.mainNav ul li a:hover {
	color:#B5CD87;
}

.menuNavcontainer {
	border: 1px solid #A9212C;
	float: left;
	margin-left: 20px;
	width: 577px;
	background-color: #141E41;
	color: #FFFFFF;
	height: 46px;
}


.menuNav {
	z-index: 500;
}
.menuNavheader {
	text-align: left;
	font-weight: normal;
	padding-left: 8px;
	background-image: url(../images/menuHeaderBG.jpg);
	background-repeat: repeat-x;
	line-height: 16px;
	height: 16px;
	padding-bottom: 4px;
}


/* Begin CSS Drop Down Menu */

/* Get rid of the margin, padding and bullets in the unordered lists */
.menuNav, .menuNav ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
}

/* Set up the link size, color and borders */
.menuNav ul li a, .menuNav ul li a:visited {
	display:block;
	width:72px;
	color:#FFFFFF;
	font-weight:bold;
	height:26px;
	line-height:26px;
	text-decoration:none;
	text-align: center;
}

/* Set up the sub level borders */
.menuNav ul li ul li a, .menuNav ul li ul li a:visited {
	border-top-style: solid;
	border-top-color:#A9212C;
	border-bottom-color:#A9212C;
	border-top-width: 1px;
	border-bottom-width: 1px;
	width:88px;
}

/* Set up the list items */
.menuNav li {
	float:left;	
	position: relative;
	background-color: #141E41;
}

/* For Non-IE browsers and IE7 */
.menuNav li:hover {position:relative;}
/* Make the hovered list color persist */
.menuNav ul li a:hover {
	color:#B5CD87;
	background-color: #141E41;
}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
.menuNav li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
.menuNav li:hover > ul {display:block; position:absolute; top:26px; left:-8px; width:81px;}

/* get rid of the table */
.menuNav table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html .menuNav li a:hover {position:relative; background:#141E41; color:#FFFFFF;}

/* For accessibility of the top level menu when tabbing */
.mainNav ul li a:active, .mainNav ul li a:focus {background:#141E41; color:#FFFFFF;}

/* Set up the pointers for the sub level indication */
.menuNav li.fly {background:#C4E3F4;}
.menuNav li.drop {background:#C4E3F4;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html .menuNav li ul {visibility:hidden; display:block; position:absolute; left:-8px; top:25px;}

/* keep the third level+ hidden when you hover on first level link */
.menuNav li a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
.menuNav li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}


/* ----------- End CSS Drop Down Menu ----------- */



/* =Hyperlinks
---------------------------------------*/

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {  
	color: #BC2431;
	text-decoration: underline;
}

/* =Clearing Hack
---------------------------------------*/
.clear {
clear: both;
line-height: 0;
font-size: 0;
}
.recipeCard {
	font-family: "Courier New", Courier, monospace;
	background-image: url(../images/recipeCard.jpg);
	background-repeat: no-repeat;
	height: 550px;
	font-size: 14px;
	line-height: 15px;
	padding-left: 35px;
	padding-right: 45px;
	padding-top: 8px;
}
.recipeList {
	font-family: "Courier New", Courier, monospace;
	width: 500px;
	margin-left: 25px;
}
.recipeItem {
	background-image: url(../images/recipesMid.jpg);
	background-repeat: no-repeat;
	height: 23px;

}
.itemLeft {
	width: 220px;
	float: left;
	height: 21px;
	padding-left: 32px;
	padding-top: 2px;
}
.itemRight {
	width: 210px;
	height: 22px;
	padding-top: 2px;
	margin-left: 250px;
	text-align: right;
}
