@charset 'UTF-8';
/**
 * Theme Name:  Specht Ruprecht
 * Theme URI:   http://the-yard.net/
 * Description: WordPress Theme for the Specht
 * Version:     0.1
 * Author:      Roman Gille
 * Author URI:  http://the-yard.net/
 * License:     All Rights Reserved
 * last Date:   17.02.2012
 */
@import "css/reset.css";
@import "css/text.css";
@import "css/960_16_col.css";
@import "http://fonts.googleapis.com/css?family=Amatic+SC";

.header_border {
  background: url("gfx/header_border.png") no-repeat center top;
  height: 7px;
  margin-bottom: 1em;
  margin-top: 1em;
}

.header_border.bottom {
  padding-top: 1em;
  height: 3em;
  text-align: center;
}

.post{
  padding-bottom: 1em;
  margin-bottom: 1em;
  background: url("gfx/line_double.png") repeat-x center bottom;
}
.post:last-child{
  background-image:none;
}

a, a:link, a:hover, a:visited {
  color: #000;
} 

h1>a, h2>a, h3>a, h4>a {
  text-decoration: none;
  color: #000;
}

h1, h2 {
  font-family: 'Amatic SC', cursive;
  text-transform: uppercase;
  letter-spacing: .2em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 25px;
  background: url("gfx/line_single.png") repeat-x center bottom;
}

h3, h3>a {
  color: #333333;
  font-size: 17px;
  margin-bottom: 10px;
}

time {
  color: #999;
}

#right h2 {
  text-align: center;
}

#site_headline {
  text-align: center;
  background:url("gfx/headline_ul.png") no-repeat scroll center 55px;
}

#header {
  text-align:center;
}

#footer {
  background: url("gfx/headline_ul.png") no-repeat center top;
  text-align: center;
  padding-top: 1em;
  margin-bottom: 4em;
  margin-top: 1em;
}