/*  
Theme Name: JeanStrauss-Innovation
Theme URI: http://www.freewpthemes.net/preview/innovation
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
Author: Free WordPress Themes & David Fuchslin (modifications)
Author URI: http://www.freewpthemes.net/
*/


body {
margin: 0;
padding: 0;
background: #FEEDB9 url(images/img01.jpg) repeat-x left top;
text-align: justify;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color: #2F4600;
}

form {
margin: 0;
padding: 0;
}

fieldset {
margin: 0;
padding: 0;
border: none;
}

input, textarea, select {
font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
font-weight: normal;
color: #5F8700;
}

h1 {
letter-spacing: -1px;
font-size: 2.2em;
}

h2 {
font-size: 1.4em;
}

.books h2, .films h2 {
  letter-spacing: -1px;
  font-size: 2.2em;
}

h3 {
font-size: 1.2em;
}

p, ul, ol {
}

p {
}

.blockbg {
background: #D9D785;
}

blockquote {
font-style: italic;
border: #D9D785 1px dashed;
background: #ECE29F;
margin: 15px 0px 0px 0px;
padding: 0px 20px;
font-size: 16px;
color: #A1B635;
}

.book blockquote, .film blockquote {
  margin: 15px 0px 0px 215px;
}

.book blockquote p, .film blockquote p {
  line-height: 1.2em;
}

ul {
}

ol {
}

a {
color: #4E7301;
text-decoration: none;
}

a:hover {
text-decoration: none;
}

.entry p {
  line-height: 1.5em;
}

.entry p a {
  color: #A1B635;
}

small {
}

hr {
display: none;
}

img {
border: none;
}

img.left {
float: left;
margin: 0 15px 0 0;
}

img.right {
float: left;
margin: 0 0 0 15px;
}

/* Header */

#header {
width: 920px;
height: 155px;
margin: 0 auto;
letter-spacing: -1px;
font-family: Georgia, "Times New Roman", Times, serif;
}

#headerbg {
margin: 0 auto;
width: 920px;
height: 250px;
margin-bottom: 20px;
margin-top: 15px;
background: url(images/header1.jpg) no-repeat left top;
}

/* Logo */

#logo {
float: left;
}

#logo h1, #logo h2 {
float: left;
margin: 0;
text-transform: lowercase;
}

#logo h1 {
padding-top: 80px;
text-align: center;
font-size: 4em;
color: #299762;
}

#logo h1 a {
color: #FEEDB9;
}

#logo h2 {
  padding-left: 15px;
padding-top: 105px;
font-size: 1.8em;
color: #ABC13A;
}

#logo h2 a {
color: #FEEDB9;
}

#logo a {
text-decoration: none;
}

/* Menu */

#menu {
float: right;
height: 190px;
}

#menu ul {
margin: 0;
list-style: none;
}

#menu li {
display: inline;
}

#menu a {
display: block;
float: left;
/* height: 90px; */
padding: 107px 0px 0px 30px;
text-align: center;
text-decoration: none;
text-transform: lowercase;
font-size: 1.6em;
color: #FFFFFF;
}

#menu a:hover {
/* height: 161px; */
color: #FEEDB9;
}

#menu .current_page_item a {
color: #FEEDB9;
}

/* Page */

#page {
width: 920px;
margin: 0 auto;
padding-top: 70px;
/* background-color: #FEEDB9; */
}

#page.first {
  padding-top: 30px !important;
}

/**
 * Right Column
 */
#posts-column {
float: right;
width: 420px;
padding: 0px 20px 0px 20px;
line-height: 25px;
font-size: 16px;
}

/**
 * Left column(sidebar)
 */
#sidebar {
float: left;
width: 420px;
padding: 0px 20px 20px 20px;
line-height: 25px;
font-size: 16px;
}
#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}

#sidebar li {
display: block;
float: left;
padding: 0px 0px 30px 0px;
}

#sidebar li ul {
line-height: 1.8em;
border-top: #77881F 2px dashed;
}

#sidebar li li {
display: list-item;
float: none;
width: auto;
padding: 0 0 0 10px;
line-height: 35px;
border-bottom: #A1B635 1px dashed;
}

#sidebar h2 {
margin: 0 0 10px 0;
/* padding-left: 20px; */
/* background: url(images/img03.jpg) no-repeat left 50%; */
color: #5F8700;
}

#sidebar a {
text-decoration: none;
color: #4E7301;
}

#sidebar a:hover {
text-decoration: underline;
}

.post {
}

.post .title, .books .title, .films .title {
margin: 0;
}

.post .meta {
margin: 0;
padding-bottom: 10px;
padding-top: 10px;
line-height: normal;
font-size: 13px;
color: #A2B736;
}

.post .meta a {
color: #7F9C1E;
}

.post .entry {
margin-bottom: 20px;
padding-bottom: 5px;
border-bottom: #D9D785 1px dashed;
}

.book .post .entry, .film .post .entry {
  border: none;
}

#content.books .entry, #content.films .entry {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: #D9D785 1px dashed;
}
#content.books .entry-first, #content.films .entry-first {
  padding-top: 0px; !important;
  border-top: none !important;
}

/* Superfooter */

#superfooter {
clear: both;
width: 920px;
background: #ECE29F;
margin-top: 15px;
}

#superfooter ul {
margin: 0;
padding: 0;
list-style: none;
}

#superfooter li {
display: block;
float: left;
width: 200px;
padding: 15px;
}

#superfooter li ul {
line-height: 1.8em;
border-top: #77881F 2px dashed;
}

#superfooter li li {
display: list-item;
float: none;
width: auto;
padding: 0 0 0 10px;
line-height: 35px;
border-bottom: #A1B635 1px dashed;
}

#superfooter h2 {
margin: 0 0 10px 0;
padding-left: 20px;
background: url(images/img03.jpg) no-repeat left 50%;
color: #5F8700;
}

#superfooter a {
text-decoration: none;
color: #4E7301;
}

#superfooter a:hover {
text-decoration: underline;
}

/* Footer */

#footer {
width: 920px;
height: 100px;
margin: 0 auto;
padding-top: 20px;
background: #F5E7AC;
}

#footer p {
margin: 0;
padding: 15px;
}

#legal {
float: left;
}

#links {

float: right;
}

#wrapper {
width: 100%;
background: #5C8400;
}

#page.first .navigation {
  width: 420px;
}
.navigation {
}
.alignleft {
padding: 0px 15px 15px 0px;
float: left;
}
.alignright {
  padding: 0px 0px 15px 15px;
  float: right;
}
}

#searchform {
}


#s {
width: 100px;
}

.clear {
  clear: both;
}

table h3 {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
table p {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
table img {
  margin: 0px 15px 15px 0px;
}

