/*
Theme Name: Eisenfresser Online
Theme URI: http://fruetel.de
Version: 0.1
Author: Thomas Frütel
Author URI: http://fruetel.de
Template: thematic
*/

/* Get base CSS */
@import url('../thematic/style.css');

body {
	font-family: arial, helvetica, sans-serif;
	background-color: #8384B4;
	background-image: url(gym.jpg);
	background-repeat: no-repeat;
}

#main {
	background-color:#dddddd;
	padding:0;
}

#container {
	background-color:#ffffff;
	padding: 33px 20px 0;
}

#content {
	width: 600px;
}

#branding {
	padding:25px 0 44px;
}

#blog-description {
	font-size: 1.2em;
	font-weight: bold;
}

#header {
	width:960px;
	background-color:#ffffff;
	margin:auto;
}

#access {
	border-bottom:none;
}

#content h1 {
	/* font-family: Cambria, Georgia, Times, "Times New Roman", serif; */
	color: #242D36;
}

.entry-title a {
	color: #919DB4;
}

.entry-content {
	border-bottom: 2px ridge #cccccc;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.aside h3 {
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 1em;
}

.aside a.button {
	display: block;
	text-align: center;
}

a.banner img {
	border:1px solid black;
}

#primary {
	border: none;
}

#primary .textwidget {
	text-align: center;
}

#primary img {
	border: 2px solid #ffffff;
}

#primary ul {
	text-align:left;
	margin-top:15px;
}

#secondary h3 {
	margin-top: 1em;
}

span.tag1, span.tag2, span.tag3, span.tag4, span.tag5 {
	font-weight:bold;
	padding-right:1.5em;
	line-height: 1.5em;
}

span.tag1 {
	font-size:2em;
	color: #222222;
}

span.tag2 {
	font-size: 1.7em;
	color: #444444;
}

span.tag3 {
	font-size: 1.4em;
	color: #666666;
}

span.tag4 {
	font-size: 1.1em;
	color: #888888;
}

span.tag5 {
	font-size: 0.8em;
	color: #aaaaaa;
}

.tagcloud {
	text-align: center;
}

a.profile {
	display: block;
	margin: 15px 0;
	background-image: url(profiles.png);
	background-repeat: no-repeat;
	padding-left: 180px;
	text-decoration: none;
	border: 1px solid #ffffff;
	height: 60px;
	font-size: 12px;
}

a.profile:hover {
	background-color:#cccccc;
	border: 1px solid #cccccc;
	color: #000000;
}

a.profile.xing {
	background-position: 0 0px;
}

a.profile.twitter {
	background-position: 0 -60px;
}

a.profile.facebook {
	background-position: 0 -180px;
}

a.profile.friendfeed {
	background-position: 0 -120px;
}

a.profile.flickr {
	background-position: 0 -240px;
}

a.profile.delicious {
	background-position: 0 -300px;
}