/**
* Default AuthWare Theme
* Author: Azuka Okuleye
* Copyright (C) Zatechcorp 2006
*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 6px 6px 6px;
	min-width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*** Global Styles ***/
a img {
	border: 0px;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 14px;
}
/*** Main Page Layout Ids ***/
#top-nav {
	float: left;
	width: 100%;
	background: #8c9cb6;
	margin-bottom: 10px;
}


#logo {
	float: left;
	margin: 0 0px 0 0;
}

#description {
	padding-left: 30px;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
}

#banner {
	color: #3F658C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#global-nav {
	float: left;
	background: url(images/glob-right.gif) top right no-repeat #8c9cb6;
	width: 100%;
	clear: both;
}

#search {
	float: right;
	margin: 50px 0 0 0;
}

#bottom {
    clear: both;
    padding-top: 80px;
    background: url(images/logo2.jpg) top left no-repeat;
}

#content {
    padding: 4px;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 13px;
	margin-right: 270px;
}

#sidebar {
	float: right;
	width: 250px;
	margin-bottom: 10px;
	color: #333;
}

#home-middle {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	clear: both;
}

#home-middle-left {
	float: left;
	width: 49%;
	padding: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#home-middle-right {
	margin-left: 51%;
	margin-top: 10px;
	background-color: #fbfbfb;
	border: 1px solid #ccc;
	padding: 4px;
}

#home-bottom {
	clear: both;
	padding-top: 10px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px;
}

#home-bottom-left {
	float: left;
	width: 49%;
	background-color: #fbfbfb;
	border: 1px solid #ccc;
	padding: 4px;
}

#home-bottom-right {
	margin-left: 51%;
	background-color: #fbfbfb;
	border: 1px solid #ccc;
	padding: 4px;
}

#footer {
	clear: both;
	background: url(images/glob-right.gif) top right no-repeat #8c9cb6;
	margin-top: 10px;
}

#copyright {
	margin: 0px;
	padding: 9px 7px;
	text-align: center;
	background: url(images/glob-left.gif) top left no-repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

#login {
	position: absolute;
	right: 6px;
	background-color: #8c9cb6;
	color: #fff;
	padding: 4px;
	display: none;
	font-size: 13px;
	width: px;
}
/*** Headings ***/
#banner h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 35px;
	margin: 0px 0px 8px 0px;
}

#home-middle h2, #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
}

#home-bottom-left h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
}

#home-bottom-right h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
}

#home-bottom-right h3 {
	font-weight: normal;
}

#content .single h2 {
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	font-family: Tahoma;
	border-bottom: 1px dotted #CCCCCC;
	color: #000;
}

#sidebar h2 {
	margin: 0px 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 12px;
}

#content h3 {
    font-weight: normal;
    font-size: 20px;
    color: #4C5C76;
    font-family: Tahoma;
    /* border-bottom: 1px dotted #CCCCCC; */
    margin: 0;
}

/*** Links ***/
#top-nav a {
	display: block;
	float: left;
	padding: 8px 16px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-width: 1px;
	border-color:  #ABB6C9 #727F94 #CECECE #A1AEC3;
	border-style: solid;
}

#top-nav a:hover {
	background-color: #727F94;
}

#global-nav a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 8px 12px 5px 12px;
}

#global-nav a:hover {
	text-decoration: none;
	color: #eff1f5;
}

#global-nav ul li#current-nav a{
	color: #8c9cb6;
	background: url(images/curve-right.gif) bottom right no-repeat transparent;
}

#global-nav li#current-nav a:hover {
	color: #003366;
}
#home-middle h3 a {
	color: #060;
}
#home-bottom-left h3 a {
	color: #006;
}
#home-bottom-right h3 a {
	color: #000;
}
p.subscribe a {
	color: #000;
}

#footer a, #footer a:visited {
    color: #fff;
}
/*** Lists ***/
#top-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	border-width: 1px;
	border-color:  #ABB6C9 #727F94 #CECECE #A1AEC3;
	border-style: solid;
}

#global-nav ul {
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	background: url(images/glob-left.gif) top left no-repeat;
	height: 34px;
}

#global-nav ul.other {
	float: right;
	background: none;
}

#global-nav li {
	float: left;
}

#global-nav ul li#current-nav {
	background: url(images/curve-left.gif) bottom left no-repeat #FFF;
}

ul.type-list {
	padding-left: 0px;
	margin-left: 0;
}

ul.type-list li {
	list-style: none;
	padding-left: 52px;
	background: url(images/book.gif) top left no-repeat;
}

ul.type-list li.article {
	background-image: url(images/article.gif);
}

#home-bottom-right li {
	line-height: 10px;
	list-style-type: square;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul {
	padding-left: 20px;
	margin-bottom: 10px;
}

#sidebar ul ul li {
	line-height: 20px;
}

#content ul {
    list-style: disc;
}


dl {
    margin: 0;
    padding: 0 0 0 5px;
}

dt {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
/*** Forms ***/
label {
    cursor: pointer;
}

#login label {
	float: left;
	width: 90px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

#login input {
	margin: 2px;
	width: 150px;
}

/*** Misc **/
fieldset.right {
    border: 1px solid #ddd;
    padding: 4px 8px 9px 8px;
}

fieldset.right legend {
    margin: 0;
	font-size: 22px;
	font-weight: normal;
	font-family: Tahoma;
	color: #999999;
}

.align-left {
	float: left;
}
.align-right {
	float: right;
}
.margin {
	margin: 4px;
}

p {
    margin: 1em 0;
}

#home-middle-right li p {
    font-size: 11px;
}

p.subscribe {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

.border {
	background-color: #fbfbfb;
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 13px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

div.right {
	padding: 7px;
	background-color: #FcFcFc;
	border: 1px solid #D8D8D8;
}

.postmetadata {
    font-size: 11px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
    padding: 6px;
    background-color: #fdfdfd;
    border: 1px solid #dfdfdf;
}

.alt {
    border-top: 1px solid #eee;
    padding-top: 4px;
}

.clear {
    clear: both;
}

.debug {
    border: 1px solid #ccc;
    padding: 6px;
    clear: both;
    margin-top: 6px;
}

.debug pre {
    white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	line-height: 2em;
	font-size: 11px;
}

.debug h2 {
    font-family: Tahoma;
    font-size: 19px;
    margin: 0 0 1em 0;
}
