font-weight: bold;
}
-a:visited { color: #bb702e; }
-a:hover { color: #338759; }
-a:active { color: #bb702e; }
+a:visited { color: #bb702e; text-decoration: none; font-weight: bold;}
+a:hover { color: #338759; text-decoration: none; font-weight: bold;}
+a:active { color: #bb702e; text-decoration: none; font-weight: bold;}
img {
border: 0;
#header {
height: 166px;
text-align: left;
+ height: 180px;
}
#header div {
#reservations a:hover { background-position: -442px 0; }
#mainnav {
- padding: 0px;
+ padding: 0;
background-color: transparent;
}
#centeredmenu {
- float: left;
- width: 100%;
overflow: hidden;
- position: relative;
+ height: 1%;
}
#centeredmenu ul {
- clear: left;
- float: left;
list-style: none;
margin: 0;
padding: 0;
- position: relative;
- left: 50%;
text-align: center;
}
list-style: none;
margin: 0;
padding: 0;
- position: relative;
- right: 50%;
}
#centeredmenu ul li a {
display: block;
margin-top: 10px;
- padding: 3px 10px;
+ padding: 3px 15px;
color: #ecc38a;
text-decoration: none;
line-height: 1.3em;
font-weight: bold;
+ font-size: 12px;
}
#centeredmenu ul li a:hover { color: #d48e45; }
#contentwrap {
width: 990px;
margin: 0 auto;
- text-align: justify;
+ text-align: left;
background: url(assets/bg_content.gif) #fff repeat-y;
height: 1%;
overflow: hidden;
display: inline;
}
-#leftcol { width: 220px; }
+#leftcol {
+ width: 220px;
+ margin-top: 20px;
+}
#content { width: 770px; }
#content, #content-home { padding-bottom: 30px; }
#content-home { margin-right: 20px; width: 750px; }
}
#slideshow {
- float: left;
text-align: left;
width: 550px;
height: 253px;
padding: 0;
display: block;
list-style-type: none;
+ overflow: hidden;
}
/* what's new */
width: 750px;
clear: both;
margin-bottom: 20px;
+ height: 1%;
+ overflow: hidden;
}
#whatsnew img {
/* end harbor whatsnew */
/* TOOLBOX */
#toolbox { }
-
-#breadcrumb {
+/* Breadcrumbs */
+#breadcrumbs {
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
color: #bb702e;
- margin-bottom: 20px;
+ margin: 18px 0;
}
#breadcrumb a { text-decoration: underline; }
#breadcrumb a:hover { color: #02203e; }
#breadcrumb .current { color: #02203e; }
#category { margin-bottom: 20px; }
-
+#content-home #category {
+ margin-left: 20px;
+}
.listing {
clear: both;
margin: 15px 0;
+ height: 1%;
+ overflow: hidden;
+
}
.imageright img, .imageleft img { border: 1px solid #bb702e; }
float: left;
position: relative;
margin: 0 15px 8px 0;
+ padding-right: 15px;
}
.imagecaption {
font-weight: bold;
}
-#copyright a:hover { color: #000; }
\ No newline at end of file
+#copyright a:hover { color: #000; }