
/* Has the background image for the diagonal stripes on the right. */

html {
background-color: #DBDBDB;
background-image: url();
background-repeat: repeat-y;
background-position: top right;
}

/* Has the background image for the diagonal stripes on the left. */

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
background-image: url(images/left_side.gif);
background-repeat: repeat-y;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 110px;
margin-right: 110px;
line-height: 1.2em;
font-size: 1em;
letter-spacing: 2px;
text-align: right;
margin-top: 0;
padding-bottom: 8px;
font-weight: bold;
padding-top: 8px;
padding-right: 25px;
background-color: #A9A8A6;
color: #ffffff;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
width: 790px;
}

/* To create the main image near the top of the page. */

#header-image {
background-color: #A9A8A6;
background-image: url(images/Ian_sBar_Grill.jpg);
background-repeat: no-repeat;
background-position: center top;
height: 300px;
border-top: 2px #ff4700 solid;
border-bottom: 2px #ff4700 solid;
margin-left: 110px;
margin-right: 110px;
width: 815px;
}

/* For the main navigation bar for the site. */

#navbar {
margin-bottom: 0;
margin-left: 110px;
margin-right: 110px;
font-size: .75em;
text-align: center;
margin-top: 0;
padding-bottom: 8px;
font-weight: bold;
padding-top: 8px;
background-color: #A9A8A6;
color: #ffffff;
word-spacing: 8px;
border-bottom: 2px #ff4700 solid;
width: 815px;
}

#navbar a:link, #navbar a:visited {
color: #ffffff;
word-spacing: none;
}

#navbar a.current {
color: #ff4700;
}

#navbar a:hover {
color: #ff4700;
text-decoration: underline;
}

/* For the pullquote or other text directly under the navigation bar. */

#headline {
font-size: 1.0em;
padding-top: 30px;
text-align: justify;
/*background-color: #e1ecee;*/
background-color: #ffffff;
padding-left: 15px;
padding-right: 0px;
margin-left: 110px;
margin-right: 110px;
margin-bottom: 0;
line-height: 1.5em;
width: 800px;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
margin-left: 25px;
margin-right: 25px;
background-color: #FC9898;
color:#000000;
width:190px;
padding:2px;
text-align:center;
font-weight:normal;
font-family: Arial, Helvetica, sans-serif;
/*/*/border:1px solid #000000;/* */
}

.submenu{
	margin-bottom: 0.5em;
	margin-left: 85px;
	margin-right: 85px;
	font-size: 9pt;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
margin-left: 110px;
margin-right: 110px;
font-size: 1.2em;
padding-bottom: 3px;
padding-top: 23px;
padding-left: 15px;
padding-right: 0;
color: #000000;
border-bottom: 1px #ff4700 solid;
letter-spacing: 1.5px;
font-weight: normal;
background-color: #ffffff;
margin-top: 0;
margin-bottom: 0;
width: 800px;
}

/* Contains all the main body of text on the page, including the h2 elements. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 110px;
margin-right: 110px;
padding-left: 20px;
font-size: .9em;
font-weight: 500;
line-height: 1.5em;
background-color: #ffffff;
width: 795px;
}

#main-text p {
text-align: justify;
margin-left: 10px;
margin-right: 20px;
}

h2 {
padding-bottom: 3px;
padding-right: 0;
color: #000000;
border-bottom: 1px #000000 solid;
letter-spacing: 5px;
font-weight: normal;
margin-left: 50px;
margin-right: 50px;
font-size: .9em;
font-weight: bold;
margin-top: 0;
padding-top: 10px;
}

h3 {
padding-bottom: 3px;
padding-right: 0;
color: #000000;
letter-spacing: 1px;
margin-left: 10px;
margin-right: 50px;
font-size: .9em;
font-weight: bold;
margin-top: 0;
padding-top: 10px;
}

h4 {
padding-bottom: 3px;
padding-right: 0;
color: #000000;
letter-spacing: 1px;
margin-left: 10px;
margin-right: 50px;
font-size: .9em;
font-weight: bold;
margin-top: 0;
padding-top: 10px;
}

table {
border: 1px solid #FA9692;
}
td, th {
border: 2px solid #9FB4DF;
}

p, ul, ol/*table*/ {
padding-top: 5px;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 0;
}

td.cellsmallfont {
font-size: .75em;
font-weight: 500;
}

ol, ul {
margin-left: 75px;
margin-right: 75px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #6380BB;
}

a:hover {
text-decoration: underline;
font-weight: bold;
color: Red;
}

/* Styles for the hours */
.hours {
		color : #5A716F;
		font-size : 8pt;
 		font-family : Verdana, arial, sans serif;
		font-weight: normal;
		font-style : normal;
		text-align: left;
		margin-left: 24px;
	}

/* Styles for the credits near the bottom of the page */
.credits {
		color : #5A716F;
		font-size : 8pt;
 		font-family : Verdana, arial, sans serif;
		font-weight: normal;
		font-style : normal
	}
/* Styles for the footer at the bottom of the page */

#footo {
margin-top: 0;
margin-bottom: 0;
margin-left: 110px;
margin-right: 110px;
background-image: url();

}

#footer {
text-align: center;
margin-left: 110px;
margin-right: 110px;
margin-bottom: 0;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 0px;
font-size: .75em;
margin-top: 0px;
padding-right: 0px;
background-color: #A9A8A6;
color: #ffffff;
font-weight: bold;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
}

#footer a:link, #footer a:visited {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #ffffff;
}