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

body { color: #282828; font-size: 11px; font-family: "Courier New", Courier, Monaco, monospace; line-height: 12px; background: #fff; }

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

a:link { color: #0ff; text-decoration: none; }
a:active { color: #0ff; text-decoration: none; }
a:visited { text-decoration: none; color: #f0f; }
a:hover { color: white; background-color: #0ff; text-decoration: underline; }

a img { border: none; }

#menu { width: 250px; overflow: auto; top: 0; bottom: 0; left: 10px; position: fixed; height: 100%; background-color: #fff; }

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

#menu ul li.section-title { color: #000; font-size: 11px; font-weight: normal; line-height: 16px; letter-spacing: 1px; }

#menu ul li.section-title-info { display: block; width: 170px; height: 30px; background-image: url(http://www.loretobinvignat.com/imgs/info.gif); background-repeat:no-repeat; }

#menu ul li.section-title-illustration { display: block; width: 170px; height: 30px; background-image: url(http://www.loretobinvignat.com/imgs/illustration.gif); background-repeat:no-repeat; }

#menu ul li.section-title-editorial { display: block; width: 170px; height: 30px; background-image: url(http://www.loretobinvignat.com/imgs/editorial.gif); background-repeat:no-repeat; }

#menu ul li.section-title-personal { display: block; width: 170px; height: 30px; background-image: url(http://www.loretobinvignat.com/imgs/personal.gif); background-repeat:no-repeat; }

#menu ul li.section-title-sketch { display: block; width: 170px; height: 30px; background-image: url(http://www.loretobinvignat.com/imgs/sketch.gif); background-repeat:no-repeat; }

#menu ul li.section-title-design { display: block; width: 170px; height: 30px; background-image: url(http://www.loretobinvignat.com/imgs/design.gif); background-repeat:no-repeat; }

#menu ul li.section-title-styling { display: block; width: 170px; height: 30px; background-image: url(http://www.loretobinvignat.com/imgs/styling.gif); background-repeat:no-repeat; }

#menu ul li.section-title-info span, #menu ul li.section-title-illustration span, #menu ul li.section-title-editorial span, #menu ul li.section-title-personal span, #menu ul li.section-title-sketch span, #menu ul li.section-title-design span, #menu ul li.section-title-styling span { left:-2000px; position:absolute; }

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

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

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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }