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

html { -webkit-font-smoothing: antialiased; overflow-y: scroll; -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }

body {
	margin: 15px;
	font-size: 11px; line-height:17px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background: #fff; background-image: url(http://nap.arhliit.ee/files/bg.png); background-repeat: no-repeat;
}

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

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

a img { border: none; }

#menu {
	width: 180px;
	overflow: auto;
	top: 32px; bottom: 15px; left: 15px;
	position: fixed;
	height: 100%;
	background-color: #fff;
	font-size:14px; font-weight: 300;
	line-height:18px;
}

#menu ul:hover { background-color:yellow; }

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

#menu ul li.section-title { }

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

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

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

p { margin: 0 0 9px 0; background-color:#fff; text-align:justify; }
p.nav { background-color: inherit; }
p.nav a { padding:4px; background-color: white; }
#num { padding: 4px; background-color: white; margin-left: 6px;}

h1 { font-size: 23px; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:200; margin:10px 0; background-color:white; width: 400px; padding: 4px 0; }
h2 { font-size: 18px; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:200; margin:10px 0; background-color:white; width: 400px; padding: 4px 0;  }
h3 { font-size: 15px; }
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; }

.section-title { font-weight: bold; color:black; }

#hc { clear:both; height:0; font-size:1px; border:0; margin:0; padding:0; }



.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }


a:link { -webkit-tap-highlight-color: #000000; }
img { -ms-interpolation-mode: bicubic; }
::-moz-selection{ background: #444; color:#fff; text-shadow: none; }
::selection { background:#444; color:#fff; text-shadow: none; }
