body {
   //background-image: url(/media/templates/npx/img/npxdesigns-txt-logo.png);
   background-image: url(/media/templates/npx/img/icl-bg-pale.png);
   background-repeat: no-repeat;
   background-position: 20px 20px;
   margin: 30;
   padding: 0;
   font-size: 18px;
   font-family: "Lucida Grande", verdana, arial, sans-serif;
   color: #111;
   background-color: #fff;
}

h1#title span#title {
   display: none;
}

div#logo a {
   background-image: url(/media/templates/npx/img/npxdesigns-txt-logo.png);
   background-repeat: no-repeat;
   height: 125px;
   position: absolute;
   left: 18px;
   top:  10px;
   margin-top: 0px;
   width: 350px;
   padding-bottom: 35px;
   z-index: 0;
   border-bottom: none;
}

div#logo a span { display: none; }

div#logo a:hover {
  background-color: #fff;
}

div#nav {
   position: absolute;
   top: 1em;
   margin-top: 126px;
   margin-left: -27px;
   z-index: 3;
}

body.home div#nav {
   position: relative;
   margin-top: -70px;
   margin-left: -10px;
}

div#nav a {
   font-size: 18px;
}

div#nav ul li {
   list-style-type: none;
}

div#nav a:link, div#nav a:visited {
   text-decoration: none;
   border-bottom: none;
}

h1 {
    font-size: 1.3em;
    color: #444;
}

h2 {
    font-size: 1.15em;
    color: #444;
}

h3 {
    font-size: 1.0em;
    color: #444;
}

a:hover {
  color: red;
  background-color: #ffe4e1;
}

a.external, a[href ^="http://"] {
   background: url(/media/templates/npx/img/external-link.gif) right center no-repeat;
   padding-right: 12px;
}

a.ponybadge {
   background: none;
   padding-right: 0;
   border-bottom: none;
}

a {
   color: #444444;
   border-bottom: dotted 1px #8A8A41;
   text-decoration: none;
}

a.selected { color: red; }

div#nav a:hover {
   color: red;
   font-style: bold;
   font-size: 20px;
}

div#home {
   position: absolute;
   left: 400px;
   top: 250px;
   width: 25%;
   color: #444430;
   padding: 0 0 0 0;
   line-height: 1.5em;
}

div#home #recent {
   margin-top: 5em;
   margin-bottom: 1em;
   width: 400px;
}

div#home #recent strong {
   color: red;
}

//#home p {
//   width: 100%;
//}

a.rss {
    color: red;
    background: url(/media/templates/npx/img/feed-icon-14x14.png) right top no-repeat;
    padding-right: 17px;
    border-bottom: none;
}

div#nav ul.nav0 {
   width: 130px;
   float: left;
}

div#nav ul.nav1 {
   width: 170px;
   float: left;
}

div#nav ul.nav2 {
   width: 240px;
   float: left;
   padding-left: 50px;
}

div#postnav {
  width: 600px;
  clear: both;
  padding-left: 12px;
  font-size: 16px;
  padding-top: 17em;
}

div.copyright {
  font-style: italic;
  padding-top: 4em;
  padding-left: 1em;
  font-size: 12px;
}


body.home div.copyright {
  display: none;
}

div.gallery {
  width: auto;
}

div.gallery a {
   border-top: none;
   border-bottom: none;
}

a.noline {
   border: none;
}

div#home p {
   width: 25em;
}

div.caption {
   font-size: 10px;
   font-style: italic;
   margin-bottom: 1em;
   width: 50em;
}

div.post {
   margin-top: 4em; 
   width: 600px;
}

span.post {
   font-size: 10px;
   color: #777; 
}

div.post h2 { // For post headlines inside pages
   padding-bottom: 0px;
   margin-bottom: 0px;
}

p.blogPageRef {
   font-size: 16px;
}

div#user {
   text-align: right;
   font-size: 9px;
}

span.updated {
   color: #777;
   font-size: 10px;
}

span.private {
   font-style: italic;
}

div#edit {
   background-color: #ffe4e1;
}

body.home div#edit {
   position: absolute;
   top: 550px;
   width: 900px;
}

body.home {
   background-image: url(/media/templates/npx/img/npxdesigns-bg-icl-5.png);
   background-repeat: no-repeat;
   background-position: 30px 30px;
}

body.home div#postnav {
   position: absolute;
   left: 12px;
   top: -70px;
   font-size: 16px;
}

body.home div#nav ul.nav0 {
   position: absolute;
   left: 412px;
   padding: 0 0 0 0;
   top: 440px;
   margin: 0;
}

body.home div#nav ul.nav0 li a {
   color: red;
   font-size: 22px;
}

body.home div#logo a {
   background-image: url(/media/templates/npx/img/npxdesigns-txt-logo.png);
   background-repeat: no-repeat;
   position: absolute;
   left: 410px;
   top:  30px;
   margin-top: 0px;
   width: 450px;
   height: 100px;
   padding-bottom: 35px;
   border-bottom: none;
}

body.home #recent {
   position: absolute;
   left: 0;
   top: 350px;
}

.footnote {
   font-size: 12px;
}

td.booktitle {
   font-size: 22px;
   color: #222;
   padding-bottom: 1em;
}

td.bookfield {
   vertical-align: top;
   width: 10em;
   font-weight: bold;
}

form p label {
   width: 8em;
   float: left;
   text-align: right;
   margin-right: 0.5em;
   display: block
}
