﻿/*
Theme Name: KK2014 
Description: Change the Login Logo 
Author: Klaus Keuthen
VERSIONSBESCHREIBUNG

1.0     5.2.14		NEU


see: http://codex.wordpress.org/Customizing_the_Login_Form#Change_the_Login_Logo
*/

body.login div#login h1 a {
	/*
	background-image: url('../images/w-logo-blue.png?ver=20131202');
	background-image: none, url('../images/wordpress-logo.svg?ver=20131107'); 
	*/
	background-size: auto;	/*80px 80px;*/
	background-position: center top;
	background-repeat: no-repeat;
	color: #999;
	height: 80px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 auto 25px;			/*0px;*/
	padding: 0 0 30px 0;
	text-decoration: none;
	width: 100%;					/*80px;*/
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
}

