/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	text-align:right;
	padding-bottom: 3px;
}

body {
	font-size: 12px;
	font-family: "Andale Mono", sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #333; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: line-through; }

a img { border: none;}

#menu {
    width: 130px;
    overflow:  visible;
    top: 20px;
    bottom: 0;
	left: 230px;
    position: fixed;
    height: 500px;
	background-color: white;
	text-align: left;
	font-size: 10px;
	border-right: double;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	text-align: left; 
}

#menu ul li.section-title {font-size: 14px; background-color:#fff; text-align: right; padding-bottom: 5px;}

#content {
    height: 0;
    margin: 0px 0px 0 0px;
    top: 0;

    
}

.container {
    padding: 0px 0px 10px 0px;
}

#content p { width: 80px; text-align: right; margin-bottom: 9px; }

p {
    margin: 0 50px 15px 25px;
    width: 100px;
    
}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 12px; line-height: 18px;}
h4 { font-size: 12px; }

#img-container	{ margin: 100px 50px 0 20px; padding: 0; position: inherit; text-align: right;	}
#img-container p	{ width: 200px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.vimeo {
	position: absolute;
	left: 415px;
	top: 200px;
}

.textright {
	position: absolute;
	width: 500px;
    overflow:  visible;
    top: 230px;
    bottom: 0;
	left: 470px;
    position: fixed;
    height: 500px;
	background-color: white;
	text-align: left;
	font-size: 10px;
}