/*
Theme Name: Custom Theme
Author: Kussner IT
Description: Custom theme built just for this site.
Version: 1.0
Author URI: http://www.kussner.com/
*/

/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
fieldset, img, abbr, acronym {
	border:0;
}
/* END RESET */

img#wpstats {
	display:none
}
#wrapper {
	width: 850px;
	margin: 0px auto 0px auto;
}
body {
	background-color: #395972;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#logo span {
	display: none;
}
#logo {
	background-image: url(images/urban%20water%20logo.gif);
	height: 101px;
	width: 482px;
	margin: 0px 0px 0px 35px;
	cursor: pointer;
}
.page #content {
	background-color: #FFFFFF;
	padding: 0px;
	width: 850px;
	min-height: 400px;
}
h2 {
	border-bottom:1px solid #000000;
	color:#003366;
	display:block;
	font-size:24px;
	font-weight:normal;
	margin-bottom:20px;
	padding:10px 20px 5px 20px;
	text-decoration:none;
}
h3 {
	color: #003366;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h4 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
}
p {
	margin-bottom: 1em;
}
#footer {
	background-image:url(images/footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 70px;
	background-color: #395972;
	width: 850px;
	font-size: 10px;
}
.address {
	font-weight: bold;
	color: #666;
	background-color: #FFFFFF;
	padding: 0px 0px 15px 0px;
}
.copyright {
	font-size: 12px;
	font-family: 'Times New Roman', Times, serif;
	color: #193754;
	padding: 0px 0px 8px 70px;
}
a.login {
	text-decoration: none;
	color: #193754;
	display: inline;
	float: right;
	padding-right: 50px;
	.margin-top: -23px;
}
a {
	text-decoration: none;
	color: #003366;
}
/*below is added for the menu*/
		
body {
	font-family: arial, helvetica, serif;
}
#nav {
	margin: 0;
	list-style: none;
	line-height: 1;
	background-image: url(images/nav-bg2.png);
	height: 40px;
	width: 850px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding: 0px 0px 0px 0px;
}
#nav > ul { /* all lists */
	margin: 0;
	list-style: none;
	line-height: 1;
	background-image: url(images/nav-bg2.png);
	height: 40px;
	width: 850px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding: 0px 0px 0px 0px;
	padding-right: .5em;
	padding-left: .5em;
}
#nav > li a {
	color:#FFFFFF;
	display:inline-block;
	line-height:40px;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration:none;
}
#nav > li a:hover { /*applies to first li*/
	text-decoration: none;
	background-color: #cccccc;
	color: #2D4C74;
}
#nav li ul li {
	display:block;
	border-left: 10px solid #EAEAEA;
}
#nav li ul li a {  /*applies to second level*/
	color:#333333;
	display:block;
	font-weight:normal;
	height:25px;
	line-height:25px;
	min-width:100px;
	padding:0 2em 0 0;
	text-decoration:none;
}
#nav li ul li a:hover {
	background-color: #FFFFFF;
	color: #2D4C74;
	font-weight: bold;
}
#nav li { /* all list items */
	display: inline;
	position:relative;
}
#nav li ul { /* second-level lists */
	float: none; left: 0; position: absolute; white-space: nowrap; z-index: 3000;
	background: #fff;
	visibility: hidden;
	.margin-top: 40px;
}
#nav li:hover ul {visibility: visible}

.archive #content {
background:none repeat scroll 0 0 #FFFFFF;
padding:25px;
}

.archive #content ul {
	margin-left: 2em;
	margin-bottom: 1em;
}
.archive h3 {
color: #405b81;
font-size: 12pt;
font-weight: bold;
display:block;
margin-bottom:5px;
}
h4 {margin-bottom: 1em;}