@charset "UTF-8";
body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Book Antiqua", Garamond, "Lucida Grande";
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background: #000;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #eee;
}
#topNav {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background-color: #000;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 0px;
}

#topNav ul, #footer ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topNav ul li , #footer ul li  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
}
#topNav li, #footer li {
	display: inline;
	padding: 0;
	margin: 0;
	border: 1px groove #300;
}
#topNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#topNav a:hover {
	color: #C60;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #000;
	color: #DDD;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar-tour {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	background-color: #000;
	color: #BBB;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar h2, #sidebar-tour h2{
	letter-spacing: 0.1em;
	font-size: 28px;
	color: #CCC;
	margin-top: 20px;
	font-weight: normal;
}
#sidebar p, #sidebar-tour p{
	font-size: 16px;
}
#sidebar ul, #sidebar-tour ul{
}
#sidebar li, #sidebar-tour li{
	list-style-type: none;
	font-size: 20px;
	margin-bottom: 15px;
}
#sidebar ul li ul li {
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 3px;
	margin-left: -16px;
}
#sidebar a, #sidebar-tour a {
	color: #BBB;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	letter-spacing: 0.05em;
}
#sidebar a:hover, #sidebar-tour a:hover {
	color: #C60;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#sidebar li .select {
	color: #C60;
}

#banner-photo {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0px;
	width: 800px;
	position: relative;
	text-align: center;
	margin: 0;
}
#mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #DDD;
	text-align: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}
#mainContent-food {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #DDD;
	text-align: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 240px;
}
#mainContent-tour {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #DDD;
	text-align: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 180px;
}
#mainContent h1, #mainContent-food h1, #mainContent-tour h1{
	font-family: "Book Antiqua", Garamond, serif;
	letter-spacing: 0.1em;
}
#mainContent h2, #mainContent-food h2, #mainContent-tour h2 {
	font-size: 30px;
	color: #CCC;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 7px;
	font-weight: normal;
	font-family: "Book Antiqua", Garamond, serif;
	letter-spacing: 0.1em;
	margin-left: 10px;
}
#mainContent h3, #mainContent-food h3, #mainContent-tour h3 {
	letter-spacing: 0.1em;
	font-size: 22px;
	color: #CCC;
	margin-top: 20px;
	margin-bottom: 0px;
}
#ourfood-container h3 {
	color: #C60;
	margin-top: 40px;
}
#mainContent h4, #mainContent-food h4, #mainContent-tour h4 {
	letter-spacing: 0.1em;
	font-size: 19px;
	color: #CCC;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: normal;
}
#mainContent p, #mainContent-food p, #mainContent-tour p{
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 140%;
	font-weight: normal;
	color: #BBB;
}
#mainContent a, #mainContent-food a, #mainContent-tour a {
	color: #BBB;
	text-decoration: underline;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#mainContent a:hover, #mainContent-food a:hover, #mainContent-tour a:hover {
	color: #C60;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#mainContent td, #mainContent-food td, #mainContent-tour td{
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 140%;
	font-weight: lighter;
	color: #BBB;
}
#index-container-right {
	width: 200px;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 0px;
	text-align: justify;
}
#index-container-full {
	width: 750px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
	text-align: justify;
}
#index-container-left {
	width: 400px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#index-container-left img {
	margin-top: 15px;
}
#index-container-right a{
	color: #C60;
	text-decoration: none;
}

#index-container-with-menu {
	width: 720px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 40px;
}
#index-container-with-menu a{
	color: #C60;
	text-decoration: none;
}
#inner-container {
	width: 630px;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 30px;
}
#ourfood-container {
	margin-left: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #CCC;
}
#ourfood-container ul {
	margin-bottom: 10px;
}
#ourfood-container ul li {
	color: #F90;
	list-style-type: none;
	margin-left: -28px;
}
#ourfood-container ul li a {
}
#winelist-container {
	margin-left: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #CCC;
}
#winelist-container h2 {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#winelist-container h4 {
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 22px;
}
#winelist-container p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#p {
	font-size: 20px;
	letter-spacing: 0.01em;
	line-height: 130%;
	font-weight: lighter;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 60px;
	margin-right: 50px;
}
p span.highlight {
	color: #c60;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 0px;
}
h1.highlight {
	color: #c60;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 0px;
}

#p a,#p a:link {
	color: #C60;
	text-decoration: none;
}
#p a:visited {
	color: #C60;
	text-decoration: none;
}
#p a:hover {
	text-decoration: underline;
}

#left-col {
	float: left;
	width: 55%;
}
#contact-table {
	margin-top: 50px;
	font-size: 16px;
}
#contact-table th {
	color: #FB6900;
	text-align: left;
	padding-left: 15px;
}
.contact-table {
}
#quote-table {
	margin-top: 18px;
}
.quote-table {
	font-size: 10px;
}
#wine-table {
	margin-top: 10px;
	margin-left: 0px;
	width: 100%;
}
#wine-table td{
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 130%;
}
#wine-table strong{
	color: #FFF;
	font-size: 20px;
}
.wine-table {
}
.wine-heading {
}
#left-col h3, #left-col p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#right-col {
	margin-bottom: 0;
	margin-left: 50%;
} 
#footer {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 800px;
	margin-left: 0px;
	font-size: 12px;
	color: #BBB;
} 
#footer ul {
	padding-top: 10px;
	padding-bottom: 14px;
} 
#footer ul li {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
#footer li a {
	text-decoration: none;
}
#footer p {
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer a {
	color: #BBB;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#footer a:hover {
	color: #C60;
	text-decoration: underline;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#footer-contact {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 6px;
	width: 740px;
	margin-left: 30px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#review-photo {
	border: 4px solid #470000;
}
#index-thumbphoto {
	border: 1px solid #470000;
}
#surfcam-thumbphoto {
	border: 1px solid #470000;
	margin-right: 20px;
}
#location-box {
	width: 700px;
	padding: 10px;
	font-size: 18px;
	text-align: left;
	margin-top: 20px;
	line-height: 140%;
	margin-left: 50px;
}
#google-map {
	margin-top: 20px;
	border: 2px solid #470000;
	width: 435px;
	height: 360px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#map {
	margin-bottom: 15px;
	margin-left: 180px;
}
#map a:link {
	color: #D0752B;
	text-decoration: underline;
}
#map a:hover {
	color: #C60;
	text-decoration: underline;
}
#virtual-tour {
	margin-top: 20px;
	border: 2px solid #470000;
	width: 490px;
	height: 380px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.needs-edit {
	color: #FF0;
	font-size: 24px;
	font-weight: bold;
}
#facebook-box {
	float: right;
	top: 0px;
	width: 450px;	
}
#red-line {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #470000;
}
#location-table {
	font-size: 10px;
	margin-top: 25px;
}
#menu-photo {
	margin-right: 15px;
	border: 2px solid #4A0000;
	padding: 2px;
	margin-left: 7px;
}
#menu-photo2 {
	margin-right: 15px;
	padding: 2px;
	margin-left: 10px;
	border: 1px solid #462108;
	margin-top: 5px;
}
.location-heading {
	color: #C60;
	text-transform: uppercase;
	font-size: 18px;
}
#pac-sand {
	color: #000;
	background-color: #FFF;
	padding-top: 3px;
	font-size: 14px;
}
#beachcam {
	background-color: #000;
	width: 766px;
	color: #74725D;
	border: 1px solid #666;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#beachcam p {
	color: #74725D;
	text-align: center;
}
#linkstable {
	margin-left: 55px;
	margin-top: 0px;
	margin-bottom: 40px;
}
#linkstable h2 {
	margin-left: 0px;
}
#newsbox {
	border: thin solid #300;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/bg-shelter-news.jpg);
	background-position: right top;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#newsbox p {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
#newsbox h3 {
	color: #C60;
	margin-top: 0px;
}
.news-content {
	margin-right: 20px;
}

 FACEBOOK FEED STYLES -

ul#facebook {
	margin: 0;
	list-style: none;
	width:400px;
}
ul#facebook div {
	width:350px;
	margin-top: -50px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-position: 10px top;
}
 
ul#facebook img { margin-right: 5px; }
 
ul#facebook li {
	font-size: 13px;
	line-height: 125%;
	margin: 0;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
 
ul#facebook li p {
	padding: 3px 0 3px 0;
	margin: 0;
}
#facebook img{
	padding: 4px;
	border: 1px solid #600;
}
 
ul#facebook a {
 
}
 
ul#facebook li a {
    color: #C60 !important; 
	text-decoration: none;
}
 
ul#facebook li a:hover { text-decoration: underline; }

span.date {
	margin-top: 4px;
	font-style: italic;
	color: #C60;
	font-size: 11px;
	letter-spacing: 75%;
}
#visit-facebook{
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 10px;
	font-size: 12px;
	color: #FF9;
	height: 30px;
	vertical-align: middle;
}
#visit-facebook img{
	margin-top: -5px;
	margin-right: 20px;
}
#visit-facebook a:link{
	padding-bottom: 10px;
	color: #C60;
	text-decoration: underline;
}
#bgfacebook {
	background-color: #222;
}

