/* CSS Document */

/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Version 3.1.3
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: Verdana, "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;;
	/*font-family: 'banda';src: url('http://www.fashionphotographer.it/font/banda.eot');
	*src: url('http://www.fashionphotographer.it/font/banda.eot?#iefix') format('embedded-opentype'),
	*	 url('http://www.fashionphotographer.it/font/banda.otf') format('opentype');*/
    font-weight: normal;
    font-style: normal;

}




body {
	background: #fff;
	font-family: "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.contentbox {
	background: #111;
	font-family: "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body#aboutme {
	background: #333;
}

body#fashion #slider {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#slider
{
	color: #000;
}
body#editorial #slider {
	position: absolute;
	background: url(../img/titleEditorial.png) no-repeat 0 top;
	width: 100%;
	height: 100%;
	z-index: 10;
}

body#aboutme #slider {
	position: absolute;
	background: url(../img/titleAboutMe.png) no-repeat 0 top;
	width: 100%;
	height: 100%;
	z-index: 10;
}

img {
	border: none;
}

#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background-color: #fff;
	background: rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#supersized {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}

#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none;
}

#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}

/*Speed*/

#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}

/*Quality*/

#supersized a {
	z-index: -30;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

#supersized a.prevslide {
	z-index: -20;
}

#supersized a.activeslide {
	z-index: -10;
}

#supersized a.prevslide img, #supersized a.activeslide img {
	display: inline;
}

/*Controls Section*/

#controls-wrapper {
	margin: 0 auto;
	height: 62px;
	width: 100%;
	left: 0;
	top: 45%;
	z-index: 14;
	position: fixed;
}

#controls {
	overflow: hidden;
	height: 100%;
	text-align: left;
	z-index: 5;
	padding: 0 70px;
/

* Increase padding to give thumbnails room */
}

#slidecounter {
	float: right;
	color: #fff;
	font-size: 11px;
	font-family: banda, "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 25px 5px 4px 20px;
}

#slidecaption {
	overflow: hidden;
	float: left;
	color: #FFF;
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-shadow: #000 0 2px 0;
	margin: 23px 20px 23px 0;
}

#navigation {
	width: 100%;
	margin: 10px 20px 0 0;
}

#nextslide {
	position: fixed;
	right: 10px;
}

#prevslide {
	position: fixed;
	left: 10px;
}

/*Thumbnail Navigation*/

#nextthumb,#prevthumb {
	z-index: 6;
	display: none;
	position: fixed;
	top:  44%;
	height: 75px;
	width: 100px;
	overflow: hidden;
	background: #ddd;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 5px #000;
}

#nextthumb {
	right: 112px;
}

#prevthumb {
	left: 112px;
}

#nextthumb img, #prevthumb img {
	width: 150px;
	height: auto;
}

#nextthumb:active, #prevthumb:active {
	bottom: 10px;
}

#navigation > :hover,#nextthumb:hover, #prevthumb:hover {
	cursor: pointer;
}

/*SITE NAVIGATION*/

p {
	padding: 0 0px 30px 30px;
	color: #fff;
	font-family: banda, "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11pt;
	text-shadow: #000 0px 1px 0px;
	line-height: 200%;
}

.iconfb a {
	font-size: 10pt;
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

p a {
	font-size: 10pt;
	text-decoration: none;
	outline: none;
	color: #ddd;
	background: #222;
	border-top: 1px solid #333;
	padding: 5px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 1px #000;
	-webkit-box-shadow: 0px 1px 1px #000;
	box-shadow: 0px 1px 1px #000;
}

p a:hover {
	background-color: #427cb4;
	border-color: #5c94cb;
	color: #fff;
}

#content {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 290px;
	text-align: left;
	z-index: 12;
}

h1 {
	font-size: 24px;
	padding: 10px 0px 0px 30px;
	font-family: banda, "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #7e7d7e;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	padding: 5px 0px 10px 30px;
	font-family: banda, "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	padding: 10px 0px 0px 10px;
	float: left;
}

.stamp {
	float: right;
	margin: 15px 30px 0 0;
	color: #dbdbdb;
}

#menu {
	float: left;
	background: url(../img/blackBack.png) repeat;
	width: 100px;
	height: 145px;
	margin: 10px 0px 0px 0px;
}

#menu ul {
	list-style: none;
	padding: 5px 0px 0px 0px;
}

#menu ul li {
	padding: 0px 10px;
	color: #bebebe;
		font-family: banda, "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

	font-size: 11px;
	line-height: 12px;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #427cb4;
}

#paragrafo {
	padding: 0px;
	font-size: 14px;
	position: absolute;
	top: 100px;
	left: 10px;
	width: 500px;
	z-index: 18;
}

#paragrafo p {
	color: #fff;
	font-family: banda, "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.7em;
	text-shadow: none;
	font-weight: normal;
	text-transform: none;
}
#paragrafo p.small a {
	text-decoration: none;
	outline: none;
	color: #ddd;
	background: #222;
	border-top: 1px solid #333;
	padding: 2px 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 1px #000;
	-webkit-box-shadow: 0px 1px 1px #000;
	box-shadow: 0px 1px 1px #000;	
}
#paragrafo p.small a:hover {
	background-color: #427cb4;
	border-color: #5c94cb;
	color: #fff;
}
#paragrafo p.small {
	color: #fff;
	font-size: 12px;
	line-height: 1.7em;
	text-shadow: none;
	font-weight: normal;
}

#footer {
	position: absolute;
	width: 100%;
	height: 27px;
	padding: 0px;
	margin: 0px;
	bottom: 0px;
	background: url(../img/blackBack.png) repeat;
	z-index: 15;
}

#footer p {
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 140px 0px 10px;
	margin: 0px;
}

#footer p a {
	font-size: 10px;
	border: none;
	padding: 5px 4px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0px;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
	background: none;
}

#footer p a:hover {
	background: #427cb4;
}
#twitter {
	position: absolute;
	width: 18px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	right: 130px;
	bottom: 4px;
	z-index: 18;
}
#ilike {
	position: absolute;
	width: 120px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	right: 0px;
	bottom: 4px;
	z-index: 16;
}


	.drawer_content h3.widgettitle {
	color:#ffffff;
	text-transform:none;
}

	.drawer_content, .drawer_content p {
	text-transform:none;
}

	
	.tab {
		font-family:Arial, Helvetica, sans-serif;
		font-size:;
		background:#000000;
		position:absolute;
		right:-24px;
		width:24px;
		text-align:center;
		color:#ffffff;
		padding:9px 0;
		opacity:0.85;
		-moz-border-radius-topright:10px;
		-moz-border-radius-bottomright:10px;
		-webkit-border-top-right-radius:10px;
		-webkit-border-bottom-right-radius:10px;	
	}
		.tab span {
			display:block;
			height:12px;
			padding:1px 0;
			line-height:12px;
			text-transform:none;
			font-size:12px;
		}
	.drawer {
		padding:0;
		z-index:5000;
		position:fixed;
		top:0px;
	}
	.drawer_content {
		opacity:0.85;
		padding:20px;
		background:#000000;
		overflow:hidden;
	}
	.drawer li.widget {
		margin-bottom:35px;
	}
	/* drawer-specific settings */
			#tab_1 {
			top:20px;
			background-color:#545454;
			
		}
		#drawer_1 {
			left:-303px;
		}
		#drawer_content_1 {
			width:263px;
			background-color:#545454;
		}
		#drawer_content_1 .widgettitle {
			
		}
		#drawer_content_1, #drawer_content_1 p {
			
		}
		#drawer_content_1 a,
		#drawer_content_1 a:link,
		#drawer_content_1 a:hover,
		#drawer_content_1 a:visited {
			
		}
		* html #drawer_1 {
			position: absolute; 
			top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); 
			left:-303px;
		}
			#tab_2 {
			top:155px;
			background-color:#2c2220;
			
		}
		#drawer_2 {
			left:-303px;
		}
		#drawer_content_2 {
			width:263px;
			background-color:#2c2220;
		}
		#drawer_content_2 .widgettitle {
			
		}
		#drawer_content_2, #drawer_content_2 p {
			
		}
		#drawer_content_2 a,
		#drawer_content_2 a:link,
		#drawer_content_2 a:hover,
		#drawer_content_2 a:visited {
			
		}
		* html #drawer_2 {
			position: absolute; 
			top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); 
			left:-303px;
		}
			#tab_3 {
			top:276px;
			
			
		}
		#drawer_3 {
			left:-303px;
		}
		#drawer_content_3 {
			width:263px;
			
		}
		#drawer_content_3 .widgettitle {
			
		}
		#drawer_content_3, #drawer_content_3 p {
			
		}
		#drawer_content_3 a,
		#drawer_content_3 a:link,
		#drawer_content_3 a:hover,
		#drawer_content_3 a:visited {
			
		}
		* html #drawer_3 {
			position: absolute; 
			top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); 
			left:-303px;
		}
		
		#tab_4 {
			top:426px;
		}
		#drawer_4 {
			left:-303px;
		}
		#drawer_content_4 {
			width:263px;
			
		}
		#drawer_content_4 .widgettitle {
			
		}
		#drawer_content_4, #drawer_content_4 p {
			
		}
		#drawer_content_4 a,
		#drawer_content_4 a:link,
		#drawer_content_4 a:hover,
		#drawer_content_4 a:visited {
			
		}
		* html #drawer_4 {
			position: absolute; 
			top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); 
			left:-303px;
		}