@charset "UTF-8";

/**
 * Theme Name:     TwentyTen_Bollyblog
 * Theme URI:      http://www.bollyblog.de/
 * Description:    Child theme for the Twenty Ten theme. Customized for Bollyblog.
 * Author:         vektorrausch GmbH
 * Author URI:     http://vektorrausch.de/
 * Template:       twentyten
 * Version:        1.0 (22.07.2011, MW)
 */

@import url('../twentyten/style.css');


/* Bilder
********************************************/

.aligncenter,div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:10px!important;
}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}

.wp-caption p.wp-caption-text {
	font-size:12px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}


/* Links
********************************************/

a:link,
a:visited,
.entry-content a:visited { color: #C53006; }

a:hover,
a:focus { color: #8F1E00; }

#content a.external {
	padding: 0 0 0 18px;
	background: url(img/anker.gif) no-repeat left center;
}

.entry-content a:visited { color:#BF4E2F; }

.secondary div .ec3_eventday a { color:#C53006!important; }


/* Schrift
********************************************/

blockquote {
	background: url(img/quote.gif) no-repeat left top;
}


/* Elemente ausblenden
********************************************/

p.footerstyledwith,p.footerpoweredby,p.footerfeedlinks,p.footerstats {
	position:absolute;
	left:-10000px;
	top:-10000px;
}