/*/////////////////////////////////////////////////////////*/
/*                                                         */
/*          i3studios.com client.css v2.08                 */
/*          Created by Dan Walsh of i3studios.com          */
/*          Updated: 08/10/2010                            */
/*                                                         */
/*/////////////////////////////////////////////////////////*/

html {
	background: #f2f2f2 url('../img/bg-body.jpg') top left no-repeat;
}
body {
	font: normal 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #555;
	letter-spacing: 0em;
	margin: 0;
	padding: 0;
	outline: none;
	line-height: 23px;
	-webkit-text-size-adjust: none;
}
a, a:link, a:visited {text-decoration: none; color: #a53d30;}
a:hover {border-bottom: dotted 1px #666;}
img, a img {border: none;}
a:focus {-moz-outline: none; outline: none;}
form {margin: 0; padding: 0;}
h1, h2 {font-size: 20px; font-weight: 100;}
.hidden {display: none;}
.clear {clear: both;}
.left {float: left;}
.right {float: right;}



/*///////////////////////////*/
/*       Logo Styling        */
/*///////////////////////////*/

#logo {	margin-left: 2px;}
#logo a, #logo a:link, #logo a:visited {
	background: transparent url('../img/logo.png') 0 0 no-repeat;
	padding: 14px 80px;
	line-height: 44px;
}
#logo a:hover {
	background-position: 0 -45px;
	border: none;
}
#logo a span {display:none;}



/*//////////////////////////////*/
/*       Content Styling        */
/*//////////////////////////////*/

#wrap { margin: 100px auto 0; width: 500px; }
#content {
	clear: both;
	margin-top: 15px;
	border: 2px solid #ddd;
	padding: 30px 35px 10px 35px;
	background: #fff;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}
#foot {
	clear: both;
	text-align: right;
	font-size: 11px;
	color: #aaa;
	padding: 8px 12px;
}
#foot ul { padding:0; margin: 0;}
#foot li { display:inline; padding:0; margin-left: 20px;}
#foot li.left {margin-left:0; text-align: left;}
#ie_old {display:none;}


/*////////////////////////////////*/
/*       Auth Form Styling        */
/*////////////////////////////////*/

#forgot_password {display: none;}
.toggle  {
	line-height: 30px;
	font-size: 11px;
	display:block;
	clear: both;
}
.lock  {
	line-height: 30px;
	font-size: 12px;
	display:block;
	clear: both;
}
.auth1 {width: 230px;}
.auth2 {width: 185px;}
.form_error, .form_success {
	padding: 6px 12px;
	background: #fffcd0;
	color: #555;
	border: 2px solid #a87771;
	margin-bottom: 23px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.form_success {border: 2px solid green;}
input {
	border: 1px solid #ddd;
	background: #f2f2f2;
	width: 170px;
	padding: 7px 11px;
	font: normal 13px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #444;
	margin-bottom: 20px;
}
#reset_button {
	margin-top: 23px;
	width: 194px;
	padding: 6px 11px;
}
#submit_button {
	margin-bottom: 0;
	width: 194px;
	padding: 6px 11px;
}
#reset_button:hover, #submit_button:hover {
	background: #6786a7;
	color: #fff;
}



/*////////////////////////////////*/
/*       Client IP Styling        */
/*       /client/ip               */
/*////////////////////////////////*/

#ip_info { text-align: center; }
#ip_info h1 {
	margin: 10px 0 0 0;
	letter-spacing: -0.03em;
}
#ip_info h2 {
	margin: 10px 0 20px 0;
	font-size: 33px;
	color: #a5554b;
	letter-spacing: -0.03em;
}