/* ============================================================================
 * Style.css - Style definitions for www.okcweather.com
 * Copyright: Â© 2006 Benjamin Tauer. All Rights Reserved.
 * ============================================================================
 */

/* ----------------------------------------------------------------------------
 * Globals
 * ----------------------------------------------------------------------------
 */

body {
	margin: 0;
	padding: 0;
}

:link, :visited, :hover, :active, :focus {
	color: black;
	text-decoration: none;
}


/* ----------------------------------------------------------------------------
 * Sections
 * ----------------------------------------------------------------------------
 */

#header {
	position: absolute;
	overflow: hidden;

	margin: 0;
	padding: 0;
	border: 0;

	top: 0px;
	width: 100%;
	height: 45px;

	font-size: 32pt;
	text-align: center;

	min-width: 692px;
	/*
	display: none;
	font-family: "Optima", "Century Gothic", arial, sans-serif;
	*/
}

#content {
	position: absolute;

	margin: 0;
	padding: 0;
	border: 0;

	top: 70px;
	left: 6px;
	right: 0px;
	bottom: 20px;
	
	overflow: auto;
	min-width: 686px;

	/*
	display: none;
	*/
}

* html #content {
	width: expression(document.documentElement.clientWidth-6);
	height: expression(document.documentElement.clientHeight-90);
}

#footer {
	position: absolute;

	margin: 0;
	padding: 0;
	border: 0;

	left: 0px;
	width: 100%;
	height: 17px;
	bottom: 0px;
	
	text-align: center;
	background-color: white;

	color: gray;
	font-size: 8pt;
	font-weight: bold;
	font-family: "Optima", "Century Gothic", arial, sans-serif;

	min-width: 692px;

	/*
	display: none;
	overflow: auto;
	*/
}

#footer a:link, #footer a:visited {
	color: gray;
}

#footer a:hover, #footer a:active {
	color: blue;
	text-decoration: underline;
}

#iframe { 
	position: absolute;

	margin: 0;
	padding: 0;
	border: 0;

	top: 0px;
	left: 0px;
/*	
	top: 1px;
	left: 1px;
 	right: 1px;
	bottom: 1px;
*/
	width: 100%;
	height: 100%;
	overflow: auto;
}

* html #iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ----------------------------------------------------------------------------
 * Navtop
 * ----------------------------------------------------------------------------
 */

.navtop {
	position: absolute;

	top: 45px;
	width: 100%;

	background: #eeeeee;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

.navrow {
	width: 690px;   /* (115 * 6) = 690 */
	padding: 0;
	margin: 0 auto; 
	list-style-type: none;

	font-size: 9pt; 
	font-weight: bold;
	font-family: "Optima", "Century Gothic", arial, sans-serif;
}

* html .navrow {
	font-weight: normal;
	font-family: arial, sans-serif;
}

.navrow li {
	float: left;
	width: 114px;
	border-left: 1px solid gray;
}

* html .navrow li {
	width: 112px;
}

.navrow a {
	display: block;
	width: 115px;
	color: black;
	background: #eeeeee;
	text-align: center;
	padding: 3px 0;
	text-decoration: none;
	border-right: 1px solid gray;
}

* html .navrow a {
	width: 113px;
}

.navrow a:hover {
	color: blue;
	background-color: #d4d4d4;
}

.navrow a:active, .navrow a:focus {
	color: black;
	background-color: #c0c0c0;
}

/* ----------------------------------------------------------------------------
 * Navside
 * ----------------------------------------------------------------------------
 */

#navside {
	position: absolute;
	z-index: 5;

	margin: 0; 
	padding: 0;

	border: solid 1px gray;
	background-color: #eeeeee;

	top: 75px;
	left: -246px;
	width: 250px;
	bottom: 25px;

	font-size: 10pt; 
	font-weight: bold;
	font-family: "Optima", "Century Gothic", arial, sans-serif;

	/*
	display: none;
	overflow: auto;
	*/
}

* html #navside {
	height: expression((document.documentElement.clientHeight-100) + 'px');
}


#navsidehandle {
	position: absolute;
	z-index: 10;

	margin: 0;
	padding: 0;

	border: solid 1px gray;
	background-color: #eeeeee;
	border-left: none;

	top: 50%;
	left: 5px;
}

.link {
	margin: 3px;
	width: 242px;
	height: 17px;
	color: black;

	text-align: center;
	display: block;
}

.link:hover {
	color: blue;
	background-color: #d4d4d4;
}

.link:active, .link:focus {
	color: black;
	background-color: #c0c0c0;
}

.adlink {
	margin: 0;
	padding: 0;
	border: 0;
}

.adblock {
	margin: 0;
	padding: 0;
	border: 0;

	bottom: 5px; 
	position: absolute; 
}

.adbanner {
	margin: 0px 5px;
	padding: 0;
	border: 0;

	width: 240px;
	height: 35px;
}
