/* =================
Script Name: style-override.css
Description: CSS file loaded LAST, so provides an over-ride
			 to CSS selectors defined in plugins, etc. which
			 may be reset/changed with upgrade. This file
			 is loaded using the pcLoadOverrideCSS() hook in
			 functions.php
Client/Project: Pacific Crest YAO
Author:  John Donovan
Date: January 12, 2012
Update Log:
initial release - jmd 

Contents Copyright 2012 DCP Partners, LLC  All rights reserved.
*/


div#footer-widgeted .widget_wp_sidebarlogin p.login_error {
	color: #000;
	background-color: #ff9f9f;
}

div#footer-widgeted .widget_wp_sidebarlogin p.login_error a {
	color: #000;
}

div#login {
	width: 600px;
}

.login h1 {
	width: 600px;
	height: 140px;
	margin:20px auto; 
}

.login h1 a {
	width: 600px;
	height: 140px;
}

.login form {
	width: 400px;
	margin: 20px auto;
}

.login #nav, 
.login #backtoblog {
	width: 400px;
	margin: 30px auto;
	text-align: center;
	padding: 0;
}


