/* (c) Nalyman, 2005-\infty

 Style exclusively designed for Mafihe
 
*/


/* THE BASIC */
* {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS",Verdana,sans-serif;
	}

/* head */

html {
	background: url(img/bg_main.png) repeat;
	color: #000033;
	font-size: 12pt;
	}
body {
	/*width: 97%;*/
	margin-right: 1.75em;
	min-width: 742px;
	background: #fff6df;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	}
/*__________
 title
*/
#title {
	background: #bcd1ff url(img/mafihe-title.jpg) top left no-repeat;
	height: 120px;
	}
h1 {
	display:none;
	padding: 0;
	color: white;
	}
	
	
/*__________
 bar
*/
#bar {
	background: #319A31 url(img/bar_bg.png) repeat-x top left;
	padding-bottom: 0.1em;
	}
#bar p {
	margin: 0;
	padding: 0.1em 0.3em;
	color: white;
	}
#bar a {
	font-size: 0.8em;
	color: white;
	text-decoration: none;
	}
#bar a.lang {
	border-left: 2px solid white;
	margin-left: 1em;
	padding-left: 1em;
	}
#bar a:hover {
	text-decoration: underline;
	}
#lang {
	float: left;
	margin-left: 0.5em;
	border-left: 1px solid white;
	}



/*______________
  document-wide used styles
*/

.hidden {
	display: none;
	}
	
/*______________
 Navigator panel
*/
#navigator {
	width: 10em;
	margin: 0;
	padding: 0.6em 0 0 0;
	/*float: right;*/
	float: left;
	color: #FFFFAD;
	}
#feedlink, #mails, #accessibility {
	margin: 0 0.4em 1em 0.6em;
	}
#navigator a {
	color: white;
	text-decoration: none;
	}
#navigator h2 {
	font-size: 0.9em;
	padding: 0.4em 0 0 0.4em;
	font-style: normal;
	color: #BDBAE7;
	font-weight: bold;
	}
#navigator p {
    font-size: 0.75em
    }
    
/* nav */
#nav{
	list-style-type: none;
	list-style-position: outside;
	font-family: Verdana,sans-serif;
	}
#navigator > #nav {
	/*background: url(img/nav_ul_bg.png) top left repeat-x;*/
	}
#nav li {
	font-size: 0.9em;
	padding: 0;
	margin: 0.16em 0;
	}
#nav li a {
	display: block;
	font-weight: bold;
	padding: 0.2em 1.4em;
	min-height: 10px;
	font-size: 0.8em;
	color: white;
	text-decoration: none;
	}

#nav li a:hover, #nav li a:focus {
	background: /*#919F91;*/ #FFA600;
	}

/*hack*/
* html #nav li a {
	display: inline;
	background: transparent;
	}
* html #nav li a:hover {
	background: transparent;
	text-decoration: underline;
	}


/*some usability */
#nav li a:after {
    content: ' >';
    color: #4A514A;
}
#nav li a:visited {
    color: #AFBFAF;
}
#nav li a:visited:hover {
    color: #4A514A;
}
	
#feedlink a {
	text-decoration: none;
	}
#feedlink{
	font-size: 0.9em;
	line-height: 1em;
	}
#feedlink img {
	border: 0;
	vertical-align: middle;
	padding: 2px;
	margin: auto 0;
	margin-right: 0.1em;
	}

#mails a {
	text-decoration: underline;
	}
/*_______________
 container
*/

#container {
	background: #4A514A;
	}
* hmtl #container {
	height: 2000px;
	position: relative;
	line-height: 1.2em;
	}

/*_________________
 content
*/
#content {
	background: #FEFFC4 url(img/content-bg2.jpg) top left repeat-y;
	/*margin: 0 10em 0 0; */
	margin: 0 0 0 10em;
	padding: 0.4em 1.2em 0.3em 0.8em;
	color: #3B3F3B;
	/*border-right: 1px solid #FFA600;*/
	}
#content a {
	text-decoration: underline;
	color: #217500;
	}
#content a:hover {
	text-decoration: underline;
	color: #0066ff;
	}
#content p:hover a {
	/*text-decoration: underline;*/
	color: #0066ff;
	}
#content a:visited {
	color: #667361;
	}
#content ul,#content ol {
	padding: 1em 2em;
	}
#content h2,#content h3{
	font-weight: bold;
	margin-bottom: 1em;
	}
#content h2 {
	margin-top: 0.8em;
	font-size: 2.0em;
	}
#content h3 {
	margin-top: 1em;
	font-size: 1.4em;
	}
#content h4 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.6em;
	margin-top: 0.6em;
	}
#content li h4 {
	margin-top: 1em;
	margin-bottom: 0.1em;
	}
#content p {
	margin: 0 0.1em 0.5em 0.1em;
	}
#content dt {
	font-size: 1.15em;
	margin-top: 0.1em;
	margin-bottom: 0;
	}
#content dd {
	margin: 0 0.1em 0.1em 0.1em;
	}
#content p {
	text-align: justify;
	}
#content strong {
	font-size: 1.1em;
	color: #000099;
	font-family: "Times New Roman",serif;
	}
#content img {
	border: 1px solid black;
	}

div.clearer {
	clear: both;
	margin-top: 1px;
	height: 0;
	}
#content p.sign {
	text-align: right;
	font-style: italic;
	font-size: 0.95em;
	margin: 1.8em 0.1em;
	display: block;
	}
#content p.greeting {
	font-size: 1.3em;
	font-weight: bold;
	}


/*______________________
  #events
*/

#events ul,ol {
	list-style-type: none;
	padding: 0;
	}
#events div.eventdscp {
	padding: 0.2em 1.5em;
	}
#events div.eventdscp dd {
	margin: 0 0.1em 0.1em 0.9em;
	}
#events div.eventdscp ul {
	padding-left: 1em;
	}
#events div.eventdscp ul li {
	list-style-type: disc;
	}

/*____________________
 foot
*/
#foot {
	font-size: 0.79em;
	padding: 0.4em 1em 0.4em 0.4em;
	background: #319A31 url(img/bar_bg.png) repeat-x top left;
	}
#foot p {
	margin: 0;
	font-family: "Courier New",monospace;
	color: white;
	}
	
/* =============================
        extras
     ============*/
/* tutorials */
.tutorial1 {
	list-style-type: none;
	}
.tutorial1 li {
	/*width: 100%;*/
	margin-bottom: 1.4em;
	}
.tutorial1 .illustration {
	margin: 0.2em auto;
	text-align: center;
	}
#content .tutorial1 .illustration img {
	border: none;
	}
/* 404 */
#sec404 h2 {
	color: red;
	background: transparent;
	}
	
/* accessibility */
#accessibility {
	
	}