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

body {
	background: #fff;
	font: 15px/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sitename {
	margin-bottom: 25px;
}

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

a {
	text-decoration: underline;
}
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 220px;
    overflow: show;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	padding-top: 5px;
	padding-left: 5px;
	background-color: white;
	opacity: 0.95;
	margin-left: 10px;
	height: 260px;
	margin-top: 10px;
}

#menu a {
	text-decoration: none; 
	color: #333; 
}

#menu li a {
	font-size: 1.1em;
	margin-bottom: .6em;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu a: hover {
	text-decoration: underline; 
	color: #666; 
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    top: 0;
	margin: 0 0 0 250px;
	width: 500px;
	background-color: white;
	opacity: 0.93;
	padding: 15px;
}

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

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

p {
    margin: 0 0 9px 0;
}

#lang {
	text-align: right;
	width: 480px;
	padding: 10px;
}

#ar {
	text-align: right;
}

h1 {
	font: small-caps 32px "Arial Black", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-decoration: underline;
}
h2 { font-size: 24px;
	margin-top: 30px;
	line-height: 24px;
}
h3 { font-size: 16px;
	margin-top: 30px;
	text-decoration: underline;
	margin-bottom: 10px;
	display: inline-block;
}
h4 { font-size: 12px; }
h6 { font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
	background-color: black;
	color: white;
	display: inline-block;
	padding: 3px;
}

.intro {
	font-weight: bold;
	font-size: 1.3em;
	color: green;
}

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

#once { clear: left; }
