/* @override http://esthervenrooy.net/ndxz-studio/site/esthertheme1/style.css */


/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 1.3em;
	color: #DDD;
}
body, #menu {
	background: #44443a;
}

body.section-1 {
	
}

body.section-2 {
	
}

body.section-3 {
	
}

a:link {
	text-decoration: none;
	color: #AAAAAA;
	display: inline;
}

a:visited {
	text-decoration: none;
	color: #AAA;
}

a:hover {
	text-decoration: none;
	background: #EEE;
	color: #333;
}

a img {
	border: none;
}

/*#menu {
	width: 320px;
	overflow: auto;
	top: 24px;
	bottom: 0;
	left: 22px;
	position: fixed;
	height: 100%;
}*/
#menu {
	width: 320px;
	margin-left: 22px;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
}
#menu ul li {
	margin-bottom: 2px;
}
#projects li, #music li {
	margin-left: 4px;
}
#menu ul li.section-title{
	font-weight: regular;
	text-transform: uppercase;
	color: #DDD;
	margin-bottom: 2px;
	margin-left:0px
}
ul#info, ul#contact {
	margin-top: 17px;
}
#root li a, #info li a, #contact li a {
	font-weight: reg;
	text-transform: uppercase;
	color: #DDD;
	margin-bottom: 2px;
}
#root li a:hover, #info li a:hover, #contact li a:hover {
	text-decoration: none;
	background: #EEE;
	color: #333;
}

h1 a:link {
	color: #EFEFEF;
	text-decoration: none;
}
h1 a:visited {
	color: #EFEFEF;
}
h1 a:hover {
	background: none;
}

#Homepage a {
	visibility: hidden;
}

#content {
	height: 100%;
	margin: 24px 0 0 340px;
	top: 0;
}

.container {
	padding: 5px 5px 25px 5px;
}

#content p {
	width: 400px;
	margin-bottom: 9px;
}
p {
	margin: 0 0 9px 0;
}

h1 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}
h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
}

#img-container {
	margin: 0;
	padding: 0;
	margin-top: 40px;
}

#img-container p {
	width: 400px;
	margin: 0;
	padding: 0 0 12px 0;
}
object {
	margin-bottom: 22px;
}

#once {
	clear: left;
}

span.copyright {
	margin-top: 180px;
	display: block;
}
#indexhibit {
	display: block;
}

#indexhibit a {
	border-bottom: none;
}
span.copyright {
	color: #5e5e54;
}
#indexhibit, #indexhibit a {
	font-size: 10px;
	line-height: 10px;
	color: #4f4f47;
}


