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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

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

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

h3 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: #000 dashed 20px;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	margin-top: 10px;
    margin-bottom: 5px;
	text-transform: uppercase;
}

h5 {
	padding-left: 20px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
}

table td {
vertical-align:top; 
padding-right:10px;
padding-bottom:20px;
}

table.taglist {
	border: dotted 1px black;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: 5px;
	overflow: hidden;
}

table.taglist td {
vertical-align:top; 
padding-right:0px;
padding-bottom:0px;
}

#content ul {
	/*border: dotted 1px black;
	width: 300px;*/
	max-width: 310px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	list-style-type: square;
}

#content a {
	font-weight: bold;
}

img.icon {
	width: 30px;
	margin: 1px;
	border: 1px solid #000;
}

img.head {
	height: 100px;
	margin-bottom: 10px;
}



/*
.project_title {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
}

.project_info {
	padding-left: 10px;
	padding-bottom: 10px;
}

.features {
	background: #999999;
}
*/

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #000;
	color: #fff;
	padding-left: 10px;
}

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

#menu h1 {
	color: #999;
	font-size: 14px;
	font-weight: bold;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 225px;
    top: 0;
	padding-left: 10px;
	padding-top: 250px;
}

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

#content p { width: 400px; margin-bottom: 9px; text-align: justify; }
#content img { max-width: 400px; /*border: #000 solid 1px;*/ }
#content hr { width: 400px; }

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; }

#once { clear: left; }
