/* CSS
   template webtom grey by tom.cryns@webtom.be
*/

body {
	font-family: "Helvetica", Helvetica, Verdana, geneva, sans-serif;
	font-size:small;
	margin:0;
	padding:0;
	background-image: url(../images/paper.jpg);
}

* {
	margin:0;
	padding:0;
	line-height:1.5em;
}

h1 {
	padding:0;
	margin:5px 0px;
	font-family: "Helvetica",Helvetica, Verdana, Sans-Serif;
	font-size:180%;
	font-weight:bold;
}

h2 {
	padding:0;
	margin:10px 0px 0 0;
	font-family: "Helvetica", helvetica, Verdana, Sans-Serif;
	font-size:140%;
	font-weight:bold;
}

#container {
	width:1024px;
	margin:20px auto;
	padding:10px;
	background-image:url(../images/paper.jpg);
	background:#A0A0A0;
	font-size:95%;
	border-top-width: medium;
	background-color: #EEE;
}


#watermark {
	height:20px;
  margin:0px;
  padding:5px 20px;
  color:#fff;
  font-size:85%;
  text-align:right;
  background:#181818 ;
}

#header {
	height:105px;
  margin:0;
  padding:10px 0px;
  background-repeat:no-repeat;
	background:#fff;
  color:#181818;
  font-size:95%;
  text-align:left;
  clear:both;
}
/*===[ Top Navigation Bar Styles]===*/
.horzmenu {
position: fixed;
left: 0px;
top: 0px;
background-color: #222;
font-size: 12px;
width: 100%;
height: 1.3em;
border: 3px solid #777;
margin: 0px;
padding: 5px;
}
.horzmenu li {
width: 142px;
height: 49px;
color: #fff;
display: inline;
}
.horzmenu a {
padding: 0px;
margin: 0px 5px;
border-bottom: 3px solid #444;
text-decoration: none;
}
.horzmenu a:link { /* unvisited link */
color: #aaa;
height: 49px;
width: 149px;
}
.horzmenu a:visited { /* visited link */
color: #889;
}
.horzmenu a:hover { /* mouse over link */
border-bottom: 3px solid #f90;
color: #fff;
}
.horzmenu a:active { /* selected link */
background-color: #333;
color: #fff;
border-bottom: 3px solid #444;
}
/* locked meny */


#header h1{
  margin:0;
  padding:0 10px;
  font-size:200%;
}


#sidebar
{
	position: fixed;
	left: 3px;
	top: 230px;
	width:38px;
	height:115px;
	margin:3px 0px 3px 0px;
	padding:3px;
	color:#fff;
	background:#181818;
	font-size: xx-small;
}

#text
{
	margin:5px 0px 2em 0;
	padding:25px;
	float:left;
	width:250px;
	background-color:#FFF;
	font-size: 11px;
	color: #333;
}

#content {
	margin:5px 0px 2em 10px;
	padding:40px;
	float:left;
	width:520px;
	background-color:#FFF;
	color: #333;
}
#contenttwo {
 margin:0 5px 2em 14px;
padding:4px;
float:left;
width:150px;
background-color:#FFF;
}
#references {
	margin:5px 0px 2em 15px;
	padding:4px;
	float:left;
	width:80px;
	background-color:#FFF;
	font-family: Helvetica, sans-serif;
	font-size:75%;
	text-align:left;
	color: #333;
}

#content ol,
#content ul
{
	padding:5px 20px;
}

#sidebar p, #content p{
	padding:3px 0px;
}

#sidebar a, 
#content a
{
  color:#555;
	text-decoration:underline;
}

#content a img
{
 text-decoration:none;
 border:0;
}



#footer {
  clear:both;
  padding: 5px 10px;
  background:#181818;
  color:#686868;
  font-family: Helvetica, sans-serif;
  font-size:85%;
  text-align:left;
}

#footer a
{
 color:#fff;
}

#nav {
  float:left;
  width:100%;
	margin:0;
  padding:10px 0px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
  font-size:100%;
  background:#24b2d8;
	color: #fff;
}

#nav li {
	font-size:1.0em;
	list-style:none;
	display:inline;
	padding:5px 2px;
}

#nav li a {
  margin:0px 0px;
	padding:7px;
	color:#fff;
	text-decoration:none;
  font-weight: bold;
}

#nav li a:hover {
	background:#d85a05;
  color:#fff; 
}
#nav li a:active {
	background:#d85a05;
  color:#fff; 
}

#navtwo {
  float:left;
  width:100%;
	margin:0;
  padding:3px 0px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
  font-size:80%;
  background:#222;
	color: #fff;
}

#navtwo li {
	font-size:1.0em;
	list-style:none;
	display:inline;
	padding:5px 2px;
}

#navtwo li a {
  margin:0px 0px;
	padding:4px;
	color:#fff;
	text-decoration:none;
  font-weight: Normal;
}

#navtwo li a:hover {
	background:#d85a05;
  color:#fff; 
}
body#home a#homenav,
body#context a#contextnav,
body#process a#processnav,
body#project a#projectnav,
body#future a#futurenav,
body#bibliography a#bibnav

{
	color: #fff;
	background: #d85a05;
}

/*

#home, #project,
#context, #process,
#future, #contact
{
color:#fff;
background:#d85a05; 
}
*/


ul { margin: 0; padding : 0; list-style : none; }

#sidebarnav {
	margin:0;
	padding:0;
	color: #fff;
}

#sidebarnav ul {
  padding:4px;
	list-style:none;
}

#sidebarnav li {
  margin:4px 0;
	list-style:none;
}

#sidebarnav li a {
	color:#eee;
	text-decoration:underline;
  display:block;
}

#sidebarnav li a:hover {
	background:#999;
	font-size: small;
}

