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

body {
	font-size: 10px;
	background: #d3d3d3;
	color: #333333;
	font-family:  helvetica, Arial, monospace;
	margin-top: 20px;
	letter-spacing: 0.1em;
	
}

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

a:link { text-decoration: none; color:#333333; }
a:active { text-decoration: none; color:#333333; }
a:visited { text-decoration: none; color:#333333; }
a:hover { text-decoration: none; color: #d3d3d3; background-color: #333333;}

a img { border: none; }

#menu {
    width: 260px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #d3d3d3;
	margin-left: 20px;
	margin-top: 20px;
}

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

}

#menu ul li.section-title-Motion { 
	display: block; 
	width: 165px; 
	height: 24px; 
	background-image:url(../img/motion.gif); 
	background-repeat:no-repeat; 

}
	
ul.Motion li a:hover{
	color: #333333;
	background-color: #37b8da;
}

ul.Video li a:hover{
	color: #333333;
	background-color: #2ac439;

}

ul.Print li a:hover{
	color: #333333;
	background-color: #da8438;

}

ul.Web li a:hover{
	color: #333333;
	background-color: #fcff97;

}

ul.Photo li a:hover{
	color: #333333;
	background-color: #e41a66;

}
	
#menu ul li.section-title-Video { 
	display: block; 
	width: 165px; 
	height: 24px; 
	background-image:url(../img/video.gif); 
	background-repeat:no-repeat; 

}

#menu ul li.section-title-Print { 
	display: block; 
	width: 165px; 
	height: 24px; 
	background-image:url(../img/print.gif); 
	background-repeat:no-repeat; 

}

#menu ul li.section-title-Web { 
	display: block; 
	width: 165px; 
	height: 24px; 
	background-image:url(../img/web.gif); 
	background-repeat:no-repeat; 

}

#menu ul li.section-title-Photo { 
	display: block; 
	width: 165px; 
	height: 24px; 
	background-image:url(../img/photo.gif); 
	background-repeat:no-repeat; 

}

#menu ul li.section-title-news span, #menu ul li.section-title-Motion span, #menu ul li.section-title-Video span, #menu ul li.section-title-Print span, #menu ul li.section-title-Web span, #menu ul li.section-title-Photo 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;

}

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

}

#content p { 
	width: 500px; margin-bottom: 9px;

}


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 9px 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 12px 0; }

#once { clear: left; }