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

body {
	font-size: 11px;
	font-family: "Adobe Jenson Pro", Georgia, sans-serif;
	font-family: Tahoma, sans-serif;
	background: #379B96;
  /* background: transparent url("/files/road.jpg") no-repeat bottom fixed; */
}

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

a:link { text-decoration: none; color: #FF2F2F; padding: 2px 5px 2px 5px; margin: -2px -4px -2px -4px;}
a:active { text-decoration: none; color: #CA0000;  padding: 2px 5px 2px 5px; margin:-2px -4px -2px -4px;}
a:visited { text-decoration: none; color: #880000; padding: 2px 5px 2px 5px; margin:-2px -4px -2px -4px;}
a:hover { text-decoration: underline;
    background: transparent url("/files/tr.png");
    -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; border: transparent solid 0px; padding: 2px 5px 2px 5px; margin:-2px -4px -2px -4px;}

.picture a:hover { text-decoration: underline;
padding: 0px; margin:0px; }

a img { border: none; }

#menu {
    width: 150px;
    overflow: auto;
    top: 0;
	left: 0;
    position: absolute;
    /*
    height: 100%;
    bottom: 0; */
	background-color: #F2F0E3;
	background-color: #D3DFE4;
	z-index: 11;
	padding: 0px;
-moz-border-radius-bottomright:8px;-webkit-border-bottom-right-radius:8px;border-bottom-right-radius:8px; border: transparent solid 1px;	

}

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

#menu ul li.section-title {
 text-transform: uppercase;
margin-left: -5px;
font-size: 10px;
letter-spacing: 1px;
 }

#content {
    height: 100%;
    margin: 0 0 0 150px;
    padding-left: 35px;
    top: 0;
}

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

#content .container {
    padding: 5px 5px 25px 25px;
    background: transparent url("/files/tr.png");
    -moz-border-radius-bottomleft:8px;-webkit-border-bottom-left-radius:8px;border-bottom-left-radius:8px; border: transparent solid 1px;
}


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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 80px; font-weight: 500; margin-left: -8px;}
h2 { font-size: 24px; }
h3 { font-size: 18px; margin-bottom: 10px; }
h4 { font-size: 18px; float: left; padding-right: 5px; color: #B25639; position: relative; top: -3px; margin-bottom: -10px; font-family: candara, georgia, serif; }

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

#once { clear: left; }

.captioning {
padding-top: 3px; }

#content {
	font-size: 16px;
	font-family: Cambria, Georgia, sans-serif;
}

.picture IMG {
border-right: 3px solid #000!important;
}

#content HR {
height: 1px;
border: 0;
color: transparent;
background-color: transparent;
margin: 0px;
padding: 0px;
}

p.biblio {
padding-left: 30px;
text-indent: -30px;
}

#disqus_thread {
margin-top: 20px;
margin-bottom: 20px;
    padding: 5px 5px 15px 15px;
    background: transparent url("/files/tr.png");
    -moz-border-radius-bottomleft:8px;-webkit-border-bottom-left-radius:8px;border-bottom-left-radius:8px; -moz-border-radius-bottomright:8px;-webkit-border-bottom-right-radius:8px;border-bottom-right-radius:8px; border: transparent solid 1px;
border-top: 1px solid #2a2a6a;
width: 600px;
}
