a {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover, a:visited:hover {
  color: #3256b6;
}
body {
  font-family: Frutiger, ‘Frutiger Linotype’, Univers, Calibri, ‘Gill Sans’, ‘Gill Sans MT’, ‘Myriad Pro’, Myriad, ‘DejaVu Sans Condensed’, ‘Liberation Sans’, ‘Nimbus Sans L’, Tahoma, Geneva, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
}
h1 {
  font-family: Frutiger, ‘Frutiger Linotype’, Univers, Calibri, ‘Gill Sans’, ‘Gill Sans MT’, ‘Myriad Pro’, Myriad, ‘DejaVu Sans Condensed’, ‘Liberation Sans’, ‘Nimbus Sans L’, Tahoma, Geneva, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
  font-size: 200%;
  font-weight: normal;
}
h3 {
  font-family: Frutiger, ‘Frutiger Linotype’, Univers, Calibri, ‘Gill Sans’, ‘Gill Sans MT’, ‘Myriad Pro’, Myriad, ‘DejaVu Sans Condensed’, ‘Liberation Sans’, ‘Nimbus Sans L’, Tahoma, Geneva, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
  font-size: 150%;
  font-weight: bold;
  margin: 0px;
  border-bottom: solid 1px #000;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  width: 960px;
  text-align: left;
  color: #000;
}
#header-wrapper {
  float: left;
  width: 940px;
  margin: 10px;
  margin-bottom: 0px;
  padding-bottom: 6px;
  border-bottom: 4px solid #000;
}
#header {
  float:  left;
  width:  720px;
  height: 130px;
  font-family: Frutiger, ‘Frutiger Linotype’, Univers, Calibri, ‘Gill Sans’, ‘Gill Sans MT’, ‘Myriad Pro’, Myriad, ‘DejaVu Sans Condensed’, ‘Liberation Sans’, ‘Nimbus Sans L’, Tahoma, Geneva, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
  text-align: left;
}
#site-title {
  color: #000;
  font-size: 250%;
  font-weight: bold;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
#site-title a {
  text-decoration: none;
}
#site-subtitle {
  float: left;
  color: #000;
  font-size: 120%;
  height: 28px;
  margin-top: 2px;
}
#header-pic {
  float: left;
  margin-bottom: 0px;
  height: 130px;
  width: 220px;
}
img#headerpic {
  height: 130px;
}
#main {
  background-color: white;
  float: left;
  width: 100%
}
#content-wrapper {
  float: left;
  width: 480px;
}
#content {
  padding: 10px;
}
#content h1 {
  margin-top: 0;
}
#content h3 a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 100%;
}
#content h3 a:hover {
  color: 3256B6;
}
#content p {
  line-height: 120%;
}
#content .info {
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .entry {
  border-top: solid 4px #000;
  margin-top: 10px;
  padding-top: 10px;
}
#content .first.entry {
  border-top: none;
  margin-top: 0px;
  border-top: 0px;
  padding-top: 0px;
}
#middle-sidebar-wrapper {
  float: left;
  width: 240px;
}
#middle-sidebar {
  padding: 10px;
}
#middle-sidebar p {
  line-height: 120%;
  font-size: 90%;
}
#middle-sidebar h3 {
  border-bottom: solid 1px #000;
  font-weight: normal;
}
#sidebar-wrapper {
  float: left;
  width: 240px;
}
#sidebar {
  padding: 10px;
}
#sidebar h3 {
  border-bottom: solid 1px #000;
  font-weight: normal;
}
#sidebar p {
  line-height: 120%;
  font-size: 90%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
  font-size: 90%;
}
#sidebar li {
  margin-bottom: .25em;
}
#footer {
  float: left;
  font-size: 90%;
  margin: 0px 10px 10px 10px;
  padding-top: 6px;
  width: 940px;
  border-top: solid 4px #000;
}

/* Horizontal Navbar CSS */
ul#menu {
  display:block;
  list-style-type: none;
  float: left;
  width: 714px;
  font-family: Frutiger, ‘Frutiger Linotype’, Univers, Calibri, ‘Gill Sans’, ‘Gill Sans MT’, ‘Myriad Pro’, Myriad, ‘DejaVu Sans Condensed’, ‘Liberation Sans’, ‘Nimbus Sans L’, Tahoma, Geneva, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
  margin: 11px 0px 0px 0px;
  padding: 0px;
  background-color: #000;
  font-color: #fff;
}
ul#menu li{
  display:inline;
  float:left;
  font-weight: bold;
  width: 74px;
  border-right:6px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  margin: auto;
  text-align: center;
}
ul#menu li a{
  display: block;
  text-decoration: none;
  color: #fff;
}
ul#menu li a:hover{
  color: #3256B6;
}
ol.tag_cloud {
  list-style: none;
  padding-left: 0px;
}
.tag_cloud li { display: inline; }
/* hide the extra context from CSS-enabled browsers, but not screenreaders */
.tag_cloud span { position: absolute; left: 0px; top: -500px; width: 1px; height: 1px; overflow: hidden; }

.tag_cloud .size1 { font-size: 1em; }
.tag_cloud .size2 { font-size: 1.3em; }
.tag_cloud .size3 { font-size: 1.6em; }
.tag_cloud .size4 { font-size: 1.9em; }
.tag_cloud .size5 { font-size: 2.2em; }
.tag_cloud .size6 { font-size: 2.5em; }

/* FriendFeed CSS */
#friendfeed {
  font-family: Frutiger, ‘Frutiger Linotype’, Univers, Calibri, ‘Gill Sans’, ‘Gill Sans MT’, ‘Myriad Pro’, Myriad, ‘DejaVu Sans Condensed’, ‘Liberation Sans’, ‘Nimbus Sans L’, Tahoma, Geneva, ‘Helvetica Neue’, Helvetica, Arial, sans-serif !important;
  color: #000 !important;
  border: 0px !important;
}
#friendfeed .feed {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#friendfeed .logo img { 
  display: none;
}
#friendfeed .entry {
  border-bottom: 1px solid #000 !important;
}
#friendfeed .body {
  font-size: 100% !important;
}
#friendfeed .info {
  color: #000 !important;
}
#friendfeed .body a {
  color: #000 !important;
  text-decoration: underline !important;
}
#friendfeed .body a:visited {
  color: #000 !important;
  text-decoration: underline !important;
}
#friendfeed .body a:hover, a:visited:hover {
  color: #3256b6 !important;
  text-decoration: underline !important;
}
#friendfeed .feed .entry .comments { 
  display: none;
}
#friendfeed .feed .entry .comments .comment .quote {
  background: none;
}
#friendfeed .bottom {
  display: none;
}
