/*  
Theme Name: FishermansWharfObx.com/
Theme URI: http://www.FishermansWharfObx.com
Description: FishermansWharfObx.com
Version: 1.0
Author: Dustin Hart
Author URI: http://www.FishermansWharfObx.com/

*/

body {
background: url(images/background.jpg) repeat-x top #e1e1e1;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
padding:0;
margin:0;
}

a {color: #0033FF;}
a:visited {color:#999999;}
a:hover {color: #000;}
a:active { color:#000000;}

h1 {
font-size: 12px;
padding:5px 15px;
margin:0;
}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 0px;
margin:0;
}

h3 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0;
}

#container {
width: 892px;
margin: 0 auto;
background: url(images/shadow.png) repeat-y;
}
	
/* ----------header-------------- */
#header {
background: #FFF;
width: 884px;
height: 320px;
padding: 0px;
margin: 0 0 0 4px;
}

#header-left {
float: left;
background: #FFF;
width: 471px;
height: 320px;
padding: 0px;
margin: 0px;
}

#header-right {
float: right;
width: 413px;
height: 320px;
padding: 0px;
margin: 0px;
}
	
#content {
width: 884px;
float:left;
background: #FFF;
margin: 0 0 0 4px;
display: inline;
}

#sidebar {
	background: url(images/sbbg.gif) repeat-y;
	float: left;
	width: 157px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
	
#right {
	background: url(images/rightbg.gif) top left no-repeat;
	float: right;
	width: 727px;
	min-height: 500px;
	margin: 0px;
	padding-top: 5px;
	display: inline;
	}

#newstop {
	background: url(images/newstop.gif) no-repeat left;
	width: 644px;
	height: 35px;
}
	
#footer {
	background: #FFF;
	width: 884px;
	padding: 0px;
	margin: 0 0 0 4px;
	text-align: center;
}

/*---Naviagation---*/

var {
visibility: hidden;
}

#menu a {
text-decoration: none;
display: block;
float: left;
width: 157px;
}

a.home {
height: 46px;
background: url(images/nav.png) no-repeat 0px 0px;
}

a.menus {
height: 46px;
background: url(images/nav.png) no-repeat 0px -46px;
}

a.history {
height: 46px;
background: url(images/nav.png) no-repeat 0px -92px;
}

a.gallery {
height: 46px;
background: url(images/nav.png) no-repeat 0px -138px;
}

a.directions {
height: 46px;
background: url(images/nav.png) no-repeat 0px -184px;
}

a.faq {
height: 48px;
background: url(images/nav.png) no-repeat 0px -230px;
}

a.contact {
height: 51px;
background: url(images/nav.png) no-repeat 0px -276px;
}

a:hover.home {
background: url(images/nav.png) no-repeat -157px 0px;
}

a:hover.menus {
background: url(images/nav.png) no-repeat -157px -46px;
}

a:hover.history {
background: url(images/nav.png) no-repeat -157px -92px;
}

a:hover.gallery {
background: url(images/nav.png) no-repeat -157px -138px;
}

a:hover.directions {
background: url(images/nav.png) no-repeat -157px -184px;
}

a:hover.faq {
background: url(images/nav.png) no-repeat -157px -230px;
}

a:hover.contact {
background: url(images/nav.png) no-repeat -157px -276px;
}
