/** style.css
 * 
 * Theme Name:	The Bootstrap (Child)
 * Author:		Justin Foell
 * Version:		1.0
 * Template:	the-bootstrap
 */

@import url("../the-bootstrap/style.min.css");

/* overcome problem with tags starting with "span" */
article.post.tag-spandex {
	float: none;
	margin-left: 0;
}

/* add line breaks to block quotes */
blockquote p {
	margin-bottom: 1em;
}

/* change page-header margin */
.page-header {
	margin-bottom: 0.5em;
}

/* Twitter Widget Pro stuff */

.widget_twitter .from-meta {
	display: none;
}

.widget_twitter div {
    padding:0;
}

.widget_twitter ul li {
    margin-bottom: 0.5em;
}

.widget_twitter .follow-button {
    margin:0 10px 10px 25px;
}

.widget_twitter .entry-meta {
    display:block;
    font-size: 0.80em;
}
.widget_twitter .intent-meta a {
    background: url(images/everything-spritev2.png); /** from Twitter ressources */
    display: inline-block;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.widget_twitter .intent-meta a.in-reply-to {
    background-position: 0 center;
}

.widget_twitter .intent-meta a:hover.in-reply-to {
    background-position: -16px center;
}

.widget_twitter .intent-meta a.favorite {
    background-position: -32px center;
}

.widget_twitter .intent-meta a:hover.favorite {
    background-position: -48px center;
}

.widget_twitter .intent-meta a.retweet {
    background-position: -80px center;
}

.widget_twitter .intent-meta a:hover.retweet {
    background-position: -96px center;
}
