/*
Theme Name: Selbsucks Theme
Theme URI: http://selbsucks.de
Author: @jmpb @givemelight
Author URI: http://twitter.com/jmp_b
Description: Selbsucks Theme
Version: 0.2
License: Copyright 2012
License URI: license.txt
Tags: bootstrap
*/

/* body {
font:76% Verdana,Tahoma,Arial,sans-serif;
font-size: 14px;
} */

a.label:hover {
	text-decoration:none;
	color: #fff;
	opacity: 0.8;
	}

a.label {
	-moz-transition: 0.2s opacity linear;
	-webkit-transition: 0.2s opacity linear;
	}

/** fix for dropdown menu */
/* .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.5);
} */

[class^="icon-"], [class*=" icon-"] {
	background-image: url("images/glyphicons-halflings.png");
}

.icon-white {
	background-image: url("images/glyphicons-halflings-white.png");
}

header > a, header > a img {
	display: block;
	border-radius: 10px;
	background: #000;
}

header > a {
	margin-bottom: 10px;
}

header > a img {
	margin: 0 auto;
}

.label-tag {
	background-color: #9e2828;
}

.label-cat {
	background-color: #146c14;
}

h2.entry-title a {
	color: #333;
}

.thumbnail.thumbnail-left img {
	float: left;
	max-width: 100px;
}

.thumbnail.thumbnail-left:after {
	display: table;
	clear: both;
	content: "";
}

.thumbnail.thumbnail-left .caption {
	margin-left: 110px;
}

.entry-content {
	font-size: 15px;
}

article .entry-content p {
	text-align: justify;
}