body {
 margin: auto;
 padding: 0;
 width: 1000px;
 margin: auto;
 background: #8ba2b6;
 font-size: 1.0em;
 font-family: Georgia, Verdana, Trebuchet;
}

div {
 margin: 0;
 padding: 0;
}

p, div, ul, li, table, tr, td {
  font-size: 1.0em;
}
h1 {
  font-size: 1.35em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}

.entry, .post {
  font-size: 1.15em;
  line-height: 1.25em;
}

#visible {
  width:500px;
}
#container{
    background-color:#fff9f0;
    float:left;
    width:100%;
    border-left:200px solid #e3d2c1; /* The width and color of the left rail */
    border-right:300px solid #fff9f0; /* The width and color of the right rail */
    position:relative;
    top: 100px;
    margin: auto;
}
#leftRail{
    float:left;
    width:196px;
    padding-left: 4px;
    margin-left:-200px;
    position:relative;
}
#center{
    float:left;
    width:494px;
    padding: 0 3px;
    margin-right:-500px;
}
#rightRail{
    float:right;
    width:292px;
    border-left:solid black 3px;
    padding-left:5px;
    margin-right:-300px;
    position:relative;
}
#header{
  position:absolute;
    top:0px;
    height:100px;
    width:1000px;
    float:left;
    clear:both; /* IE needs this */
    background: #8ba2b6 url(header.png) no-repeat; /*e3d2c1*/
    color: #006;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
    }
#footer{
    height:100px;
    width:1000px;
    position:relative;
    float:left;
    top:100px;
    background: #e3d2c1 url(footer.png) no-repeat;
    z-index: 0;
    height: 125px;
    top: 100px;
}
#footer p {
 margin: 0;
 padding: 10px 60px;
 font-size: 0.8em;
}


/* TEXT STYLES */
.sitename, .site-slogan {
  font-size: 200%;
  font-weight: bold;
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  padding: 0 100px;
  margin: 0;
  visibility: hidden;
}

.site-slogan {
  font-size: 120%;
  margin-top: 10px;
  padding-left: 125px;
}

h1, h2, h3 {
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  color: #006;
}

a {
   color: #44c;
}
a:visited {
  color: #66f;
}

h1 a, h2 a, h3 a {
   text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, a:hover {
   text-decoration: underline;
   color: #f55;
}

h1 {
  width: 100%;
  margin: auto;
  text-align:center;
}

/* LIST  STYLES */

#leftRail ul {
  list-style: none;
  text-indent: 0px;
  margin-left: 0;
  padding-left: 0px;
}

#leftRail ul ul {
  text-indent: 0;
  margin-left: 0;
}

#leftRail ul li ul li {
  text-indent: -.8em;
  padding-left: .8em;
  font-size:.85em;
}

/* Affects main store link in page list */
#leftRail ul li.pagenav ul li.page_item{
  font-weight:bold;
  padding-top: 10px;
}

/* Affects nested list for individual products */
/* font-size needs to get bumped up because of cascade */
#leftRail ul li.pagenav ul li.page_item ul li.page_item {
  font-weight:normal;
  list-style-type:disc;
  font-size: 1.05em;
  padding-top: 2px;
}

/*affects Feedburner form */
#leftRail ul li ul li form {
  margin-left: -10px;
  margin-right: 2px;
}

#center ul, .entrytext ul, #center ul li, .entrytext ul li {
 list-style: disc outside;
}

#center ul li, .entrytext ul li, #center ol li, .entrytext ol li {
  padding: 0 0 .25em 1em;
}

/* END LIST SYTLES */


#leftRail h2 {
  font-size: 105%;
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}

#leftRail h2 a {
  text-decoration: underline;
}


#searchform {
  padding: 0;
  margin: 0;
}

#searchform input#searchkeywords {
  font-size: 80%;
  margin: 10px 25px 0 0;
  padding: 0
}

#searchform input#searchsubmit {
  font-size: 80%;
  padding: 0;
  margin: 0;
}

.feedback {
    padding: 0 0 0 3em;
}
.feedback {
    clear: both;
    font-size: 0.9em;
    color: #999;
    background: url(images/deco.gif) no-repeat bottom left; 
}

img {border:none;}

textarea#comment {
  width: 380px;
}

.meta {
  font-size: 80%;
  padding-left: 5%;
  padding-right: 5%;
}

.ranter-index td {vertical-align: top; padding-bottom: 10px;}

/*put a box around Amazon book images and float left*/
div.image {
  float: left;
  margin: 5px 10px 5px 5px;
}
