/*
	Das Grund-Stylesheet und die Schemes können in K2 nicht mehr bearbeitet werden.

	Mit diesem Benutzer-Stylesheet ist es aber möglich, die Standard-Werte zu
	überschreiben und so dein eigenes Layout zu erstellen.

	Das Grund-Stylesheet von K2 findest du hier:
	http://blogsport.de/wp-inst/wp-content/sitetemplates/k2_final/css/style.css.php
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:


Es folgen exemplarische Angaben, die du aktivieren kannst, indem du sie ganz unten
nach dem Ende des Kommentarbereits einfügst.	

- Wenn du die Höhe deines Headers (Standard: 200px) anpassen willst, kannst du das
  mit folgendem Befehl:

#header {
	height: 200px;
	}

- Parallel zu den Änderungen an der Header-Höhe kannst du auch den Blogtitel weiter
  nach oben bzw. unten setzen (Standardwert: 75px):

h1 {
	padding-top: 75px;
	}

- Wenn dir die Schrift deiner Beiträge zu groß ist, kannst du sie mit folgenden
  Angaben verkleinern (Standardschriftgröße/Zeilenabstand: 1.2em/1.8em):

.entry-content {
	font-size: 1.1em;
	line-height: 1.5em;
	}

- Dasselbe mit der Sidebar (Standardwerte: 1.1em bzw. 1.4em) ...

.secondary {
	font-size: 1em;
	}

.secondary h4 {
	font-size: 1.5em;
	}

- ... und den Kommentaren (Standardwerte: 1.2em/1.8em):

#commentlist li .comment-content {
	padding: 2px 0;
	font-size: 1.1em;
	line-height: 1.5em;
	}

- Das Noteworthy-Symbol (Herz) durch ein eigenes Icon (hier: ein Stern) ersetzen:

.category-noteworthy h3.entry-title {
	background: url('http://blogsport.de/wp-images/favorite.gif') no-repeat right center;
	padding-right: 25px;
}

++Ende des Kommentarbereichs++ */











/* Hier die Angaben einfügen */
#page {
	background-color: #000000;
	border-style: none;
	width: 100%;
}

.columns-three #page {
	background-color: #000000;
	border-style: none;
	width: 100%;
//	padding: 10px 10px;
}

.columns-two #page{
	width: 100%;	
}

.columns-one #page{
	width: 100%;
}





#header {
	background-color: #000000;
	height: 90px;
}

#header h1 {
	font-variant: small-caps;
	font-family: 'Courier';
	font-size: 7em;
	text-align: center;
	padding-top: 0px;
margin-top:0px
	
}

#header .menu{
	font-family: 'Courier';
}

#header .page-item {
	background-color: #222222;
}

#header .current-page-item {
	background-color: #888888;
}



#primary {
	float: left;
	width: 60%;
	background-color: #111;
        margin: 0.7%;
        padding:3px;
}


.entry-head{
	text-align: center;
}

.entry-meta, .entry-content {
	font-family: 'Arial';
}

.meta-start {
	background:transparent url(/images/time.png) no-repeat scroll left top;
}

.commentslink {
	background:transparent url(/images/comment.png) no-repeat;
}

.entry-title a{
	font-variant: small-caps;
	font-family: 'Courier New';
	color: #EEEEEE;
	font-size: 1.2em;
	font-weight: bold;
}

.entry-content {
	line-height:1.4em;
	color: white;
}

.entry-content a {
	color: #d66;
}

.entry-content a:visited {
	color: #d33;
}

.entry-content img {
       margin-left:5%;
       margin-right:5%;
       margin-bottom: 5%;
}

.entry-content blockquote img {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}

.entry-content blockquote {
	color: #AAAAAA;
	font-style: italic;
	background:transparent url(/images/quote.png) no-repeat scroll 10px 0;
}



#asides {
	width: 16%;
	padding-top: 4px;
	float:left;
}

.sb-asides {
	font-family: 'Arial';
	color: #999;
	text-align: justify;
	margin: 1%;
}

.sb-asides a{
	color: #f77;
}

.sb-asides a:hover{
	color: white;
}

.sb-asides a:visited {
	color: #f44;
}




.sb-latest, .sb-categories, .sb-links, h4 {
	font-family:'Arial';
	line-height: 1em;
}

#sidebar-1 a, #sidebar-2 a {
	color: #f77;
}

#sidebar-1 a:visited, #sidebar-2 a:visited {
	color: #f44;
}

#sidebar-1 a:hover, #sidebar-2 a:hover {
	background-color: #f77;
	color: #220000;
	text-decoration: none;
}

#sidebar-1 a:visited:hover, #sidebar-2 a:visited:hover {
	background-color: #f44;
	color: #000000;
	text-decoration: none;
}





#sidebar-1 {
	width: 20%;
	text-align: left;
        margin-left:0px;
	margin-top: 10px;
}

.secondary {
        padding:0px;
}

#searchform input{
	//width: 70px;
}

.livesearch #s input{
	//width: 60px;
	}
	
	
	
.content {
	padding: 0px;
}



.sb-banner #bannervista iframe {
	width: 100%;
}

.eviction_frame {
	background-color:black;
	border-style: solid;
	border-width: 2px;
	border-color: #f00;
	color: white;
	font-family: 'Arial';
	text-align: center;
	padding: 4px;
	margin: 3px;
}

.eviction_frame td{
	color: red;
}

.eviction_frame #headline {
	text-decoration: blink;
	font-variant: small-caps;	
	text-align: center;
}

.eviction_frame a, a:visited{
	color: #f44;
}
