/* CSS styles for osdevcon.org */
/* (c) 2007 Martin Man <mman@martinman.net> */

body {
  font-family: "Trebuchet MS", "Tahoma",
	  "Verdana", "Arial", "Bitstream Vera Sans", sans-serif;
}

#header {
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.2em;
  margin: 0;
}

#header span#open span#solaris {
  font-size: 100%;
  text-transform: lowercase;
}

#header span#devcon {
  font-size: 80%;
  text-transform: lowercase;
}

#header span#prague {
  font-size: 40%;
  line-height: 2em;
  letter-spacing: 0.05em;
}

#navigation {
  font-size: 0.9em;
  font-weight: normal;
}

#navigation li {
}

#navigation li a.selected {
  font-weight: bold;
}

#content {
  font-size: 0.9em;
}

#ns {
  color: #888888;
}

h1 { font-size: 155%; }
h2 { font-size: 140%; }
h3 { font-size: 125%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }


#subcontent {
  font-size: 1em;
}

tr.date {
  font-weight: bold;
}

tr.rooms {
  font-weight: bold;
}

td.time {
  font-weight: normal;
}

#footer {
  font-size: 0.7em;
}

.note {
  font-weight: normal;
  font-style: italic;
}


/* vim: set et ts=2 sw=2 tw=78: */
