/*
	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;
}

img, div, a, ul, input { behavior: url(../css/iepngfix.htc) }



body {
	background: #fff;margin:0;
	font-family: "Lucida Sans","Lucida Grande","Lucida Sans Unicode", Verdana, Arial;
	font-size: 11px;
	color:#333;
}



/*
body#fashion #page {
	position: absolute;
	background: url(../img/titleFashion.png) no-repeat 0 top;
	width: 100%;
	height: 100%;
	z-index: 10;
}

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;
}
/*SITE NAVIGATION*/

a { color:#000;text-decoration:none; }
a:hover {
	text-decoration:none;
}

#content {
	position: absolute;
	top: 100px;
	left: 235px;
	width: 700px;
	text-align: left;
	z-index: 12;
}
#content .content { 
	font-size:12px;
	line-height:20px;
	margin:10px 0 30px 0;

}
h1 {
	font-size: 40px;/font-size:20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;font-weight:300;
	color: #333;
	text-transform: uppercase;
	line-height:50px;
}

h2 {
	font-size: 16px;
	padding: 5px 0px 10px 30px;
		font-family: 'Yanone Kaffeesatz', sans-serif;font-weight:300;
	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 {
	position:absolute;
	top:0;
	width:100%;
		z-index: 17;

}
#menu .content { 	padding:10px 10px 3px 30px;;
	background: url(../images/blackBack.png) repeat;
}
#menu h1 a {
	float:left;
	display:inline;
	text-decoration:none;
	color:#fff;
	font-size:28px;
	line-height:20px;
}

#menu ul {
	list-style: none;
	float:left;
	display:inline;
	padding:3px 0 0 0;
	margin:0;
}

#menu ul li {
	display:inline;
	text-transform:none;
	font-weight:bold;
		font-family: 'Yanone Kaffeesatz', sans-serif;font-weight:300;
		font-size:20px;
		line-height:20px;
	margin:10px;
}

#menu ul li a {
	padding:2px 7px;
	text-decoration: none;
	color:#fff;
}
#menu ul li.contact { margin:0; }

#menu ul li a:hover {
	color: #fff;background:#222;
}
#footer {
	position: fixed;/position:absolute;
	bottom:0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	haith:10px;
	background: url(../images/blackBack.png) repeat;
	z-index: 17;
	color:#000;
}
#footer.page { height:27px;		font-family: 'Yanone Kaffeesatz', sans-serif;font-weight:300;
 }
#footer p {
	font-size: 20px;
	text-transform: uppercase;
	padding: 3px 140px 0px 10px;
	margin: 0px;
}

#footer p a {
	font-size: 20px;
	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 a.btn-thumb { 
	text-indent:-9999px;
	width:20px;
	height:22px;
	background:url(/images/btn_thumb.png) no-repeat top left;
	display:inline-block;
	margin:0 10px 3px 30px;
}
#footer img.thumb { margin:3px; }



#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: 160px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	right: 20px;
	bottom: 4px;
	z-index: 16;
}
#footer a.credits { 
	position: absolute;
	right:200px;
	bottom:8px;
	 color:#999;
	 text-decoration:none; 
		font-family: 'Yanone Kaffeesatz', sans-serif;font-weight:300;
	font-size:14px;
}


#thumbnails { 
	display:none;
	height:100%;
	width:80%;
	margin:10px 60px;
}
#thumbnails img { 
	margin:3px;
	border:2px solid #ddd; 
}
#thumbnails a:hover img { 
	margin:0px;
	border:5px solid #fff; 
}
#contact {
	margin-top:40px;clear:both;
}
#contact fieldset {
	border:0; 
}
#contact form input.off,#contact form textarea.off { color:#999; }
#contact form input.on,#contact form textarea.on { color:#000; }
#formContact { 
	width:100%;
	position:relative;
	height:55px;
}
#formContact input,#formContact textarea { 
	border:1px solid #dad5dd;
	color:#8F8C89;
	padding:3px;
	margin:0;
}

#formContact input {
	width:170px;
}

#formContact input#name {
	width:170px;
	position:absolute;
	left:0;
	top:0;
}
#formContact input#email {
	width:170px;
	position:absolute;
	left:0;
	top:25px;
}


#formContact textarea { 
	width:600px;
	position:absolute;
	left:200px;
	top:-5px;
	height:38px;
}


#formContact .button { 
	position:absolute;
		font-family: 'Yanone Kaffeesatz', sans-serif;font-weight:300;
		font-size:26px;
	left:830px;
	top:0;
	border:1px solid #999;
	background:#555;
	line-height:26px;
	width:100px;
	cursor:pointer;
	color:#999;
	height:45px;
}
#formContact .button:hover {
	background:#999;
	color:#fff;
} 

.notification_error
{
height: auto;
padding: 4px 0px;
color:#CC0000;
}
.notification_ok {

background: url(../images/success-icon.png) no-repeat 50px 20px;
font-size:1.2em;
color:#fff;
padding:100px 10px 10px 10px;


}
.clr { clear:both;height:1px; }
