From 8d5cbf34af91da6e6c815d4cfbb7b7b535270564 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 25 Mar 2010 16:53:11 +0000 Subject: [PATCH] this changes from Ove --- styles.css | 49 +++++++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/styles.css b/styles.css index 452c252..eb52b09 100755 --- a/styles.css +++ b/styles.css @@ -25,9 +25,9 @@ a:link { 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; @@ -49,6 +49,7 @@ img { #header { height: 166px; text-align: left; + height: 180px; } #header div { @@ -83,25 +84,19 @@ img { #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; } @@ -111,18 +106,17 @@ img { 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; } @@ -136,7 +130,7 @@ img { #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; @@ -148,7 +142,10 @@ img { 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; } @@ -263,7 +260,6 @@ div#leftcol #blog a:hover { background-position: -188px -558px; } } #slideshow { - float: left; text-align: left; width: 550px; height: 253px; @@ -271,6 +267,7 @@ div#leftcol #blog a:hover { background-position: -188px -558px; } padding: 0; display: block; list-style-type: none; + overflow: hidden; } /* what's new */ @@ -302,6 +299,8 @@ div#leftcol #blog a:hover { background-position: -188px -558px; } width: 750px; clear: both; margin-bottom: 20px; + height: 1%; + overflow: hidden; } #whatsnew img { @@ -330,23 +329,28 @@ div#leftcol #blog a:hover { background-position: -188px -558px; } /* 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; } @@ -361,6 +365,7 @@ div#leftcol #blog a:hover { background-position: -188px -558px; } float: left; position: relative; margin: 0 15px 8px 0; + padding-right: 15px; } .imagecaption { @@ -404,4 +409,4 @@ div#leftcol #blog a:hover { background-position: -188px -558px; } font-weight: bold; } -#copyright a:hover { color: #000; } \ No newline at end of file +#copyright a:hover { color: #000; } -- 2.17.1