html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong {
	font-weight: bold;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*====== STRUCTURE ======*/

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
	font:76%/100% 'Lucida Grande', 'Lucida Sans', Lucida, Helvetica, Arial, sans-serif;
	background:#393534 url(../img/bg.gif) no-repeat left top fixed;
	width:100%;
	color:#ebdeda;
	overflow: hidden;
}
/*====== HEADER ======*/

#header {
	display:block;
	position:fixed;
	width:100%;
	height:200px;
}
#header #inner {
	margin:20px 0 0 58px;
}
a#logo, a#logo:visited {
	display:block;
	width:210px;
	height:37px;
	background:url(../img/logo.gif) no-repeat 0 -37px;
}
a#logo:hover, a#logo:active {
	background-position: 0 0;
}
#slogan {
	text-align:left;
	width:210px;
	height:auto;
	color:#716967;
	text-transform:lowercase;
	font-size:133%;
	padding-top:8px;
}
#slogan strong {
	font-weight: bold;
	background:#fff;
}
#social {
	position: absolute;
	display: block;
	width:126px;
	height:22px;
	top:20px;
	left:450px;
	left: 900px;
}
#social a, #social a:visited {
	display: block;
	float: left;
	height:22px;
	width:22px;
	margin-left:3px;
	background-repeat:no-repeat;
	background-position: 0 -22px;
}
#social a#skype { background-image: url(../img/social/skype.jpg); }
#social a#vcard { background-image: url(../img/social/vcard.jpg); }
#social a#flickr { background-image: url(../img/social/flickr.jpg); }
#social a#delicious { background-image: url(../img/social/delicious.jpg); }
#social a#lastfm { background-image: url(../img/social/lastfm.jpg); }

#social a:hover, #social a:active {
	background-position: 0 0;
}
#wrapper {
	position:absolute;
	float:right;
	top:180px;
	width:500%;
	height:372px;
	z-index:20;
}

/*====== MENU ======*/

#menu {
	position:fixed;
	top:180px;
	left:0;
	width:17.5%;
	height:372px;
	z-index:30;
	background: url(../img/menu.png) repeat-y top right;
}
#menu ul {
	position:fixed;
	top:180px;
	left:0;
	width:14%;
	height: auto;
	margin-top:10px;
	background:#393534;
}
#menu ul li {
	text-align:right;
	font-size:15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height:160%;
	letter-spacing:2px;
	margin:2% 0;
}
#menu ul li a, #menu ul li a:visited {
	display: block;
	width:97%;
	padding-left:3%;
	color:#ff9980;
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li a:active {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	text-shadow:0 1px 3px #000;
}
#menu ul li a.selected {
	color:#fff;
	text-shadow:0 1px 3px #000;
}

/*====== STRUCTURE ======*/

.content {
	float:left;
	width:16%;
	height:372px;
	padding:0 0 0 3.5%;
	z-index:1;
	line-height:180%;
	text-align: justify;
}
.thirty, .fifty, .sixty {
	display: block;
	float: left;
	height: auto;
}
.thirty {
	width:28%;
	padding-right:5%;
}
.fifty {
	width:45%;
	padding-left:5%;
}
.sixty {
	width:60%;
	padding-right:5%;
}
.content .emphasis {
	font:bold 110% "Big Caslon", "Adobe Caslon", Georgia, serif;
}
.content acronym {
	cursor: help;
	font:bold 110% "Big Caslon", "Adobe Caslon", Georgia, serif;
}
.content a, .content a:visited, #fancybox-inner a, #fancybox-inner a:visited {
	padding-bottom:3px;
	color:#ebdeda;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(../img/form.gif) no-repeat bottom center;
}
.content a:hover, .content a:active, #fancybox-inner a:hover, #fancybox-inner a:active {
	color:#fff;
	background: none;
}

/*====== PORTFOLIO ======*/

.content .lastworks {
	display: block;
	height:156px;
}
.content .lastworks a, .content .lastworks a:visited {
	float:left;
	width:220px;
	height:133px;
	background:none;
	padding:0;
	margin-bottom:10px;
	border:2px solid #2b2928;
}
.content .lastworks a:hover, .content .lastworks a:active {
	border:2px solid #ebdeda;
}
.content .worksdescription {
	float:none;
	margin-left:266px;
	padding-right:6%;
}
#content2 a, #content2 a:visited {
	float:left;
	width:132px;
	height:80px;
	background:none;
	padding:0;
	margin:0 3% 9px 0;
	-moz-box-shadow: 0px 2px 4px #000;
	-webkit-box-shadow:0px 2px 4px #000;
	box-shadow:0px 2px 4px #000;
	background-position: 0 -80px;
}
#content2 a:hover, #content2 a:active {
	background-position: 0 0;
}
img.left {
	float: left;
	margin-right: 18px;
}

/*======= FOOTER =======*/

#bottom {
	position:fixed;
	width:500%;
	height:120px;
	bottom:0;
	left:0;
	z-index:10;
}
#bottom div {
	width:16%;
	padding:72px 0 0 3.5%;
	color:#ebdeda;
	font-size: 82%;
	line-height:180%;
	text-align: right;
	text-transform: lowercase;
	opacity:0.73;
}
#bottom div a, #bottom div a:visited {
	color:#ebdeda;
	text-decoration: none;
	font-weight: bold;
}
#bottom div a:hover, #bottom div a:active {
	color:#fff;
}

/*====== TYPOGRAPHY ======*/

h2 {
	color:#fff;
	font:240%/133% "Big Caslon", "Adobe Caslon", "Adobe Caslon Pro", "Caslon", Georgia, serif;
	margin:0 0 16px;
	text-shadow:0 1px 2px #000;
}
h2 span {
	font-size:16px;
	font-family: 'Lucida Grande', 'Lucida Sans', Lucida, Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin-left:3px;
}
h3 {
	font:180%/110% "Big Caslon", "Adobe Caslon", Georgia, serif;
	text-transform: lowercase;
	padding-bottom:6px;
	margin-bottom:10px;
	background:url(../img/form.gif) no-repeat -10% 100%;
}
h3 span, h4 span {
	font:46% 'Lucida Grande', 'Lucida Sans', Lucida, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing:2pt;
	margin-left:2%;
}
/*====== SCRIVIMI ======*/

form {
	width:auto;
}
input, textarea {
	background: #393534 url(../img/form.gif) repeat-x 50% 100%;
	border: 0;
	width:200px;
	color:#ebdeda;
	font:125% 'Lucida Grande', 'Lucida Sans', Lucida, Helvetica, Arial, sans-serif;
	padding:8px 10px;
	margin-bottom:6px;
}
input:active, input:focus {
	color:#fff;
}
textarea {
	background:#393534 url(../img/textarea.jpg) no-repeat top center;
	height:100px;
	padding:6px 10px;
	margin-top: 6px;
}
input#sendmail {
	width: 80px;
	margin: 0 auto;
	font-weight: bold;
}
#response {
	display: none;
	position:absolute;
	top:376px;
	margin-left:0;
	background:#fff;
	color:#716967;
	padding:8px 10px;
	width:auto;
	border:1px solid #2b2928;
}
#response strong {
	color:#393534;
}
#email {
	font-size: 120%;
}

/*====== FLICKR ======

#flickr a, #flickr a:visited {
	text-decoration:none !important;
	background:inherit !important;
	margin:0 4px;
}
#flickr a img, #flickr a:visited img {
	border:2px solid #2b2928;
}
#flickr a:hover img, #flickr a:active img {
	border:2px solid #ebdeda;
}

*/