/*
THEME NAME: Harbour
THEME URI: 
DESCRIPTION: A custom theme for the Harbour Restaurant, Kingston, Ont.
VERSION: 1.0
AUTHOR: David Colburn
AUTHOR URI: http://idwcommunications.com/
TAGS: white, one-column, fixed-width
*/


/* Reset margins & padding */

@import url('styles/reset.css');

img {
  border: 0;
}

a{text-decoration:none;}

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Typography */
body{
  background: #EBE6E0 url(body-bkgd.png) repeat-x;
  font-family: Helvetica, Arial, sans-serif;     /* web safe fonts */
  font-size: 76%; 
  font-weight: normal;
  line-height: 1.6em; 
  text-align:center;
  }
p, li{font-size:1.1em; color:#333;}
p{width:930px;}
h1 {font-size: 2.5em;font-weight: normal;color:#024299;}

h2 {font-size: 24px;font-weight: normal;color:#024299;font-family: "Helvetica Neue",Helvetica, Arial, sans-serif;}

h3 {font-size: 1.4em;font-weight: 400;color:#666;}/* used for first paragraph */

h4 {font-size: 1.1em;font-weight: bold;color:#024299;font-family: "Helvetica Neue",Helvetica, Arial, sans-serif;}

h5 {font-size: 1em;font-weight: bold;color:#024299;font-family: "Helvetica Neue",Helvetica, Arial, sans-serif;}

h6 {font-size: 0.8em; font-weight: bold;}

/* Layout */
#container{
width:960px;
margin:0 auto;
text-align:left;
background: #EBE6E0 url(body-bkgd.png) repeat-x;
}

#branding{
	float:left;
	height:90px;
	width:100%;
	background: transparent url(harbourlogo.png) no-repeat 835px 10px;
}

#nav{
	clear:left;
	width:960px;
	height:48px;
background: #F6F2EF url(navbar.png) no-repeat;
	float:left;
}

#content{
	clear:left;
	background:#F6F2EF url(body-bkgd.png) repeat-x left -200px;
	float:left;
width:960px;
}

#footer{
	clear:left;
	margin:40px 0 20px 0;
	}
#footer p{color:#aaa;font-size:.9em;}
#footer p a{color:#aaa;}
.innerDiv{
padding:10px 20px;
float:left;
}

/* Navigation */
.menu ul{
float:left;
}

.menu li{
float: left;
list-style:none;
font-size:1.5em;
font-weight:200;
margin-left:-55px;
display:block;
}

.menu li a{
display:block;
width:197px; 
text-align:left;
color:#024299;
}

/* banner images */
.alignleft {margin-left:-20px;}

/* link color */
a {color:#024299;}

/* Main Headings */
.Weddings, .Events, .Tours, .Conferences, .Contact{
float:left; 
text-align:right;
width:920px; 
margin-left:-20px;
margin-top:-2px;
padding:16px 20px 0 20px;
color:#fff;
height:28px;
background:#000;
font-weight:200;
}
.Weddings{background:#FE0000;}
.Events{background:#9F00C5;}
.Tours{background:#3F74AA;}
.Conferences{background:#6CAC00;}
.Contact{background:#FF8901;}

#blog-title a{
background: transparent url(harbourRestaurant.gif) no-repeat 0 0;
width:638px;
height:51px;
display:block;
}
