/* Main section*/

body {
	background-color: #8F181B;
	color: #666666;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: .8em;
    margin: 0;
}

h1 {
    font-size: 1.2em;
    text-align: right;
    font-style: italic;
    letter-spacing: 5px;
}

h2 {
    font-size: 1.1em;
    text-weight: bold;
    text-align: center;
}

p {
    font-size: 1em;
    text-align: justify;
    line-height: 1.7em;
}

.Mheader h2 {
    text-indent: -5000px;
    margin-top: 0px;
}

p.footer {
    font-size: 0.7em;
    text-align: center;
    font-weight: bold;
}


p.center {
   text-align: center;
}

a:link {
    color: #cf310c;
    text-decoration: none;
    font-weight: bold;
}

a:visited {

    color: #cf310c;
    text-decoration: none;
    font-weight:bold;
}

a:hover {
    color:#ff0000;
}

a:active {
    
}

dt {
   line-height: 1.5em;
}
dd  {
   line-height: 1.5em;
}


/*Making Tables Work*/

table.center {margin-left:auto; margin-right:auto;}


#content {
    position: relative;
    width: 850px;
    border-top: 1px solid #000000;
}

#main-text {
    background-color: #ffffff;
    border-left: solid #000000 1px;
    border-right: solid #000000 1px;
    border-bottom: solid #000000 1px;
    margin-left: 169px;
    margin-bottom: 15px;
    padding: 10px;
    width: 661px;
}

#navbar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 168px;
    background-color: #8F181B;
    border-left: solid #000000 1px;

}

#navbar dl {
    margin-bottom:0px;
    padding-top:0;
    padding-bottom:0;
}

#navbar dt {
    font-weight: bold;
	font-size:93%;
	border-bottom:1px solid #999;
	}

#navbar dt a {
	padding:2px 3px 2px 3px;
	color:#ffffff;
	text-decoration:none;
	display:block;	
	}

#navbar dt a:hover {
	background:#ff312b;
	}	

#navbar dd {
	font-size:90%;
	list-style-type:circle;
	border-bottom:1px solid #999;
	margin-left:0;
    font-weight: normal;		
	}

#navbar dd a {
	padding:2px 3px 2px 10px;
	color:#ffffff;
	text-decoration:none;
	display:block;	
    font-weight: normal;
	}

#navbar dd a:hover {
	background:#ff312b;
	display:block;
	}


#outer-image {
    background-image: url(images/woodgrainloop.jpg);
    background-repeat: repeat-x;
    background-position: 850px 0px;
    height: 230px;
}

#inner-image {
    height: 230px;
    width: 850px;    
    background-image: url(images/badwolfwoodgraincloth2.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;

    background-color: #8F181B; 
}

#meal-list table {
    margin-top: 10px;
    margin-left: 2px;
    margin-bottom: 10px;
}

/*making meal-lists work*/

#meal-list dl {
    margin-bottom:0px;
    padding-top:0;
    padding-bottom:0;
    margin-left: 12px;
}

#meal-list dt {
    font-weight: normal;
    color: #666666;
    margin-left:25px;
	}

#meal-list dd {

	list-style-type:circle;
	margin-left:40px;
    font-weight: normal;
    font-style: italic;		
	}

/*end meal-list*/



#meal-info {
    font-size: 0.9em;
}

#meal-info h2 {
    font-family: "Times New Roman," Georgia, serif;
    margin: 0;
}

#meal-info p {
    font-family: arial, helvetica, sans-serif;
}

#meal-info table {
    border-color: #cccccc;
    border-style: dotted;
    padding: 4px 4px 4px 4px;
    margin-left: auto;
    margin-right: auto;
}

#meal-info table h1 {
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: 0px;
    font-style: normal;
}

#meal-info table tr {
    text-align: center;
}

#item-grid table {
   padding: 3px 3px 3px 3px;
}

#item-grid table h1 {
    font-sixe: 1.2em;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

#item-grid table h2 {
   font-size: 1.1em;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0;
   font-weight: bold;
}

#item-grid table p {
   font-size: 0.9em;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-style: italic;
   margin-left: 30px;
   margin-right: 30px;
   margin-top: 0;
   text-align: center;
}

#testimonials table p {
    margin: 0;
}

#awards table p {
   line-height: normal;
}

#thumbnails table p {
   font-size: .8em;
   font-color: #8F181B;
   margin: 0px 2px 0px 2px;
   text-align: center;
}

#thumbnails table a:link {
    color: #932308;
}

#thumbnails table a:visited {
    color: #932308;
}

#thumbnails table a:hover {
    color:#ff0000;
}


#locations h3 {
   margin: 7px 0px 7px 4px;
   text-align: center;
   color: #ffffff;
   background-color: #666666;
}

#locations h4 {
   margin: 6px 0px 2px 8px;
}

#locations p {
   margin: 0px 0px 0px 17px;

}

#schedule a:link, a:visited {
    color:#b91d13;
}

#schedule a:hover {
   color:#ff0000;
}

