/* Custom Login Styles */
 
html {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #33250B;
	background-image: url(../img/rene-snyman-art-tile.gif);
	background-repeat: repeat;
	background-position: center top;
}	/* Page background. Can't use the body tag for this! */
	  

h1 a {	/* Title image. Remember to update the height and width your image's dimensions */
	width:336px;
	height:125px;
	background: url(../img/Titan-Logo.png) no-repeat -20px 10px;
}
body.login {
	border-top-color:#050505;
}	/* Top bar background color */
.login p#backtoblog a:link, .login p#backtoblog a:visited {
	color:#a79d8c;
}	/* Link effects in top bar */
.login p#backtoblog a:hover, .login p#backtoblog a:active {
	color:#a79d8c;
	text-decoration:underline;
}	/* Rollover link effects in top bar */
form {
	background:transparent none repeat scroll 0 0;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#4D3211 none repeat scroll 0 0;
	border:1px solid #4D3211;
	font-weight:normal;
	margin:0px;
	padding:16px 16px 40px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;
}
#login form .submit input {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: none;
}
#login form input {
color:#000;
font-family: Georgia, "Times New Roman", Times, serif;
}
label {
color:#FF6600;
font-size:13px;
font-family: Georgia, "Times New Roman", Times, serif;
}
#user_pass, #user_login, #user_email {
	border:1px solid #4D3211;
	font-size:16px;
	margin-bottom:16px;
	margin-right:6px;
	margin-top:2px;
	padding:3px;
	width:97%;
	background-attachment: scroll;
	background-color: #fff;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	color:a79d8c;
}

#login form .submit input {
	background:#36230C none repeat scroll 0 0;
border:0 none;
color:#FFFFFF;
float:left;
font-family:Georgia,"Times New Roman",Times,serif;
font-style:normal;
margin:0 4px 0 0;
padding:4px 20px;
width:100px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

div.login p#nav a {
	color:#996600;
}

