3     font: 70% Verdana, Arial, Helvetica, sans-serif;
 
   5     background: #FFF url(/media/img/bg.png) repeat-x;
 
  15     text-decoration: none;
 
  19     text-decoration: underline;
 
  23     font: 1em Verdana, Arial, Helvetica, sans-serif; 
 
  27     font: normal normal bold 1.75em Arial, sans-serif;
 
  48     background-color: #F5DC7D;
 
  59 /* ================================== */
 
  60 /* = Header with logo and user-info = */
 
  61 /* ================================== */
 
  87 /* ======================== */
 
  88 /* = Footer with sponsors = */
 
  89 /* ======================== */
 
  91     border-top: 0.1em solid #999;
 
 104     text-decoration: underline;
 
 108 /* =============== */
 
 109 /* = Search form = */
 
 110 /* =============== */
 
 114     background-color: rgb(132, 191, 42);
 
 115     -moz-border-radius: 4px;
 
 116     -webkit-border-radius: 4px;
 
 118     border-bottom: 0.15em solid #7B9C2D;
 
 119     border-right: 0.15em solid #7B9C2D;
 
 138 #search-form li.category, #search-form li.book-title {
 
 139     padding: 0.2em 0.5em 0.2em 0.5em;
 
 140     background-color: rgb(242, 163, 15);
 
 141     border: 1px solid #BA8722;
 
 142     border-right: 1px solid #555;
 
 143     border-bottom: 1px solid #555;
 
 144     -moz-border-radius: 3px;
 
 145     -webkit-border-radius: 3px;
 
 149 #search-form li.book-title {
 
 150     background-color: #DDD;
 
 151     border: 1px solid #999;
 
 152     border-right: 1px solid #555;
 
 153     border-bottom: 1px solid #555;
 
 156 #search-form input[type=submit] {
 
 160 /* TODO: Shouldn't be needed */
 
 161 #book-detail #search-form {
 
 162     padding: 0.75em 0.5em;
 
 176     background-color: #FBEF90;
 
 177     -moz-border-radius: 4px;
 
 178     -webkit-border-radius: 4px;
 
 180     border-bottom: 0.15em solid #E3D888;
 
 181     border-right: 0.15em solid #E3D888;
 
 184 #books #tags-list, #book-detail #tags-list {
 
 188 #tags-list ol, #tags-list ul {
 
 190     margin: 0.3em 0 1.2em 0;
 
 199 #main-page #categories-list {
 
 204 #main-page #themes-list {
 
 223 /* ===================== */
 
 224 /* = Latest blog posts = */
 
 225 /* ===================== */
 
 231 #latest-blog-posts ol {
 
 232     padding: 0 0 0 1.5em;
 
 234     list-style-type: square;
 
 238 /* =============== */
 
 239 /* = Description = */
 
 240 /* =============== */
 
 246 #toggle-description, #books .pagination {
 
 249     background-color: #EEE;
 
 251     -moz-border-radius: 4px;
 
 252     -webkit-border-radius: 4px;
 
 257 #toggle-description p {
 
 278     background-color: #FFF;
 
 279     -moz-border-radius: 3px;
 
 280     -webkit-border-radius: 3px;
 
 293     background: transparent url(/media/img/book.png) no-repeat 0 0;
 
 299 /* =============== */
 
 300 /* = Simple form = */
 
 301 /* =============== */
 
 302 .cuteform ol, .cuteform ul {
 
 308 .cuteform ol li, .cuteform ul li {
 
 316 .cuteform span.help-text {
 
 326 /* ================ */
 
 327 /* = Modal Window = */
 
 328 /* ================ */
 
 333     background-color: transparent;
 
 338 #set-window div.header {
 
 339     background-color: #FFF;
 
 340     border-right: 0.25em solid #DDD;
 
 342     padding: 0.5em 1em 0.5em 1em;
 
 345 #set-window div.target {
 
 346     background-color: #FFF;
 
 347     border-right: 0.3em solid #DDD;
 
 348     border-bottom: 0.3em solid #DDD;
 
 352 .jqmOverlay { background-color: #000; }
 
 355 #login-register-window {
 
 359     background-color: transparent;
 
 364 #login-register-window div.header {
 
 365     background-color: #FFF;
 
 366     border-right: 0.3em solid #DDD;
 
 370     padding: 0.5em 1em 0.5em 1em;
 
 375 #login-register-window div.target {
 
 377     background-color: #FFF;
 
 378     border-right: 0.3em solid #DDD;
 
 379     border-bottom: 0.3em solid #DDD;
 
 383 /* ======================== */
 
 384 /* = Alphabetic book list = */
 
 385 /* ======================== */
 
 386 #book-a-list #book-list ol {
 
 388     margin: 0.3em 0 1.2em 0;
 
 393     background-color: #2F4110;
 
 400 /* ================= */
 
 401 /* = Fragment list = */
 
 402 /* ================= */
 
 404     margin-bottom: 1.5em;