body{
	background:url(../images/bg.jpg) no-repeat top center;
	background-color:#000;
	font-family: Arial;
	color: #3b3d3d;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.1em;
	padding-bottom:80px;
}
/*border:red dashed 1px;*/
/********* Fonts ********/
a{
	color: #3b3d3d;
	text-decoration: none;
}
a.highlighted{
	color:#05D1D3;
	text-decoration:underline;
}
p{
	margin-bottom:20px;
	font-family:times,serif;
}
h2{
	color:#05d1d3;
	font-size:2em;
	font-family:times,serif;
}
h2 span{
	color:#3b3d3d;
}
h3{
	color:#05d1d3;
	font-size:2em;
	font-family:times,serif;
}
h5{
	font-size:1em;
	text-transform:uppercase;
	color:#acacac;
	border-bottom:#d1d2d2 solid 1px;
	margin:5px 0 10px 0;
}
h6{
	font-size:0.7em;
	margin-bottom:20px;
	text-transform:uppercase;
	margin-top:10px;
	color:#acacac;
}
#portfolioArea h3{
	clear:both;
	margin-top:50px;
	padding-top:70px;
}
.divider{
	border-top:#d1d2d2 solid 1px;
	padding-top:20px;
	margin-top:15px;
}
.divider2{
	border-top:#d1d2d2 solid 1px;
	padding-top:10px;
	margin-top:15px;
}
#wrapper{
	width:900px;
	margin:auto;
	margin-top:89px;
}
#portfolioAreaPortfolio h3{
	clear:both;
	margin-top:60px;
}
.bigger{
	clear:both;
	margin-top:30px;
}
.biggerBottom{
	margin-bottom:60px;
}
/********* Header ********/
#header{
	width:900px;
	height:250px;
	background:url(../images/header-bg.jpg) no-repeat top right;
	background-color:#fff;
	position:relative;
}
#header img{
	margin:55px 0 0 55px;
}
/********* Nav ********/
.nav{
	float:right;
	position:absolute;
	bottom:20px;
	right:20px;
}
.nav li{
	float:left;
	padding:10px;
	list-style:none;
}
.nav a{
	color:#05d1d3;
	text-decoration:none;
	font-weight:bold;
}
.nav a:hover{
	color:#000;
}
/********* Content ********/
#content{
	width:900px;
	min-height:100px;
	margin-top:84px;
	background-color:#fff;
}
#contentLeft{
	width:520px;
	min-height:340px;
	float:left;
	margin:30px 0 30px 30px;
	border-right:#d1d2d2 solid 1px;
	padding-right:30px;
}
ul.list {
	float:left;
	width:220px;
	margin-right:20px;
}
ul.list li{
	font-size:0.8em;
	color:#ACACAC;
}
/********* Content Right ********/
#contentRight{
	width:260px;
	min-height:80px;
	float:right;
	margin:30px 30px 30px 0;
}
.social{
	height:58px;
	border-bottom:#d1d2d2 1px solid;
	margin-bottom:11px;
}
.social img{
	border-right:#3b3d3d 1px solid;
}
.social.linkedIn{
	background:url(../images/icon-linked-in.jpg) no-repeat top left;
}
.social.twitter{
	background:url(../images/icon-twitter.jpg) no-repeat top left;
}
.social.blogger{
	background:url(../images/icon-blogger.jpg) no-repeat top left;
}
.social.flickr{
	background:url(../images/icon-flickr.jpg) no-repeat top left;
}
.social.facebook{
	background:url(../images/icon-facebook.jpg) no-repeat top left;
}
.social.facebook{
	border:none;
}
.social a{
	background:#edebeb;
	padding:10px;
	width:168px;
	text-align:center;
	float:right;
	text-transform:uppercase;
	font-size:0.8em;
}
.social a:hover{
	background-color:#3b3d3d;
	color:#edebeb;
}
#creativePeople{
	background-color:#edebeb;
	padding:15px;
}
#creativePeople p{
	margin-bottom:0;
	font-style:italic;
	font-family:times, serif;
}
#creativePeople .creativeLarge {
	font-size:1.1em;
	line-height:1em;
}
/********* Portfolio ********/
#portfolioArea, #portfolioAreaPortfolio{
	clear:both;
	width:840px;
	margin:auto;
}
#portfolioAreaPortfolio{
	margin-bottom:80px;
}
#portfolioArea img{
	margin-bottom:50px;
}
#portfolioArea img.logoImg{
	border:#d1d2d2 solid 1px;
	float:left;
	margin: 0 0 30px 30px;
}
/********* Footer ********/
#footer{
	background:url(../images/footer.jpg) no-repeat;
	width:900px;
	height:28px;
}
/********* Hacks ********/
.cf:after {
                content: "."; 
                display: block; 
                height: 0; 
                clear: both; 
                visibility: hidden;
}
 
.cf {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */