/*
	Ezekiel Screen Stylesheet v1.0
	(c) Copyright 2005 Jake Wehner, wehnerj@gmail.com
	PLEASE LEAVE THIS COMMENT INTACT IN ACCORDANCE WITH GNU GPL.
	Adapted and modified by Microshare uwe@microshare.com.au
*/

		body {
		
			background: #fff;
			background: #d0f6ff;
			text-align: center;
			font-family: sans-serif;
			color: #666;

		}

		a {

			color: #139ea7;
			text-decoration: none;
		}
		
		h1 {
			
			font-size: 1.5em; 
			color: #139ea7;

		}

		h2 {
			
			color: #139ea7;

		}
		
		h3 {
			
			color: #139ea7;

		}


		div.container {

			width: 90%;
			height: auto;

			margin-left: auto;
			margin-right: auto;
			padding: 20px;
			text-align: left;

		}

		div.header {

			width: 100%;
			margin-left: auto;
			margin-right: auto;
			height: 100px;
			
			background-image: url(img/background_tile8.jpg);
		    background-repeat: no-repeat;
		
		}

		div.header img {
			position: relative;
			left: 45px;
			top: 0px;
			display: inline;
			width: 150px;

		}

		div.header span {
			position: relative;
			left: 55px;
			top: -35px;
			display: inline;
			font-family: sans-serif;
			font-family: "Times New Roman";
			font-size: 2.5em;
			font-weight: bold;
			color: #139ea7;
			color: white;
		}
		
		
		div.menu {

			width: 100%;
			height: 22px;
			padding: 0px;
			background: #a2c058;
			background: #007b97;
			margin-top: 3px;
			overflow: hidden;

		}

		span.home {			
			
			background: #139ea7;	
			padding-top: 3px;
			padding-bottom: 2px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 10pt;
			font-family: sans-serif;
			font-variant: small-caps;

		}

		span.home a, span.home a:hover {

			color: #fff;
			font-size: 10pt;
			font-family: sans-serif;
			font-variant: small-caps;
			text-decoration: none;

		}
		
		span.alt {

			background: #a2c058;
			background: #6098a4;
		
			padding-top: 3px;
			padding-bottom: 2px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 10pt;
			font-family: sans-serif;
			font-variant: small-caps;

		}
		
		span.alt a, span.home a:hover {

			color: #fff;
			font-size: 10pt;
			font-family: sans-serif;
			font-variant: small-caps;
			text-decoration: none;

		}
		
		span.search {

			background: #139ea7;
			padding-top: 0px;
			padding-bottom: 1px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 10pt;
			font-family: sans-serif;
			font-variant: small-caps;
			float: right;
			height: 100%;
			width: 200px;

			overflow: hidden;
		}

		div.post_info {
			
			/* the comment/cms style info bar */

			width: 500px;
			border-top: 1px SOLID #f3f3f3;
			border-bottom: 1px SOLID #f3f3f3;
			background: #fafafa;
			font-size: 12px;
			color: #444;
			padding: 5px;

		}


		div.post_info a {

			font-size: 11px;
			color: #a2c058;
			font-weight: bold;
			text-decoration: none;

		}

		div.main_nav {

			width:190px;
			float: right;
			margin-left: 25px;
			padding-left: 40px;
			height: 100%;
			font-size: 12px;
		}

		div.sub_menu {

			margin-right: auto;
			margin-top: 25px;
			font-size: 14px;
			width: auto;

		}

		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: 1.25ex 0.5em 1.25ex 0.75em;

		}

		div.sub_menu a:hover {

			background: #f9f9f9;
			color: #666;
			text-decoration: none;
			line-height: 1.25em;
			display: block;
			padding: 1.25ex 0.5em 1.25ex 0.75em;
		}
		
		div.content {

			width: 500px;
			margin-top: 25px;

		}

		form, input {

			padding: 0px;
			border: 0px;
			margin: 0px;
			height: 14px;
			font-size: 10pt;

		}

		.button {

			background: #a2c058;
			color: #fff;
			border: 0px;
			padding: 0px;

		}
		
		#ms {
			padding-top: 20px;
			font-size: 70%;
		}
		
		.right {
			float: right;
			display: inline;
			padding-left: 15px;
		}
