@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 --edited for portfolio
 */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, big, small, strike, strong, b, u, i, center, dl, dt, dd, ol, ul, li, form, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Novecento;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---GLOBAL--- */
body, html {
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	line-height: 1;
	/* Gradient */

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 44%, #fcfdd1 93%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #ffffff), color-stop(93%, #fcfdd1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 44%, #fcfdd1 93%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 44%, #fcfdd1 93%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 44%, #fcfdd1 93%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 44%, #fcfdd1 93%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfdd1', GradientType=0 ); /* IE6-9 */
}
#container {
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-image: url(bg-2.png);
	background-repeat: no-repeat;
}
#left {
    padding-top: 50px;
    padding-left: 50px;
    margin-right: 55%;
}

h1, h2, h3, h4, h5 {
	font-family: Novecento;
	font-weight: normal;
	font-style: normal;
	color: #442009;
}
h2 {
	font-size: 1.5em;
}
p {
	font-size: .85em;
}
hr {
	border: 0;
	height: 1px;
	background: #442009;
	background-image: -webkit-linear-gradient(left, #ccc, #442009, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #442009, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #442009, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #442009, #ccc);
}
a {
	color: #442009;
	text-decoration: none;
}
#nav {
	line-height: 135%;
	text-align: right;
	color: #442009;
	margin-right: 35px;
}
#julie {
    font-family: sail, fantasy;
    font-size: 400%;
    padding-bottom: 30px;
}
#web, #graphic, #illustration, #contact, #profile {
	display: none;
	text-align: center;
	position: absolute;
	right: 50px;
	top: 20px;
	left: 50%;
	bottom: 50px;
	overflow: auto;

}

::-webkit-scrollbar { 
display: none; 
} 
/**#profile {
	display: none;
	text-align: center;
	position: absolute;
	right: 50px;
	top: 20px;
	left: 500px;
	bottom: 50px;
	overflow: auto;
	margin: auto;
}**/
ul {
	text-align: center;
	margin-bottom: 30px;
	list-style: none;
}
li {
	display: inline-block;
	vertical-align: text-top;
}
.clear {
	clear: both;
}
.padded {
	margin: 15px;
	border: 1px solid #442009;
}
#profile ul {
	text-align: right;
	margin-top: 20px;
}
#profile li {
	padding-bottom: 40px;
}
#profile div {
	width: 80%;
}
.profilelogo {
float: right;
	margin-left: 10px;
	margin-right: 10px;
}