/* Stylesheet for Clarion-Ledger */

.photoright{float:right;padding:3px 0 5px 8px;}
.photocenter{margin:0;padding:3px 0 5px 0;}

/* default style for HTML tags */

ol { list-style-type: upper-roman; list-style-position: inside; }
ul { list-style-type: disc; list-style-image: url(/graphics/bullet-blue2.gif); list-style-position: inside; padding: 0; margin: 0; }
li { list-style-position: inherit; }
table {
	border-collapse : collapse;
/*	border-color: 0000CC; */
}

td,th {
	text-align: left;
	vertical-align: middle;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 9pt;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

/* end of default for HTML tags */

/* style class for: bold */
.b { font-weight: bold; }

/* style class for: no wrap text */
.nw { white-space: nowrap; color: #000000; }

/* style class for: underline */
.u { text-decoration: underline; }

/* style class for: larger font size */
.big { font-size: larger; }

/* style class for: italic */
.i { font-style: italic; }

/* style class for: smaller font size */
.small { font-size: smaller; }

/* style class for: mobile phone number input field */
.phone {-wap-input-format: "*N"}

/* style class for: logo text-block */
#logo {
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  color: #990000;
  text-align: center;
  width: 100%;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	text-align: center;
}

/* style class for: category heading on homepage */
.top, .cat {
	background-color: #FFFFFF;
	border-color: #000033;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 1px 4px 1px 4px;
	font-weight: bold;
	text-decoration: none;
	color: #000033;
	margin: 2px 0 2px 0;
	clear: both;
}

/* style class for: category link on homepage */
.catlink {
	font-weight: bold;
	color: #000033;
	text-decoration: none;
}

/* style class for: menu */
.menu {
	background-color: #2F4571;
	border-color: #000033;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 1px 4px 1px 4px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	margin: 2px 0 2px 0;
	clear: both;
}

/* style class for: menu link */
.menulink {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* style class for: weather widget */
.weather_widget {
	width: 150px;
	height: 40px;
}
.weather_widget_icon {
	width: 50px;
	height: 40px;
	float: left;
}
.weather_widget_text {
	width: 100px;
	height: 40px;
	float: left;
	font-family: Arial, Helvetica;
	font-size: 0.8em;
}
.weather_widget_text_temp {
	font-family: Verdana;
	font-size: 0.9em;
	color: #d91111;
	font-weight: bold;
}

/* style class for: footer text-block */
.footer {
	background-color: #000033;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding: 1px 4px 1px 4px;
	font-weight: bold;
	text-decoration: none;
}

.mobile-menu {
  background-color: #aaaaaa;
  margin: 5px;
  padding: 3px 5px;
}


/* style class for: footer link */
.footerlink {
	color: #ffffff;
	text-decoration: none;
}

/* style class for: photo galleries */
#mobile-gall {
	width: 180px;
	height: 180px;
	margin: 7px;
	padding: 0;
	display: inline;
	float: none;
	border: 0;
	}
#mobile-gall img {
	border: 0;
	}
#mobile-gall-title h6 {
	color: #000000;
	margin-left: 7px;
	}
#mobile-gall-image {
	width: 160px;
	height: 160px;
	overflow: hidden;
	margin: 7px;
	padding: 0;
	float: none;
	}
#mobile-gall-image img {
	border: 0;
	}

