/*
Theme Name: Hapax Legomenon
Theme URI:
Description: 
Author: Eva van Emden
Author URI: http://vancouvereditor.com
Version: 0.1

This theme is property of Eva van Emden and is not available for public use.
 
*/

body {
   margin: 1cm;
   max-width: 893px;
   color: #222222;
   background: white;
   font-family: helvetica, sans-serif;
   line-height: 160%;
   font-size: 16px;
}

a:link {
   color: #006699;
   text-decoration: none;
}

a:visited {
   color: #004466;
   text-decoration: none;
}

a:hover {
   color: #00aaff;
   text-decoration: underline;
}

img {
   border: 0px;
   margin: 0px;
}

div.verticalspacer {
   height: 6px;
}

#titlebox {
   border: 1px #95784C solid;
   background-image: url("freelanceeditor-bg.jpg");
   background-repeat:repeat;
   height: auto;
   -moz-border-radius: 4px; 
   -webkit-border-radius: 4px;
}

#titlebox h1, #titlebox h2 {
    margin: 20px;
    padding: 0px;
    color: #261315;
    text-align: right;
}

#titlebox h1 {
   font-size: 24px;
}

#titlebox h2 {
   font-size: 18px;
}

/*Book box*/
#bookbox {
   border: 1px navyblue solid;
   color: #261315;
   background-image: url("bookshelf-bg.jpg");
   background-repeat:repeat;
   height: 120px; 
   -moz-border-radius: 4px; 
   -webkit-border-radius: 4px;
}

#bookbox2 {
   border: 1px navyblue solid;
   color: #261315;
   background-image: url("bookshelf-strip2.jpg");
   background-repeat:repeat;
   height: 120px; 
   -moz-border-radius: 4px; 
   -webkit-border-radius: 4px;
}

/*div.maintitletextbig, div.maintitletextsmall {
   text-align: right;
}

div.maintitletextbig {
   height: 55px;
   padding: 20px;
   margin: 0px;
   line-height: 120%;
   font-size: 24px;
}

div.maintitletextsmall {
   height: 19px;
   padding: 0 20px 0 0;
   margin: 0px;
   font-size: 18px;
}*/

div.content {
   /*no special formatting*/
}

div.footer {
   /*width: 900px;*/
   /*text-align: right;*/
}

/*Use for special text boxes on the blog*/
div.blogbox {
    padding: .1em 2em .75em 2em; 
    margin: 0em 0em 2em 0em;
    background-color: #ccffcc;
}

div.blogboxright {
    padding: 0em 1em .75em 1em; 
    margin: 0em 0em 1em 1em;
    float: right;
    background-color: #ccffcc;
}

div.blogboxnotitle {
    padding: 2em 2em .75em 2em;
    margin: 1em 0em 2em 0em;
    float: right;
    background-color: #ccffcc;
}

/*for editingrequestform*/
div.editingrequestbox {
    max-width: 30em;
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 0;
    margin-bottom: 1em;
    padding: 1em;
    float: right;
    background-color: #ccffcc;
    -Moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


div.editingrequestbox h3
{
    margin: .25em 0;
}

div.editingrequestbox form {
    margin: 0;
    padding: 0;
}

div.editingrequestbox fieldset {
    margin: 0;
    /*padding: 0;*/
    border: none;
    border-top: 1px solid #98cd98;
}

div.editingrequestbox fieldset table {
    width: 100%;
}

div.editingrequestbox fieldset table td {
    padding: 2px 10px 6px 2px;
}

div.editingrequestbox fieldset table td.label {
    width: 10em;
    text-align: right;
}

div.editingrequestbox legend {
    margin: 1em 0;
    padding: 0.5em;
    background: transparent;
    font-weight: bold;
}

div.editingrequestbox input[type="text"], textarea{
    width: 22em;
}

/*end editingrequestform*/

/*testimonials*/
div.testimonial {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

/*from http://css-tricks.com/examples/hrs/*/
hr.testimonial {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), #5ce65c, rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), #5ce65c, rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), #5ce65c, rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), #5ce65c, rgba(0,0,0,0));
}

/*end testimonials*/

/*tables*/
table {
    border: 0px;
    width: 100%;
}

table td {
    padding: 5px; /*top right bottom left*/
    vertical-align: top;
}

table.booklist {
    width: 100%;
    line-height: 130%;
    border: 0px;
}

table.booklist td.thumbnail {
   width: 130px;
   padding: 5px 0px 5px 0px;/*top right bottom left*/
 }

table.booklist td.text {
    vertical-align: center;
}


/* Lists */

ul, ol {
    margin: 0em 0em 0.5em 0em;
}


/* Headings */

h1, h2, h3, h4 {
    font-weight: 200;
}

h1, h2, h3 {
    margin-top: .8em;
    margin-bottom: 0.2em;
}

h4 {
    margin-top: .7em;
    margin-bottom: 0.2em;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.17em;
}

h3 {
    font-size: 1.1em;
}


/* Navigation
   -------------------------------- */
#navigation {
    /*    height: 41px;*/
    width: 100%;
    border: 1px solid #66f042;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    background: url("green.png");
    background-size: contain;
}

#navigation ul, #navigation ul li {
    margin: 0;
    padding: 0;
    line-height: 38px;
}

#navigation li {
    float: left;
    list-style: none;
}

#navigation li a {
    float: left;
    padding: 0 18px;
    color: #555555;
}

#navigation li.selected a {
    color: #222222;
}

#navigation li a:hover {
    color: #222222;
    text-decoration: none;
}
