/**************************
**    Giuliano Liker     **
**************************/

/* GENERAL
**************************/

body, html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	margin-top:40px;
	font-size:62.5%;
	background-color:#77a5b4;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow: 0 0.1em 0.1em #fff;
	color:#595959;
	text-align:center;
	background:url(images/website-background.jpg) center top no-repeat;
	background-attachment:fixed;
}

h1 {
	font-size:5em;	
	font-weight:normal;
	margin:0 0 0.3em;
}

h2 {
	font-size:4em;	
	font-weight:normal;
	margin:0 0 0.2em 0;
	line-height:0.8em;
	letter-spacing:-0.03em;
}

.otherClients h2 {
	font-size:3em;	
	margin-bottom:0.7em;
}

h3 {
	font-size:1.6em;	
	font-weight:normal;
	line-height:1em;
	margin:0;
}

a, a:visited, a:hover {
	color:#008296;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;	
}

.wrapper {
	width:970px;
	margin:0 auto;
}

/* BOX SHADOWS
**************************/

.shadowTop {
	width:970px;
	height:5px;
	margin-top:29px;
	background:url(images/shadow-top.png) left bottom no-repeat;
}

.shadowLeftRight {
	width:970px;
	padding:0 5px;
	background:url(images/shadow-left-right.png) repeat-y;
}

.shadowBottom {
	width:970px;
	height:5px;
	background:url(images/shadow-bottom.png) no-repeat;
}

/* ABOUT
**************************/

.no-cssgradients .about {
	background:url(images/about-back.jpg) #cce4ed repeat-x;
}

.about {
	width:960px;
	height:510px;
	text-align:left;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cce4ed));
	background:-moz-linear-gradient(top, #fff, #cce4ed);  
}

.text {
	float:left;
	width:480px;
	height:430px;
	padding:35px 50px 45px;
	background:url(images/about-border.png) top right no-repeat;
}

.text p {
	font-size:1.3em;
	line-height:1.6em;
	margin:0 0 1em;
}

.no-cssgradients .graph {
	background:url(images/graph-back.jpg) #c4dfea repeat-x;
}

.graph {
	float:right;
	width:300px;
	padding:35px 50px 35px 30px;
	border-bottom:1px solid #bcccd4;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f6f9fb), to(#c3deea));
	background:-moz-linear-gradient(top, #f6f9fb, #c3deea);  
}

.no-cssgradients .contact {
	background:url(images/contact-back.jpg) #c3dee9 repeat-x;
}

.contact {
	float:right;
	width:300px;
	padding:43px 50px 43px 30px;
	border-top:1px solid #fff;
	font-size:1.6em;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#d0e5ee), to(#c3dee9));
	background:-moz-linear-gradient(top, #d0e5ee, #c3dee9);  
}

.contactInfo {
	float:right;
	width:180px;	
}

.contact p {
	margin:12px 0 5px 0;	
}

/* resume button */

.downloadResume {
	float:left;
	display:block;
	width:97px;
	height:67px;
	margin-right:15px;
	text-indent:-9999px;
	background:url(images/site-visuals.png) 0 0 no-repeat;
}

.downloadResume:hover {
	background-position:-97px 0;	
}

/* PROJECT
**************************/

.no-cssgradients .project {
	background:url(images/projects-back.jpg) #cce4ed repeat-x;
}

.project {
	position:relative;
	width:960px;
	height:400px;
	text-align:left;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cce4ed));
	background:-moz-linear-gradient(top, #fff, #cce4ed);  
}

.slideshow {
	position:relative;
	float:left;
	width:540px;
	height:360px;
	padding:20px;
	background:url(images/about-border.png) top right no-repeat;
}

.no-cssgradients .rightColumn {
	background:url(images/right-column-back.jpg) #c4dfea repeat-x;
}

.rightColumn {
	float:right;
	width:380px;
	height:400px;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f6f9fb), to(#c3dee9));
	background:-moz-linear-gradient(top, #f6f9fb, #c3dee9);  
}

.projectTitle {
	width:300px;
	padding:35px 50px 30px 30px;
	border-bottom:1px solid #bcccd4;
}

.myRole {
	width:300px;
	padding:30px 50px 0 30px;
	border-top:1px solid #fff;
}

/* involvement list */

.myInvolvement {
	display:block;
	font:normal 12px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

.involvementList {
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
	font-size:1.6em;
	line-height:1.7em;
}

.involvementList li {
	display:inline;	
	padding:0 15px 0 21px;
	white-space:nowrap;
	background:url(images/bullet-role.png) 0 1px no-repeat;
}

/* button open website */

.openWebsite {
	float:left;
	display:block;
	width:142px;
	height:32px;
	text-indent:-9999px;
	background:url(images/site-visuals.png) 0 -77px no-repeat;
}

.openWebsite:hover {
	background-position:-142px -77px;	
}

/* button open lightbox */

.openLightbox {
	float:left;
	display:block;
	width:149px;
	height:32px;
	text-indent:-9999px;
	background:url(images/site-visuals.png) 0 -119px no-repeat;
}

.openLightbox:hover {
	background-position:-149px -119px;	
}

/* connectors */

.connectors {
	position:absolute;
	width:780px;
	height:57px;
	top:-48px;
	left:90px;
	background:url(images/connectors.png) no-repeat;	
}

/* flags */

.flag {
	position:absolute;
	width:48px;
	height:59px;
	top:-10px;
	right:10px;
}

.fresh {
	background:url(images/site-visuals.png) -210px 0 no-repeat;	
}

.web {
	background:url(images/site-visuals.png) -270px 0 no-repeat;	
}

.print {
	background:url(images/site-visuals.png) -330px 0 no-repeat;	
}

/* back to top */

.backToTopMask {
	position:absolute;
	bottom:0;
	right:0;
	width:80px;
	height:80px;
	background:url(images/back-to-top.png) no-repeat;	
}

.backToTopLink {
	display:block;
	text-indent:-9999px;
	width:60px;
	height:60px;
	margin:20px 0 0 20px;
}

/* OTHER CLIENTS
**************************/

.no-cssgradients .otherClients {
	background:url(images/other-clients-back.jpg) #cce4ed repeat-x;
}

.otherClients {
	position:relative;
	width:860px;
	padding:35px 50px;
	text-align:left;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cce4ed));
	background:-moz-linear-gradient(top, #fff, #cce4ed);  
}

.otherClients p, .otherClients ul {
	font-size:1.2em;
}

.otherClients p {
	margin-bottom:1.5em;
}

.otherClients ul {
	list-style:none;
	margin:0;
	padding:0;	
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
}

.otherClients ul li {
	padding:0 4px 0 15px;
	background:url(images/bullet-other-clients.png) 1px 4px no-repeat;
}

.otherClients ul li.first {
	padding-left:0;
	background:none;	
}

.no-csscolumns .otherClients ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;	
}

.no-csscolumns .otherClients li {
	display:block;
	float:left;
	width:267px;
	margin:0;
	padding:0 4px 0 15px;
	background:url(images/bullet-other-clients.png) 1px 4px no-repeat;
}

/* COPYRIGHT
**************************/

.copyright {
	text-align:left;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	margin:30px 5px;
}

.copyright p {
	display:inline-block;
	padding:5px 10px;
	margin:0 0 20px 0;
	text-shadow:none;
	background-color:#000;
}

/* LOADING
**************************/

#loading {
    position:absolute;
    width:300px;
    top:0px;
    left:50%;
    margin-left:-250px;
    text-align:center;
	text-shadow: none;
	color:#fff;
    padding:7px 0 0 0;
    font:bold 11px Arial, Helvetica, sans-serif;
}

/* SLIDESHOW
**************************/

.vignette {
	position:absolute;
	top:20px;
	left:20px;
	width:540px;
	height:360px;
	background:url(images/vignette.png) no-repeat;
	z-index:1000;
}

/* HACKS
**************************/

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* FANCY BOX
**************************/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(js/fancybox/'fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 9000;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 10000;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('js/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('js/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('js/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('js/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('js/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('js/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('js/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=js/'fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/* GALLERIA SLIDESHOW
**************************/

.galleria-container {
	position: relative;
	overflow: hidden;
	background: #000;
}

.galleria-container img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.galleria-stage {
	position: absolute;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	overflow:hidden;
}

.galleria-counter {
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-align: right;
	color: #fff;
	font: normal 11px/1 arial, sans-serif;
	padding:3px 5px 2px 5px;
	background-color:#000;
	z-index: 2;
	text-shadow:none;
}

.galleria-loader {
	background: #000;
	width: 43px;
	height: 11px;
	position: absolute;
	top: 175px;
	left: 240px;
	z-index: 2;
	display: none;
	background: url(js/galleria/themes/classic/ajax-loader.gif) no-repeat 2px 2px;
}

.galleria-image-nav {
	position: absolute;
	top: 50%;
	margin-top: -62px;
	width: 100%;
	height: 62px;
	left: 0;
	z-index:2000;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
	opacity: .6;
	filter: alpha(opacity=60);
	cursor: pointer;
	width: 30px;
	height: 50px;
	position: absolute;
	left: 0;
	top:38px;
	z-index: 2;
	background-position: -318px -66px;
}

.galleria-image-nav-right {
	left: auto;
	right: 0;
	background-position: -328px -66px;
	z-index: 2;
}

.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.galleria-image-nav-left,
.galleria-image-nav-right {
	background-image: url(images/site-visuals.png);
	background-repeat: no-repeat;
}


