
    
  
/*
--------------------------------------
GLOBAL 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, sup, tt, var,
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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus { outline: 0; }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

strong { font-weight: bold; }
em     { font-style: italic;}

section, nav, header {
    display: block;
}

/*
--------------------------------------
GLOBAL TYPE SIZES
--------------------------------------
 */


body { background: #f0f6ea; font-size: 62.5%; line-height: 1.6; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; color: #444444; } /* 10px */
p  { font-size: 1.2em; } /* 12px */

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 { font-size: 2.4em; line-height:1; margin-bottom:0.5em;}       /* 24px */
h2 { font-size: 2em; line-height: 1; margin-bottom:0.75em;}       /* 20px */
h3 { font-size: 1.6em; line-height:1; margin-bottom:1em;}         /* 16px */
h4 { font-size: 1.4em; line-height:1.25; margin-bottom: 1.25em;}  /* 14px */
h5 { font-size: 1.2em; font-weight:bold; margin-bottom:1.5em;}    /* 12px */
h6 { font-size: 1em; font-weight:bold;}                           /* 10px */

/*
--------------------------------------------------
LINKS
--------------------------------------------------
*/
a:link, a:visited { text-decoration: none; color: #1170a3; }
a:focus, a:active { outline: none; }
a:hover           { text-decoration: underline; }

/*
--------------------------------------
GLOBAL CLASSES
--------------------------------------
 */

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear { min-height: 1%; zoom: 1; }

/*
--------------------------------------------------
GLOBAL LAYOUT
--------------------------------------------------
*/

#header { 
  position: relative; 
  height: 46px; 
  border-bottom: 1px solid #fce166; 
  height: 47px;
  background: url(http://global.apps.freebase.dev.freebaseapps.com/metaweb-sprite-vertical.png) repeat-x #025b8d 0 0; 
  color: #fff; }

#logo { width: 960px; height: 46px; margin: 0 auto; text-indent: -3000px;
  background: url(http://global.apps.freebase.dev.freebaseapps.com/metaweb-headerlogo.png) no-repeat left center; }

#logo a {
  display: block;
  height: 46px; width: 110px;
}

#title {
  position: relative;
  background: #398a00 url(http://global.apps.freebase.dev.freebaseapps.com/metaweb-sprite-vertical.png) repeat-x 0 -700px;
}

#title h1 {
  padding: 0.75em 30px;
}

#title-text { 
  margin: 0 auto;
  width: 960px;
  font-size: 2.8em;
  color: #fff;
  padding: 10px;
}

#billboard { position: relative; height: 400px; display: block;
  background: #3a6500 url(http://global.apps.freebase.dev.freebaseapps.com/metaweb-sprite-vertical.png) repeat-x 0 -100px; }

#billboard .content {
    background: url(http://global.apps.freebase.dev.freebaseapps.com/billboard-bg.png) no-repeat 0 0;
}

#billboard-casestudy h1 {
  background: url(http://global.apps.freebase.dev.freebaseapps.com/metaweb-sprite-vert.png) repeat-x 0 -1450px;
}

#footer {
    clear: both;
    margin-top: 30px;
    border-top: 1px solid #dcdbdc;
    border-bottom: 1px solid #dcdbdc;
    background: #fff;
}

#metaweb-attribution {
  float: right;
  margin-right: 30px;
  margin-top: 1.5em;
}

#nav-footer {
  margin: 0px 0px 0px 15px;
  padding: 1.4em 0;
}

.nav-footer-item {
  display: inline;
  float: left;
  font-size: 1.2em;
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 15px;
}  
