/*
  Theme Name:      tbtheme
  Theme URI:       http://www.thbrand.de
  Description:     persoenliche Anpassungen von Th. Brand
  Author:          Thomas Brand
  Author URI:      http://www.thbrand.de
  Template:        twentyeleven
  Version:         0.1
*/
@import url("../twentyeleven/style.css");

/*
 *  Thomas Brand
 */
div#tbdiahead
{
  color: #db9929;
}
.tbsol
{
  color: #db9929;
  font-style: italic;
}
div#tbcopyright
{
  color: #FEF4D7;
  text-align: center;
  font-style: italic;
}
a[rel~="external"]{
   background: url(icons/toweb.gif) no-repeat left center;
   padding-left: 16px;
}
a:visited[rel~="external"]{
   background: url(icons/toweb_vis.gif);
}
/*-----------------------------*/
/* q {quotes: "&bdquo;" "&ldquo;" "&sbquo;" "&lsquo;"} */
q {quotes: &bdquo; &ldquo; &sbquo; &lsquo;}
q:before {content: open-quote}
q:after {content: close-quote}
.breadcrumbs { font-size: 1.0em; color: #aaa; margin: 10px 0 0 80px; position: relative; float: left; }
/*-----------------------------*/
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
/*	color: #000;*/
	color: #888;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
/*	font-size: 10px;*/
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	color: #fff;
	text-transform: uppercase;
}


