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

body { 
	font-size: 11px;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	background: #transparent;
}

body.section-1 #content {background-color: transparent !important;}
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #999; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #000; background: #FAFAD2; }

a img { border: none; }

#menu { 
    width: 180px;
    overflow: auto;
    top: 25px;
    bottom: 0;
	left: 25px;
    position: fixed;
    height: 100%;
	background-color: #transparent;
	
	
}



#menu ul {
	list-style: none; line-height: 1.3em;
	margin: 0 0 12px 0;
}

 
#menu li.active a { color: #000; font-style: none; background-color: #FAFAD2; text-decoration: none; }

#menu ul li.section-title { text-decoration: none; color: #333; font-weight: bolder; }

#menu ul li.section-title:hover { text-decoration: none; color: #333; background: #E0FFFF; display: inline-block; }
#content {
    height: 100%;
    margin: 25px 0 0 215px;
    top: 0;
	background: #FFF;
}

.container {
    padding: 5px 5px 25px 5px;
	background: #transparent;
}

#content p { width: 400px; margin-bottom: 9px; line-height: 1.3em; }

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; }
#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: #FFF; }

#once { clear: left; }
   p.nav a {
           background-color: #FFF;
           padding-top: 3px;
           padding-right: 0px;
           padding-bottom: 3px;
           padding-left: 0px;
           font-size: 11px;
           font-family:  Helvetica, Arial, Tahoma, Verdana, sans-serif;
          -moz-border-radius-bottomleft:3px;
          -moz-border-radius-bottomright:3px;
          -moz-border-radius-topleft:3px;
           -moz-border-radius-topright:3px;
       }
       
       p.nav a:hover {
           background-color: #FFF;
       }
       
       p.nav span#num {
           letter-spacing: 2px;
           font-family:  Helvetica, Arial, Tahoma, Verdana, sans-serif;
           font-style: none;
           padding-left: 20px;
       }

