/*
Template: twentyeleven
Theme Name: Twenty Eleven
Author: ich
Author URI: http://wordpress.org/
Description:
License: GNU General Public License
*/

@import url("../twentyeleven/style.css");
-------------------------------------------------------------- */
h1 {
	background-color: #C1CDCD;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 .8125em;
}
h3 {
	font-size: 23px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
h5, h6
{
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

blockquote { position:relative;
font-size:1.3em;}
blockquote:before {
  content:"\201C";
  position:absolute;
  font-size:3em;
  line-height:1;
  left:-1.0em;
  top:0;
  color:#999;}
blockquote:after {
  content:"\201D";
  position:absolute;
  font-size:3em;
  line-height:1;
  right:-.5em;
  bottom:-.55em;
  color:#999;}

.single .entry>p:first-of-type {font-weight: bold;}