/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0 0 20 0;
	padding: 0;
}

body {
	font-size: 11px;
	background: #ffffff;
	color: #000000;
	font-family:  helvetica, Arial, monospace;
	margin-top:0px;
	letter-spacing: 0.1em;

	
	
}

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

a:link { text-decoration: none; color:#ffffff; background-color: #000000; }
a:active { text-decoration: none; color:#ffffff; background-color: #000000; }
a:visited { text-decoration: none; color:#ffffff; background-color: #000000; }
a:hover { text-decoration: none; color: #000000; background-color: #d0c025;}

a img { border: none; }

#menu {
    width: 270px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background-color: #000000;
	padding-left: 40px;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
	font-size:11px;



}

#menu ul li.section-title-Motion { 
	display: block; 
	width: 242px; 
	height: 28px; 
	background-image:url(http://www.alinalandry.com/ndxz-studio/site/img/motiongraphics.png); 
	background-repeat:no-repeat; 
	

}
	
	
#menu ul li.section-title-Film { 
	display: block; 
	width: 242px; 
	height: 28px; 
	background-image:url(http://www.alinalandry.com/ndxz-studio/site/img/filmdirection.png); 
	background-repeat:no-repeat; 

}


#menu ul li.section-title-Art { 
	display: block; 
	width: 242px; 
	height: 28px; 
	background-image:url(http://www.alinalandry.com/ndxz-studio/site/img/artdirectiondesign.png); 
	background-repeat:no-repeat; 

}

#menu ul li.section-title-Web { 
	display: block; 
	width: 165px; 
	height: 84px; 
	background-image:url(http://www.alinalandry.com/ndxz-studio/site/img/web.png); 
	background-repeat:no-repeat; 

}

ul.Motion li a:hover{
	color: #000000;
	background-color: #d0c025;
}

ul.Video li a:hover{
	color: #000000;
	background-color: #d0c025;

}

ul.Print li a:hover{
	color: #000000;
	background-color: #d0c025;

}

ul.Film li a:hover{
	color: #000000;
	background-color: #d0c025;

}

ul.Art li a:hover{
	color: #000000;
	background-color: #d0c025;

}



#menu ul li.section-title-news span, #menu ul li.section-title-Motion span, #menu ul li.section-title-Film span, #menu ul li.section-title-Art span, #menu ul li.section-title-Web span {
	left:-2000px;
	position:absolute;
}

#content {
    height: 100%;
    margin: 0 0 0 350px;
    top: 0;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	margin-top: 140px;

}

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

}

#content p { 
	width: 800px; margin-bottom: 0px;

}


p.motion{
	background-color:#37b8da;
	padding: 5px 5px 5px 5px;
	
}

p.video{
	background-color:#2ac439;
	padding: 5px 5px 5px 5px;
	
}

p.print{
	background-color:#da8438;
	padding: 5px 5px 5px 5px;
	
}

p.web{
	background-color:#fcff97;
	padding: 5px 5px 5px 5px;
}

p.photo{
	background-color:#e41a66;
	padding: 5px 5px 5px 5px;

}

#post nav{
	margin-top:100px;

}

p {
    margin: 0 0 0 0;

}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
	

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }
