html, body {
  height: 100%;
}
body {
  color: #000;
  background-color: #fff;

  background-image: url('./i/web.2.6.gif');
  background-repeat: no-repeat;
  background-position: 95% 6.4em;

  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}

div#body  {
  position: relative;
  min-height: 100%;
}

img {
  border: none;
}

div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clearLeft {
  clear: left;
}
.clearRight {
  clear: right;
}
.cleaner {
  clear: both;
  font-size: .1em;
}
.relative {
  position: relative;
}

a {
  /*color: #900;*/
  color: #e52;
  text-decoration: underline;
}
a:hover {
  /*color: #900;
  text-decoration: underline;*/
  color: #fff;
  /*background-color: #900;*/
  background-color: #e52;
  text-decoration: none;
}
a.current {
  color: #900;
}
span.current {
  color: #900;
}

/** top: logo, menu **********************************************************/


#top {
  border-top: solid 6px #ffefd5;
  height: 9.5em;

  /*padding: 0 15%;*/
}
.reflections  #top {
  border-color: #46b;
}
.pro  #top {
  border-color: #e52;
}
.misc  #top {
  border-color: #293;
}

#logo {
  /*float: left;*/
  width: 68em;
  margin: 0 auto;

  color: #999;
  text-align: left;
  vertical-align: bottom;
  margin-top: 3em;
}
#logo  a:hover {
  background-color: transparent;
}


#menu {
  float: right;

  font-size: 1.1em;
  text-align: right;
  width: 50%;
}

#menu  a,
#menu  span {
  float: right;
  padding: 75px 2em .2em .4em;
  margin-left: 1em;
}
#menu  a:hover {
  background-color: #ffefd5;
  text-decoration: none;
}
#menu  span {
  color: #fff;
}


/** content ******************************************************************/


#content {
  font-size: 1em;

  /*padding: 0 15%;*/
  width: 68em;
  margin: 0 auto;

  /*width: 80%;
  min-width: 900px;
  max-width: 1100px;*/
}

#content  h1 {
  color: #000;
  font-size: 1.6em;
  font-weight: normal;
  margin: 1em 0 1em 5px;
}
#content  h1  em {
  color: #fff;
  background-color: #333;
  padding: 0 5px 1px 5px;
  font-style: normal;
}

#content  h2 {
  color: #000;
  font-size: 1.4em;
  font-weight: normal;
  margin: 1em 0 .5em 0;
}

#content  h3 {
  color: #000;
  font-size: 1.2em;
  font-weight: normal;
  margin: .4em 0 .2em 0;
}

#content  h1.first,
#content  h2.first,
#content  h3.first {
  margin-top: 0;
}

#content  p {
  margin: 0 0 .7em 0;
}


/*#content  ul {
  margin-top: 0;
  margin-bottom: .7em;
}

#content  .nobr {
  white-space: nowrap;
}

#content  hr {
  width: 100%;
  height: 1px;
  border: none;
  border-top: dashed 1px #090;
  margin: 20px 0;
}*/


/**** content: homepage ******************************************************/

#content.homepage  .above-the-fold {
  float: left;
  width: 65%;

  background-color: #ffefd5;

  margin: 0 5% 3.3em 0;
  height: 1%; /* Holly hack */
}
#content.homepage  .above-the-fold  a.img {
  display: block;
  margin: 10px 10px 8px 10px;
}
#content.homepage  .above-the-fold  img {
  display: block;
}
#content.homepage  .above-the-fold  h2 {
  font-size: 1.5em;
  margin: .4em 10px 0 10px;
}
#content.homepage  .above-the-fold  .date {
  color: #999;
  font-size: .85em;
  margin: 0 10px 0 10px;
}
#content.homepage  .above-the-fold  p {
  margin: .5em 10px 8px 10px;
}

#content.homepage  .above-the-fold.pro  img {
  /*border: solid 1px #e52;*/
}
#content.homepage  .above-the-fold.pro  h2  a {
  color: #e52;
}
#content.homepage  .above-the-fold.pro  h2  a:hover {
  color: #fff;
  background-color: #e52;
}


#content.homepage  .about {
  float: right;
  width: 30%;
}
#content.homepage  .about  p {
  padding: 7px 10px 0 10px;
}


#content.homepage  .column  {
  width: 30%;
  border-top: solid 5px #999;
}
#content.homepage  .column.motley  {
  float: left;
  border-color: #46b;
}
#content.homepage  .column.pro  {
  margin: 0 auto;
  border-color: #e52;
}
#content.homepage  .column.misc  {
  float: right;
  border-color: #293;
}

#content.homepage  .column  p {
  margin: .8em 10px 1em 10px;
}

#content.homepage  .column.motley  p {
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 20px;
}
#content.homepage  .column.motley  p.lj {
  /*background-image: url('./i/motley.lj.png');*/
}
#content.homepage  .column.motley  p.twitter {
  /*background-image: url('./i/motley.twitter.png');*/
}
#content.homepage  .column.motley  p.delicious {
  /*background-image: url('http://delicious.com/favicon.ico');*/
}

#content.homepage  .column.motley  .date {
  color: #999;
  font-size: .85em;
  margin-left: .3em;
}


/**** content: motley ********************************************************/

#content.motley  h1  em {
  background-color: #46b;
}

#content.motley  .column2 {
  height: 1%; /* Holly hack */
  margin-bottom: 3.3em;
}

#content.motley  .column2.lj {
  float: left;
  width: 65%;
}
#content.motley  .column2.lj  .entry {
  /*background-image: url('./i/motley.lj2.png');*/
  background-repeat: no-repeat;
  background-position: 98% 10px;
  /*padding-left: 22px;
  margin-left: 10px;
  margin-right: 1em;*/
  padding: 7px 10px 8px 10px;
  margin-bottom: 2px;
}
#content.motley  .column2.lj  .entry.first {
  background-image: url('./i/motley.lj.png');
  background-color: #e8e8e8;
  margin-bottom: 5px;
}

#content.motley  .column2.lj  .entry  h3 {
  /*line-height: 1.08em;*/
  margin: 0 0 .1em 0;
}

#content.motley  .column2.lj  .entry  h3  a {
  /*color: #444;*/
}
#content.motley  .column2.lj  .entry  h3  a:hover {
  /*color: #fff;
  background-color: #444;*/
}
#content.motley  .column2.lj  .entry  h3  .date {
  color: #999;
  font-size: .7em;
}
#content.motley  .column2.lj  .entry.first  h3  a {
  /*color: #000;*/
}
#content.motley  .column2.lj  .entry.first  h3  a:hover {
  /*color: #fff;
  background-color: #000;*/
}

#content.motley  .column2.lj  .entry  p {
  margin: .3em 0 0 0;
}

#content.motley  .column2.twitter {
  float: right;
  width: 30%;
}
#content.motley  .column2.twitter  p {
  /*background-image: url('./i/motley.twitter2.png');*/
  background-repeat: no-repeat;
  background-position: 96% 10px;
  /*padding-left: 20px;*/
  padding: 7px 10px 8px 10px;
  margin: 0;
}
#content.motley  .column2.twitter  p.first {
  background-image: url('http://twitter.com/favicon.ico');
  background-color: #ddeef6;
  margin-bottom: 5px;
}
#content.motley  .column2.twitter  a {
  color: #999;
  font-size: .85em;
  white-space: nowrap;
  text-decoration: none;
}
#content.motley  .column2.twitter  a {
  background-color: transparent;
}

#content.motley  .column3 {
  width: 30%;
  height: 1%; /* Holly hack */
  margin-bottom: 1em;
}
#content.motley  .column3  .entry {
  padding: 7px 10px 8px 10px;
}
#content.motley  .column3  .entry.first {
  margin-bottom: 5px;
}
#content.motley  .column3  .entry  h3 {
  margin: 0 20px 0 0;
}
#content.motley  .column3  .entry  h3  .date {
  color: #999;
  font-size: .7em;
  white-space: nowrap;
}

#content.motley  .column3.picd {
  float: none;
  margin: 0 auto;
}
#content.motley  .column3.picd  .entry {
  /*background-image: url('./i/motley.picd2.png');*/
  background-repeat: no-repeat;
  background-position: 96% 10px;
  /*padding-left: 20px;
  margin: 0 10px;*/
}
#content.motley  .column3.picd  .entry.first {
  background-image: url('./i/motley.noteit.png');
  background-color: #ccffd8;
}
#content.motley  .column3.picd  p {
  margin: .6em 0 0 0;
  overflow: hidden;
}
#content.motley  .column3.picd  p  img {
  border: solid 1px #ccc;
  padding: 1px;
  background-color: #fff;
}

#content.motley  .column3.delicious {
  float: left;
}
#content.motley  .column3.delicious  .entry {
  /*background-image: url('./i/motley.delicious2.png');*/
  background-repeat: no-repeat;
  background-position: 96% 10px;
  /*padding-left: 20px;
  margin: 0;*/
}
#content.motley  .column3.delicious  .entry.first {
  background-image: url('http://delicious.com/favicon.ico');
  background-color: #dfe5eb;
}
#content.motley  .column3.delicious  .entry  div.date {
  color: #999;
  font-size: .85em;
  margin: 0 0 .2em 0;
}
#content.motley  .column3.delicious  p {
  margin: .3em 0 0 0;
}

#content.motley  .column3.lastfm {
  float: right;
}
#content.motley  .column3.lastfm  .entry {
  /*background-image: url('./i/motley.lastfm2.png');*/
  background-repeat: no-repeat;
  background-position: 96% 10px;
  /*padding-left: 20px;
  margin: 0;*/
}
#content.motley  .column3.lastfm  .entry.first {
  background-image: url('./i/motley.lastfm.png');
  background-color: #fadcd9; /*#f8d0cd; #f6c4c0;*/
}
#content.motley  .column3.lastfm  .entry  .date {
  color: #999;
  font-size: .85em;
  /*margin: 0 0 .7em 0;*/
}
#content.motley  .column3.lastfm  .entry  h3 {
  font-size: .9em;
}
#content.motley  .column3.lastfm  .entry  h3  a {
  font-size: 1.3em;
}
#content.motley  .column3.lastfm  .entry  h3  span {
  color: #999;
  white-space: nowrap;
}
#content.motley  .column3.lastfm  .entry  h3  span.date {
  color: #999;
  font-size: .95em;
  white-space: nowrap;
}
/*#content.motley  .column3  p {
  margin-left: 10px;
}*/


/**** content: pro ***********************************************************/

#content.pro  h1  em {
  background-color: #e52;
}
#content.pro  h2  em,
#content.pro  h3  em {
  color: #e52;
  padding: 0 .25em;
  font-style: normal;
}

#content.pro  p {
  margin-left: 10px;
}


/**** content: misc **********************************************************/

#content.misc  h1  em {
  background-color: #293;
}
#content.misc  h2 {
  clear: left;
  text-align: right;

  color: #293;
  padding: 0 .25em;
  margin: 0;
}
#content.misc  h2.first {
  margin-top: 2em;
}


#content.misc  .site {
  width: 31%;
  float: left;
  margin: 0 8px 3em 8px;

  height: 1%; /* Holly hack */
}
#content.misc  .site  h3 {
  margin: 0 0 .2em 0;
}
#content.misc  .site  h3  img {
  float: left;
  margin: .2em .4em .2em 0;
}
#content.misc  .site  h3  a {
  color: #555;
}
#content.misc  .site  h3  a:hover {
  color: #fff;
  background-color: #555;
  text-decoration: none;
}
#content.misc  .site  p {
  color: #999;
  font-size: .7em;
  margin: 0;
}


/** bottom *******************************************************************/

#bottom {
  /*position: absolute;
  bottom: 0;*/ /* to avoid vertical scrollbar in Opera, use '1px' */
  margin: 0;
  clear: both;
 
  background-color: #ffefd5;
  color: #999;
  font-size: .85em;
  text-align: center;
  padding: 6px 15%;
}
#bottom-title {
  float: left;
  padding-left: 10px;
}
#bottom-author {
  float: right;
  padding-right: 10px;
}


/** (fixed header) ***********************************************************/

/*body {
  background: none;
}
#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  background-image: url('./i/web.2.6.gif');
  background-repeat: no-repeat;
  background-position: 95% 6.4em;

  z-index: 1;
}
#content {
  margin-top: 7em;
}*/

