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

body {
	font-size: 12px;
	font-family: Arial  , sans-serif;
	background: #1b1b29;   
	font-style: italic;
                        
}

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

a:link { text-decoration: none; color: #1b1b29; }
a:active { text-decoration: none; color: #1b1b29; }
a:visited { text-decoration: none; color: #4a6d83; }         
a:hover { text-decoration: none; color: #4a6d83; background:  #cfccc8; }      

a img { border: 10px; }

#menu {
    width: 205px;
    overflow: none;
    top: 10px;
    bottom: 10px;
	left: 10px;
    position: fixed;
    height: 100%;
	background-color: #adc7c9;   
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 10px 10px 10px 240px;
    top: 10px ;
}

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

#content p { width: 400px; margin-bottom: 4px; }

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }   

img {
    box-shadow: 0px 0px 5px #bbbbbb;
    -webkit-box-shadow: 0px 0px 5px #bbbbbb;
    -moz-box-shadow: 0px 0px 5px #bbbbbb;
}
