
/**  palette

     bg gray: #282828
   dark blue: #1f4159
      orange: #cb7a00
  light blue: #6da1c8
   text gray: #ddd
  link hover: #fff

**/

@import url('http://fonts.googleapis.com/css?family=Ubuntu:bolditalic');

* {
  color: #ddd;
  font-family: arial, helvetica, 'Nimbus Sans L', 'Free Sans', sans-serif;
  font-size: 20px;
  line-height: 35px;
}

body {
  background: #282828 url('/media/bg.png') top left repeat-x scroll;
}

#container {
  margin: 0 auto;
  width: 800px;
}

h1 {
  font-family: ubuntu, arial, helvetica, 'Nimbus Sans L', 'Free Sans', sans-serif;
  font-style: italic;
  font-weight: bold;
}

h2 { font-weight: normal; }

a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 1px;
  text-decoration: none;
}
a:link, a:visited {
  border-bottom-color: #ddd;
  color: #ddd;
}
a:hover, a:active {
  border-bottom-color: #fff;
  color: #fff;
}

ul {
  list-style-type: none;
}

.header {
  text-align: right;
  height: 130px;
}
.header h1 {
  font-size: 40px;
  line-height: 95px;
  margin-right: 35px;
}

.content {
  margin-bottom: 50px;
  overflow: hidden;
}

.content h2 {
  border-right: 2px solid #cb7a00;
  font-size: 25px;
  color: #6da1c8;
  float: left;
  margin-right: 20px;
  padding-right: 18px;
  text-align: right;
  width: 150px; /* 150 + 20 + 18 + 2 = 170 */
}

.connecting li {
  float: left;
  padding-left: 5px;
  padding-right: 40px;
}

.working {
  margin-bottom: 30px;
}
.working a {
  border: 1px solid #282828;
  display: block;
  float: left;
  padding: 2px;
}
.working a:hover, .working a:active {
  border: 1px solid #fff;
}
.working ul {
  overflow: hidden;
}
.working li {
  float: left;
  padding: 0 19px 19px 0;
}

.talking ul {
  overflow: hidden;
}
.talking li {
  padding-bottom: 20px;
  padding-right: 20px;
  width: 580px;
}
.talking .more {
  margin-left: 190px;
}
