/*
Ezekiel Screen Stylesheet v1.0
(c) Copyright 2005 Jake Wehner, wehnerj@gmail.com
PLEASE LEAVE THIS COMMENT INTACT IN ACCORDANCE WITH GNU GPL.
Modified by BarbusLab
*/

body {
	background: #eee;
	text-align: center;
	font-family: sans-serif;
	color: #666;
}

a {
	color: #009966;
/*	text-decoration: none;*/
}

h1 {
	/*font-size: 1.5em; */
	color: #009966;
}

h2 {
	/*font-size: 1em; */
	color: #009966;
}

h3,h4,h5 {
	/*font-size: 1em; */
	color: #009966;
}

div.container {
	width: 750px;
	height: auto;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: left;
/*	height: 500px;
	overflow-y: visible; */
}

div.header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	background: #f2fbfc;
	background-image: url(header-bg.gif);
	background-repeat: repeat-y;
}

div.header span {
	position: relative;
	left: 25px;
	top: 30px;
	font-family: Courier New, sans-serif;
	font-weight: bolder;
	font-size: 1.4em;
	color: #20B1B7;
}
		
div.menu {
	width: 100%;
	height: 22px;
	padding: 0px;
	background:#45BB8C; 
	margin-top: 1px;
	overflow: hidden;
}

span.home {	
	float: left;
	height: 22px;		
	background: #20B1B7; 
	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{
	color: #ffffff;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
	text-decoration: none;
}
span.home a:hover {
	color: #ddffdd;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
	text-decoration: none;
}
span.alt {
	float: left;
	height: 22px;
	background: #45BB8C;
	border-right: 1px SOLID #fff;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
}

span.alt a, span.home a:hover {
	color: #ffffff;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
	text-decoration: none;
}
span.alt a:hover {
	color: #ccffcc;
}
		
span.search {
	background: #CC9966;
	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: 22px;
	width: 120px;
	border-left: 1px SOLID #fff;
	overflow: hidden;
}

div.post_info {
	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:190px;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	height: 100%
}

div.sub_menu {
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	width: auto;
}

div.sub_menu div {
	background: #20B1B7;
	padding: 5px;
	color: #fff;
	width: auto;
	font-variant: small-caps;
}

div.sub_menu a {
	background: #f0f0f0;
	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: #D0F0D0;
	color: #666;
	text-decoration: none;
	line-height: 1.25em;
	display: block;
	padding: 1.25ex 0.5em 1.25ex 0.75em;
}

div.content {
	margin-top: 25px;
}

div.content p {
   text-align: justify;
}

div.copyright {
    margin-top: 20px;
    clear: both;
    text-align:center;
	color: #a2c058;
	border-top: 1px SOLID #f3f3f3;
	border-bottom: 1px SOLID #f3f3f3;
	background: #fafafa;
	font-size: 10px;
	color: #444;
	padding: 5px;
}
