/*
Theme Name: Film
Theme URI: http://www.elizabethfalkbooks.com
Description: Author-inspired theme
Version: 1.0
Author: Christopher Mead
Author URI: http://www.junkpile.us
*/

* {
  padding: 0;
  margin: 0;
}

a {
  color: #EFEFEF; 
}

a {
  text-decoration: none;
  color: inherit;
}

a img {
  border: none;
}

table {
  border-spacing: 0px;
}

table td {
  vertical-align: top;
  vertical-align: top;
  padding: 0px;
}

input {
  border: 1px solid #ababab;
}

body {
  font-family: times, serif;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  background: #778991;
  background-image: url(images/bg.png);
  background-repeat: repeat-x;
}

ol {
  margin-left: 15px;
}

ol li {
  margin-bottom: 5px;
  font-size: 14px;
}

ol li ul {
  margin-left: 15px;
  list-style-type: square;
}

ol li ul li {
  margin-bottom: 5px;
  font-size: 13px;
}

.align-right {
  text-align: right;
}

.right {
  float: right;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.full {
  font-weight: bold;
  color: #FFB400;
}

a.full:hover {
  text-decoration: underline;
  text-decoration: underline;
}

img.right {
  border: 1px solid #fff;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

#top {
  height: 94px;
  width: 900px;
  padding-top: 40px;
  position: relative;
}

#logo {
  width: 475px;
  height: 94px;
  margin-left: 150px;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
}

#portrait {
  width: 150px;
  height: 200px;
  position: absolute;
  z-index: 999;
  top: 25px;
  border: 1px solid #fff;
  background-image: url(images/elizabeth-falk.jpg);
}

#feeds {
  z-index: 999;
  height: 26px;
  position: absolute;
  right: 0px;
  list-style-type: none;
}

#feeds li {
  margin-right: 10px;
  font-weight: bold;
  line-height: 26px;
  float: left;
}

#menu {
  margin-left: 150px;
  height: 50px;
  list-style-type: none;
}

#menu li {
  float: left;
  font-size: 13px;
  color: #EFEFEF; 
  line-height: 50px;
  text-transform: uppercase;
  border-right: 1px solid #477A91;
}

#menu li a div {
  padding-right: 20px;
  padding-left: 20px;
  line-height: 50px;
}

#menu li:hover {
  color: #477A91;
}

#content {
  margin-top: 55px;
}

.left-column {
  float: left;
  width: 550px;
  padding-right: 25px;
  margin-bottom: 15px;
}

.right-column {
  float: right;
  width: 300px;
  min-height: 100px;
  margin-bottom: 15px;
}

.right-column ul {
  list-style-type: none;
}

.shopping_cart {
}

.shopping_cart table {
  padding: 3px;
}

.shopping_cart table th {
  padding-bottom: 4px;
}

.cart-input {
  border: none;
}

.clear {
  clear: both;
  /* border-top: 1px solid #D5D3D3; */
  margin-top: 10px;
  padding-top: 10px;
}

.box {
}

.box table {
  width: 100%;
  border-spacing: 0px;
}

.box table td {
  padding: 0px;
}

.box-top-left {
  width: 25px;
  height: 25px;
  background-image: url(images/box-top-left.png);
}

.box-bottom-left {
  width: 25px;
  height: 25px;
  background-image: url(images/box-bottom-left.png);
}

.box-top-right {
  width: 25px;
  height: 25px;
  background-image: url(images/box-top-right.png);
}

.box-bottom-right {
  width: 25px;
  height: 25px;
  background-image: url(images/box-bottom-right.png);
}

.box-bottom-top {
  height: 25px;
  background: #383737;
}

.box-middle {
  background: #383737;
}

.box-side {
  width: 25px;
  background: #383737;
}


.text p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 1em;
}

.latest {
}

table.purchase {
  border: 1px solid #000;
  background: #383737;
  margin-bottom: 1.5em;
}

table.purchase td {
  padding: 5px;
  vertical-align: middle;
}

h2 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 1em;
  color: #D5D3D3;
}

h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

h4 {
  font-weight: bold;
  font-size: 13px;
  font-style: oblique;
  margin: 0;
  padding: 0;
}

.latest h1 {
  color: #FFB400;
  font-weight: bold;
  font-style: oblique;
  font-size: 32px;
  margin-bottom: .5em;
}

p.read-more {
  text-transform: lowercase;
  font-size: 18px;
  color: #FFB400;
}

p.read-more a:hover {
  text-decoration: underline;
}

#footer {
  margin-top: 15px;
  width: 100%;
  height: 90px;
  background: #383737;
  border-top: 1px solid #222222;
}

#footer-area {
  width: 900px;
  margin: 20px auto;
}

.second-latest {
  margin-top: 30px;
}

.second-latest p {
  font-size: 12px;
  line-height: 15px;
}

.second-latest h1 {
  color: #FFB400;
  font-weight: bold;
  font-style: oblique;
  font-size: 24px;
  margin-bottom: .5em;
}

#mailing-list {
  margin-top: 50px;
}

.submit {
  background: #477A91;
  border: 1px solid #000;
  color: #fff;
  text-transform: lowercase;
}

.submit:hover {
  color: #FFB400;
  cursor: pointer;
}

.form-message {
  color: #fff;
  width: 650px;
  margin: 0 auto;
}

.form-message h1 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-top: 50px;
}

.form-message h1.error {
  color: red;
}

#follow-list {
  list-style-type: none;
  height: 75px;
}

#follow-list li {
  float: left; 
  margin-right: 12px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  height: 75px;
}

#recent-news {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #D5D3D3;
}

.recent-post {
  width: 600px;
}

.recent-post h1 {
  color: #FFB400;
  font-weight: bold;
  font-style: oblique;
  font-size: 24px;
}

.recent-post h2 {
  margin: 0;
  margin-top: .5em;
  margin-bottom: .5em;
  padding: 0;
  text-transform: none;
}


#all-books {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #D5D3D3;
}

#all-books ul {
  list-style-type: none;
  width: 900px;
}

#all-books li {
  float: left;
  margin-right: 15px;
}

#all-books li a img {
  border: 1px solid #fff;
}

#all-books li a img:hover {
  border: 1px solid #FFB400;
}

blockquote {
  background-image: url(images/quotes.png);
  background-repeat: no-repeat;
  padding-left: 45px;
  padding-right: 25px;
  padding-top: 10px;
  text-align: justify;
}

.text h5 {
  font-style: normal;
  font-size: 24px;
  color: #FFB400;
  margin-bottom: 2px;
}

table.books-page {
  margin: 0;
  padding: 0;
  border-spacing: 5px;
  width: 100%;
}

table.books-page td {
  padding: 5px;
}

table.books-page h2 {
  color: #FFB400;
  font-size: 24px;
  margin-bottom: 0px;
}

table.books-page h2 a:hover {
  text-decoration: underline;
}

table.books-page p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

div.books-desc {
  margin-top: 5px;
  margin-bottom: 5px;
  background: #383737;
  padding: 5px;
}

img.books-page {
  width: 150px;
  border: 1px solid #fff;
}

img.books-page:hover {
  border: 1px solid #FFB400;
}

div.contact {
  background: #778991;
  border: 1px solid #383737;
  padding: 10px;
}

table.contact {
  border-spacing: 5px;
  font-weight: bold;
  font-size: 14px;
}

table.contact input {
  width: 250px;
  padding: 2px;
}

table.contact select {
  padding: 2px;
  width: 250px;
}

table.contact textarea {
  border: 1px solid #ababab;
  padding: 2px;
  width: 250px;
  height: 100px;
}

div.contact h2 {
  background: #383737;
  text-align: center;
  font-weight: bold;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.alignleft {
        float: left;
}

.alignright {
        float: right;
}

.wp-caption {
        border: 1px solid #000;
        text-align: center;
        background-color: #383737;
        padding-top: 4px;
        margin: 10px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}

.wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 14px;
        padding: 0 4px 5px;
        margin: 0;
}
/* End captions & aligment */


