/*
 * Congress2011 - BehindEnemyLines Fahrplan Stylesheet
*/
 
@font-face {
    font-family: Signika;
    src: url('../fonts/Signika-Regular.ttf');
}
@font-face {
    font-family: Signika;
    font-weight: bold;
    src: url('../fonts/Signika-Bold.ttf');
}
@font-face {
    font-family: Signika-Light;
    src: url('../fonts/Signika-Light.ttf');
}
@font-face {
    font-family: Signika-Semibold;
    src: url('../fonts/Signika-Semibold.ttf');
} 

 body {
  background: #000 url(http://events.ccc.de/congress/2011/wiki/skins/behindenemylines/gitter.png) repeat;
  color: #A3CC8B;
  font-family: Signika, Signika-Light, Signika-Semibold;
  margin: 0px 0px 0px 0px;
  height:100%;
}

.feedback a{
  color: white;
}

@media print {
  .noprint {
    display: none;
  }
}

#content {
  position: absolute;
  top: 60px;
  left: 190px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  clear:  both;
  right: 2em;
  color: #A3CC8B;
  font-family: Signika-Light;
  background: #000 url(http://events.ccc.de/congress/2011/wiki/skins/behindenemylines/logo_klein.png) top right no-repeat;
}

:link {
	position:relative;
	z-index:4;	
}

:link, :visited {
  text-decoration: none;
  color: #38A535;
}

:link:hover, :visited:hover {
  text-decoration: underline;
}

div.section {
  clear:  both;
  margin: 20px;
}


/* TEXT */

p.release {	
  position:relative;
  z-index:4;
  margin: -32px 0px 140px 0px;
  padding: 5px 10px 5px 10px;
  height:22px;
  float: right;
  color: #FF0000;
  background-color: #000;
  font-size: 100%;
}

p.intro {
	font-size: 150%;
	margin-left: 20px;
	font-family: Signika-Light; 
	color: #A3CC8B;
	position:relative;
	z-index:4;
}

p.intro em {
	font-family: Signika-Light; 
	color: #A3CC8B;
	position:relative;
	z-index:4;
}


/* 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 #6F0;
}

#speaker img.event-image,
#event img.speaker-image {
	height: 48px;
}

#event-index img.event-image,
#speaker-index img.speaker-image {
  float: left;
  margin-right: 10px;
  height: 48px;
  width: 48px;
}

#event-index td.event p,
#speaker-index td.speaker p {
  margin-left: 60px;
}


/* INFOBOXES */

#infobox {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  width: 250px;
  min-width: 250px;
  border: 1px solid #444;
  padding: 1px;
}

#infobox table {
  width: 100%;
}

#infobox td.keyword {
  text-align: right;
  padding-right: 5px;
  width: 25%;
  color: #A3CC8B;
}

#infobox td.value {
  text-decoration:underline;
  text-align: left;
  padding-left: 5px;
  color:#A3CC8B;
  background: none;
}

#infobox td.feedback {
  background-color: #6F0;
  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: separate;*/
}

th {
  background-color:#333;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 2px;
  	position:relative;
	z-index:4;
}

td {
  padding: 2px;
  vertical-align: top;
  text-align: left;
  	position:relative;
	z-index:4;
}


/* EVENT */

#event h1.title {
  margin-bottom: 5px;
}

#event p.subtitle {
  font-family: Signika-Light;
  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: 2px;
	background: none;
	color: #0F0;
	border-style: solid;
	border-width: 1px;
	border-color: #0F0;
}

#navigation span.previous {
	float: left;
}

#navigation span.next {
	float: right;
}

#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-family: Signika-Light;
  font-style: italic;
  font-size: 140%;
  margin-top: 5px;
}


/* COLOURS: EVENT INDEX, SPEAKER INDEX, EVENT DETAIL */

#event-index th, #speaker-index th, #infobox th {
	background: none;
	color: #0CFF00;
}


#event-index td, #speaker-index td, #infobox td {
	background-color: #002D00;
}

#event-index td.track-community {
  background-color: #003500;
}

#event-index td.track-culture {
  background-color: #000F00;
}

#event-index td.track-hacking {
  background-color: #002100;
}

#event-index td.track-making {
  background-color: #001E00;
}

#event-index td.track-science {
  background-color: #002300;
}

#event-index td.track-society {
  background-color: #002600;
}


/* SCHEDULE */



#schedule th {
  padding: 10px;
  background: none;
  color: #0CFF00;
}

#schedule td {
  padding: 4px;
}

#schedule td.time {
  font-size: 120%;
  vertical-align: top;
  background: none;
  color: #0CFF00;
  padding: 2px;
  border:none;
}

#schedule td.empty {
  background-color: #000;
}

#schedule td.event {
  background-color: #002D00;
  padding: 2px;
}

#schedule td.conflict {
  background-color: red;
  border-color: white;
  border-style: solid;
  border-width: 0.01cm;
}

#schedule td.track-community {  
	background-color: #003500;
}

#schedule td.track-culture {
  background-color: #000F00;
}

#schedule td.track-hacking {
  background-color: #002100;
}
#schedule td.track-making {
  background-color: #001E00;
}
#schedule td.track-science {
  background-color: #002300;
}
#schedule td.track-society {
  background-color: #002600;
}
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: ", ";
 }
#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-family: Signika-Light;
  font-weight: bold;
  font-size: 125%;
  margin-bottom: 0;
  padding-bottom: 0;
}

#schedule p.title a {
  font-family: Signika-Light;
  color: #FFF;
  margin-bottom: 0;
  padding-bottom: 0;
}

#schedule p.subtitle {
  font-family: Signika-Light;
  font-style: italic;
  font-size: 125%;
  margin-top: 0;
}

#schedule td, tr {
	border: 0.5px solid #030;
	border-collapse:collapse;
}

/* LINKS */
#conference-logo {
	position: absolute;
	background: url(http://events.ccc.de/congress/2011/wiki/skins/behindenemylines/logo_hintergrund.png) no-repeat;
	height: 420px;
	width: 432px;
	z-index:3;
}
#conference-logo a {
	visibility:hidden;
}
#menu {
	position: absolute;
	top: 0px;
	width: 150px;
	max-width: 150px;
	height:580px;
	min-height:100%;
	background-color: #000;
	/*padding: .3em 1em .3em 1.3em;*/
}
#menu ul {
	padding: 0;
	margin: 0;
	position:relative;
	z-index:4;
	background:none;
	margin-top:100%;
	margin-left:20px;
	height:250px;
	width: 130px;
}
#menu ul.track {
  font-size: 0.9em;
  margin-left: 5px;
  width: 120px;
}
#menu li {
	list-style-type: none;
	/*list-style-type: square;
	list-style-image: url(http://events.ccc.de/camp/2011/wiki/skins/Camp2011/bullet.gif);*/
}
#menu li span {
	display:  block;
	font-size: 75%;
	text-align: left;
	font: sans-serif;
}
#menu :link,
#menu :visited {
	text-decoration: none;
	color: #6B6B6B;
}
#menu span.normal {
	font-family: Signika-Light;
	color: #0CFF00;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	line-height:20px;
}
#menu span.normal:hover {
	color: #FF0000;
}
#menu span.normal:active {
	color: #FF0000;
}
#menu span.selected {
	background-color:#999;
	color: #fff;
	font-weight: bold;
}
#menu span.active {
	background-color:#999;
	color: white;
	font-weight: bold;
}
#menu span.active:hover {
	color:#ccc;
}
@media tty {
  table {
    border: medium solid;
}}
@media print {
  #content {
    left: 0px;
  }
}