/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

/*
#myCenteredDiv {
visibility: hidden;
position: absolute;
z-index: 1;
margin-left: -200px;
margin-top: -200px;
left: 50%;
top: 50%;
width: 400px;
height: 400px;
background: #CCC;
}
*/

* {
	margin: 0;
	padding: 0;
}

.hidden {
	position: fixed;
	visibility: hidden;
}

body {
	font-family: Times, 'Times New Roman', georgia, serif;
	font-style: normal;
	font-variant: normal;
	font-weight:normal;
	background: #fff;
	font-size: 100%;
}

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

a:link { text-decoration: none; color: #333;}
a:active { text-decoration: none; color:#333;}
a:visited { text-decoration: line-through; color: #666; }
a:hover { text-decoration: underline; color: #000;}

a img { border: none; }

#title { padding: 5px 5px 25px 10px; }
#title a:link { text-decoration: none; color: #ff0000;}
#title a:visited { text-decoration: none; color: #000; }
#title a:hover { text-decoration: underline; color: #DD0000; }

#bottom { padding: 5px 5px 25px 10px; }

#menu {
	z-index: 20;
	position: fixed;
	margin: 5px 0px 0px 20px;
	padding: 5px 0 0 0;
	width: 175px;
    overflow: auto;
 	font-size: .75em;
 	font-style: normal;
	font-variant: normal;
	font-weight:normal;
	background-color: #F2F2F2;
}

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

#menu ul li.section-title {
	font-size: 18px;
	margin: -4px 0 10px 10px;
}

#menu li {
	margin: 0 0 0 28px;
	
}

#content {
/* all the content goes down
I.E : left menu and right content */
	margin: 80px 0 0 215px;
    height: 100%;
}

.container {
    padding: 5px 5px 25px 5px;
    max-width: 700px;
}

.header {
	font-size: 1.15em;
}

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

p { margin: 0 0 9px 0; }

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1em; }
h4 { font-size: .75em; }

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

#once { clear: left; }

#builtwith {
	margin: 28px;
	text-transform: lowercase;
	color: #999;
}

#builtwith a:hover { color: #00AEEF;}

#d-col2 {
	padding: 5px 0 0 0;
	position: fixed;
	top: 80px;
	left: 240px;
	
}

#content .container {
	font-size: .75em;
}