/* 
Client:
URL: http://www..com/
Description:
Version:		
Author: 	 

Contents: 
1. Colours
2. Typography
*/

/* @group COLOURS */
/***** 1. Colours /
/*
- 
*/
label.error {
	color: teal;
	}
span.contactHeader {
	color: #ffa100;
	}
/*#formMessage input.submit:hover	{
	border-bottom: 2px solid #ffa100;
	}*/
.vcard a, .vcard a:hover {
	color: #303438;
	text-decoration: none;
	}
/* End Colours */

/* @end */
/* @group TYPO */
/***** 2. Typography */
#formMessage input.submit	{
	font: 100%/1.4 "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	-webkit-text-stroke: 1px transparent;
	}
#formEntry input {
	text-align: center;
	font-size: 1.2em;
	}
#formMessage textarea {
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
	}
label {
	font-weight: normal;
	text-indent: 10px;
	}
label.error {
	font-size: .7em;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	}
h4.fn {
	font-size: 1.6em;
	word-spacing: -.1em;	
	}
h4.org	{
	font-size: 1.2em;
	}
span.contactHeader {
	font-weight: bold;
	}
span.superscript	{
	font-size: .8em;
	}
/* End Typography */

/* @end */

form {
	padding: 16px 20px 0 30px;
	}
#formEntry {
	float: left;
	width: 290px;
	}
#formEntry input {
	width: 242px;
	margin: 12px 0 18px 10px;
	border: none;
	background: none;
	outline: 0 none;
	}
#formEntry .input-bg {
	background: transparent url(../img/form-sm-bg.png) no-repeat left bottom;
	height: 45px;
	margin-bottom: 10px;
	position: relative;
	}
#formEntry .active {
	background: transparent url(../img/form-sm-bg.png) no-repeat left top;
	}
#formMessage textarea {
	width: 276px;
	height: 177px;
	display: block;
	border: none;
	background: none;
	overflow: auto;
	padding: 16px 0 0 18px;
	outline: 0 none;
	}
#formMessage .message-bg {
	background: transparent url(../img/message-bg.png) no-repeat left bottom;
	height: 207px;
	}
#formMessage .message-send {
	padding-bottom: 40px;
	padding-right: 10px;
	height: 50px;
	width: 282px;
	}
#formMessage .active {
	background: transparent url(../img/message-bg.png) no-repeat left top;
	}
#formMessage label {
	padding-top: 89px;
	}
#formMessage input.submit	{
	float: right;
	display: block;
	height: 43px;
	width: 59px;
	/*outline: none;*/
	/*border: none;*/
	cursor: pointer;
	}
label {
	display: block;
	}
label.error {
	position: absolute;
	top: -21px;
	left: 72px;
	padding: 3px;
	}
	
/*** vCard */
.vcard {
	padding-top: 48px;
	}
h4.fn, h4.org	{
	margin: 0 0 0 40px;
	}
span.contactHeader	{
	padding-right: 8px;
	}
span.superscript	{
	vertical-align: text-bottom;
	}
