/* Login Page */

body {
	background-color: transparent;
	border: none;
}
.bodyWrapper {
	width: 1000px;
	background-color: transparent;
	background: none;
	border: none;
}

h1 {color:#7D4A67;font-size:2em;}
h2 {padding-bottom: 0;}

#splash-login {
	background-color:white;
	width:1000px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

#login-wrapper {
	clear:both;
	text-align: center;
	float:left;
	padding:15px;
	border:2px solid #4f424a;
	margin-left: 200px;
	margin-top: 65px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	z-index:1;
	background-color: white;
}

#login-left {
	border-right: 1px solid #4f424a;
	padding: 10px;
	padding-right: 30px;
	width: 260px;
	float: left;
}

#basic-form {
	position: relative;
	width: 200px;
	float: right;
	padding: 10px;
	padding-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

input[type="text"], input[type="password"], textarea {
	border: solid 1px #C6C6C6;
	border-bottom: solid 1px #E3E3E3;
	color: #666;
	font-size: 11pt;
	background: #F3F3F3 url('form-shadow.png') left top repeat-x;
	width: 150px;
}

#fine_print {
	font-size:.75em;
	float: left;
	clear: both;
	padding-top: 30px;
}

#openid {
	float: left;
	clear: both;
	padding-top:5px;
}
.signupform {
  float: left;
}

/* Override base.css to get more page space.  No need for a sidebar here. */
#rightside {
	width: 920px;
	background-color: white;
	background: none;
	border: none;
	
}
#bodynohead {
	background: none;
	background-color: white;
	border: none;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-box-shadow: 0px 7px 10px gray;
	-moz-box-shadow: 0px 7px 10px gray;
}
/* Also removing footer border */
#footer {
	border: none;
	width:1000px;
	padding-top:80px;
	background-color: white;
	color: #4f424a;
	-webkit-box-shadow: 0px 7px 10px gray;
	-moz-box-shadow: 0px 7px 10px gray;
}

#footer a, #footer a:visited { color: #4f424a;}

#header {
	height: 50px;
	background-color: transparent;
	background: none;
	border: none;
}

img.logo {
	padding:20px;
	float:left;
}

img.slogan {
	padding:20px;
	float:right;
}

img.mirror {
	position:absolute;
	right:0px;
	top:10px;
	z-index:0;
}

.warning {
	color: red;
	font-weight: bold;
	position: absolute;	
	top: 158px;
	left: 400px;
}

.big-text {
	color:#7D4A67;
	font-size: 18px;
	font-weight: bold;
	float: left;
}

.space {
	padding-top:10px;
}

.remember {
	color:#7D4A67;
	font-size: 14px;
}

.remember-space {
	float:right;
}

.login_button {
  width:92px;
  height:46px;
  text-align:center;
  line-height:15px;
  color: white;
	background-color: white;
	background-image: url(/site_media/login-button.png);
  font-size:11px;
  font-weight:bold;
  border: 1px #484452;
  margin-top: 10px;
  cursor: pointer;
	float: right;
}	

.loginoid_button {
  width:124px;
  height:20px;
  text-align:center;
  line-height:15px;
  color: white;
	background-color: white;
	background-image: url(/site_media/login-button.png);
  font-size:11px;
  font-weight:bold;
  border: 1px #484452;
  margin-top: 10px;
  cursor: pointer;
}

.openid {
	float: right;
}

#navigation {
  padding-top: 20px;
	padding-bottom: 2px;
	height: 22px;
	width: 500px;
	text-align: center;
	float: left;
	margin-left: 300px;
	background-color: transparent;
	background: none;
	border: none;
}
#navigation li {
	display: inline;
	list-style-type: none;
}
#navigation a, #navigation a:visited {
  float: left;
  font-weight: normal;
	font-size: .8em;
  text-decoration: none;
  color: #7D4A67;
  padding: 0 15px;
	line-height: 21px;
}
#navigation a:hover {
	color: #C06C9D;
}
