/* fpiatti.com v4.0 */
/* Main Stylesheet */
/* (c)2010 fpiatti.com */

/* Base stuff
-------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
}

body {
	line-height: 1;
	height: 100%;
	background: #d9d7bd url("/images/layout/fp_bg.png") repeat 0 0;
	background-attachment: fixed;
}

ol, ul {
	list-style: none;
}

div {
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}

a {
	text-decoration: none;
	color: #eee;
}

a:hover {
	text-decoration: none;
	border-bottom:1px dotted #fff;
}

/* Fonts
--------------------------------------*/

body, .image-info {
	font-family: "ff-enzo-web-1","ff-enzo-web-2", arial, sans-serif;
}

body {
	color: #333;
}

.info-li, .copy-li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, sans-serif;
}

/* Sidebar
--------------------------------------*/

#sidebar {
	background: #acab9a url("/images/layout/fp_logo.png") no-repeat -20px 0;
	width: 280px;
	position: fixed;
	height: 100%;
	left: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 120%;
	z-index:10;
	padding-right: 20px;
}

#the-logo {
	width: 280px;
	height: 110px;
	display: block;
	margin-bottom: 10px;
	border-bottom: none;
}

#main-nav {
	float: right;
	margin-top: 5px;
}

#main-nav li {
	text-align: right;
	width: 280px;
	float: right;
	clear: both;
}

.header-li, .mail-li {
	border-bottom: 1px solid #333;
	padding-bottom: 3px;
	margin-top: 8px;
	margin-bottom: 5px;
}

.project-link {
	font-size: 12px;
}

#main-nav li.info-li {
	width: 200px;
	font-size: 11px;
	line-height: 120%;
	color: #666;
}

.mail-li {
	border-top: 1px solid #333;
	padding-top: 3px;
}

.social-li {
	margin-top: 8px;
}

.social-li img {
	vertical-align: bottom;
}

.social-li a {
	margin-left: 5px;
	border-bottom: 0 none;
}

.copy-li {
	margin-top: 10px;
	font-size: 9px;
	line-height: 11px;
}

.sel-sec {
	color: #900;
}

/* Content
--------------------------------------*/

#content {
	position: absolute;
	left: 340px;
	top: 40px;
	z-index:1;
}

#content ul {
	padding-bottom: 90px;
}

#content li {
	margin-bottom: 80px;
}

#content img {
	vertical-align: bottom;
	display: block;
}

.image-info {
	background-color: #8c8b7a;
	width: 350px;
	padding: 10px 0 10px 10px;
}

h1 {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 120%;
}

h2, .image-info a {
	font-size: 13px;
	font-weight: 300;
	line-height: 120%;
}

h2 {
	color: #eee;
}

a.more-project {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}

a.more-project:hover {
	border: none;
	text-decoration: underline;
}
