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

body {
	font-size: 14px; font-weight:100;
color: #ddd;
	font-family: Century Gothic, Arial, Sans-Serif; 
	background: #181818; align: left;
	
}

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

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

a img { border: none; }


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

#menu ul {
/*Remove all spacings from the list items*/
margin: 1px;
padding: 0 0 0 0 ;
top: 20px;
cursor: default;
width: 100%;
table-layout: fixed;
list-style-type: none;
display: inline;
font-size: 24px; text-align: left; color: #ddd; font-weight:100;
}

#menu ul {
display: table;
}

#menu ul>li{
display: inline;
position: relative;
padding: 2px 10px;

}

#menu ul li.section-title {font-size: 42px; font-family: Century Gothic, Arial, Sans-Serif; font-weight:100;
  color: #eee; margin: 10px 0 0 0;  }

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


.container {
    padding: 5px 5px 5px 5px;
}
#d-thumbs { width: 800px;
}

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

p {
    margin: 0 0 15px 0;
line-height: 1.8em;
text-color: #bbb;
}

h1 { font-size: 36px; font-family: Century Gothic, Arial, Sans-Serif; font-weight:100;
  color: #ccc; margin: 0px 0 0 0; }
h2 { font-size: 10px; padding: 5px 0 5px 0; margin-bottom: -20px;
color: #ddd;
background-color: #333; }
h3 { font-size: 12px;color: #bbb; }
h4 { font-size: 12px; font-weight:normal; color: #555; line-height: 1em;  padding: 0px 5px 0px 0px; }
h5 { font-size: 12px;color: #333; padding: 0px 0px 0px 0px; }
h6 { font-size: 30px; font-family: Century Gothic, Arial, Sans-Serif; font-weight:100;
  color: #ddd; margin: -15px 0 0 -50px; }
h7 { font-size: 12px;color: #999; }
h8 { font-size: 14px;color: #111; }
h9 { margin-left: 230px; }

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

#once { clear: left; }