#FooterContent {
	background: none;	/* For some reason, the original theme code applies an image that isn't included. This fixes that. */
}
#navPrimary {
	visibility: hidden;
}
#Logo a {
	width: 360px;
	background-repeat: no-repeat;
	background-image: url("../images/logo.png");
}

.editableObject.editableComponent .editableObjectContents {
	overflow: visible !important;
}

.two-thirds .full-page {
	margin-left: 0;
}

.portfolioArea {
	margin-left: 0;
}

.one-third.first {
	margin-left: 0;
}

.loginForm,
.forgotForm { 
	height: 230px; 
	width: 418px; 
	overflow: hidden; 
	margin: 0 auto;
}

#TopReveal .loginForm,
#TopReveal .forgotForm {
	width: auto; 
}