/******************************************************************************************************
Title:			screen.css
Browser(s): 	All browsers.

Author: 		Malcolm Almeida
Created: 		18.09.2007
Last modified: 	01.10.2008
******************************************************************************************************/

/*	Reset
---------------------------------------------*/
* {
	margin:0;
	padding:0;
	}

/*	Structure
---------------------------------------------*/
html {
	height:100%;
	margin-bottom:1px;
	}

body {
	font:0.69em/1.64em Segoe UI, Lucida Grande, Arial, Helvetiva, Verdana, sans-serif; 
	color:#868686;
	width:840px;
	margin:0 auto;
	}

/*	Clearfix
---------------------------------------------*/
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	}

.clearfix {display: inline-block;}

.clear {clear:both;}

/*	Links
---------------------------------------------*/
a {
	color:#444;
	text-decoration:none;
	font-weight:700;
	border-bottom:1px solid #5b95e5;
	outline:none;
	}

a:focus,
a:hover {
	text-decoration:none;
	border-bottom:1px solid #369;
	color:#000;
	outline:none;
	}

/*	Typography
---------------------------------------------*/
h2 {
	font-size:1.45em;
	color:#919191;
	margin-bottom:22px;
	display:block;
	font-weight:200;
	}

h3 {
	color:#444;
	font-size:1.09em;
	}

p {
	padding:0 0 8px;
	}

/*	Header
---------------------------------------------*/
#header {
	width:820px;
	padding:36px 0 18px;
	}

#header h1 {
	background:url(identity.png) no-repeat;
	float:left;
	height:134px;
	width:336px;
	}

#header h1 span {
	display:none;
	}

#header div {
	float:left;
	margin:9px 0 0 94px;
	width:320px;
	}

#header div h2 {
	color:#444;
	font-size:1.36em;
	font-weight:700;
	line-height:1.36em;
	margin:0;
	}
#header div p {
	color:#999;
	font-size:1.36em;
	line-height:1.36em;
	}
#header div p {
	font-weight:400;
	}

/*	Information
---------------------------------------------*/
#information {
	display:none;
	width:820px;
	}

#information .col {
	float:left;
	}

#information .wide {
	width:400px;
	padding-left:10px;
	padding-right:10px;
	}

#information .narrow {
	width:190px;
	padding-left:10px;
	}

/*
	Projects
----------------------------------------------- */
#projects {
	width:820px;
	background:url(headline.png) no-repeat;
	padding:12px 10px 0;
	position:relative;
	}

#projects .nav a {
	position:absolute;
	display:block;
	height:33px;
	width:33px;
	top:3px;
	border:0;
	}

#projects .nav a.next {
	background:url(next.png) no-repeat;
	right:15px;
	border:0;
	}

#projects .nav a.prev {
	background:url(previous.png) no-repeat;
	right:50px;
	border:0;
	}

#projects .nav a:hover {
	background-position:0 -36px;
	border:0;
	}

#projects .nav a span {
	display:none;
	}

.projectList{
	margin-left:-10px;
	}

.projectList ul {
	margin-left:10px !important;
	}

.projectList ul li {
	margin:0 20px 0 0;
	list-style:none;
	width:260px;
	height:274px;
	position:relative;
	}

.projectList ul li a {
	border:0;
	}

.projectList ul li a img {
	padding:1px;
	border:1px solid #eee;
	}

.projectList ul li h3 {
	color:#000;
	font-size:1em;
	display:inline;
	}

.projectList ul li p {
		display:inline;
		}

.projectList ul li a.visit {
	border-bottom:1px solid #5b95e5;
	}

.projectList ul li a.visit:hover {
	color:#000;
	}

/*	Services
---------------------------------------------*/

#services {
	width:820px;
	background:url(headline.png) no-repeat;
	padding:12px 10px 0;
	}

#services .tabs-hide {
	display:none;
	}

#services .tabs-container {
	width:397px;
	margin-top:-40px;
	float:left;
	position:relative;
	}

#services .tabs-container h3 {
	font-size:1.45em;
	font-weight:300;
	color:#b3b3b3;
	margin-bottom:26px;
	}

#services .tabs-container p {
	float:left;
	}

#services .tabs-container img {
	float:right;
	background:#fff;
	border:1px solid #eee;
	padding:1px;
	}



/*	Contact
---------------------------------------------*/
#contact {
	background:url(headline.png) no-repeat;
	padding:12px 10px 18px;
	width:820px;
	}

#contact p {
	width:140px;
	float:left;
	padding:0;
	}

input
{
	font-size: 12px;
	color: #000;
	font-family: Segoe UI, Tahoma, Arial, Helvetica, sans-serif;
	border: #efefef 1px solid;	
	padding: 4px;
	margin: 0;
	background-color: #f0f0f0;
}
input:hover
{
	border: #ddd 1px solid;
}
input.reverse
{
	border: #efefef 1px solid;
}
input.reverse:hover
{
	border: #ddd 1px solid;
}
textarea
{
	font-size: 1em;
	color: #000;
	font-family: Segoe UI, Tahoma, Arial, Helvetica, sans-serif;
	border: #efefef 1px solid;
	padding: 4px;
	margin: 0;
	background-color: #f0f0f0;
	height: 111px;
	width: 150%;
}
textarea:hover
{
	border: #ddd 1px solid;
}
form
{
	padding: 0;
	margin: 0;
}
	
/*	Footer
---------------------------------------------*/
#footer {
	border-top:1px solid #ccc;
	padding:12px 10px;
	text-align:right;
	}

	