@charset "UTF-8";
/* CSS Document */

* {
	font-family:Nobile,'Josefin Sans Std Light', Arial, Helvetica, sans-serif;
	letter-spacing:0.02em;
}

body {
	color:#fff;
	margin:0;
	padding:0;
	background:url(/portfolio/images/bg-pattern.png);
}

h1 {
	text-indent:-5000px;
	font-size:1px;
	width:960px;
	height:179px;
	background:url(/portfolio/images/header-logo.png) no-repeat;
}

h2 {
	font-size:24px;
	font-weight:normal;
}
p {
	font-size:18px;
	line-height:1.5;	
}
a {
	text-decoration:none;
	color:#0086C8;
	background:#000;
}
a:hover {
	color:#fff;
	background:#0086C8;
}

address {
	clear:both;
	text-align:center;
	letter-spacing:0.03em;
}
li {
	line-height:1.5;	
}

#container {
	width:960px;
	padding:20px;
	background:#000;
	margin:20px auto;
	-moz-box-shadow: 4px 4px 4px #999;
	-webkit-box-shadow: 4px 4px 4px #999;
	box-shadow: 4px 4px 4px #999;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.section {
	float:left;
	width:300px;
	padding:10px;
}

.portfolio-item-description a{
	text-align:right;
	display:block;
	letter-spacing:0.05em;
}


