/*
Front-End Development: Melina Marich | www.melinamarich.com
*/

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
body {
	background-color:#000;
	font:14px/1.2em "Courier New", Courier, monospace;
	color:#fff;
	letter-spacing:-1px;
}
a, a:link, a:visited {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:none;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
.f-wrap {
	overflow:auto;
	zoom:1;
}
ul li a {
	padding:2px;
}
img.bg-index {
	/*	min-height: 100%;*/
	min-width:775px;
	width: 100%;
	height: auto;/*	position: fixed;
	top: 0;
	left: 0;*/
}

/*Layers*/

#layer {
	position:fixed;
	bottom:60px;
	right:0;
	z-index:0;
}
body.index #layer {
	z-index:1;
}
#wrapper.bio #layer {
	right:-50px;
	bottom: 10px;
}
#wrapper.fashion #layer { bottom:0; right:-20px;}

#wrapper.contact  #layer { z-index:10;}
#wrapper {
	min-height: 100%;
	min-width:700px;
	height: auto;
	width:100%;
	margin:0 auto;
	position:relative;
}
body.index #nav, #nav {
	position:fixed;
	bottom:30px;
	left:30px;
	width:95%;
	margin:10px;
	z-index:100;
}
#nav {
	min-width:950px;
}
#logo {
	position:absolute;
	bottom:20px;
	right:30px;
	padding:20px 0 10px;
}
#logo a {
	text-transform:uppercase;
	color:#fff;
	font-size:67px;
	font-weight:normal;
}
#logo p {
	font-size: 16px;
    margin-top: 14px;
    text-align: right;
}
#sidebar {
	font-size:20px;
}
#sidebar li {
	margin:4px 0;
}
#sidebar li a:hover, #sidebar li a.active {
	color:#fff;
}
#sidebar #bar {
	float:left;
	width:120px;
}
#sidebar .subbar {
	height:138px;
	margin-left:20px;
	width: 2px;
	font-size: 16px;
	position:absolute;
	top:0;
	left:120px;
	width:300px;
}
#sidebar .subbar li {
	margin:2px;
}
#sidebar .subbar li a {
	display:block;
	font-size:20px;
}
#sidebar .subbar.two { margin-left:50px;}
#sidebar .subbar.two ul {
	width:300px;
}
.bio #content, .film #content {
	background-color:#333;
	overflow:auto;
	zoom:1;
}
.contact #content {
	overflow:auto;
	zoom:1;
}
#content .photo {
	width:48%;
}
.bio #content .photo {
	width:32%
}
#content .photo img {
	width:100%;
	height:100%;
}
.bio #content p, .film #content p {
	padding:10px;
	color:#999;
	line-height:1.3em;
}
.bio #content p {
	overflow:auto;
	padding: 50px;
	position:relative;
}
.contact #content .photo {
	width: 67%;
}
.contact #content .form {
	width:390px;
	position:absolute;
	top:10px;
	left:0;
	z-index:100;
}
.contact .info li { margin:5px 0;}

.contact .info {
	margin:20px 0 0 40px;
	color:#fff;
	font-size:20px;
}
.moreGrey {
	color:#999;
}
.mar-top {
	margin-top:20px !important;
}
form {
	width:100%;
	overflow:auto;
	zoom:1;
}
form ul li {
	margin:5px 0;
}
label {
	font-size:16px;
	color:#999;
	vertical-align:top;
	padding-top:2px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
 	*display:inline;
	width:100px;
	text-align:right;
}
input, textarea, select {
	border:1px solid #999;
	width:173px;
	padding:3px;
	background-color:#ccc;
	font:14px/1.2em "Courier New", Courier, monospace;
}
textarea {
	height:70px;
}
.button {
	margin-left:130px;
	text-align:center;
}
.button input {
	width:auto !important;
	background-color:#000;
	color:#ccc;
	font-size:18px;
	border:none;
}
.button input:hover {
	background-color:#333;
	cursor:pointer;
}
