/*
	Ezekiel Screen Stylesheet v1.0
	(c) Copyright 2005 Jake Wehner, wehnerj@gmail.com
	PLEASE LEAVE THIS COMMENT INTACT IN ACCORDANCE WITH GNU GPL.

	*/

		body {
		
			background: #eee;
			text-align: center;
			font-family: sans-serif;
			color: #666;

		}

		a {

			color: #139ea7;
			text-decoration: none;
		}
		
		h1 {
			
			font-size: 1.5em; 
			color: #139ea7;

		}

		div.container {

			width: 920px;
			height: auto;
			background: #fff;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
			text-align: left;

		}

		div.header {

			width: 100%;
			margin-left: auto;
			margin-right: auto;
			height: 100px;
			background: #f2fbfc;
			background-image: url(fond3.png);
			background-repeat: no-repeat;
		
		}

		div.header span {

			position: relative;
			left: 25px;
			top: 30px;
			font-family: sans-serif;
			font-size: 2.1em;
			color: #139ea7;

		}
		
		div.menu {

			width: 100%;
			height: 20px;
			padding: 0px;
			background: #a2c058;
			margin-top: 3px;
			overflow: hidden;


		}

		span.home {			
			
			background: #139ea7;	
			border-right: 1px SOLID #fff;
			padding-top: 3px;
			padding-bottom: 2px;
			padding-left: 3px;
			padding-right: 3px;
			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;

		}

		span.home a, span.home a:hover {

			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;
			text-decoration: none;

		}
		
		span.alt {

			background: #a2c058;
			border-right: 1px SOLID #fff;
			padding-top: 3px;
			padding-bottom: 2px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;

		}
		
		span.alt a, span.home a:hover {

			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;
			text-decoration: none;

		}
		
		span.search {

			background: #fec529;
			padding-top: 0px;
			padding-bottom: 1px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;
			float: right;
			height: auto;
			width: 210px;
			border-left: 1px SOLID #fff;
			overflow: hidden;
		}

		div.post_info {
			
			/* the comment/cms style info bar */

			width: 640px;
			border-top: 1px SOLID #f3f3f3;
			border-bottom: 1px SOLID #f3f3f3;
			background: #fafafa;
			font-size: 10px;
			color: #444;
			padding: 5px;

		}


		div.post_info a {

			font-size: 11px;
			color: #a2c058;
			font-weight: bold;
			text-decoration: none;

		}

		div.main_nav {

			width:240px;
			float: right;
			margin-left: 10px;
			height: 100%
			background: #fff;
		}

		div.sub_menu {

			margin-right: auto;
			margin-top: 13px;
			font-size: 12px;
			width: auto;
			border:1px solid #aaa;

		}

		div.sub_menu div {
		
			background: #a2c058;
			padding: 5px;
			color: #fff;
			width: auto;
			font-variant: small-caps;

		}

		div.sub_menu a {

			background: #fff; 
			color: #666;
			text-decoration: none;
			/* line-height: 1.25em; */
			display: block;
			padding: 0.6ex 0.5em 0.6ex 0.75em;
			font-size:11px;

		}

		div.sub_menu a.niv0 {
		    font-weight:bolder;
		    background: #ddd;
		    }
		    
		div.sub_menu a.niv1 {
		    background: #eee;
		    }
		    
		div.sub_menu a.niv3:before {
		    content: " - ";
		}   
		 
		div.sub_menu a:hover {

			background: #f9f9f9;
	
			color: #666;
			text-decoration: none;
			/* line-height: 1.25em;*/
			display: block;
			padding: 0.6ex 0.5em 0.6ex 0.75em;
		}

		div.content {

			width: 645px;
			margin-top: 5px;

		}
		
		div.content p.sequence {
		    background: #f9f9f9;
		    padding:3px;
		    border:1px solid #bbb;
		}

		form {
			padding: 3px;
			border: 1px solid #aad;
			margin: 2px;
			font-size: 10pt;
		}

