html.mac body,
html.mobile body {
	font-family: SourceCodeProLight;
}

h1 {
	font-family: SourceCodeProBlack, Arial, Monospace;
	font-size: 21px;
	text-transform: uppercase;
	margin-top: 24px;
}

h2 {
	font-family: SourceCodeProSemiBold;
	font-size: 21px;
	text-transform: uppercase;
	margin-top: 24px;
}

h3, h4 {
	font-family: SourceCodeProSemiBold;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 24px;
}

a {
	color: #fdfd7b;
}

/* ++++++++++++++++++++++++++++++++++
 * 02 Font Handling
 * +++++++++++++++++++++++++++++++++ */

@font-face {
    font-family: 'SourceCodeProExtraLight';
    src: url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-ExtraLight-webfont.eot');
    src: url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-ExtraLight-webfont.woff') format('woff'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-ExtraLight-webfont.ttf') format('truetype'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-ExtraLight-webfont.svg#SourceCodeProExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCodeProLight';
    src: url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Light-webfont.eot');
    src: url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Light-webfont.woff') format('woff'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Light-webfont.ttf') format('truetype'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Light-webfont.svg#SourceCodeProLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCodeProRegular';
    src: url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Regular-webfont.eot');
    src: url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Regular-webfont.woff') format('woff'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Regular-webfont.ttf') format('truetype'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Regular-webfont.svg#SourceCodeProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCodeProSemibold';
    src: url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Semibold-webfont.eot');
    src: url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Semibold-webfont.woff') format('woff'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Semibold-webfont.ttf') format('truetype'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Semibold-webfont.svg#SourceCodeProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCodeProBold';
    src: url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Bold-webfont.eot');
    src: url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Bold-webfont.woff') format('woff'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Bold-webfont.ttf') format('truetype'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Bold-webfont.svg#SourceCodeProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCodeProBlack';
    src: url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Black-webfont.eot');
    src: url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Black-webfont.woff') format('woff'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Black-webfont.ttf') format('truetype'),
         url('/congress/2012/wiki/skins/mediawiki-bootstrap/assets/fonts/SourceCodePro-Black-webfont.svg#SourceCodeProBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  background-color: #000532;
  color: white;
  font-family: SourceCodeProRegular;
  font-size: 14px;
  line-height: 24px;

  background-repeat: no-repeat;
}

.feedback a{
  color: white;
}

@media print {
  .noprint {
    display: none;
  }
}

#content {
  padding: 8px;
  margin-top: 120px;
  margin-bottom: 20px;
  margin-left: 32px;
  margin-right: 32px;

  clear:  both;
  right: 2em;

}

:link, :visited {
  text-decoration: none;
  color: #fff;
}

:link:hover, :visited:hover {
  text-decoration: underline;
}

div.section {
  clear:  both;
  margin: 20px;
}


/* TEXT */

p.release {
  position: absolute;
  font-size: 12px;
  right: 8px;
  top: 0px;
  margin: 0;
  color: white;
}

p.intro {
  position: absolute;
  top: 0px;
  left: 68px;
  width: 80%;
  font-family: SourceCodeProLight;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 64px;
  margin-top: 8px;
  overflow: hidden;
  height: 2.6em;
}

p.intro #header-29c3-scramble2 {
  font-family: SourceCodeProBlack;
}

/* IMAGES */

img {
	border-style: none;
}

#event img.event-image,
#speaker img.speaker-image {
  height: 128px;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;

  padding: 2px;
  border: 1px solid #000;
}

#speaker img.event-image,
#event img.speaker-image {
	height: 48px;
}

#event-index img.event-image,
#speaker-index img.speaker-image {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  height: 48px;
  width: 48px;
}

#event-index td.event p,
#speaker-index td.speaker p {
  margin-left: 60px;
}

#speaker-index ul {
  margin-left: 0px;
  list-style: none;
}

/* INFOBOXES */

#infobox {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  width: 250px;
  min-width: 250px;
  background-color: #000;
  border: 1px solid #000;
  padding: 1px;
}

#infobox table {
  width: 100%;
}

#infobox td.keyword {
  text-align: right;
  padding-right: 5px;
  width: 25%;
}

#infobox td.value {
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
}

#infobox td.feedback {
  background-color: #090;
  color: white;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}

#infobox span.person-name,
#infobox span.event-title {
  font-weight: bold;
  font-size: 120%;
}

/* TABLES */

table {
  border-collapse: collapse;
}

th {
  background-color: #333;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 2px;
}

td {
  padding: 2px;
  vertical-align: top;
  text-align: left;
}


/* EVENT */

#event h1.title {
  margin-bottom: 5px;
}

#event p.subtitle {
  font-style: italic;
  font-size: 140%;
  margin-top: 5px;
}

#event div.abstract {
	font-weight: bold;
}

/* EVENT NAVIGATION */

#navigation {
	clear: both;
	margin-top: 50px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: -20px;
	padding: 0;
}

#navigation span {
	padding: 5px;
	background-color: #000;
	color: white;

	border-style: solid;
	border-width: 1px;
	border-color: #e1e1e1;
}

#navigation span.previous {
	float: left;
}

#navigation span.next {
	float: right;
}

/*
#navigation span.previous:before {
	content: "<<<  ";
}

#navigation span.next:after {
	content: "  >>>";
}
*/

#navigation a {
	color: white;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation a:hover {
	color: white;
	text-decoration: underline;
}




/* EVENT INDEX */

#event-index p.title {
	font-weight: bold;
	font-size: 150%;
	margin: 0;
}

#event-index p.subtitle {
  font-style: italic;
  font-size: 140%;
  margin-top: 5px;
}



/* COLOURS: EVENT INDEX, SPEAKER INDEX, EVENT DETAIL */

#event-index, #speaker-index {
  border-collapse: collapse;
}

#schedule table {
  border-collapse: separate;
}

#event-index th, #speaker-index th, #infobox th {
  background-color: #000532;
  padding: 8px;
  text-align: left;
}

#event-index thead tr, #speaker-index thead tr {
  border: none !important;
  font-size: 21px;
}

#event-index tr, #speaker-index tr {
  border-top: solid white 1px;
}

#event-index td, #speaker-index td, #infobox td {
  padding: 10px;
}
#event-index td.track-community {
  background-color: khaki;
}
#event-index td.track-culture {
  background-color: plum;
}
#event-index td.track-hacking {
  background-color: lightgreen;
}
#event-index td.track-making {
  background-color: skyblue;
}
#event-index td.track-science {
  background-color: silver;
}
#event-index td.track-society {
  background-color: moccasin;
}

/* SCHEDULE */

#schedule th {
  padding: 10px;
  background-color: #000;
  color: white;
}

#schedule td {
  color: white;
  padding: 4px;
  padding-top: 0px;
}

#schedule td.time {
  vertical-align: top;

  background-color: #000;
  color: white;
  padding: 10px;
}

#schedule td.empty {
/*  background-color: #fdfd7b; */
}

#schedule td.event {
  background-color: #00031F;

  padding: 10px;

}

#schedule td.conflict {
  background-color: red;
  border-color: black;
  border-style: solid;
  border-width: 0.01cm;
}
#schedule td.track-community {
  background-color: khaki;
}
#schedule td.track-culture {
  background-color: plum;
}
#schedule td.track-hacking {
  background-color: lightgreen;
}
#schedule td.track-making {
  background-color: skyblue;
}
#schedule td.track-science {
  background-color: silver;
}
#schedule td.track-society {
  background-color: moccasin;
}
ul.speakers { margin: 0; padding: 0; display: inline; font-weight: bold; }
ul.speakers li { margin: 0; padding: 0; display: inline; }
ul.speakers li+li:before { content: ", "; margin-left: -0.6em; }

#schedule span.language {
  font-weight: bold;
}

#schedule span.track {
  font-weight: bold;
}

#schedule span.type {
  font-weight: bold;
}

#schedule p.abstract {
  border-top: black dotted 1px;
  font-size: 90%;
  padding: 8px 2px 0px 2px;
}

#schedule span.event-id {
  display: block;
  color: white;
  background-color: black;
  text-align: center;
  padding: 2px;
  width: 3em;
}

#schedule p.title {
  font-weight: bold;
  font-size: 125%;
  margin-bottom: 0;
  padding-bottom: 0;
}

#schedule p.subtitle {
  font-style: italic;
  font-size: 125%;

  margin-top: 0;
}


/* LINKS */

#conference-logo {
	left: 20px;
	top: 20px;
	width: 135px;
	text-align: center;
    display: none;
}

#menu {
	left: 20px;
	top: 170px;
    clear: right;
}

#menu ul {
    height: 4em;
    text-transform: uppercase;
    font-family: SourceCodeProBlack,Arial,Monospace;
    font-size: 14px;
}

#menu ul li {
   overflow: hidden;
   margin-left: 68px;
}

#menu ul li:first-child  {
    display: none;
    position: absolute;
    float: none;
    left: 0px;
    top: 170px;
    width: 27%;
    height: 2em;
}

#menu ul li:first-child + li {
    position: absolute;
    float: none;
    left: 0px;
    top: 140px;
    width: 20%;
    height: 2em;
}

#menu ul li:first-child + li + li {
    position: absolute;
    float: none;
    left: 20%;
    top: 140px;
    width: 20%;
    height: 2em;
}

#menu ul li:first-child + li + li + li {
    position: absolute;
    float: none;
    left: 40%;
    top: 140px;
    width: 20%;
    height: 2em;
}

#menu ul li:first-child + li + li + li + li {
    position: absolute;
    float: none;
    left: 60%;
    top: 140px;
    width: 20%;
    height: 2em;
}

#menu ul li:first-child + li + li + li + li + li {
    position: absolute;
    float: none;
    left: 0px;
    top: 170px;
    width: 20%;
    height: 2em;
}

#menu ul li:first-child + li + li + li + li + li + li {
    position: absolute;
    float: none;
    left: 20%;
    top: 170px;
    height: 2em;
}


#menu ul.track {
  font-size: 0.9em;
  margin-left: 15px;
  width: 120px;
}

#menu li {
	display: block;
}

#menu li span {
	display:  block;

	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

#menu :link,
#menu :visited {
	text-decoration: none;
    color: #fff;
}

#menu span.normal {
	background-color: inherit;
	color: #fff;
}

#menu span.normal:hover {
   text-decoration: underline;
}

#menu span.selected {
	background-color: #999;
	color: #fff;
	font-weight: bold;
}

#menu span.active {
	background-color: #999;
	color: black;
	font-weight: bold;
}

#menu span.active:hover {
	color: #ccc;
}

@media tty {
  table {
    border: medium solid;
  }
}
