body { 
  background-color: #fff; color: #333; 
  padding: 0;
  margin: 0;
}

body, p, ol, ul, td {
  font-family: georgia, serif;
  line-height: 1.2em;
}

h1, h2, h3 {
  font-family: verdana, arial, helvetica, sans-serif;
}
h1 {
  line-height: 1em;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }

#flash-msg, .error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
#flash-msg, .success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.clear { clear: both; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* search */
div#search-box {
  margin: 0 5px 0 0;
  /* for ie7 */
  clear: both;
}

div#search-box input#search {
  font-family: 'Goudy Bookletter 1911', georgia, serif;
  font-size: 1.1em;
  width: 400px;
}
div#search-box input#search-submit {
  font-family: 'Goudy Bookletter 1911', georgia, serif;
  font-size: 1.1em;
}

/* book results */
div.book-result {
  clear: left;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
div.book-result.hover .options {
}
div.book-result .book-result-thumb {
  float: left;
  width: 85px;
  height: 100px;
}
div.book-result .options {
}
div.book-result .options p {
  padding: 0; margin: 0; font-style: italic;
}
div.book-result.hover .options {
  display: inline;
}
div.book-result .btn { 
  margin-left: 10px; 
  font-size: 1.2em; 
}
div.book-result .status {
  clear: left;
  font-size: 0.7em;
}
div.book-result .book-info {
  margin-left: 105px;
}

input.comment {
  width: auto;
  font-family: 'Goudy Bookletter 1911', georgia, serif;
  color: #666;
  border: 0;
  background-color: #fffccc;
  font-size: 1em;
}

#top {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

/* logo */
h1#logo a {
  text-indent: -9999px;
  height: 84px;
  width: 356px;
  float: left;
  background-image: url('/images/readit.png');
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
h1#logo {
  margin: 0;
  padding: 0;
}

#menu {
  float: right;
  font-family: Arial, sans-serif;
}
#menu ul{
  float: left;
  margin:0;
  padding:.5em 0;
  list-style:none;
  font-family: sans-serif;
  text-transform:lowercase;
}
#menu ul li{
  display:inline;
  margin:0;
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px solid #CE1421;
}
#menu ul li.status {
  border: 0;
  padding-left: 0;
}
#menu a {
  color: #CE1421;
  text-decoration: none;
}
#menu a:hover {
  text-decoration: underline;
}

#main {
  clear: both;
  margin: 20px;
}
.readlog {
  clear: both;
  margin: 10px;
  padding: 10px;
  font-size:   1.2em;
}
.readlog .book-thumbnail {
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
  width: 75px;
}
.readlog .user-thumbnail {
  float: left;
  margin-right: 15px;
  margin-bottom: 2px;
}
.readlog q {
  color: #666;
  font-size: 0.7em;
}
#log-avatar {
  float: left;
  margin-right: 10px;
}

div.actions {
  margin: 10px 0 0 0;
  clear: left;
}

ul.actions, ul.sub-actions {
  margin: 8px 0 5px 0;
  padding: 0;
  display: block;
}

ul.actions li, ul.sub-actions li {
  display: block; 
  float: left;
  list-style-type: none;
  margin: 0;
}

ul.actions li:first-child a,
ul.sub-actions li:first-child a {
  border-bottom-left-radius: 5px 5px;
  border-left: none;
  border-top-left-radius: 5px 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
}
ul.actions li:last-child a,
ul.sub-actions li:last-child a {
  border-bottom-right-radius: 5px 5px;
  border-right: none;
  border-top-right-radius: 5px 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
}

ul.actions li a {
  padding: 6px 4px;
  margin: 0;
  font-size: 0.8em;
  background-color: #ddd;
  text-decoration: none;
  border-right: 1px solid #ccc;
}
ul.actions li a:hover, ul.actions li a.active, ul.sub-actions li a:hover {
  background-color: #CE1421;
  color: #fff;
}
ul.sub-actions li a {
  font-size: 0.6em;
  padding: 6px 4px;
  background-color: #ddd;
  text-decoration: none;
  float: left;
  border-right: 1px solid #ccc;
}
.column {
  width: 33%;
  float: left;
}
.column .book-details { font-size: 0.7em; }
/* .column .book-thumbnail img { height: 50px; } */

/* blog */
.post .title a, .post .title h1 {
  text-decoration: none;
  font-size: 1.3em;
}
.post .info {
  text-decoration: italic;
  font-size: 0.8em;
  color: #999;
}
.post {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.book-image {
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
}
.user-graph {
  text-align: center; 
}
