/* Stylesheet for MGUTH.COM  */


/* --- Font Import --- */

/*
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Accademia di Belle Arti Urbino
 * @vendorurl:  http://www.campivisivi.net/titillium/
 * @licenseurl: http://www.fontsquirrel.com/license/TitilliumText14L
 */

@font-face {
	font-family: 'TitilliumText14L250wt';
	src: url('/fonts/TitilliumText250wt.eot');
	src: local('TitilliumText14L 250 wt'), local('TitilliumText14L-250wt'), url('/fonts/TitilliumText250wt.woff') format('woff'), url('/fonts/TitilliumText250wt.otf') format('opentype'), url('/fonts/TitilliumText250wt.svg#TitilliumText14L-250wt') format('svg');
}

@font-face {
	font-family: 'TitilliumText14L999wt';
	src: url('/fonts/TitilliumText999wt.eot');
	src: local('TitilliumText14L 999 wt'), local('TitilliumText14L-999wt'), url('/fonts/TitilliumText999wt.woff') format('woff'), url('/fonts/TitilliumText999wt.otf') format('opentype'), url('/fonts/TitilliumText999wt.svg#TitilliumText14L-999wt') format('svg');
}

/* --- Initial Reset --- */

* {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 100%;
}

/* --- Basic Layout & Grid --- */

body {
  color: #ccc;
  font: normal 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #1b1b1b url(/gfx/misc/main_bg.jpg) no-repeat top left;
  text-align: center;
}

body.debug {
  background: #1b1b1b url(/gfx/debug/grid.gif) repeat-y top left;
}

.oneUnit, .twoUnits, .threeUnits, .fourUnits, .fiveUnits, .sixUnits, .sevenUnits, .eightUnits, .nineUnits, .tenUnits, .elevenUnits, .twelveUnits, .thirteenUnits, .fourteenUnits, .fifteenUnits, .sixteenUnits {
  float: left;
  margin-bottom: 15px;
  display: block;
  text-align: left;
}

.sixteenUnits {
  margin-bottom: 45px;

}

#head.sixteenUnits, #more_about.sixteenUnits {margin-bottom: 0;}

#more_about .sixUnits p {margin-bottom: 0;}


.oneUnitFramed, .twoUnitsFramed, .threeUnitsFramed, .fourUnitsFramed, .fiveUnitsFramed, .sixUnitsFramed, .sevenUnitsFramed, .eightUnitsFramed, .nineUnitsFramed, .tenUnitsFramed, .elevenUnitsFramed, .twelveUnitsFramed, .thirteenUnitsFramed, .fourteenUnitsFramed, .fifteenUnitsFramed, .sixteenUnitsFramed {
  float: left;
  margin-bottom: 15px;
  border: 1px solid #2a2a2a;
}

.oneUnit {width: 45px;}
.twoUnits {width: 105px;}
.threeUnits {width: 165px;}
.fourUnits {width: 225px;}
.fiveUnits {width: 285px;}
.sixUnits {width: 345px;}
.sevenUnits {width: 405px;}
.eightUnits {width: 465px;}
.nineUnits {width: 525px;}
.tenUnits {width: 585px;}
.elevenUnits {width: 645px;}
.twelveUnits {width: 705px;}
.thirteenUnits {width: 765px;}
.fourteenUnits {width: 825px;}
.fifteenUnits {width: 885px;}
.sixteenUnits {width: 945px;}

.oneUnitFramed {width: 43px;}
.twoUnitsFramed {width: 103px;}
.threeUnitsFramed {width: 163px;}
.fourUnitsFramed {width: 223px;}
.fiveUnitsFramed {width: 283px;}
.sixUnitsFramed {width: 343px;}
.sevenUnitsFramed {width: 403px;}
.eightUnitsFramed {width: 463px;}
.nineUnitsFramed {width: 523px;}
.tenUnitsFramed {width: 583px;}
.elevenUnitsFramed {width: 643px;}
.twelveUnitsFramed {width: 703px;}
.thirteenUnitsFramed {width: 763px;}
.fourteenUnitsFramed {width: 823px;}
.fifteenUnitsFramed {width: 883px;}
.sixteenUnitsFramed {width: 943px;}

.tabbed {margin-left: 15px;}

.clearLeft {clear: left;}
.clearRight {clear: right;}
.clearBoth {clear: both;}


#head {
  padding: 52px 0 0 0;
	margin: 0 auto;
	width: 945px;
	float: none;
}

#main {
	margin: 0 auto;
	width: 945px;
	float: none;
}

.headerLess {
  /* add a little top-padding to error pages, etc. */
  padding-top: 50px;
}

#main p {
  font: 1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.428em;
  margin-bottom: 1.428em;
}

#footer {
  border-top: 5px solid #606060;
  font-size: 1.4em;
  padding: 6px 0 15px 0;
  margin: 0 auto;
	width: 945px;
	float: none;
}

/* --- Basic Typography --- */

p {
  text-align: left;
  line-height: 1.428em;
  margin-bottom: 1.428em;
}

.big {
  font-size: 1.8em;
}

.small {
  font-size: 1.3em;
}

.faded {
  color: #666;
}

/* --- Misc. Helpers --- */

/* force wrappers to grow with their content */
#head:after, #content:after, .oneUnit:after, .twoUnits:after, .threeUnits:after, .fourUnits:after, .fiveUnits:after, .sixUnits:after, .sevenUnits:after, .eightUnits:after, .nineUnits:after, .tenUnits:after, .elevenUnits:after, .twelveUnits:after, .thirteenUnits:after, .fourteenUnits:after, .fifteenUnits:after, .sixteenUnits:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.off {
  display: none; /* hide inactive elements*/
}

.padded {
  margin-bottom: 15px; /* add default bottom-margin to non-unit elements*/
}

.whiteBackground {
  background-color:#FFF;
}

.bigMargin {
  margin-bottom: 40px;
  clear: both;
  opacity:0.1;
}

/* --- Basic Headline Formats --- */

h1, h2, h3, h4, h5, h6, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
  font-family: "TitilliumText14L250wt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #fff;
}

h1, #main h1 {
  font-size: 3.6em;
  margin: 26px 0 21px 0;
}

h2, #main h2 {
  border-top: 1px solid #606060;
  font-size: 2.2em;
  text-transform: capitalize;
  padding: 9px 0 0 0;
  margin-bottom: 21px;
  line-height: 1.36em;
  clear: both;
}

h2.single, #main h2.single {
  padding: 9px 0 0 0;
  line-height: 1.4em;

}

h2.single .tenUnits, #main h2.single .tenUnits {
	margin-bottom: 20px;
}

h2 span, #main h2 span {
  line-height: 1.4em;
}

h3, #main h3{
  font-size: 2.2em;
  line-height: 1.4em;
  margin-top: 10px;
  margin-bottom: 5px;
}

h3 a, #main h3 a{
	text-decoration: none;
}


/* --- Links --- */

a {
  outline: 0;
  color: #ee3c39;
  text-decoration: underline;
}

a:active, a:hover {
  color: #c60015;
  text-decoration: underline;
}

a img {
  border: none;
  padding: 0;
  display: block;
}

/* --- Header --- */

h1.introduction {
  font: normal 2.4em "TitilliumText14L250wt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  margin-top: 2px;
}

h1.introduction a {
	font: bold 1em "TitilliumText14L999wt", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}

h1.introduction span{
	display: block;
  line-height: 1.25em;
}

h1.introduction a em {
	font-family: "TitilliumText14L999wt", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	font-style: normal;	
}

h1.introduction a span.indicator {
	display: inline;
	vertical-align: baseline;
	font-size: 0.6em;
	position: relative;
	top: -0.6em;
}

h1.introduction a.active span.indicator {
	display: none;
}

h1.introduction a.active em {
	text-decoration: none;
}


#head ul.vcard {
  font-size: 1.4em;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 45px;
}

#head ul.vcard:hover {
  background-image: url(/gfx/misc/darken.png);
}

#head li.adr, li.communication {
  float: left;
  width: 165px;
  line-height: 1.428em;

}

/* force wrappers to grow with their content */
#head li.adr:after, li.communication:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#head li.communication {
  margin-left: 15px;
}

#head li.adr li, li.communication li {
  line-height: 1.428em;
}

#head ul.vcard li.download {
  margin: 12px 0 0 1px;
  display: block;
  float: left;
}

#head ul.vcard li.download a {
  background-image:url(/gfx/head/vcard_sprites.gif);
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  padding: 2px 6px 2px 30px;
  text-decoration: none;
  overflow: hidden;
}

#head ul.vcard li.download a:link, #head ul.vcard li.download a:visited {
  color: #ccc;
  background-color: transparent;
  background-position: 0 0;
}

#head ul.vcard li.download a:hover, #head ul.vcard li.download a:active {
  color: #1b1b1b;
  background-color: #fff;
  background-position: 0 -18px;
}

.headerNav {
  background-color: #ee3c39;
  color: #fff;
  height: 18px;
  position: fixed;
  width: 100%;
  padding: 6px 0;
  left: 0;
  margin: -52px auto 0 auto;
  font-size: 1.4em;
}

.headerNav .sixteenUnits{
	float: none;
	margin: 0 auto 15px auto;
}

.headerNav a:link, .headerNav a:visited {
  font-weight: bold;
  color: #fff;
}

.headerNav a:hover, .headerNav a:active {
  font-weight: bold;
}

.headerNav .index {
  float: left;
}

.headerNav .prevNext {
  float: right;
}


/* --- about section --- */

#more_about {
	display: none;
	font: normal 1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom: 15px;
	
}

#more_about .tenUnits p {
	width: 465px;
}



/* --- portfolio Items --- */

.caseStudy .portfolioItemBig{
	background-position: top center;
}

.caseStudy .portfolioItemBig a{
	height: 345px;
	display: block;
	overflow: hidden;
	text-indent: -2000px;
}


.recentWork .workList {
  background: transparent url(/gfx/misc/worklist_bg_dark.gif) repeat top left;
}

/* force wrappers to grow with their content */
.recentWork .workList:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.recentWork .portfolioItem {
  height: 150px;
}

.recentWork .portfolioItem a {
  height: 50px;
  padding: 90px 10px 10px 10px;
  display: block;
  overflow: hidden;
}

.recentWork .portfolioItem a:link, .recentWork .portfolioItem a:visited {
  color: #fff;
  text-decoration: none;
}

.recentWork .portfolioItem a:hover, .recentWork .portfolioItem a:active {
  background: transparent url(/gfx/misc/caption_bg_semitrans.png) repeat-x top left;
}

.recentWork .portfolioItem a span {
  font-size: 1.3em;
  line-height: 120%;  
  margin-left: -5000px;
}

.recentWork .portfolioItem a:hover span, .recentWork .portfolioItem a:active span {
  margin-left: 0px;
}

.recentWork .portfolioItem a span em {
  font-weight: bold;
  font-style: normal;
}

/* --- project images & captions --- */

.imageBlock {
  border-top: 1px solid #606060;
  padding-top: 30px;
  margin-top: 15px;
}


/* --- tag/link/file lists --- */

.sidebarItem {
	margin-bottom: 1.428em;
}

.sidebarItem strong {
	display: block;
  font-size: 1.4em;
	line-height: 1.428em;
}

#main p.keywordList, ul.linkList {
  margin-bottom: 6px;
}

ul.keywordList li, ul.fileList li, ul.linkList li {
  font-size: 1.4em;
	line-height: 1.428em;
}

#more_about ul.linkList li {
	font-size: 1em;
}

ul.fileList li.last {
  margin-top: 1.428em;
}


/* --- flickr images --- */

#photos {
}

#photos li {
	float: left;
	margin-bottom: 15px;
}

#photos li a {
	width: 105px;
	height: 105px;
	display: block;
	overflow: hidden;
}

/* --- tweets --- */

#tweets {
}

#tweets ul {
	margin-top: -10px;
}

#tweets li{
	margin-bottom: 10px;
}

#tweets li a {
	display: block;
	padding: 20px 15px 15px 15px;
	font-size: 1.4em;
	line-height: 1.428em;
	color: #ccc;
	text-decoration: none;
	background: transparent url(/gfx/misc/tweet_bg.png) no-repeat top left;
}
#tweets li a:hover {
	background: transparent url(/gfx/misc/tweet_bg_on.png) no-repeat top left;
	color: #fff;
}

