@charset "UTF-8";

h1 {
  background: url("../img/h1-philosophy.jpg") no-repeat left top;
  width: 700px;
  height: 100px;
  text-indent: -99999px;
  overflow: hidden;
}

h2, h3, h4, h5, h6 {
  color: #28bcbd;
}

p {
  font-size: 14px;
  color: #4b381d;
}

a:link, a:visited, a:hover, a:active {
  color: #6E68AE;
}

#left-column h2 {
  font-size: 100%;
}

#right-column h3 {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana;
}

#wp-sidebar {
  padding-left: 10px;
}

.commentlist {
  border: 1px solid #dcdcdc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/**/

.main {
  /*border-top: 1px dotted #dcdcdc;*/
  margin-bottom: 1em;
}

.meta {
  margin-bottom: 5em;
}

.headdingImg {
  position: relative;
  width: 700px;
}

/**/
#right-column h3 {
  border-bottom: 1px dotted #dcdcdc;
}

.signature {
  padding: 10px;
  border: 1px solid #dcdcdc;
  background: #f2f0e9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.signature {
  min-height: 0;
  display: inline-table;
}
.signature:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: " ";
}
/* hide MacIE \*/
* html .signature {
  height: 0;
}
.signature {
  display: block;
}
/* */

.signature p {
  margin-right: 10px;
  float: left;
}


/* Profie */

#prof-bio {
  margin-bottom: 1em;
}

#prof-bio dt {
  float: left;
  display: inline;
  width: 6em;
  font-weight: bold;
}

#prof-bio dd {
  margin-left: 6em;
}

#prof-history {}
#prof-history li {
  padding-left: 11px;
  background: url("../img/arrow-b.gif") no-repeat left 0.5em;
}





