﻿/* -------------------------------------------------------------- 

	site.css
	All the good stuff for site.master lives in here

-------------------------------------------------------------- 

	Reset
	Let's get rid of the browser irregularities

-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*	Typography
	Default font settings. 
	The font-size percentage is of 16px. (0.75 * 16px = 12px) */

body { 
	font-size: 75%;
	color: #222; 
	background: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6	{ font-weight: bold; color: #999; }
h2 					{ color: #0099CC; }
h4 					{ color: #666666; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0em; }
h2 { font-size: 2em; margin-bottom: 0.5em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.3em; line-height: 1; margin-bottom: 1em; }
h5 { font-size: 1.2em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p			{ margin: 0 0 1.5em; line-height: 1.3em; }
p img		{ float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right	{ float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover		{ color: #666666; background-color: transparent; text-decoration: underline; }
a			{ color: #666666; outline: none; text-decoration: none; }

blockquote	{ margin: 1.5em; color: #999; font-style: italic; }
strong		{ font-weight: bold; }
em,dfn		{ font-style: italic; }
dfn			{ font-weight: bold; }
sup, sub	{ line-height: 0; }

abbr, 
acronym		{ border-bottom: 1px dotted #666; }
address		{ margin: 0 0 1.5em; font-style: italic; }
del			{ color:#666; }

pre,code	{ margin: 1.5em 0; white-space: pre; }
pre,code,tt	{ font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

/*
li ul, 
li ol		{ margin:0 1.5em; }
*/
ul, ol		{ margin: 0 0 1.5em 3em; }

ul			{ list-style-type: disc; }
ol			{ list-style-type: decimal; }

dl			{ margin: 0 0 1.5em 0; }
dl dt		{ font-weight: bold; }
dd			{ margin-left: 1.5em;}

ul li,
ol li		{ line-height: 1.3em; }

/* Tables
-------------------------------------------------------------- */

table		{ margin-bottom: 1.4em; /* width:100%; */ }
th			{ font-weight: bold; background: #C3D9FF; }
th,td		{ padding: 4px 10px 4px 5px; }
tr.even td	{ background: #E5ECF9; }
tfoot		{ font-style: italic; }
caption		{ background: #eee; }


/* Forms
-------------------------------------------------------------- */

button, 
input, 
select, 
textarea	{ font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 1em; }


/* Misc classes
-------------------------------------------------------------- */

.small		{ font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large		{ font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide		{ display: none; }

.quiet		{ color: #666; }
.loud, 
ins			{ color: #000; }
.highlight	{ background:#ff0; }
.added		{ background:#060; color: #fff; }
.removed	{ background:#900; color: #fff; }

.first		{ margin-left:0; padding-left:0; }
.last		{ margin-right:0; padding-right:0; }
.top		{ margin-top:0; padding-top:0; }
.bottom		{ margin-bottom:0; padding-bottom:0; }


/*	Forms
	Set up some default styling for forms
	Use the classes  .title and .text to enhance your forms

-------------------------------------------------------------- */


label		{ font-weight: normal; }
fieldset	{ padding: 0em; margin: 0 0 0 0; border: 0px solid #ccc; }
legend		{ font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, 
input.title		{ width: 280px; padding: 2px; }
select			{ width: 287px; }
option			{ background: transparent; }

input.title		{ font-size: 1.5em; }
textarea		{ width: 280px; height: 80px; padding: 2px; }
label.text		{ display: block; }

input.default   { color: #CCCCCC; }



/* @End
-------------------------------------------------------------- */



/* @generic - Main Structure
-------------------------------------------------------------- */






/* @common - Page structure
-------------------------------------------------------------- */


html,
body
{
	height: 100%;
}
#bodyContainer
{
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -35px;
}
#footerWrap,
.push
{
	clear: both;
	height: 31px;
}




#bodyContainer #bodyContent .headwrap
{
	background-color: #3a549f;
}

#bodyContainer #bodyContent #menu
{
	height: 138px;
}

#bodyContainer #bodyContent #menu h1
{
	float: right;
	display: block;
	text-indent: -9999em;
	width: 185px;
	height: 110px;
	background-image: url(../images/empathise_logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bodyContainer #bodyContent #menu ul
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #3a549f;
}
#bodyContainer #bodyContent #menu ul li
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 1em 0px 1em;
	list-style: none;
	border-left: 1px #3A549F solid;
	font-weight: bold;
	text-transform: uppercase;
}
#bodyContainer #bodyContent #menu ul li.first
{
	border-left: 0px;
	padding-left: 0px;
}

#bodyContainer #bodyContent #menu ul a
{
	color: #3a549f;
}


#bodyContainer #bodyContent #menu,
#bodyContainer #bodyContent .header,
#bodyContainer #bodyContent .text,
#footerWrap #footer
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 958px;
	color: #666666;
}

#bodyContainer #bodyContent .header,
#bodyContainer #bodyContent .text
{
	margin-bottom: -2em;
}
#bodyContainer #bodyContent .header h2
{
	padding: 0.3em 0px 0px 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 4em;
	margin-bottom: 0.2em;
	letter-spacing: 0.2em;
}
#bodyContainer #bodyContent #explore_header h2
{
	letter-spacing: 0.22em;
}
#bodyContainer #bodyContent #create_header h2
{
	letter-spacing: 0.42em;
}
#bodyContainer #bodyContent #deliver_header h2
{
	letter-spacing: 0.29em;
}

#bodyContainer #bodyContent .header p
{
	padding: 0px 0px 1.1em 0px;
	color: #FFFFFF;
	font-size: 1.3em;
	width: 280px;
}
#bodyContainer #bodyContent .text
{
	padding: 1.5em 0px 1.7em 0px;
}

#bodyContainer #bodyContent .block
{
	border-bottom: 1px #3a549f solid;
}


#bodyContainer #bodyContentWrap
{
/*
	padding: 0px 0.5em 15px 0.5em;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
*/
}


body.holding #menu p
{
	color: #3a549f;
	padding-top: 91px;
	width: 390px;
}

body.holding #bodyContainer #bodyContent .header p
{
	padding: 4em 0px 4em 0px;
	color: #FFFFFF;
	font-size: 1.5em;
	width: 570px;
	text-transform: uppercase;
	font-weight: bold;
}

body.holding #bodyContainer #bodyContent .header p a:focus,
body.holding #bodyContainer #bodyContent .header p a:hover
{
	color: #FFFF00;
	text-decoration: none;
}

body.holding #bodyContainer #bodyContent .header p a
{
	color: #EEEE00;
}

body.holding #bodyContainer #bodyContent .block
{
/*
	border-bottom: 0px;
*/
}

body.holding #bodyContainer #bodyContent #footer p
{
	padding: 4em 0px 0em 0px;
	font-size: 0.9em;
}

body.holding #bodyContainer #bodyContent .header
{
	margin-bottom: -2.3em;
}
body.holding #bodyContainer #bodyContent .text
{
	padding-bottom: 3.3em;
}

body.holding #form_name_label,
body.holding #form_email_label
{
	width: 90px;
	float: left;
}
body.holding #form_name,
body.holding #form_email
{
	font-size: 1em;
}


span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 





/* @End
-------------------------------------------------------------- */
