/* The Harbour Restaurante template stylesheet - copyright to Nadia dreamweaver resources */

body {
background: url(../images/pagebackground.gif) repeat;
background-color: #5f7a82;
text-align: center;
font-family: arial, tahoma, verdana, sans-serif;
font-size: 101%;
color: #3E4F54;
}
/* standard link styles */
a:link, a:visited, a:active {
font-weight: normal;
text-decoration: none;
color: #fff;
}
a:hover {
text-decoration: none;
}
/* this is the outer wrapper that holds the other divs */
#main {
width: 665px;
margin: 0 auto;
background: #fff;
border-top: 5px solid #364a51;
border-bottom: 5px solid #364a51;
}

#header {
	background: url(../images/header03.jpg) no-repeat;
	width: 655px;
	height: 165px;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}
/* this div holds the navbar and the content container divs */
#content {
	width: 655px;
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: 5px;
	background: #bcced3;
	margin-right: 5px;
	font-size: 90%;
}
#container li {
	line-height: 2em;
	color: #364A51;
}
#container {
	padding: 10px;
	text-align: left;
}
/* this is a clear div we use to clear any floated elements */
div.clear {
clear: both;
width: 1px;
height: 1px;
}

#container H1 {
font-size: 120%;
}
/* copyright div at bottom of page */
#copyright {
	width: 662px;
	margin: 0 auto;
	color: #fff;
	font-size: 75%;
}
#content p {
	margin-top: 6px;
	margin-bottom: 4px;
	line-height: 1.3em;
}
.imgleft {
float: left;
padding: 6px;
}

.imgright {
float: right;
padding: 6px;
}
/* styles for the container - content area links */
#container a:link, #container a:visited, #container a:active {
font-weight: bold;
text-decoration: none;
color: #50656c;
}
#container a:hover {
text-decoration: underline;
}
/*navigation styling */

#navBar {
height: 15px;
background-color: #214853;
border-right:1px solid #fff;
padding: 2px;
color: #FFFFFF;
width: 651px;
border-bottom: 2px solid #BCCED3;
font-size: 85%;
}

#navBar ul {
	margin: 0px; 
	padding:0px;
	list-style-type: none; 
}
#navBar li {
	display: inline;
	list-style-type: none;
	padding: 2px;
	margin: 0px;
}

#navBar a {
	background: transparent;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px;
	width: 130px;  /* width 651 diveidd by number of menu items */
}

#navBar a:link, #navBar a:visited {
	color: #FFFFFF;
	text-decoration: none; 
}

#navBar a:hover {
	color: #B9CBD0;
	background-color: transparent;
	text-decoration: none;
}

#navBar a:active {
	background-color: transparent;
	color: #FFFFFF;
}
/*styles the current market page - apply on relevant page to relevant link in the menu*/
#navBar #navBarcurrent a, #navBar #navBarcurrent a:link, #navBar
#navBarcurrent a:visited, #navBarcurrent a:hover, #navBar #navBarcurrent
a:active {
	color: #CC0000;
	background-color:#BCCED3;
	font-weight: bold;
}

/*styling for the menu on the menu page*/
h2{margin: 1em auto 0.3em;color: #CC0000;
    font-size: 120%;text-align:center}

dl{width: 100%;overflow: auto;margin: 0 0 1em;
    background: url(dot.gif) repeat-x 0 1.2em}
dt,dd.price{
	background: #FFF;
	font-size: 130%;
	font-weight: bold;
	background-color: #BCCED3;
}
dt{
	float: left;
	padding-right: 3px;
	color: #214853;
	font-size: 110%;
}
dd{margin:0}
dd.price{
	float: right;
	padding-left: 3px;
	color: #214853;
	font-size: 105%;
}
dd.ingredients{float: left;width: 100%;padding: 3px 0;
   font: italic 100% Georgia,Times,sans-serif;color: #555
}
/*end of menu styles*/

/***** Begin laying out the contact form *****/

.text form {
	margin: 50px 0 50px 7px; 
}
.text fieldset {
	margin: 0;
	border: none;
	padding: 5px 5px 20px 20px;
}

.text input, .text select {
	background-color: #BCCED3;
	color: #414F4B;
	border: 1px solid #4C5854;
	margin: 0 0 0 0;
	width: 150px;
	display: block;
}

.text textarea {
	background-color: #BCCED3;
	color: #6072A0;
	border: 1px solid #4C5854;
	margin: 0 30px 0 0;
	height: 200px;
}

/* sets the enquiry box to the right of the input fields */
.labelfloat {
	float: right;
	padding-top: 20px;
}

.text label {
	color: #4F4F4F;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}

.text button {
  background-color: #8996B8;
  color: #fff;
  width: 80px;
  display: inline;
}
/***** Ends the form layout *****/
.dropcap {
   display: block;
   float: left;
   font-size: 150%;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: bold;
   height: .4em;
   margin-bottom: -.2em;
   padding: 0em .1em 0 0;
}
/**** this div can be removed if you don't use the validation buttons ****/
#validation {
	margin-top: 20px;
}
