/*
-----------------------------------------------
Site Title
Author:   Tim Anderson-Bonsor
Version:  Date V1.0
----------------------------------------------- */
 

/* =Global Structure
----------------------------------------------- */
body {
 margin: 0;
 background: #fff url(images/bg.jpg) 0 -20px repeat-x;
 font: 14px/19px arial, "Lucida Grande";
 color: #57565b;
}
  body#home {
   background: #fff;
  }
.inner {
 margin: 0 auto;
 width: 860px;
}
:focus {
 -moz-outline-style: none;
}
.container {
 position: relative;
}
.container#header {background: transparent url(images/bg-header.jpg) 50% 0 no-repeat;}
.container#main {
 background: transparent url(images/bg-main.jpg) 50% 0 no-repeat;
 z-index: 2;
}
.container#footer {background: transparent url(images/bg-footer.jpg) 50% 0 no-repeat;}
img {
 border: 0;
}
  .alignright,
  #home-post img.alignright {
   float: right;
   margin: 3px 0 15px 14px;
  }
  .alignleft {
   float: left;
   margin: 3px 14px 15px 0;
  }
a{
 color: #e51f1f;
 color: #034ea2;
 text-decoration: none;
}
a:visited {
 color: #799fc9;
}
a:hover {
 text-decoration: underline;
}
a:active
{
  outline: none;
}
/* =General Classes
----------------------------------------------- */
.image-replace,
.image-replace a {
 text-indent: -9999px;
 display: block;
 font-size: 1px;
 text-decoration: none;
 border: 0;
 margin: 0;
 padding: 0;
}
.align-right {
 text-align: right;
 display: inline;
 width: 50%;
 float: right;
}
.align-left {
 text-align: left;
 display: inline;
 width: 50%;
 float: left;
}
.clearer {
 display: block;
 font-size: 1px;
 height: 1px;
 overflow: hidden;
 margin: 0;
 padding: 0;
 line-height: 0;
 clear: both;
 float: none;
}
.blue {color: #2d429d}
.green {color: #6cc153}
.off-white {color: #fcf7da}
.pink {color: #f98ed4}
/* =Homepage
----------------------------------------------- */
.home-div,
.home-div img {
 float: left;
}
.outer {
 width: 995px;
 margin: 0 auto;
}
#home-left {
 width: 508px;
}
#home-middle {
 width: 215px;
}
#home-right {
 width: 272px;
}
#home-post {
 border: 4px solid #034ea2;
 border-width: 0 4px;
 width: 444px;
 margin: 0 18px 0 12px;
 padding: 0 20px 0 14px;
 font-size: 12px;
  min-height: 700px;
}
#home-post p {
 line-height: 22px;
 margin: 0 0 10px 0;
}
.pgee-read-more,
.pgee-read-more a {
 white-space: nowrap;
 color: #034ea2;
}
/* =Leftbar Structure
----------------------------------------------- */
#content {
 float: left;
 width: 530px;
 padding: 15px 0 25px 25px;
}
.blog-post {
 border-bottom: 1px dashed #98acd1;
}
.postmetadata {
 font-size: 12px;
}
.postmetadata a,
.postmetadata a:visited {
 color: #799fc9;
}
/* =Rightbar Structure
----------------------------------------------- */
#side-bar {
 float: right;
 width: 255px;
 padding: 10px 0 10px 15px;
 margin: 5px;
 background: transparent url(images/bg-side.gif) 0 0 repeat-x;
 font-size: 13px;
}
#side-bar a {
 text-decoration: none;
 color: #034ea2;
}
#side-bar li {
 color: #799fc9;
}
#side-bar a:hover {
 text-decoration: underline;
}
/* =Header
----------------------------------------------- */
#header {
 height: 244px;
}
/* =Footer
----------------------------------------------- */
#footer {
 height: 211px;
 position: relative;
 top: -80px;
 z-index: 1;
}
#footer-center {
 width: 860px; 
 position: absolute;
 bottom: 0;
}
#footer-center p {
 text-align: center;
 margin: 0;
 font-size: 12px;
 color: #af9131;
}
/* =Titles
----------------------------------------------- */
h1#icon a {
 background: transparent url(images/logo.gif) 0 0 no-repeat;
 width: 283px;
 height: 117px;
 position: relative;
 left: 0;
 top: 89px;
}
h2 {
 font-size: 18px;
 margin: 1em 0 .2em;
 color: #26252a;
}
  h2#comments {
   margin-top: 40px;
   border-top: 1px solid #ccc;
   padding-top: 20px;
   color: #999;
  }
  h2.pagetitle {
   font-size: 20px;
  }
  h2 a,
  h2 a:visited {
   color: #26252a;
   text-decoration: none;
  }
  h2 a:hover {
   text-decoration: underline;
  }
  #home-post h2 {
   margin-top: 30px;
   float: left;
   clear: both;
   width: 100%;
  }
h3 {
 font-size: 13px;
 color: #6dc252;
 color: #26252a;
 margin: 20px 0 0;
}
  #content h3 {
   clear: both;
   font-size: 15px;
   border-bottom: 1px dashed #98acd1;
   padding-bottom: 10px;
   margin-top: 30px;
  }
  h3#archive-title {
   margin-top: 30px;
  }
h4 {
 font-size: 14px;
 margin: 0 0 .2em;
 color: #26252a;
}
h5 {
 font-size: 13px;
 margin: 0;
 color: #6dc252;
   color: #0751a3;
}
  ul.commentlist li h5 {
   color: #0751a3;
  }
  #home-post h5 {
   margin-bottom: 10px;
   float: left;
   clear: both;
   width: 100%;
   color: #034ea2;
  }
/* =Navigation + =Links
----------------------------------------------- */
#nav {
 position: absolute;
 bottom: 0;
 margin: 0 12px;
}
#nav li,
#nav li a {
 display: block;
 float: left;
}
#nav li a {
 background: #2a4869 url(images/bg-nav.gif) 0 100% repeat-x;
 text-decoration: none;
 width: 6em;
 text-align: center;
 padding: 8px 2px;
 margin-right: 4px;
 color: #fff;
}
#nav li a:hover {
 background: #2a4869 url(images/bg-nav.gif) 0 20px repeat-x;
 color: #fff;
}
#nav li.selected a {
 background: #fff;
 color: #2d429d;
}

.page-nav {
 margin-top: 40px;
}
.page-nav a {
 color: #26252a;
}
/* =Tables
----------------------------------------------- */
/* =Lists
----------------------------------------------- */
ul, li {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
#content li {
 list-style-type: disc;
 margin: 0 0 0 25px;
 padding: 0 10px;
}
ol li {
 list-style-type: none;
 margin: 0;
 padding: 0;
 
}
ul.commentlist {
 margin: 20px 0;
 float: left;
}
  ul.commentlist li {
   font-style: italic;
   border-bottom: 1px dashed #eee;
   margin-bottom: 20px;
  }
#side-bar #book-list {
 margin: 29px 0 29px -3px;
}
.book a,
li.book  {
 width: 82px;
 height: 112px;
 float: left;
 padding: 0 3px 5px 0;
}
#book1 a {background: url(images/book1.jpg) 0 0 no-repeat;}
#book2 a {background: url(images/book2.jpg) 0 0 no-repeat;}
#book3 a {background: url(images/book3.jpg) 0 0 no-repeat; padding-right: 0}
#book4 a {background: url(images/book4.jpg) 0 0 no-repeat;}
#book5 a {background: url(images/book5.jpg) 0 0 no-repeat;}
#book6 a {background: url(images/book6.jpg) 0 0 no-repeat; padding-right: 0}
/* =Forms
----------------------------------------------- */
form {
 margin: 0;
 padding: 0;
}
  form#commentform {
   background: #fafafa;
   border: 1px solid #cacaca;
   padding: 20px;
   font-size: 90%;
   clear: both;
   margin-top: 40px;
   width: 494px;
  }
  form#search-form {
   margin: 15px 0 15px 2px;
  }

input.text,
textarea {
 border-top: 1px solid #afbfda;
 border-left: 1px solid #afbfda;
 border-right: 1px solid #e9edf4;
 border-bottom: 1px solid #e9edf4;
}  #commentform .text,
  textarea {
   width: 100%;
  }

#search-form input.text {
 background: #fff url(images/bg-input.gif) 0 0 repeat-x;
 font-size: 16px;
 width: 148px;
 float: left;
}

input.button {
 border: 1px solid #afbfda;
 background: #fdfdfd url(images/bg-button.gif) 0 100% repeat-x;
 color: #212b48;
 padding: 4px 5px;
}
  #search-form input.button {
   padding: 4px 0;
   text-align: center;
   width: 80px;
   margin: 0 0 0 5px;
   float: left;
  }


/* =Misc and =Redundant
----------------------------------------------- */
/* =End
----------------------------------------------- */