body {
  background: #F7F7EB url(/media/images/background.jpg) top left repeat; 
  background: #f8f8ec url(/media/images/lo1_background2.jpg) top left repeat-x;
  background: #f8f8ec url(/media/images/lo1_background4.jpg) repeat-x scroll 0px 00px;
  text-align: center;
  font-size: small;
  font-family: verdana;
  margin: 0px;
  padding: 0px;
}

a {
  outline: none;
}

#header-container {
  background: #000 url(/media/images/header_background.png) top center repeat;
  border-bottom: 3px solid #E6884C;
}

#header {
  width: 850px;
  margin: 0px auto;
  text-align: left;
  position: relative;
  height: 7em;
}

#identity {
  position: absolute;
  top: 20px;
  left: 0px;
  text-decoration: none;
  font-family: verdana;
  font-size: 3em;
  color: #fff;
  background-image: url(/media/images/logo_small-trans.png);
  height: 52px;
  width: 256px;
}

a#identity:hover {
  background-image: url(/media/images/logo_home_small-trans.png);
}

#nav {
  position: absolute;
  top: 1.6em;
  right: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#nav li {
  float: left;
  width: 7.5em;
  margin-left: 2em;
  text-align: center;
}

#nav li a {
  display: block;
  padding: 6px;
  color: #ddd;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: bold;
}

#nav li a:hover,
#nav li.active a,
#nav li.active a:hover {
  background-color: #E6884C;
  padding: 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#nav li a:hover {
  background-color: rgba(230, 136, 76, .4);
}

#nav li.active a span:before {
  content: "[";
}

#nav li.active a span:after {
  content: "]";
}

#nav li .sub-title {
  display: block;
  margin-top: .7em;
  font-size: .825em;
  color: #bbb;
  font-style: italic;
}

#nav li.active .sub-title {
  color: #E6884C;
}

#body-container {
  position: relative;
  width: 850px;
  margin: 0px auto;
  text-align: left;
  margin-top: 20px;
}

#body {
  width: 495px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  
  border: 3px solid #EDEDDC;
  /*border: 1px solid #E6884C;
  border: 1px solid rgba(230,136,76,.8); */
  
  background-color: #fff;
  background-color: rgba(255,255,255,.5);
  padding: 20px 35px;
  
  font-family: Garamond, serif;
  font-size: 1.4em;
  color: #333;
  line-height: 1.5em;

  overflow: auto;
}

#body h1,
#body h2,
#body h3 {
  color: #D0D0C2;
  font-family: verdana, sans-serif;
  margin: 0px -10px;
  padding: .1em 0px;
}

#body h1 { 
    font-size: 1.2em; 
    color: #333; 
    text-transform: uppercase; 
    padding: .2em 0px;
    margin-bottom: .2em;
    text-shadow: 1px 1px 4px rgba(0,0,0,.25); 
}
#body h2 { font-size: 1.0em; color: #777; }
#body h3 { font-size: 1.0em; color: #999; }

#body h4,
#body h5 {
  margin: 0px;
  padding: 0px;
}

#body h1 a,
#body h2 a,
#body h3 a {
  color: inherit;
}

#body h3.published {
  font-family: Garamond, serif;
  font-size: .825em;
  border-bottom: 0px;
  padding-bottom: 0px;
}

#body a {
  font-weight: bold;
  text-decoration: none;
  color: #E6884C;
}

#body a:hover {
  text-decoration: underline;
}

#body dd {
  margin-bottom: 1em;
}

#body p .drop {
  font-size: 330%;
  font-weight: bold;
  float: left;
  padding-right: .1em;
  line-height: .90em;
}

#body img.right {
  float: right;
  border: 1px solid #CABFBA;
  background-color: #EEE;
  padding: 10px;
  margin: 10px;
}

#body img.left {
  float: left;
  border: 1px solid #CABFBA;
  background-color: #EEE;
  padding: 5px;
  margin: 10px 10px 10px 0px;
}

#body a:hover img.left,
#body a:hover img.right {
  border: 1px solid #000;
  background-color: #494949;
}

#body .image-right,
#body .image-left,
#body .image-center {
  width: 220px;
  margin-left: 10px;
  float: right;
  background-color: #EDEDDC;
  color: #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#body .image-left {
  float: left;
  margin-right: 10px;
  margin-left: 0px;
}

#body .image-center {
  width: 420px;
  margin: 0px auto;
  float: none;
}

#body .image-right img,
#body .image-left img,
#body .image-center img {
  margin: 10px 10px 5px 10px;
}

#body .image-right p,
#body .image-left p,
#body .image-center p {
  margin: 0px 10px 0px 10px;
  padding: 0px 0px 10px 0px;
  font-size: .725em;
  font-family: verdana, sans-serif;
  line-height: 1.1em;
  text-align: center;
}

#body pre.code {
    font-size: .825em;
    background-color: #ededdc;
    line-height: 1.1em;
    border-left: 3px solid #333;
    padding: 8px 8px 8px 12px;
    overflow: scroll;
}

#body .blog-entry {
    padding-bottom: .8em;
    margin-bottom: .8em;
    border-bottom: 3px solid #ededdc;
}

#body .blog-entry img {
    border: 3px solid #ededdc;
}

#body .previous-entries {
    display: block;
    margin-top: 1em;
}

#sidebar {
  position: absolute;
  width: 270px;
  top: 0px;
  right: 0px;
  text-align: right;
}

#sidebar img {
  background: #ddd url(/media/images/logo_back_2.jpg) center center no-repeat;
}

#footer {
  text-align: left;
  width: 495px; 
  padding: 20px 35px;
  color: #AAAA9B;
  font-size: .8em;
}

#quotes {
  margin: 0px 20px;
  font-size: 1.8em;
  text-align: center;
  font-family: garamond, serif;  
}

#quotes dt {
  margin-top: 2em;
  color: #444;  
}

#quotes dd {
  margin: 0px;
  padding: 0px;
  font-size: .8em;
  margin-top: .5em;
  color: #E6884C;
}

a.portfolio-entry {
  width: 150px;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  overflow: hidden;
  height: 180px;
  line-height: 1em;
}

#body a.portfolio-entry:hover {
  text-decoration: none;
}

#body a.portfolio-entry:hover span {
  text-decoration: underline;
}

#body a.portfolio-entry:hover img {
  border-color: #e6884c;
}

.portfolio-entry img {
  border-width: 5px;
  border-color: #ededdc;
}

.portfolio-entry span {
  display: block;
  font-size: .825em;
  padding: 0px 5px;
}

.portfolio-image {
  margin-top: 1em;
}

.portfolio-roles,
.portfolio-link,
.portfolio-description {
  margin-top: .5em;
}
