* { margin: 0; padding: 0; }

body {
	background-color: #4f1400;
/*	background: #CCC url('../../wp-content/themes/default/images/background.png') repeat-x scroll top left; */
	font: 12px Arial, sans-serif;
}

p, li, h1, h2, h3, h4, h5, input, select, label, textarea {
	font-family: "Helvetica Neue", Arial, sans-serif;
}

p, li, label {
	font-size: 10pt;
	color: #ccc;
}

a:link, a:visited, .hilite {
	color: #D85600;
	text-decoration: none;
}

a:hover, a.discreet:hover {
	color: #FF7E36;
	text-decoration: none;
}



#login { 
	width: 320px; 
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #4f1400
}

form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0;}

#login form .submit input {
	padding: 3px 5px;
	border: none;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	text-decoration: none;	
	margin-top: -6px;
}

form .submit { 
	float: right; 
	margin: 5px 0px 0px 0px;
}

form p { 
	margin-bottom: 10px; 
	line-height: 26px;
}

h1 a {
	background: #4f1400 url(../../wp-content/themes/default/images/pi_logo.png) no-repeat scroll top left;
	width: 320px;
	height: 200px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
}

#login_error, .message {
/*	background-color: #D85600; */
	border-bottom: 1px dotted #aaa;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	width: 100%;
	text-align: center;
	color: #ccc;
	font-size: 14pt;
	font-weight: bold;
}

#login_error {
	background-color: #D85600;
}

#nav { 
	clear: both;
	float: left;
	border-top: 1px dotted #aaa;
	margin: 20px 0px 0px 0px; 
	padding: 5px 0px 0px 0px; 
	width: 100%;
	text-align: center;
}

#user_pass, #user_login, #user_email {
	font-size: 20px;
	width: 307px;
	padding: 3px;
	margin-right: 6px;
}

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 

DYSKE:
Use this on the container block, not in the content block.
You can apply multiple classes to an element by separating them with a space.
E.g. class="clearfix anotherClass"
clearfix must come first.
*/

.clearfix:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}

.clearfix {
display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		

