﻿/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with a <p> tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined in any subsequent rule. */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}



/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display */

body {
  background-color: #ffc;
  background-image: url(../images/menu_bg.gif);
  background-repeat: no-repeat;
  background-position: center;
  color: #330;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers */
  }

img {
  border:none;
  }



#navigation {
  width:100%; 
  height:44px; 
  background-color:#ff9933;
  }

#navigation ul {
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
  }

#navigation ul li {
  display:inline; 
  float:left; 
  list-style:none;
  margin-left: 0px;
  }




/* ----- navigation links with css rollovers ----- */

.home a{
text-decoration: none;
font: bold 13px Arial;
color: black;
width: 82px;
height: 44px;
float: left;
display: inline;
background-image:url(../images/home_css_rollover.jpg);
background-repeat: no-repeat;
text-align:center;
padding: 0;
margin: 0;
}

.home a:hover{
background-position: 0 -44px;
}

.about a{
text-decoration: none;
font: bold 13px Arial;
color: black;
width: 104px;
height: 44px;
float: left;
display: inline;
background-image:url(../images/about_us_css_rollover.jpg);
background-repeat: no-repeat;
text-align:center;
}

.about a:hover{
background-position: 0 -44px;
}

.menu a{
text-decoration: none;
font: bold 13px Arial;
color: black;
width: 88px;
height: 44px;
float: left;
display: inline;
background-image:url(../images/menu_css_rollover.jpg);
background-repeat: no-repeat;
text-align:center;
}

.menu a:hover{
background-position: 0 -44px;
}

.services a{
text-decoration: none;
font: bold 13px Arial;
color: black;
width: 93px;
height: 44px;
float: left;
display: inline;
background-image:url(../images/services_css_rollover.jpg);
background-repeat: no-repeat;
text-align:center;
}

.services a:hover{
background-position: 0 -44px;
}


.catering a{
text-decoration: none;
font: bold 13px Arial;
color: black;
width: 114px;
height: 44px;
float: left;
display: inline;
background-image:url(../images/catering_css_rollover.jpg);
background-repeat: no-repeat;
text-align:center;
}

.catering a:hover{
background-position: 0 -44px;
}

.map a{
text-decoration: none;
font: bold 13px Arial;
color: black;
width: 72px;
height: 44px;
float: left;
display: inline;
background-image:url(../images/map_css_rollover.jpg);
background-repeat: no-repeat;
text-align:center;
}

.map a:hover{
background-position: 0 -44px;
}

.info a{
text-decoration: none;
font: bold 13px Arial;
color: black;
width: 69px;
height: 44px;
float: left;
display: inline;
background-image:url(../images/info_css_rollover.jpg);
background-repeat: no-repeat;
text-align:center;
}

.info a:hover{
background-position: 0 -44px;
}

.contact a{
text-decoration: none;
font: bold 13px Arial;
color: black;
width: 109px;
height: 44px;
float: left;
display: inline;
background-image:url(../images/contact_css_rollover.jpg);
background-repeat: no-repeat;
text-align:center;
}

.contact a:hover{
background-position: 0 -44px;
}





ul#main-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 731px;
  height: 44px;
  }

ul#main-nav span {
  display: none;
  padding: 0;
  margin: 0;
  }

ul#menu_list {
  list-style: none;
  padding: 10px 20px 10px 20px;
  margin: 0;
  }

ul#menu_list li {
  color: #843900;
  font-weight: bold;
  list-style: none;
  }

.menu_text {
  color: #221e1f;
  font-weight: normal;
  font-style: italic;
  padding-left: 35px;
  }



/* Start of subNavigation menu settings */

#subnav-menu ul {
 font-family:helvetica,arial,sans-serif;font-size:14px;margin:10px 0 0 10px;padding:0;width:196px;
 }
#subnav-menu ul li {
 margin:0;padding:0;list-style:none;margin:0 0 0.3em 0;
 }
#subnav-menu ul li a {
 font-family:arial,helvetica,sans-serif;font-weight:bold;
 text-decoration:none;display:block;padding:0.6em 0.6em 0 0.6em;color:#333;
 background:#c9ea20;border-bottom:0.5em solid #c9ea20;
 }
#subnav-menu ul li a:hover {
 background:#a8c610;color:#333;border-bottom:0.5em solid #95af10;
 }

/* end of navigation settings */


.floatleft {
  float: left;
  width: 513px;
  height: 281px;
  background-color: transparent;
  }


/* ----- Start of Menu Category list ----- */

#menu-category-list {
 width:595px;
 list-style-type:none;
 padding:0 7px;
 margin:10px 20px 0 0;
 }

#menu-category-list li {
 float:left;
 margin:5px 10px 5px 5px;
 font:bold 1em arial, helvetica, sans-serif;
 color: #000;
}

#menu-category-list img {
 border:3px solid white;
 display:block;
}

/* ----- End of Menu Category list ----- */




/* ----- styles for headers ----- */

h1 {
  color: #330;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  }

h2 {
  color: #330;
  font-size: 12px;
  font-weight: bold;
  }

/* Sets the style for the h3 header */
h3 {
  color: #ff9933;
}
/* Sets the style for the h4 header */
h4 {
  color: #ff9933;
}
/* Sets the style for the h5 header */
h5 {
  color: #ff9933;
}
/* Sets the style for the h6 header */
h6 {
  color: #ff9933;
}




/* ----- styles for links ----- */

/* Sets the style for unvisited links */
a,  a:link {
  color: #fb3200;
  font-weight: bold;
  text-decoration: none;
  }
/* Sets the style for visited links */
a:visited {
  color: #fb3200;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover */
a:hover {
  color: #000;
  text-decoration: none;
  }
/* Sets the style for a link that has focus */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked */
a:active {
  color: #fff;
}




/* STANDARD QUOTES */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
q:lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
q:lang(da) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }

q:before { content: open-quote; }
q:after  { content: close-quote; }

/* SAFARI SUPPORT */

q:before   { content: '\201C'; }
q:after    { content: '\201D'; }
q q:before { content: '\2018'; }
q q:after  { content: '\2019'; }

/* LANGUAGE-SPECIFIC QUOTES SAFARI STYLE */

*[lang~='da'] q:before,   q[lang~='da']:before   { content: '\201E'; }
*[lang~='da'] q:after,    q[lang~='da']:after    { content: '\201C'; }
*[lang~='da'] q q:before, q[lang~='da'] q:before { content: '\2019'; }
*[lang~='da'] q q:after,  q[lang~='da'] q:after  { content: '\2019'; }
*[lang~='sv'] q:before,   q[lang~='sv']:before   { content: '\201D'; }
*[lang~='sv'] q:after,    q[lang~='sv']:after    { content: '\201D'; }
*[lang~='sv'] q q:before, q[lang~='sv'] q:before { content: '\2019'; }
*[lang~='sv'] q q:after,  q[lang~='sv'] q:after  { content: '\2019'; }




.welcome_header {
  padding: 10px 0 5px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  } 

h1#menu_header {
  color: #0baf4c;
  padding: 40px 10px 0 10px;
  font-weight: bold;
  font-size: 20px;
  } 

p.hours_m-f {
  padding: 8px 0 10px 10px;
  color: #333;
  text-align: center;
  }

p.hours_s-s {
  padding: 10px 0 20px 10px;
  color: #333;
  text-align: center;
  }

p.contact_para {
  padding: 0 0 0 10px;
  color: #fff;
  text-align: center;
  }

#contact a {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px dotted #fff;
  }

#contact a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  }

h2#contact_header {
  padding: 20px 0 10px 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  }

h2#hours {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 20px 0 5px 0;
  text-transform: uppercase;
  text-align: center;
  }

h2#catering_header {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 40px 0 0 20px;
  text-align: left;
  }

p.catering_para {
  color: #ffc;
  padding: 5px 15px 0 20px;
  text-align: left;
  margin-bottom: 10px;
  }

#catering a {
  color: #fb3200;
  text-decoration: none;
  border-bottom: 1px dotted #fb3200;
  }

#catering a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  }

.about_our_cuisine {
  padding: 0 0 5px 10px;
  font-weight: bold;
  font-size: 1.25em;
  color: #333;
  }

h1#our_menu_header {
  padding: 20px 0 10px 0;
  text-align: center;
  color: #330;
  font-weight: bold;
  font-size: 18px;
  }

.welcome_para {
  padding: 0 25px 18px 10px;
  font-weight: bold;
  font-size: 1em;
  }

.menu_para {
  padding: 20px 10px 10px 10px;
  font-size: 1em;
  text-align: center;
  }



/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */



#outerWrapper {
  background-color: #ffc;
  background-image: url(../images/.jpg);
  border-left: solid 0px #fff; /* Sets the left border properties for an element using shorthand notation */
  border-right: solid 0px #fff; /* Sets the right border properties for an element using shorthand notation */
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 731px;
}


#header {
  background-color: #c9ea20;
  background-image: url(../images/masthead_01.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  border-bottom: solid 0px #ffffff;   /* Sets the bottom border properties for an element using shorthand notation */
  color: #2170bd;
  font-size: 18px;
  font-weight: bold;
  height: 174px;
  width: 731px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}



#contentWrapper {
  background-color: #fff;
  background-image: url(../images/.jpg);
  height: 920px;
}



#leftColumn1 {
  background-color: #ff9;
  background-image: url(../images/.jpg);
  float: left;
  padding: 0;  /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 218px;
  height: 920px;
}


/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#content {
  margin: 0 0 0 218px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  height: 920px;
  background-image: url(../images/right_column.jpg);
}


/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */

.clearFloat {
  clear: left;
  display: block;
}
#footer {
  background-color: #cf3;
  background-image: url(../images/footer_bg.jpg);
  color: #4b3200;
  font-weight: bold;
  padding: 10px 0px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#footer a {
  border-bottom: #fb3200 dotted 1px;
  }

#footer a:hover {
  border-bottom: #000 solid 1px;
  }

