body {
  background: rgb(20, 20, 20);
  font-family: Tahoma, 'Geneva', Verdana;
  color: rgb(100, 100, 100);
}

div {
  line-height: 1.25em;
}

p, ul {
  line-height: 1.2em;
}

p {
  margin: 1em;
}

ul {
  margin: 1em 4em 1em 4em;
  list-style-type: disc;
}

a {
  color: rgb(160, 160, 160);
}

a:hover {
  color: white;
}

em {
  font-weight: bold;
  font-style: italic;
}

h1 {
  color: white;
  font-family: 'Palatino', 'Palatino Linotype', 'Hoefler Text', Times, 'Times New Roman', serif;
  font-size: 3em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.25em;
}

h2 {
  background: rgb(20, 20, 20);
  font-size: 1.2em;
  color: white;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

div#ie6banner {
  width: 100%;
  text-align: center;
  background-color: rgb(230, 230, 190);
  color: rgb(200, 40, 40);
  font-weight: bold;
  padding: 4px;
}

div#ie6banner a {
  color: rgb(130, 20, 20);
}

div#container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 42em;
}

div.time_display {
  margin: 0.1em;
  color: rgb(240, 240, 240);
  font-family: 'Palatino', 'Palatino Linotype', 'Hoefler Text', Times, 'Times New Roman', serif;
}

div#time {
  font-size: 1000%;
}

div#datetime {
  font-size: 600%;
}

div#full_datetime {
  font-size: 400%;
}

div#time_error {
  color: rgb(240, 240, 240);
  font-family: 'Palatino', 'Palatino Linotype', 'Hoefler Text', Times, 'Times New Roman', serif;
}

div#time_container {
  border: medium solid rgb(100, 100, 100);
  margin-top: 3em;
  margin-left: 3em;
  margin-right: 3em;
  text-align: center;
}

div#bottom {
  padding: 1em;
  text-align: left;
}

div#wtf {
  margin-bottom: 2em;
  text-align: center;
}

div.section {
  border: medium solid rgb(100, 100, 100);
  color: rgb(100, 100, 100);
  margin: 3em;
  padding: 1em;
  text-align: left;
}

div#back_to {
  text-align: center;
}

div.section {
  border: medium solid rgb(100, 100, 100);
  color: rgb(100, 100, 100);
  margin: 3em;
  padding: 1em;
  text-align: left;
}

div#top {
  margin-top: 1em;
  margin-bottom: 7em;
}

h1#logo a {
  text-decoration: none;
}

.blog_date {
  font-style: italic;
}

/***** tabs *****/

ul.tabs {
  list-style-type: none;
  width: 26em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

ul.tabs li {
  float: left;
  margin: 0.3em;
}

ul.tabs a {
  text-decoration: none;
  color: black;
  padding: 0.2em 0.5em 0.2em 0.5em;
  background-color: rgb(100, 100, 100);
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

ul.tabs a:hover {
  background-color: rgb(160, 160, 160);
}

ul.tabs a.selected {
  background-color: rgb(160, 160, 160);
}

/***** section headers *****/

h2.section_title {
  top: -1.5em;
}

h2#time_description {
  top: -0.7em;
  width: 10em;
  color: rgb(100, 100, 100);
}

h2#datetime_description {
  top: -0.7em;
  width: 14em;
  color: rgb(100, 100, 100);
}

h2#about {
  width: 4em;
}

h2#mac_widget {
  width: 12em;
}

h2#iphone_app {
  width: 7em;
}

h2#wtf_js {
  width: 9em;
}

h2#wtf_ruby {
  width: 6em;
}

h2#blog1 {
  width: 15em;
}

h2#blog2 {
  width: 18em;
}

h2#blog3 {
  width: 19em;
}

h2#other_software {
  width: 8em;
}

/***** full date time page *****/

div#chrono_details {
  margin: 1em auto 1em auto;
  font-size: 1.2em;
  width: 13em;
  background-color: rgb(30,30,30);
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

div#chrono_details:hover {
  background-color: rgb(50,50,50);
  cursor: pointer;
}

div.chrono_detail {
  font-family: 'Palatino', 'Palatino Linotype', 'Hoefler Text', Times, 'Times New Roman', serif;
}

div.digit_description {
  padding-top: 1em;
}

div.digit_description, div.digit {
  text-align: center;
  text-transform: uppercase;
}

div.digit {
  color: white;
  font-size: 5em;
}

span.digit_detail {
  cursor: pointer;
}

span.digit_detail:hover {
  color: rgb(100, 100, 100);
}

div.trivia {
  font-style: italic;
  font-size: 0.9em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
