/*
	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: #333;

		}
		#song {
			color: #222;
		}
		a {

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

		}

		#container {

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

		}

		#header {

			width: 100%;
			margin-left: auto;
			margin-right: auto;
			height: 100px;
			background: #50b7be;
			background-image: url(background_tile.png);
			background-repeat: repeat-y;
		
		}

		#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: 15px;
			padding-right: 15px;
			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: 7pt;
			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: 120px;
			border-left: 1px SOLID #fff;
			overflow: hidden;
		}


		div.main_nav {

			width:130px;
			float: right;
			margin-left: 10px;
			height: 100%
		}

		div.sub_menu {

			margin-right: auto;
			margin-top: 25px;
			font-size: 12px;
			width: auto;

		}


		#content {

			width: 700px;
			margin-top: 25px;
			font-size: 12px;

		}


		.button {

			background: #a2c058;
			color: #fff;
			border: 0px;
			padding: 0px;

		}
		
