html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; } nav ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; } ins { background-color:#ff9; color:#000; text-decoration:none; } mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; } table { border-collapse:collapse; border-spacing:0; } hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; } body { font:13px/1.231 sans-serif; *font-size:small; } select, input, textarea, button { font:99% sans-serif; } pre, code, kbd, samp { font-family: monospace, sans-serif; } body, select, input, textarea { color: #444; } h1,h2,h3,h4,h5,h6 { font-weight: bold; } html { overflow-y: scroll; } a:hover, a:active { outline: none; } ul, ol { margin-left: 1.8em; } ol { list-style-type: decimal; } nav ul, nav li { margin: 0; } small { font-size: 85%; } strong, th { font-weight: bold; } td, td img { vertical-align: top; } sub { vertical-align: sub; font-size: smaller; } sup { vertical-align: super; font-size: smaller; } pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; } textarea { overflow: auto; } .ie6 legend, .ie7 legend { margin-left: -7px; } input[type="radio"] { vertical-align: text-bottom; } input[type="checkbox"] { vertical-align: bottom; } .ie7 input[type="checkbox"] { vertical-align: baseline; } .ie6 input { vertical-align: text-bottom; } label, input[type=button], input[type=submit], button { cursor: pointer; } button, input, select, textarea { margin: 0; } input:valid, textarea:valid { } input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; } .no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; } ::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; } ::selection { background:#FF5E99; color:#fff; text-shadow: none; } a:link { -webkit-tap-highlight-color: #FF5E99; } button { width: auto; overflow: visible; } .ie7 img { -ms-interpolation-mode: bicubic; } .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; } .visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } .invisible { visibility: hidden; } .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; } .clearfix:after { clear: both; } .clearfix { zoom: 1; } /* Primary Styles Author: Steven Langbroek for Easterly */ html.scrollstop { overflow: hidden; } // Less vars @font: Arial, sans-serif; @base: 12px; @center: 0 auto; @grey: #acacac; @blue: #0046ad; @gold: #b78201; @green: #cbf4c9; .stretch { display: block; position: absolute; top: 0; left: 0; width: 100%; height: auto; min-height: 100%; } // Mixins .shadow (@color: black) { text-shadow: 1px 1px 0 @color; } .box (@color: rgba(0,0,0,0.6), @r: 4px, @x: 0, @y: 0) { -webkit-box-shadow: @x @y @r @color; -moz-box-shadow: @x @y @r @color; -o-box-shadow: @x @y @r @color; box-shadow: @x @y @r @color; } .subhead () { font-family: @font; font-size: 15px; color: @blue; font-weight: normal; } .columnize (@count: 2, @gap: 15px) { -webkit-column-count: @count; -moz-column-count: @count; -o-column-count: @count; column-count: @count; -webkit-column-gap: @gap; -moz-column-gap: @gap; -o-column-gap: @gap; column-gap: @gap; } .list () { border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; margin: 0 0 (@base + 8px) 0; padding: 15px; .columnize; color: @gold; list-style-type: none; } .rounded (@radius: 4px) { -webkit-border-radius: @radius; -moz-border-radius: @radius; -o-border-radius: @radius; border-radius: @radius; } /* Header */ header#top { background: url('/images/bg/bg-header.png') top left repeat-x; height: 73px; border-bottom: 5px solid #bbb; position: relative; z-index: 5; > .container { width: 960px; margin: @center; position: relative; > .inner { padding: 0 35px; #primary > ul > li { font-family: @font; font-size: 14px; float: left; margin: 40px 40px 0 0; line-height: 14px; /*.shadow;*/ ul { display: none; } &.hover a, &.active a, &.parent-active a { color: @grey; padding-bottom: 30px; } &.hover:after { display: block; height: 8px; background: #bbb; width: 100%; content: ' '; margin: 11px 0 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-radius: 4px 4px 0 0; } a { color: white; text-decoration: none; } &.hover > ul { display: block; border-top: 13px solid #bbb; position: absolute; top: 78px; left: 0; z-index: 5; width: 900px; padding: 30px; background: #e7e7e7; clear: both; transition: all 0.4s ease; height: 115px; > li { display: block; float: left; zoom: 1.0; width: 190px; margin-right: 30px; > a { color: black; text-shadow: none; &:hover { text-decoration: underline; } } ul { display: block; margin-top: 3px; li { text-shadow: none; font-size: @base; line-height: @base + 8px; a { color: #6b6b6b; text-decoration: none; &:hover { color: #6b6b6b; text-decoration: underline; } } ul { display: none; } } } } } } #secondary { position: absolute; top: 15px; right: 6px; li { display: block; float: left; border-right: 1px solid white; margin-right: @base; padding-right: @base; height: 13px; &.last { border-right: none; padding-right: 0 !important; margin-right: 0 !important; } a { font-family: @font; font-size: 11px; color: white; text-decoration: none; position: relative; top: -2px; .shadow; &:hover { color: @grey; text-decoration: underline; } } } } #search { width: 186px; height: 19px; background: url('/images/bg/bg-search.png') center center no-repeat; position: absolute; top: 40px; right: 0; #keywords { border: none; background: none; width: 186px; height: 19px; cursor: pointer; position: relative; left: 4px; font-family: @font; font-size: 11px; z-index: 2; } #submit { border: none; -webkit-appearance: none; background: url('/images/btn/btn-search.png') center center no-repeat; width: 12px; height: 12px; position: absolute; top: 3px; right: 7px; z-index: 3; } } } } } /* Homepage */ #main { position: relative; background-repeat: no-repeat; -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; > .container { width: 890px; margin: @center; /* Randy edit */ .payoff { width: auto; margin-right:370px; padding:10px; background-color:#ffffff; filter:alpha(opacity=75); opacity:0.75; -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); box-shadow: 4px 4px 4px rgba(0,0,0,0.3); /* /Randy edit */ h2 { font-family: @font; font-size: 18px; color: black; margin: 0; } p { font-family: @font; font-size: 14px; color: black; line-height: 20px; } } } &.home { min-height: 90%; z-index: 4; > .container { padding: 37px 0 0 0; position: relative; z-index: 4; } h1.ir { width: 519px; height: 88px; background: url('/images/ir/h1.png') center center no-repeat; margin: 0 0 1em 0; } > .container:last-child { padding-bottom: 300px; } } #divisions { width: 890px; margin: 0 auto; position: relative; z-index: 4; > .container { margin-left: -100%; background: url('/images/bg/bg-white.png') top left repeat; margin-right: 370px; -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); box-shadow: 4px 4px 4px rgba(0,0,0,0.3); position: relative; z-index: 4; .inner { padding: 5px; } article.division { width: 125px; height: 96px; float: right; background-position: center top; background-repeat: no-repeat; margin-left: 5px; a { display: block; width: 125px; height: 96px; position: relative; text-decoration: none; span.red { display: block; width: 120px; height: 24px; background: #d84113; font-family: @font; font-size: @base; font-weight: bold; position: absolute; bottom: 0; left: 0; color: white; text-decoration: none; padding-left: 5px; line-height: @base * 2; } } &:hover a span.red { display: none; } } } } /* Normal Page */ &.page { > .container { width: 960px; margin: 0 auto; background: white; position: relative; z-index: 2; padding-bottom: 2em; min-height: 1024px; } > .shadow { width: 987px; height: 610px; position: absolute; top: 0; left: 50%; margin-left: -493px; z-index: 1; background: url('/images/bg/bg-page-shadow.png') top center no-repeat; } .logo { float: left; width: 245px; background-color: #ebebeb; background-position: center center; background-repeat: no-repeat; height: 186px; a {width:245px;height:186px;display:block;} } .graphic { float: left; width: 715px; background-position: center center; background-repeat: no-repeat; height: 186px; } form { div.inputrow { clear: both; margin: 0 0 4px 0; label { display: block; float: left; width: 200px; padding-top: 3px; } } } .notification { background: @green; border: 1px solid white; margin-right: 30px; .box; padding: 17px 20px 0 20px; p { color: darken(@green, 60%); } } ul.assets { margin: 0; padding: 0; list-style-type: none; border-top: 1px solid silver; li { float: left; margin: 19px 7px 19px 0; &:last-child { margin-right: 0 !important; } } } /* Map */ .map { width: 670px; height: 339px; position: relative; margin-bottom: 13px; overflow: visible; .button { display: block; width: 15px; height: 15px; position: absolute; cursor: pointer; .location { display: block; position: absolute; z-index: 100 !important; top: -22px; left: 30px; background: url('/images/bg/bg-white-double.png') top left repeat; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; display: none; width: 200px; .container { padding: 8px 10px 0 10px; position: relative; z-index: 100; h3 { color: black; } p { margin-bottom: -8px !important; } } .arrow { width: 20px; height: 24px; position: absolute; z-index: 100; top: 18px; left: -20px; background: url('/images/bg/bg-location-arrow.png') center center no-repeat; opacity: 0.9; } } } } /* Sidebar */ .sidebar { float: left; width: 245px; padding: 56px 0 0 0; nav > ul { padding: 0 40px 0 35px; > li { padding: 7px 22px; border-bottom: 1px solid #bbb; &:last-child { border-bottom: none !important; } a { text-decoration: none; color: #6b6b6b; &:hover { text-decoration: underline; } } &.active, &.parent-active { background: url('/images/bg/bg-sidebar-active.png') 10px 10px no-repeat; > a { color: @gold !important; } > ul { background: url('/images/bg/bg-sidebar-sub-top.png') top center no-repeat; margin: 3px -22px 0 -22px; padding-top: 8px; border-top: 1px solid #bbb; li { padding: 3px 22px; &.active > a, &.parent-active > a { color: @gold; } &.active li a { color: #6b6b6b; } &.last { background: url('/images/bg/bg-sidebar-sub-bottom.png') bottom center no-repeat; margin-bottom: -7px; padding-bottom: 8px; } } > li > ul > li { padding-left: 10px; font-size: 11px; width: 155px; &.first { margin-top: 3px; } &.last { background: none; } } } } } } p { padding: 1em 40px 0 40px; } /* Media-centre sidebar */ ul.btns-media { margin: -33px 0 0 0; padding: 0; list-style-type: none; li { background: url('/images/btn/btn-media.png') center center no-repeat; width: 171px; height: 31px; margin: 6px auto 0 auto; &:hover { background-image: url('/images/btn/btn-media-hover.png'); > a { color: white; } } a { display: block; width: 100%; padding: 8px 0; font-family: @font; font-size: 12px; font-weight: normal; color: #6b6b6b; text-align: center; text-decoration: none; font-weight: bold; } } } } .content { float: left; width: 715px; > .container > p { padding-right: 30px; } > .container > h1 { width: 550px; height: 46px; background: #163153 url('/images/bg/bg-h1-corner.png') bottom right no-repeat; font-family: @font; font-size: 21px; color: white; line-height: 21px; font-weight: normal; margin: 0 0 14px 0; span { display: block; padding: 13px 0 0 19px; } } > .container > h2 { .subhead; } /* Media Centre */ .column { width: 190px; float: left; margin: 0 50px 0 0; position: relative; h2, time { font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; color: black; } p { font-family: Arial, sans-serif; font-size: 12px; color: #6b6b6b; } &#three { margin: 0; } } /* Video */ h3 { color: black; margin-bottom: 1em; } ul.videos { margin: 0; padding: 0; li.video { list-style-type: none; margin: 0 1px 1px 0; padding: 0; float: left; width: 160px; position: relative; .play { position: absolute; top: 0; left: 0; z-index: 2; } img { display: block; position: relative; z-index: 1; } .title { background: @gold; h2 { font-weight: normal; color: white; padding: 3px 9px; font-size: 11px; } } } } /* Onshore positions */ .cat-wrapper { padding: 0 0 13px 0; } .cat { float: left; margin: 0 1px 1px 0; position: relative; width: 154px; height: 82px; overflow: hidden; img { position: absolute; top: 0; left: 0; } span { position: absolute; bottom: 0; left: 0; display: block; width: 149px; background: url('/images/bg/bg-blue.png') top left repeat; color: white; padding: 3px 0 3px 5px; } &:hover span, &.active span { padding-top: 80px; } } /* External Page */ iframe.ext { width: 100%; height: 700px; } /*.external_links { float: left; width: 100px; margin-left: 21px; td { border: 1px solid #bbb; } }*/ .external_links { float: left; width: 320px; margin-left: 21px; table.stock { width: 100%; background: #eee; border: 1px solid silver; margin-bottom:15px; } table.stock thead { border: 1px solid #666; background: #666; } table.stock td, table.stock th { font-family: Arial, Verdana, sans-serif; line-height: 1em; font-size: 11px; } td[scope="row"] { max-width: 200px; } table.stock tbody tr { border-bottom: 1px solid silver; } table.stock tbody tr td { -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.6); } table.stock td { padding: 2px; text-align: left; font-size: 11px; } table.stock th { padding: 2px; text-align: left; color: white; } table.ticker-table-small { margin:5px 0; } table.ticker-table-small td { font-family: Arial, Verdana, sans-serif; font-size: 11px; vertical-align:middle; } table.ticker-table-small td { padding-right: 6px; text-align: left; font-size: 11px; } span.lastupdate { font-family: Arial, Verdana, sans-serif; font-size: 11px; display:block; margin-bottom:15px; } } /* Our story */ div.stories { float: left; &.small { width: 440px; article.story .text { width: 440px !important; } } } ul.btns-media { margin: 21px 0 0 0; padding: 0; list-style-type: none; li { background: url('/images/btn/btn-media.png') center center no-repeat; width: 171px; height: 31px; margin: 0 auto 6px auto; &:hover { background-image: url('/images/btn/btn-media-hover.png'); > a { color: white; } } a { display: block; width: 100%; padding: 8px 0; font-family: @font; font-size: 12px; font-weight: normal; color: #6b6b6b; text-align: center; text-decoration: none; font-weight: bold; } } } article.story { &.fleet { border-top: 1px solid silver; padding-top: 19px; position: relative; } .items_image_wrap { position:relative; float:right; #zoom { position: absolute; bottom: 25px; right: 30px; width: 24px; height: 21px; background: url('/images/bg/zoom.png') 0 0 no-repeat; } img { float: left; width: 120px; margin: 3px 25px 0; &.far_right { float: right; margin: 3px 25px 19px; } } a.pdf { display: inline-block; zoom: 1.0; background: url('/images/btn/btn-pdf.png') top left no-repeat; padding-left: 37px; height: 23px; } .text { float: left; width: 520px; h2 { .subhead; a { color: @blue; text-decoration: none; &:hover { color: @blue; text-decoration: underline; } } } p > strong { color: black; } ul.list { .list; } } } } article.record { float: left; width: 310px; margin-right: 40px; position: relative; top: 13px; h3 { font-family: @font; font-size: @base; color: black; } img { float: right; margin-left: 10px; margin-top: -13px; } } /* Company Entry */ div.company_entry { float: left; width: 470px; margin: 0 50px 0 0; h2 { .subhead; } ul.list { .list; } article.advantage { margin-top: 3px; img { float: left; width: 70px; margin: 3px 10px 0 0; } .text { float: left; width: 350px; h2 { float: left; margin-right: 3px; margin-top: 3px; font-family: @font; font-size: @base; color: black; font-weight: bold; a { color: @blue; text-decoration: none; &:hover { color: @blue; text-decoration: underline; } } } p > strong { color: black; } ul.list { .list; } } } article.glance.clearfix { h2 { float: none !important; width: 100% !important; } .text { width: 470px; } } } div.company_side { float: left; width: 180px; margin-top: 0; h3 { color: black; font-family: @font; font-weight: bold; } ul { list-style-type: none; margin: 0 0 @base 0; padding: 0; a { color: @gold; text-decoration: none; &:hover { color: @gold; text-decoration: underline; } } } } /* Offices */ .offices { padding-right: 30px; h2 { color: black; font-family: @font; text-transform: uppercase; } .container { .columnize; } .office { h3 { color: black; font-weight: normal; } } } /* At a Glance */ article.glance { h2 { float: left; width: 132px; margin: 0 28px 0 0; .subhead; } .text { float: left; width: 520px; h3 { color: black; } ul { margin-bottom: @base; } li { font-family: @font; font-size: @base; line-height: 20px; } p strong { color: black; } } } } } } /* Slideout */ .slideout { position: fixed; bottom: 40px; left: 50%; z-index: 4; .slideout-header { background: #193960; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; width: 100%; height: 37px; background-image: url('/images/bg/mediabar-visible.png'); background-position: 13px 11px; background-repeat: no-repeat; h3 { display: block; width: 100%; height: 100%; a { color: white; font-weight: normal; display: block; padding: 11px 13px 11px 34px; &:hover { text-decoration: none; } } } } .slideout-body { background: url('/images/bg/bg-slideout-body-bak.png') top left repeat-x; height:0; overflow:hidden; } &#slideout-news { margin-left: -447px; width: 294px; ul { list-style-type: none; margin: 0; padding: 13px; li { font-size: 11px; line-height: 1.5em; span.date { color: black; } a { color: #6b6b6b; text-decoration: none; &:hover { color: #6b6b6b; text-decoration: underline; } } } } } &#slideout-newsletter { margin-left: -150px; width: 133px; .slideout-body > .container { text-align: center; padding: 13px; } } /* randy */ &#slideout-videos { margin-left: -14px; width: 134px; .video { padding:10px 5px 0px; height:35px; overflow:hidden; img { float: left; margin: 0 5px 3px 0; } p { margin: 0 !important; font-size: 11px; line-height: 1.1em; padding-bottom:0px !important; } } } &#slideout-stock { margin-left: 123px; width: 176px; font-size:11px; .slideout-header { h3 {font-size:13px } } .slideout-body { .container { padding:12px 6px; p { margin:0; line-height:0; padding:10px 0 0 0; font-weight:bold; } } } } &#slideout-map { margin-left: 123px; width: 179px; .container { padding:15px 25px; #themap { width: 124px; height: 70px; background: url('/images/ir/slideout-map.png') center center no-repeat; } } } /* /randy */ &.hidden { .slideout-header { background-image: url('/images/bg/mediabar-hidden.png'); } } } /* Footer */ /* randy */ footer { background: url('/images/bg/bg-footer.png') top left repeat-x; height: 40px; position: relative; z-index: 4; .box; .shadow; &.sticky { position: fixed !important; bottom: 0; left: 0; width: 100%; } .container { width: 925px; margin: 0 auto; padding: 9px 10px 0 42px; nav { float:left; margin-top:5px; } p { font-family: @font; font-size: 11px; color: white; float:right; } ul { margin-bottom: @base / 2; } li { display: block; float: left; margin-right: 1em; padding-right: 1em; border-right: 1px solid white; height: 13px; &.last { border-right: none; } a { color: white; font-size: 11px; text-decoration: none; position: relative; top: -2px; &:hover { color: @grey; text-decoration: underline; } } } } } /* /randy */ /*footer { background: url('/images/bg/bg-footer.png') top left repeat-x; height: 92px; position: relative; z-index: 4; .box; .shadow; &.sticky { position: fixed !important; bottom: 0; left: 0; width: 100%; } .container { width: 890px; margin: 0 auto; padding-top: 15px; p { font-family: @font; font-size: 11px; color: white; clear: both; } ul { margin-bottom: @base / 2; } li { display: block; float: left; margin-right: 1em; padding-right: 1em; border-right: 1px solid white; height: 13px; &.last { border-right: none; } a { color: white; font-size: 11px; text-decoration: none; position: relative; top: -2px; &:hover { color: @grey; text-decoration: underline; } } } } }*/ p, .content ul { font-family: @font; font-size: @base; padding: 0 0 (@base + 6px) 0; line-height: @base + 8px; strong { color: black; } } a { color: @gold; text-decoration: none; &:hover { color: @gold; text-decoration: underline; } } .maximage { z-index: 2; } /* IE Fixes */ html.ie6 #main.home, html.ie7 #main.home, html.ie8 #main.home { height: 700px !important; } /* `Widths ----------------------------------------------------------------------------------------------------*/ .input_tiny { width: 50px; } .input_small { width: 100px; } .input_medium { width: 150px; } .input_large { width: 200px; } .input_xlarge { width: 250px; } .input_xxlarge { width: 300px; } .input_full { width: 100%; } /* Added via JS to