/**
 * Ink Master Stylesheet
 *
 * Author: Gravitywell Ltd (http://gravitywell.co.uk)
 *
 */


/* RESET [[
 **************************************************/

    html,body,div,span,applet,object,iframe,
    h1,h2,h3,h4,h5,h6,p,blockquote,pre,
    a,abbr,acronym,address,big,cite,code,
    del,dfn,em,font,img,ins,kbd,q,s,samp,
    small,strike,strong,sub,tt,var,
    b,u,i,center,
    dl,dt,dd,ol,ul,li,
    fieldset,form,label,legend,
    table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
    body{line-height:13px;}
    ol,ul{list-style:none;}
    blockquote,q{quotes:none;}
    blockquote:before,blockquote:after,
    q:before,q:after{content:'';content:none;}
    :focus{outline:0;}
    ins{text-decoration:none;}
    del{text-decoration:line-through;}
    table{border-collapse:collapse;border-spacing:0;}



/* TYPOGRAPHY [[
**************************************************/

body{
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 13px;
}

/* Links */
a, a:hover, a:active { text-decoration: none; color: #000; }
a:hover, a:active { border-bottom: 1px solid #000; color: #000; }

p{
    color: #999;
    margin: 0 0 18px 0;
    line-height: 130%;
}
p strong {
    color: #000;
}
h1, h2, h3, h4, h5 {
    line-height: 130%;
    font-family: 'Myriad Pro', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}
h1 {font-size: 24px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 19px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
.black { color: #000; }


/* DEFAULTS [[
**************************************************/
body { text-align: center; overflow: -moz-scrollbars-vertical; }
#headwrap {
    width: 100%;
    height: 120px;
    background-color: #fff;
}
#wrapper {
    width: 995px;
    margin: 0 auto;
    text-align: left;
    margin-top: -120px;
}

.clearit { clear: both; }



/* HEADER [[
**************************************************/
#header {
    height: 120px;
    background-color: #000;
    margin-bottom: 20px;
    position: relative;
}

#header #logo {
    position: absolute;
    display: block;
    top: 20px;
    left: 5px;
    width: 150px;
    height: 100px;
    background: #000 url('../images/logo/ink.gif') top left no-repeat;
}
#header #logo:hover, #header #logo:active, #header #pageLogo:hover, #header #pageLogo:active {
    border: none !important;
}

#header #pageLogo {
    position: absolute;
    display: block;
    top: 20px;
    left: 160px;
    width: 500px;
    height: 100px;
}

#header #headMeta {
    position: absolute;
    right: 0px;
    width: 224px;
    color: #fff;
    text-align: left;
    font-size: 11px;
    top: 50px;
}

#header #headMeta p, #header #headMeta a {
    color: #fff;
    margin: 0;
}


/* LEFT SIDEBAR [[
**************************************************/
#leftSidebar {
    width: 150px;
    float: left;
    border-top: 2px dotted #ccc;
    margin: 0 10px 0 0;

}

#mainMenu, #lowerMenu { list-style: none; margin-bottom: 30px;}
#mainMenu li, #lowerMenu li { display: inline; }
#mainMenu li a, #lowerMenu li a {
    display: block;
    padding: 4px 0 4px 0;
    border-bottom: 2px dotted #ccc;
}
#mainMenu ul { margin-bottom: 20px; }
#mainMenu li li a {
    margin: 0px 0 0px 15px;
}

#lowerMenu {
    border-top: 2px dotted #ccc;
    font-size: 0.9em;
}
#mainMenu a.selected, #lowerMenu a.selected {
    border-style: solid;
    color: #999;
}
#mainMenu a:hover, #mainMenu a:active, #lowerMenu a:hover, #lowerMenu a:active {
    color: #999;
}



/* RIGHT SIDEBAR [[
**************************************************/
#rightSidebar {
    width: 225px;
    float: left;
    overflow: hidden;
}

/* IE6 Duplicate Character Fix */
* html #rightSidebar { margin-right: -3px; }

#rightSidebar h2 {
    font-size: 0.9em;
    background-color: #000;
    color: #fff;
    padding: 6px;
    font-weight: 500;
}


/** Meta Links **/
#rightSidebar #metaLinks {
    margin: 30px 0 0 0;
}
#rightSidebar #metaLinks a {
    height: 22px;
    padding: 0 0 0 5px;
    line-height: 24px;
    display: block;
    border: 1px solid #999;
    font-size: 0.8em;
    margin: 5px 0 5px 0;
    color: #999;
    z-index: 50;
}
#rightSidebar #metaLinks a:hover {
    border-color: #000;
    color: #000;
}

#metaLinks a span {
    display: block;
    z-index: 99;
    height: 24px;
    width: 30px;
    margin-top: -1px;
    margin-right: -1px;
    float: right;
}
* html #metaLinks a span { height: 26px; } /* IE6 */

#metaLinks #subscribe span { background: transparent url("../images/meta/newsletter.gif") center right no-repeat; }
#metaLinks #facebook span { background: transparent url("../images/meta/facebook.gif") center right no-repeat; }
#metaLinks #twitter span { background: transparent url("../images/meta/twitter.gif") center right no-repeat; }
#metaLinks #rss span { background: transparent url("../images/meta/rss.gif") center right no-repeat; }


/** Articles **/
#rightSidebar .sidebarArticle {
    border-bottom: 2px dotted #ccc;
    margin: 10px 0 10px 0;
    padding: 0 5px 8px 5px;
    font-size: 11px;
    text-align: center;
}

#rightSidebar .sidebarArticle h3 {
    font-size: 14px;
    text-align: left;
}
#rightSidebar .sidebarArticle h3 span {
    display: block;
}

#rightSidebar .sidebarArticle p {
    margin: 0 0 0 0;
    text-align: left;
}

#rightSidebar .sidebarArticle img {
    margin: 10px 0;
}



/** Client Section **/
#rightSidebar ul { list-style: none; margin-bottom: 20px;}
#rightSidebar li { display: inline; }
#rightSidebar li a {
    display: block;
    padding: 4px;
    color: #000;
    font-size: 12px;
    border-bottom: 2px dotted #ccc;
}
#rightSidebar li a:hover, #rightSidebar li a.active {
    color: #000;
    border-bottom-color: #000;
    border-bottom-style: solid;
}



/** Reading material **/
.readingMaterial {
    border-bottom: 2px dotted #ccc;
}
.readingMaterial p {
    font-size: 12px;
    padding: 0;
    margin: 0 0 10px 0;
}
.readingMaterial img {
    padding: 5px;
}
.readingMaterial h4 {
    font-size: 14px;
    padding: 4px 0;
    border-bottom: 2px dotted #ccc;
    margin: 0 0 10px 0;
}


/** Printable Directions **/
.printableDirection {
    display: block;
    padding: 4px 0;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
}
.printableDirection:hover {
    border-bottom: 2px solid #000;
}



/* MIDDLE SECTION [[
**************************************************/
#middleSection {
    width: 600px;
    float: left;
    border-top: 2px dotted #ccc;
    margin: 0 10px 0 0;
}

#middleSection h1, #middleSection h2, #middleSection h3, #middleSection h4 {
    font-size: 14px;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

#breadcrumbs {
    padding: 4px 1px;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 10px;
}
#breadcrumbs.placeholder {
    margin-bottom: 0;
    border-bottom: 0;
}
#breadcrumbs.hide {
    border-bottom: 0;
}
#breadcrumbs span {
    color: #999;
}

#middleTopSection {
    padding-bottom: 4px;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 4px;
}

pre {
    font-size: 10px;
    padding: 10px;
    font-weight: 300;
    overflow: auto;
    border: 1px solid #ccc;
}

/** Client Logo List **/
#clientLogoList a {
    width: 110px;
    padding: 15px 17px;
    display: block;
    text-align: center;
    float: left;
    margin-right: 8px;
    border-bottom: 2px dotted #ccc;
}
#clientLogoList a.last {
    margin-right: 0px;
}

* html #clientLogoList a.last { margin-right: -3px; } /* More IE6 Retardedness */

#clientLogoList a:hover {
    border-bottom-color: #000;
    border-bottom-style: solid;
}



/** Who we are **/
.whoWeAreAnimation {
    height: 150px;
    overflow: hidden;
    width: 600px;
}
h4.whoweare {
    margin: 20px 0 20px 0;
    border-top: 2px dotted #ccc;
    padding: 4px 0 0 0;
    font-size: 15px;
}
.teamList {
    width: 500px;
}
.teamList ul li a.heading {
    color: #000;
    border-top: 2px dotted #ccc;
}
.teamList ul li a {
    display: block;
    padding: 5px 0;
    border-bottom: 2px dotted #ccc;
    color: #999;
}
.teamList ul li a:hover {
    color: #000;
}
.teamList ul li a.active {
    border-bottom-style: solid;
    border-bottom-color: #000;
    color: #000;
}

.teamListCol1 {
    width: 180px;
    float: left;
}

.teamListCol2 {
    width: 180px;
    float: left;
    padding-left: 20px;
}



/** Who we are - person page **/
.whoweare-person .whoweare{
    margin-top: 40px;
}
.whoweare-person .personHeading {
    border-bottom: 2px dotted #ccc;
    margin-bottom: 10px;
}

#middleSection.whoweare-person .personHeading h1 {
    font-size: 50px;
    height: 100px;
    line-height: 140px;
    vertical-align: bottom;
    margin: 0; padding: 0;
    font-family: 'Myriad Pro', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}
.whoWeAreSpacer {
    height: 108px;
    border-bottom: 2px dotted #ccc;
}
.whoWeAreImage {
    padding: 10px 0;
    border-bottom: 2px dotted #ccc;
}

/** Blog **/
.blogPost {
    padding: 0 0 20px 0;
    border-bottom: 2px dotted #ccc;
}
#middleSection .blogPost .postTitle {
    font-size: 24px;
    font-family: 'Myriad Pro', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}
.blogPost .postMeta {
    padding: 4px 0 8px 0;
    border-bottom: 2px dotted #ccc;
    margin: 0 0 6px 0;
}
.blogPost .postMeta span {
    color: #999;
}
.blogPost .blogImage {
    float: right;
    clear: right;
    margin: 10px 0 10px 10px;
}

.pagination {
    margin: 10px 0 10px 0;
}
.pagination .newer {
    float: right;
}



/** Who we do it for profile page **/
.clientProfileImage {
    padding: 0;
    margin: 15px 0 15px 0;
}

.clientProfileMain {
    padding: 10px 0;
    margin: 10px 0 10px 0;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
}


/* HOME FOOTER [[
**************************************************/

#homeFooter {
    clear: both;
    float: left;
    margin-top: 50px;
    border-top: 2px dotted #ccc;
    padding-top: 6px;
    font-size: 11px;
    width: 995px;
}
#homeFooter h4 {
    font-size: 13px;
    margin: 0 0 2px 0;
}
#homeFooter .section {
    width: 155px;
    margin-right: 12px;
    float: left;
    text-align: left;
}

#homeFooter .section.last {
    margin-right: 0;
}




/* FOOTER [[
**************************************************/

#footer {
    clear: both;
    margin-top: 30px;
    margin-bottom: 40px;
    border-top: 2px dotted #ccc;
    padding-top: 6px;
    font-size: 12px;
}
#footer #copywriteFooter {
    margin: 4px 0 0 0;
    color: #999;
}

#footer #copywriteFooter a {
    color: #999;
}
#footer #copywriteFooter a:hover, #footer #copywriteFooter a:active {
    color: #000; border-bottom: none;
}

