/* ============================================================================
 * Content.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 {
	text-decoration: none;
	color: black;
}

/* ----------------------------------------------------------------------------
 * Cells
 * ----------------------------------------------------------------------------
 */


.cells {
	display: table;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	text-align: center;
}

* html .cells {
	display: inline-block;
	width: 1px;
	padding: 0 2px;
}

.cells li {
	display: table-cell;
}

* html .cells li {
	display: inline;
}

li.home {
	width: 170px;
}

.cells a {
	display: block;
	padding: 8px 16px; 
	color: black;
	background: none;
	border: 0;
	text-decoration: none;
}

.cells img {
	margin: 0 auto;
	padding: 0;
	border: 0;
}

* html .cells a {
	display: inline-block;
	margin: 0 -2px;
}

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

.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}

.noticeForecast {
	border:0px none;
	font-size:16px;
}

a.advisory {
	border-bottom:1px dotted #213F9A;
	color:#213F9A;
	text-decoration:none;
}
