/* ---------------------------------------------------------------------------------------------

  general setup

--------------------------------------------------------------------------------------------- */

body { 
  margin: 0; /* removes default margin in screen.css */
  font: 9px/1.5 Verdana, Arial, sans-serif;
  letter-spacing: .05em;
}

a { text-decoration: none; outline: none; border-bottom: 1px dotted; color: #000; }
a:hover { border-bottom: 1px solid; }

/* TABS ---------------------------------------- */
ul.tabs { margin: 0; padding: 0; }
ul.tabs li { float: left; list-style: none; margin: 0; padding: 0; }
ul.tabs li a { float: left; display: block; }

/* Clearing floats without extra markup  */
ul.tabs { display: inline-block; }
ul.tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html ul.tabs { height: 1%; }
ul.tabs { display: block; }

/* ---------------------------------------------------------------------------------------------

	header

--------------------------------------------------------------------------------------------- */

#header {
  margin-bottom: 54px;
  height: 108px;
  background: url(/images/bg_header.png) top right no-repeat;
}

#header h1  {
  margin: 36px 0 0 0;
  width: 270px;
  height: 18px;
}

#header h1 a {
  width: 270px;
  height: 18px;
  display: block;
  background: url(/images/bg_h1-we-are.png) no-repeat;
  text-indent: -9999px;
  border: none;
}

#header ul.tabs { }
#header ul.tabs li a { text-indent: -9999px; text-decoration: none; background: url(/images/sprite_main.png) no-repeat; border: none; }
#header ul#primary li a { height: 32px; }
#header ul#secondary li a { height: 22px; }

#header #work a { width: 47px; background-position: 0 0; }
#header #label a { width: 68px; background-position: -47px 0; }
#header #blog a { width: 47px; background-position: 0 -32px; }
#header #about a { width: 68px; background-position: -47px -32px; }
#header #links a { width: 57px; background-position: -115px -32px; }
        
#header #work a:hover, #s-work #header #work a { background-position: 0 -54px; }
#header #label a:hover, #s-label #header #label a { background-position: -47px -54px; }
#header #blog a:hover, #s-blog #header #blog a { background-position: 0 -86px; }
#header #about a:hover, #s-about #header #about a { background-position: -47px -86px; }
#header #links a:hover, #s-links #header #links a { background-position: -115px -86px; }


/* ---------------------------------------------------------------------------------------------

	content

--------------------------------------------------------------------------------------------- */

#content {
  margin-bottom: 54px;
}

#content h2 {
  margin: 0 0 18px 0;
  width: 270px;
  height: 18px;
  background-repeat: none;
  text-indent: -9999px;
}


/* ---------------------------------------------------------------------------------------------

	content-sidebar

--------------------------------------------------------------------------------------------- */

#content-sidebar {
  position: relative;
}

/* H2 TITLES */
#content-sidebar h2#home { background: url(/images/bg_h2-home.png); }
#content-sidebar h2#blog { background: url(/images/bg_h2-blog.png); }
#content-sidebar h2#about-what { background: url(/images/bg_h2-about-what.png); }
#content-sidebar h2#catalogue-main { background: url(/images/bg_h2-catalogue.png); }
#content-sidebar h2#catalogue-work { background: url(/images/bg_h2-work.png); }
#content-sidebar h2#catalogue-label { background: url(/images/bg_h2-label.png); }
#content-sidebar h2#catalogue-project { background: url(/images/bg_h2-catalogue-project.png); }
#content-sidebar h2#links-main { background: url(/images/bg_h2-links.png); }

#content-sidebar a.rss {
  width: 15px;
  height: 15px;
  background: url(/images/bg_rss.png) no-repeat;
  text-indent: -9999px;
  text-decoration: none;
  border: none;
  position: absolute;
  top: -5px;
  right: 85px;
}

/* BLOG */
.blog-entry {
  margin-bottom: 27px;
  padding-bottom: 18px;
  background: url(/images/bg_blog-entry.png) bottom left repeat-x;
}

.blog-entry h3 {
  font-size: 10px;
  text-transform: uppercase;
}
 
.blog-entry h3 span {
  font-size: 9px;
  font-style: italic;
  color: #8f9194;
  text-transform: none;
  line-height: 2.2;
}


/* ---------------------------------------------------------------------------------------------

	content-main

--------------------------------------------------------------------------------------------- */

#content-main {
  
}

/* H2 TITLES */
#content-main h2#blog-list { background: url(/images/bg_h2-blog-list.png); }
#content-main h2#blog-detail { background: url(/images/bg_h2-blog-detail.png); }
#content-main h2#about-where { background: url(/images/bg_h2-about-where.png); }
#content-main h2#about-learn-more { margin-top: 18px; background: url(/images/bg_h2-about-learn-more.png); }
#content-main h2#catalogue-current { background: url(/images/bg_h2-catalogue-current.png); }
#content-main h2#catalogue-visuals { background: url(/images/bg_h2-catalogue-visuals.png); }
#content-main h2#catalogue-images { background: url(/images/bg_h2-catalogue-images.png); }
#content-main h2#catalogue-video { background: url(/images/bg_h2-catalogue-video.png); }

#content-main img.pic { margin-bottom: 18px; clear: both; }

/* BLOG */
#s-blog #content-main h3 {
  font-size: 10px;
  text-transform: uppercase;
}
 
#s-blog #content-main h3 span, #s-blog #content-main p span {
  font-size: 9px;
  font-style: italic;
  color: #8f9194;
  text-transform: none;
  line-height: 2.2;
  clear: both;
}

#s-blog #content-main p img { margin-bottom: 0.75em; }

/* CATALOGUE  & LINKS */
.catalogue-entry {
  margin-bottom: 8px;
}

.link-entry {
  margin-bottom: 18px;
}

.catalogue-entry h3 {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 1.5;
}

.catalogue-entry h3 a {
  border-bottom: none;
}

.catalogue-entry h3 a:hover {
  border-bottom: 1px solid #000;
}

.catalogue-detail h3,
.link-entry h3 {
  font-size: 10px;
  line-height: 2;
  text-transform: uppercase;
}

.catalogue-detail h3, .link-entry h3 { margin: 0; }
.catalogue-detail h3 a { color: #666; }

.catalogue-entry h3 span,
.catalogue-detail p span,
.link-entry p span {
  padding: 1px 3px;
  font-size: 10px;
  text-transform: uppercase;
  background: #EEE;
  color: #666;
}

#s-home #content-main div.media,
#s-work #content-main div.media,
#s-label #content-main div.media { margin-bottom: 18px; clear: both; }

/* ---------------------------------------------------------------------------------------------

	footer

--------------------------------------------------------------------------------------------- */

#footer {
  
}