/* General
====================================================================== */
html {
	-webkit-text-size-adjust: none;
}

body > * {
	text-shadow: none;
	opacity: inherit;
}



/* Home
====================================================================== */

#home_sidebar input.Last {
	width: 145px;
}

#newsletter_signup input.Last {
	width: 165px;
}

#home_sidebar .Submit {
	position: static;
	margin: 10px 0 0 70px;
	padding: 0;
	width: auto;
	border: none;
	font-size: 1em;
}

#newsletter_signup .Submit {
	margin: 10px 0 0 50px;
}



/* Portfolio
====================================================================== */
.Project a:link span,
.Project a:visited span {
	display: block;
}



/* Contact
====================================================================== */
#contact_content .Submit {
	margin-left: 70px;
	width: auto;
}

#vcard_download {
	display: none;
}

.vcard .tel a:link, 
.vcard .tel a:visited {
	color: #1b1717;
}