html {
   font-family: "palatino", "palatino linotype", serif;
   line-height: 150%;
   padding: 0;
   margin: 0;
}
body {
   margin: 0;
   padding: 1em;
}
cite.article-title {
   font-style: normal;
}
.tag-line {
   font-style: italic;
}
.context {
   position: absolute;
   left: -99999px;
}
.recent {
   display: table;
}
.recent div {
   display: table-cell;
   /*border-left: 3px double #8c030a;*/
   padding: 0 1em;
   /* *display: inline;
   *zoom: 1;
   *height: 100%;
   *vertical-align: top; */
   *float: left;
   *width: 30%;
}

.recent .tweets {
   min-width: 40em;
}
.recent .bookmarks {
   min-width: 10em;
}
.recent .chrome {
   display: block;
   border: 0;
   padding: 0; 
   *float: none;
   *width: auto; 
}
.recent ol {
   list-style: none;
   padding: 0;
   margin: 0;
   border-left: 3px double #8c030a;
   padding: 0 0 0 1em;
}
.recent li {
   padding: 0;
   margin: 1em 0 0 0;
}

html {
   color: white;
   background: black;
   font-family: "gill sans", "gill sans mt", "dejavu sans", "verdana", sans-serif;
}
.content {
   max-width: 60em;
}
.portfolio-examples {
   list-style: none;
}
.portfolio-examples li {
   margin-top: 1em;
   overflow: hidden;
}
.portfolio-examples .has-image{
}
.portfolio-examples .has-image img {
   border: 2px solid transparent;
   float: left;
   margin-right: 1em;
}
.portfolio-examples .has-image:hover img {
   border: 2px solid white;
}
.portfolio-examples .has-image .text {
   vertical-align: top;
}
:link,
:visited {
   color: white;
   background: transparent;
   font-weight: bold;
}
a img {
   border: 2px solid transparent
}
a img:hover {
   border-color: white;
}
.has-image:link,
.has-image:visited
{
   text-decoration: none;
}
.has-image:link .text,
.has-image:visited .text {
   text-decoration: underline
}
.banner {
  background: red;
  font-family: palatino;
  margin: -1em -1em 0 -1em;
  padding: 1px 1em;
}
.banner :link,
.banner :visited {
    text-decoration: none;
}
.banner :link:hover,
.banner :link:active,
.banner :link:focus,
.banner :visited:hover,
.banner :visited:active,
.banner :visited:focus {
    text-decoration: underline
}
