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

body {
	font-size: 11px;
	line-height: 16px;
	color: #f23e11;
	font-family: Times new roman, Times, serif;
	background: none;
}

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

a:link { text-decoration: none; color: #f23e11; }
a:active { text-decoration: underline; color: #f23e11; }
a:visited { text-decoration: none; color: #f23e11; }
a:hover { text-decoration: underline; color: #f23e11 }

a img { border: none; }

#menu {
    width: 300px;
    overflow: auto;
    top: 100px;
    bottom: 0;
	left: 250px;
    position: fixed;
    height: 100%;
	background: none;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 96px 0 0 450px;
    top: 0;
}

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

/* styles for margins sections */

/* Information */
#margins ul.section-1 { }

/* Projects */
#margins ul.section-3 { position: fixed; left: 470px; top: 10px; height: 14px; overflow: hidden; width: 220px; z-index: 1000; display: none; }
#margins ul.section-3 a { color: #ccc !important; }
#margins ul.section-3:hover { height: auto; background-color: #ff0 !important; }
#margins ul.section-3:hover a { color: #f23e11 !important; }





#content {position: absolute; height: 600px;}
#content .container {position: absolute; margin: 30px 10px 50px 10px; left: 0px; right: 0px;}
#content .container img {text-align: center; display: block; margin-left: auto; margin-right: auto;}
#content p { width: 100%; margin-bottom: 17px; }


.content {position: absolute; height: 600px;}
.content .container {position: absolute; margin: 50px 10px 50px 10px; left: 0px; right: 0px;}
.content p { width: 100%; margin-bottom: 17px; }


#section-topleft {position: fixed; left: 12px; top: 7px; z-index: 1000; width: 220px;}
#section-topright {position: fixed; right: 50px; top: 7px; z-index: 1000; width: 50px;}
.section-topleftsecond { position: fixed; left: 240px; top: 7px; z-index: 1000; width: 220px;}
#section-botright {position: fixed; right: 15px; bottom: 10px; z-index: 1000; width: 55px;}
#section-botright p {margin-bottom: 0; margin-top: 14px;}
/* this is actually section-botleft */
#section-title {position: fixed; left: 12px; bottom: 10px; z-index: 1000;}

#section-loading {position: fixed; left: 12px; bottom: 10px; z-index: 1000;}


#pagecount {position: fixed; left: 10px; bottom: 30px;}


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

p {
    margin: 0 0 9px 0;
    color: #f23e11;
}

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

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

#once { clear: left; }
