/*
Theme Name: edith-parzefall.de
Theme URI: 
Description: Theme for edith-parzefall.de based on thematic framework.
Author: Robert Lihm
Author URI: http://www.lihmedia.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* Customization */

/* Colours:
Dark Navy Bule: #036 (Headline)

Pen Blue: #003558

*/


body {
/*  background: white url(images/pattern_012.gif) repeat fixed left top;*/
  background: white url(images/streifentapete-rot.jpg) repeat fixed left top;
}

input[type="text"] {
  border: 1px solid #666;
  padding: 3px;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
  background:transparent url(images/paperbak.png) no-repeat scroll 0 70px;
}

#access {
  border-bottom: 0;
}

.menu {
  background: transparent url(images/pattern_009.gif) repeat scroll 0 0;
  background: transparent url(images/pattern_012.gif) repeat scroll 0 0;
  background: transparent url(images/pattern_006.gif) repeat scroll 0 0;
  overflow: auto;
  margin: 29px 0 0 8px;
  width: 900px;
  border-top: 1px solid #472A00;
  border-bottom: 1px solid #472A00;
/*  border-bottom: 1px solid #003366;*/
  }
  .sf-menu {
  border-right: none;
  margin-left: 200px;
}
.sf-menu li {
  background-color: transparent;
}
.sf-menu a {
  border: none;
}
  
.sf-menu a,
.sf-menu a:visited {
  color: white;
  font-size: 1.3em;
  text-shadow: 1px 2px 2px #000;
  letter-spacing: 1px;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  background: none;
  border-bottom-color: #CCCCCC;
  outline-color: none;
  outline-style: none;
  outline-width: 0;
  text-shadow: 1px 1px 1px #000;
}

#main {
  background: transparent url(images/paperrepeat.png) repeat-y scroll 0 0;
  margin-top: 42px;
  padding-top: 25px;
}
#container {
  margin-left: 25px;
}
#footer {
  background: transparent url(images/paperbot.png) no-repeat scroll 0 0;
  margin-top: 0;
  margin-bottom: 2em;
  border: 0;
  height: 229px;
}
  #siteinfo {
    padding: 180px 0 5px;
    margin: 0 25px;
  }
  #branding {
    padding: 111px 0 23px;
  }
  #branding div {
    margin-left: 10px;
  }
  .entry-title,
  #blog-title a {
    font-family:  Georgia, serif;
    font-style: italic;
  }
  #blog-title a {
    color: #600;
/*    color: #003558;*/
    font-size: 1em;
    text-decoration: none;
    margin-left: 200px;
    text-shadow: 0 1px 2px #333;
    font-style: italic;
    text-align: right;
  }
  #blog-title a:hover {
    color: black;
  }
  #blog-description {
    margin-left: 580px !important;
  }

#logo-wrapper {
  position: absolute;
  top: -15px;
  right: 75px;
  
  width: 138px;
  height: 300px;
  
  background: transparent url(images/pen-brown.png) no-repeat scroll top left;
  z-index: 9999;
}

#primary {
  border: none;
}

#content {
  margin: 0 20px;
}

.main-aside {
  width: 300px;
}

.xoxo {
  width: auto;
}

.aside input {
  max-width: 200px;
}

#lang_sel a.lang_sel_sel {
  background-color: transparent;
  color: black;
}


div.wpcf7 {
  border-top: 1px dotted #666;
  padding-top: 1em !important;
  margin-top: 3em !important;
}

div.wpcf7 input[type="text"],
div.wpcf7 textarea {
  width: 35em;
}
div.wpcf7 input[type="submit"] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
}