﻿@import url(../css/reset.css);
@import url(../css/sifr-screen.css);
@import url(../css/sifr-print.css);

/*---- General ----*/

body 
{
    margin: 20px 0;
    background-color: #000;
    text-align: center;
    color: #fff;
}

hr 
{
    clear: both;
    margin: 0 0 10px 0;
    height: 1px;
    border: none;
    color: #ddd;
    background-image: url(../img/dot999.png);
    background-repeat: repeat-x;
    background-position: center top;    
}

hr.clearer
{
    height: 1px;
    margin: 0;
    visibility: hidden;
}

div#container
{
    clear: both;
    position: relative;
    width: 740px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    background-color: #fff;
    text-align: left;
    color: #000;
}

div#content
{
    margin-left: 285px;
    padding-bottom: 75px;
}

div.content
{
    margin-left: 285px;
    padding-bottom: 25px;
}

h1
{
    position: absolute;
    right: 20px;
    width: 120px;
    height: 0;
    padding-top: 31px;
    overflow: hidden;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
}

h2
{
    position: absolute;    
    width: 95px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00436e;
}

h2 a
{
    text-decoration: none;
    color: #00436e;
}

h3
{
    margin-bottom: 15px;
    padding-bottom: 20px;
    font-family: serif;
    font-size: 26px;
    color: #000;
    background-image: url(../img/dot999.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

h3 em
{
    color: #999;
}

h4
{
    clear: both;
    margin-top: 0.5em;
    margin-bottom: 1.25em;
    padding-top: 0.75em;
    background-image: url(../img/dot999.png);
    background-repeat: repeat-x;
    background-position: left top;
}

h4 span
{
    display: block;
    padding: 0.25em 0.4em;
    background-color: #f5f5f5;
    border: solid 1px #ebebeb;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}

h5
{
    margin: 0 0 5px 0;
    font-size: 12px;
    font-weight: bold;
    color: #00436e;
}

h5 a
{
    text-decoration: none;
    color: #00436e;
}

h5 a:hover
{
    color: #fff;
    background-color: #00436e;
}

h6
{
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
}

h6 a
{
    text-decoration: none;
    color: #000;
}

h6 a:hover
{
    color: #fff; 
    background-color: #000;
}

h6.pad
{
    margin-bottom: 1.5em;
}

p
{
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.5;
}

p a
{
    text-decoration: none;
    color: #5e858f;
}

p a:hover
{
    color: #fff;
    background-color: #5e858f;
}

ul
{
    margin-left: 25px;
    margin-bottom: 10px;
    list-style-type: square;
}

li
{
    font-size: 11px;
    line-height: 1.5;
}

p + h5, ul + h5, p + hr, ul + hr
{
    margin-top: 15px;
}

p + h6
{
    margin-top: 10px;
}

img.case-study, img.news
{
    float: left;
    clear: left;
    margin-bottom: 20px;
}

a.home img
{
    margin-bottom: 20px;
}

a[onclick]
{
    cursor: pointer;
}

/*---- Pane ----*/

div#pane
{
    position: relative;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}

div#pane div.inner
{
    float: left;
    height: 130px;
    width: 340px;
    padding: 20px;
    margin: 0 10px 20px;
    text-align: left;
    background-color: #333;
    font-size: 11px;
    color: #ccc;
}

div#pane h4
{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 15px;
    color: #999;
    background: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}  

div#pane p, div#pane address
{
    float: left;
}

div#pane address
{
    margin-right: 15px;
    line-height: 1.5;
}

div#pane acronym
{
    padding-top: 2px;
    width: 40px;
    display: block;
    float: left;
    color: #FFF;
}

div#pane a
{
    color: #ccc;
}

div#pane a:hover
{
    background-color: #333;
    color: #fff;
}

div#pane label
{
    float: left;
    width: 25%;
    color: #CCC;
    font-size: 11px;
}

div#pane label:after
{
    content: ":";
}

div#pane input
{
    font-size: 10px;
    background-color: #525252;
    border: solid 1px #666;
    color: #FFF;
}

div#pane input[type="text"], div#pane input[type="password"], div#pane textarea
{
    padding: 0.1em;
    width: 70%;
}

div#pane input[type="submit"], form input[type="button"]
{
    margin-top: 1em;
    margin-left: 25%;
    padding: 0.2em 1em 0.3em 0.7em;
    background-color: #424242;
    color: #CCC;
}

div#pane *.required
{
    position: relative;
    top: 0.4em;
    margin-left: 0.25em;
    vertical-align: top;
    font-weight: bold;
    color: #FFF;
}

div#pane fieldset li
{
    margin-bottom: 0.2em;
}


/*---- Navigation ----*/

ul#nav
{
    width: 645px;
    height: 80px;
    padding-left: 95px;    
    margin-left: 0;
    margin-bottom: 5px;
    border-bottom: solid 1px #999;
    text-transform: uppercase;
    list-style-type: none;
}

ul#nav ul
{
    float: none;
    width: 95px; 
    margin-left: 0;
    list-style-type: none;
}

ul#nav li
{
    width: 95px;
    float: left;
    font-size: 11px;
    font-weight: bold;
}

ul#nav li li
{
    display: list-item;
    font-size: 10px;
    font-weight: normal;
}

ul#nav li a
{
    display: block;
    margin-right: 5px;
    text-decoration: none;
    color: #000;
}

ul#nav li li a
{
    color: #666;
}

ul#nav li a:hover
{
    background-color: #5e858f;
    color: #fff;
}


/*---- Breadcrumbs ----*/

ul#crumbs
{
    margin-left: 0;
    margin-bottom: 10px;
    list-style-type: none;
}

ul#crumbs li
{
    display: inline;
    color: #999;
    font-size: 10px;
}

ul#crumbs a
{
    color: #999;
    text-decoration: none;
}

ul#crumbs a:hover
{
    background-color: #5e858f;
    color: #fff;
}

/*---- Footer ----*/

div#footer
{
    width: 740px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}

div#footer img
{
    float: right;
}

div#footer p
{
    margin-bottom: 5px;
    font-size: 9px;
    color: #333;
}

div#footer strong
{
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #555;
}

/*---- Portfolio ----*/

div#portfolio div.item
{
    width: 170px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    background-image: url(../img/dot999.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

div#portfolio div.last
{
    margin-right: 0;
}

div#portfolio div.item img
{
    clear: none;
    margin-bottom: 10px;
    border: solid 1px #CCC;
}

div#portfolio div.item h4
{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 7px;
    background: none;
}

ul#pages
{
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    list-style-type: none;
}

ul#pages li
{
    display: inline;
    float: left;
    height: 22px;
    padding: 3px 0;
}

ul#pages li a
{
    display: block;
    width: 18px;
    height: 0;
    padding: 22px 0 0 0;
    margin: 0 10px 0 0;
    overflow: hidden;
    background-image: url(../img/page.png);
    background-repeat: no-repeat;
    background-position: left top;
}

ul#pages li a:hover
{
    background-image: url(../img/page_hover.png);
}

ul#pages li.first
{
    height: 18px;
    margin-right: 10px;
    padding-top: 7px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 11px;
}

ul#pages li.last a
{
    padding-left: 10px;
    background-image: url(../img/page-items.png);
    background-position: 10px top;
}

ul#pages li.last a:hover
{
    background-image: url(../img/page-items_hover.png);
}

ul#pages li.first
{
    border-right: solid 1px #5e858f;
}

ul#pages li.last
{
    border-left: solid 1px #5e858f;
}

ul#pages li.hit a
{
    background-image: url(../img/page-generic.png);
}

a.page-text
{
    float: left;
    padding: 7px 0 8px 24px;
    margin: 10px 5px 0 0;
    overflow: hidden;
    display: block;
    background-image: url(../img/page-text.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    color: #999;
    font-size: 11px;
    text-decoration: none;
}

a.page-text:hover
{
    background-image: url(../img/page-text_hover.png);
    color: #333;
}

div#content.portfolio
{
    margin-left: 95px;
}

div#content.portfolio img
{
    float: left;
    clear: both;
    margin: 0 20px 10px 0;
    border: solid 1px #ccc;
}

div#content.portfolio ul
{
    margin-left: 200px;
    list-style-position: inside;
}

/*---- Discipline Colors ----*/

/*
    Lighthouse:     #5e858f;
    Creative:       #99CC00;
    Digital:        #0099CC;
    Technical:      #FF9900;
*/

.creative h2, .creative h2 a, h5.creative, h5.creative a, .creative div#portfolio h4
{
    color: #99CC00;
}

.digital h2, .digital h2 a, h5.digital, h5.digital a, .digital div#portfolio h4
{
    color: #0099CC;
}

.technical h2, .technical h2 a, h5.technical, h5.technical a, .technical div#portfolio h4
{
    color: #FF9900;
}

.creative ul#nav li a:hover, .creative ul#crumbs a:hover, h5.creative a:hover
{
    background-color: #99CC00;
}

.digital ul#nav li a:hover, .digital ul#crumbs a:hover, h5.digital a:hover
{
    background-color: #0099CC;
}

.technical ul#nav li a:hover, .technical ul#crumbs a:hover, h5.technical a:hover
{
    background-color: #FF9900;
}

h5.creative a:hover, h5.digital a:hover, h5.technical a:hover
{
    color: #fff;
}

.creative ul#pages li.first
{
    border-right-color: #99CC00;
}

.digital ul#pages li.first
{
    border-right-color: #0099CC;
}

.technical ul#pages li.first
{
    border-right-color: #FF9900;
}

.creative ul#pages li.last
{
    border-left-color: #99CC00;
}

.digital ul#pages li.last
{
    border-left-color: #0099CC;
}

.technical ul#pages li.last
{
    border-left-color: #FF9900;
}

.creative ul#pages li.hit a
{
    background-image: url(../img/page-creative.png);
}

.digital ul#pages li.hit a
{
    background-image: url(../img/page-digital.png);
}

.technical ul#pages li.hit a
{
    background-image: url(../img/page-technical.png);
}

input.gcheckoutbutton
{
    margin-top: 1em;
    height: 43px;
    width: 160px;
}