/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
margin:0;
padding:0;
}
body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
font-family:Georgia,Geneva,verdana,sans-serif;
font-size:10px;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }
a:link {
background-color:white;
color:black;
text-decoration:none;
}
a:active {
background-color:none;
text-decoration:none;
}
a:visited {
color:black;
text-decoration:none;
}
a:hover {
background-color:none;
color:#FF0099;
text-decoration:none;
}
a img {
border: none;
}
a:visited img {
border:none;
}
a:active img {
border:5px solid white;
}
a:hover img {
border:none;
}
#menu {
background-color:white;
bottom:0;
height:100%;
left:0px;
overflow:auto;
position:fixed;
top:20px;
width:160px;
}
#menu ul {
margin-bottom:5px;
}
#menu ul li.section-title {
border-bottom:thin dotted #999999;
border-top:thin solid #999999;
margin-bottom:5px;
padding-bottom:4px;
padding-top:4px;
}
#content {
height:100%;
margin-left:180px;
margin-top:25px;
top:0;
}
.container {
padding:5px 5px 25px;
}
#content p {
margin-bottom:0;
width:600px;
}
p {
margin:0 0 9px;
}
h1 {
font-family:Georgia,Geneva,verdana,sans-serif;
font-size:11px;
line-height:11px;
}
h2 { font-size:24px; }
h3 { font-size:16px; }
h4 {
font-family:Georgia,Geneva,verdana,sans-serif;
font-size:11px;
font-style:normal;
font-weight:lighter;
line-height:3px;
}
#img-container {
margin:0;
padding-top:20px;
}
#img-container p {
padding:0 0 12px;
width:400px;
}
#once {
clear:left;
}
