
/* ---------------------------------------------------------
	1.	GLOBAL STYLES												
-----------------------------------------------------------	*/

body {
	text-align: center;
	line-height: 1em;
	font: 12px arial, verdana, sans-serif;
	color: #000;
	margin-top: 15px;
}

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a, a:link, a:visited, a:active {
	color: 000;
	text-decoration: underline;;
}


/* ---------------------------------------------------------
	2.	TYPOGRAPHY										
-----------------------------------------------------------	*/

p {	
	margin: 0 0 15px 0;
}

h1 {
	margin-bottom: 15px;
}

h4 {	
	font-size: 1em;
	color: #000;
	font-weight: bold;
}



/* ---------------------------------------------------------
	3.	CONTAINERS									
-----------------------------------------------------------	*/

#container {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	height: 140px;
	width: 600px;
}

#contentLeft {
	display: none;
}

#content {
	width: 600px;
	float: left;
}

#footer {
	display: none
}



/* ---------------------------------------------------------
	4.	HEADER / NAVIGATION									
-----------------------------------------------------------	*/

#header .nav {
	display: none;
}


/* ---------------------------------------------------------
	5.	CONTENT	STYLES	 						
-----------------------------------------------------------	*/


/* Case Studies */
#projectInfo {
	width: 270px;
	float: left;
}

#projectImg {
	float: right;
	width: 250px;
}

#projectImg img {
	padding: 4px;
	border: 1px solid #D4D4D4;
	background-color: #EAEAEA;
	margin-bottom: 7px;
}

#projectImg .nav {
	display: none;
}

/* News */
.date {
	color: #000;
	margin-bottom: 30px;
}




