/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

/*General Settings*/
* {
	margin: 0;
	padding: 0;
}

html {
	
	font-family:  Gill Sans MT, Arial, sans-serif;
}

body {
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/*Type */
p {
    margin: 15px 0 15px 0;
    font-size: 1.2em;
    max-width: 800px;
    color: #333;
}
p a:link { text-decoration: underline; color: #000;  }
p a:active { text-decoration: none; }
p a:visited { text-decoration: underline; color: #000; }
p a:hover { text-decoration: underline; color:#E82924; }

h1 { font-size: 190%; font-weight:normal; font-family: jenny; }
h2 { font-size: 200%; }
h3 { font-size: 160%; font-weight:normal; font-family: jenny;}
h4 { font-size: 100%; }
h5 { font-size: 100%; margin: 5px;}
h6 { font-size: 100%; margin: 5px; font-weight:normal; }

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; }
a:hover { text-decoration: none; background:#fff; color: #fff; }
a:visited { text-decoration: none; color: #000; }

li a:visited {color:#000; }
li a:hover {color:#000; text-decoration:underline; }
h1 a:visited {color:#000; }
h1 a:hover { text-decoration:none; }
h2 a:visited {color:#000; }
h2 a:hover {background:#ccc; color:#000; text-decoration:none; }
h3 a:visited {color:#000; }
h3 a:hover {color:#ccc; text-decoration:underline; }

a img { border: none; }
ul {list-style-type: none; font-size:1.2em;}

/*Specific Sections*/
#home {font-size:100%; width: 800px; text-align:center; margin-top: 30px; padding:5px; }
#home a {font-size:100%; width: 800px; text-align:center; margin-top: 30px; padding:5px; }
#photos {font-size:100%; width: 800px; text-align:center; margin-top: 30px; padding:5px; }
#photos a {font-size:100%; width: 800px; text-align:center; margin-top: 30px; padding:5px; }
#lovewallah p {margin: 0px 0 0 0; font-size: 100%; padding:5px; line-height: 120%;}
#lovewallah {width: 800px; }
#artiststatement p {font-size:100%; padding:5px; line-height: 120%; }
#artiststatementtitle {text-align: center; }
#bio p {margin: 20px 0 0 0; width: 800px;  padding:5px; }
#bio {}
#biomenu { width: 800px; padding:20px; text-align: center;}
#biomenu ul { margin-left:275px; font-size: 100%;  }
#biomenu li {  display: inline; float: left; padding: 5px; margin-right:50px; }
#nav, .container { vertical-align: middle; padding-top: 50px }
#scroll, .container { vertical-align: middle;	}
#scroll p {	font-size:1em;	}
#content { height: 100%;  margin: 0px 0 0 310px;  top: 0; z-index:2;}
#contentabout {	margin: 30px 0 0 190px;}
#contentwide {	margin: 0px 0 0 0px;	top: 0;}
.container { padding: 5px 5px 5px 5px; margin: 5px 5px 5px 5px;}
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 800px;  }
#img-container 
#once { clear: left; }
#projects h2 {font-size:500%; }


/*Positioning*/
#nav {
	width: 320px;
    top: 30px;
	left: 20px;
    position: fixed;
    height: 570px;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
	z-index:1;
}
#projects {
	position: relative;
	margin-left: 750px;
	width: 2500px;
	top: -11px;
	}	
#scroll {
	vertical-align: middle;
	position: relative;
	height: 50px;
	background-color:#fff;
	text-align: center;
	overflow: hidden;
	top: 200px;
}

#more {
	width: 180px;
	top: 652px;
	left: 15500px;
	height: 100px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	}








