@charset "utf-8";
/* CSS Document */
html{}
body.login {background:#F7B315 url(images/bg.jpg) repeat-y top center;font:14px Arial, Helvetica, sans-serif !important;line-height: 1; color: #222222; -webkit-font-smoothing: antialiased;font-weight:normal;}

/* Logo */
#login{width:504px;}
#login h1 a{text-indent:-9999px;display:block;margin:0 auto;background:#F7B315 url(images/logo.png) no-repeat;width:504px;height:79px;background-size:504px;}

.login p#backtoblog a:link, .login p#backtoblog a:visited {color:#17272d;}	/* Link effects in top bar */
.login p#backtoblog a:hover, .login p#backtoblog a:active {color:#17272d;text-decoration:underline;}	/* Rollover link effects in top bar */
