/*--------------------------------------------------
File: inverso.css
Site: inversocreative.com
Author: Phil Birnie 
Date: 11/30/2010
--------------------------------------------------*/

/*Universals */

* {
	margin: 0;
	padding: 0;
}




body {
	font-family: 'Arial','Gill Sans', Helvetica, Futura, Univers, Arial,sans-serif;
	color: #435aa7;
	background: #fff url('assets/left-border.png') top left repeat-y;
	width: 100%;
}

/*HTML5 TAGS */
section, article, header, footer, nav, aside hgroup {
	display: block;
}



.clear{
	clear: both;
}

p {
	line-height: 2.0;
}

a {
	color: #435aa7;
}


/* Header Group Style/Layout */

hgroup {
	margin-top: 70px;
	width: 33%;
	float: left;
	min-width: 433px;
	min-height: 311px;
	background: transparent url('assets/inverso-creative-logo.png') top left no-repeat;
/*	border-left: 3px solid #435aa7; */
	margin-left: 10%;
	z-index: 2;
}

hgroup h1, hgroup h2 {
	text-indent: -1000em;
}


/* Section Styles/Layout */

section {
	margin-top: 40px;
	float: left;
	font-size: 1.0em;
	margin-left: 10%;
	z-index: 2;
}

section h1 {
	font-family: 'Adobe Garramond Pro','Adobe Garramond','Garramond','Hoefler Text','Times New Roman','Times',serif;
	font-weight: bold;
	font-size: 2em;  /*2.0/1 = 2 */
	margin-bottom: 0.75em;
}

section h1 span {
	color: #b2e1e3;
}

/* Misc. */

#circle {
		background: #fff url('assets/circle.png') center right no-repeat;
		width: 400px;
		height: 400px;
		position: absolute;
		top: 140px;
		right: 10%;
		z-index: -1;
}


/*Form */
#contactform {
	display: none; 
	position: absolute;
	top: 50%;
	left: 30%;
	z-index: 4;
}

#contactform p {
	padding-left: 0.5em;
}

label {
	padding-right: 1.5em;
	display: block;
	float: left;
	width: 3.0em;
}

input {
	margin-right: 2.0em;
	font-weight: bolder;
	font-size: 0.9em;
	color: #444;
}

input:focus, textarea:focus {
		background-color: #f0fbfb;
}

legend {
	font-size: 1.0em;
	color: #435aa7;
	font-weight: bolder;
	padding: 0.2em 0.5em;
	border: 1px solid #435aa7;
	text-align: right;
	background-color: #eaf8f9;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
}

fieldset {
	border: 1px solid #435aa7;
	background-color: #eaf8f9;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
}

input.last {
	padding-bottom: 1.0em;
	background: none;
}

.error {
	color: #f00;
}
