/*
We Collaborate
*/

/* @override http://localhost:8888/style.css */

/* Whitespace Reset */

* {
	margin: 0;
	padding: 0;
}

/* Images */

a img {
	border: none;
}

/* Global */

html {
	height: 100%;
}

body {
	height: 100%;
	color: #444;
	font: 11px/18px Arial, Verdana, sans-serif;
	background: #ffffff url(images/body.gif) repeat-y;
}

body#ed {
	background: #ffffff url(images/body-ed.gif) repeat-y;
}

body#kev {
	background: #ffffff url(images/body-kev.gif) repeat-y;
}

body#hector {
	background: #ffffff url(images/body-hector.gif) repeat-y;
}

body#mark {
	background: #ffffff url(images/body-mark.gif) repeat-y;
}

body#nic {
	background: #ffffff url(images/body-nic.gif) repeat-y;
}

a {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
}

#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#wrapper {
	padding-bottom: 96px;
	position: relative;
	padding-top: 185px;
}

#main, #details, #skip, #foot {
	width: 740px;
}

.wrap {
	padding-left: 150px;
	position: relative;
	z-index: 99;
}

span.iphone {
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(images/soon.png);
	height: 143px;
	width: 133px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0 0;
	z-index: 0;
}

/* Main */

#main {
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 34px;
}

#main h1 {
	font-size: 40px;
	line-height: 42px;
	padding-top: 35px;
}

#home #main h1 {
	padding-top: 0;
}

#home #main h1 a {
	font-size: 40px;
	line-height: 42px;
	background: #00ade9 url(images/logo.png) no-repeat;
	width: 273px;
	height: 77px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	color: #fff;
}

#main h2 {
	font-size: 24px;
	line-height: 28px;
	clear: both;
	padding-top: 34px;
}

#main p {
	font-size: 17px;
	line-height: 19px;
}

#main p a {
	color: #444;
}

#main p a:hover {
	color: #65abc4;
}

/* Details */

#details .wrap {
	background-image: url(images/home.gif);
	height: 93px;
}

body#ed #details .wrap {
	background-image: url(images/team.gif);
	height: 93px;
}

body#kev #details .wrap {
	height: 93px;
	background: url(images/team.gif) 0 -93px;
}

body#hector #details .wrap {
	height: 93px;
	background: url(images/team.gif) 0 -186px;
}

body#mark #details .wrap {
	height: 93px;
	background: url(images/team.gif) 0 -279px;
}

body#nic #details .wrap {
	height: 93px;
	background: url(images/team.gif) 0 -372px;
}

#details dl {
	float: left;
	padding-top: 20px;
}

#details dl#phone {
	width: 240px;
}

#details dt {
	font: italic 18px/26px Georgia;
}

#details dd {
	font-size: 24px;
	line-height: 26px;
}

#details a {
	color: #444;
}

#details a:hover {
	color: #65abc4;
}

#details a.home-link {
	position: absolute;
	top: 0;
	left: 0;
	height: 93px;
	width: 130px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/home-hover.gif) no-repeat;
}

#ed #details a.home-link {
	background: url(images/team-hover.gif) no-repeat;
}

#kev #details a.home-link {
	background: url(images/team-hover.gif) no-repeat 0 -93px;
}

#hector #details a.home-link {
	background: url(images/team-hover.gif) no-repeat 0 -186px;
}

#mark #details a.home-link {
	background: url(images/team-hover.gif) no-repeat 0 -279px;
}

#nic #details a.home-link {
	background: url(images/team-hover.gif) no-repeat 0 -372px;
}

/* Skip */

#skip {
	padding-top: 30px;
	font-size: 12px;
	font-style: italic;
	color: #8f8f8f;
}

#skip a {
	font-size: 13px;
	padding-bottom: 1px;
	color: #444;
}

#skip a:hover {
	color: #65abc4;
}

#skip img {
	position: relative;
	top: 2px;
	left: 4px;
}

/* Foot */

#foot {
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 60px;
	left: 0;
	padding-top: 20px;
	z-index: 999;
}

#foot p {
	font-size: 10px;
	line-height: 15px;
	color: #b8b8b8;
	text-transform: uppercase;
}

#foot p strong {
	color: #444;
	font-weight: normal;
	font-style: normal;
}

#foot a {
	color: #b8b8b8;
	padding-top: 2px;
	padding-bottom: 2px;
}

#foot a:hover {
	color: #444;
}

#foot small {
	font-size: 11px;
	line-height: 15px;
	display: block;
}

#foot small a {
	color: #65abc4;
	padding-left: 5px;
}