/* General */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #e6e6e2 url(../images/body-bg.gif) top left repeat-x;
	text-align: center;
	font: 12px/1em arial, helvetica, verdana, sans-serif;
}
a {
	color: #3369a5;
}
a img {
	border: none;
}
h1 {
	line-height: 1.1em;
	color: #3369a5;
	font-size: 24px;
}
form table th {
	vertical-align: top;
	text-align: left;
	padding: 0 10px 10px 0;
}
form table td {
	vertical-align: top;
	text-align: left;
	padding: 0 0 10px 0;
}
.image_input {
	position: relative;
	top: 7px;
}
.text_input {
	padding: 1px;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	width: auto !important;
	float: none !important;
}
#wrapper {
	text-align: left;
	width: 981px;
	margin: 0 auto;
}

/* Header */

#header {
	background: transparent url(../images/bg_logo.jpg) top left no-repeat;
	width: 981px;
	height: 150px;
	position: relative;
	margin: 20px 0 0 0;
}

#header h1 {
	position: absolute;
	top: 10px;
	left: 15px;
}
#header h1 a {
	display: block;
	width: 250px;
	height: 110px;
}
#header h1 span {
	display: none;
}

#header-photo {
	position: absolute;
	left: 297px;
	top: 10px;
}
#last-updated {
	font-size: 10px;
	color: #222222;
	position: absolute;
	top: -12px;
	left: 20px;
}
#location-date {
	font-size: 13px;
	color: #524f4e;
	position: absolute;
	top: 118px;
	left: 30px;
}
#subscriber_header {
	font-size: 13px;
	color: #524f4e;
	position: absolute;
	top: 118px;
	left: 474px;
}
#print-edition {
	position: absolute;
	right: 17px;
	top: 9px;
	width: 210px;
}
#print-edition .image {
	float: right;
}
#print-edition p {
	float: right;
	font-size: 15px;
	line-height: 1.20em;
	color: #241e20;
	text-align: center;
	padding-top: 40px;
}
#print-edition a {
	font-size: 11px;
	color: #3369a5;
}

#special-sections {
	position: absolute;
	right: 100px;
	top: 9px;
	width: 300px;
}
#special-sections .image {
	float: right;
}

/* Main Nav */

#main-nav {
	background: #2d639f url(../images/main-nav-bg.gif) top left no-repeat;
}
#main-nav a {
	font-size: 11px;
	color: white;
	text-decoration: none;
}
#main-nav table {
	width: 965px;
	margin-left: 8px;
}
#main-nav td {
	text-align: center;
	vertical-align: center;
}
#main-nav .spacer {
	background: transparent url(../images/main-nav-spacer-bg.gif) top left no-repeat;
	width: 9px;
	height: 28px;
}
/* Sub Nav */

#sub-nav {
	background: transparent url(../images/sub-nav-bg.gif) top left repeat-y;
	position: relative;
	height: 33px;
}
#sub-nav ul {
	position: absolute;
	top: 7px;
	left: 14px;
	list-style-type: none;
}
#sub-nav li {
	float: left;
	margin: 0 3px 0 0;
	display: inline;
}
#sub-nav a {
	float: left;	
	display: block;	
	cursor: pointer;
	cursor: hand;
	background: #565656 url(../images/sub-nav-tab-bg.gif) top right no-repeat;
	text-decoration: none;
	color: #ccc;
}
#sub-nav span {	
	float: left;
	display: block;
	height: 20px;
	padding: 6px 10px 0 10px;
}
#sub-nav span {
	background: transparent url(../images/sub-nav-tab-edge-bg.gif) top left no-repeat;
}
#sub-nav a:hover {
	background-position: right -28px;
}
#sub-nav a:hover span {
	background-position: 0 -28px;
}
#sub-nav .text_input {
	margin-right: 10px;
	color: #555;
}
#header-search {
	position: absolute;
	top: 1px;
	right: 25px;
}
#header-search label {
	text-transform: uppercase;
	color: #006699;
}

/* Sub Content */

#sub-content {
	background: transparent url(../images/sub-content-bg.gif) top left repeat-y;
	width: 981px;
	height: 130px;
	position: relative;
}
#sub-content .banner {
	position: absolute;
	top: 23px;
	left: 20px;
}
#weather {
	width: 200px;
	height: 125px;
	border: 1px solid #919190;
	position:absolute;
	top: 1px;
	right: 14px;
}
#weather h2 {
	background-color: #2d2d2c;
	color: white;
}
#leaderspecial {
	width: 200px;
	height: 60px;
	position:absolute;
	top: 23px;
	right: 14px;
}
/* Content */

#content {
	background: transparent url(../images/content-bg.gif) top left repeat-y;
	line-height: 1.25em;
	color: #000
	width: 981px;
}
#content p {
	margin: 0 0 1em 0;
}
#breadcrumbs {
	margin: 0 0 1em 0;
}

/* Footer */

#footer {
	background: transparent url(../images/footer-bg.gif) top left no-repeat;
	text-align: center;
	position:absolute;
	left:194px;
	width:968px;
	padding: 25px;
	line-height: 1.5em;
}

/* Section */

.section {
	border: 1px solid #deded8;
	background: white;
	padding: 1px;
	margin: 0 0 8px 0;
}
.section.alt {
	background: #f2f2ec;
}
.section h2 {
	background: #ccccc8 url(../images/round-tl.gif) top left no-repeat;
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
	line-height: 1em;
	color: #ffffff;
}
.section h2 span {
	background: transparent url(../images/round-tr.gif) top right no-repeat;
	display: block;
	padding: 7px 8px 5px 8px;
	color: #000000;
}
.section .inner {
	padding: 9px;
}
.section h3 {
	font-size: 12px;
	font-weight: normal;
}
.section h4 {
	color: #241e20;
	text-transform: uppercase;
	padding: 0;
	background: none;
	font-size: 11px;
}
.section h4.header {
	color: #241e20;
	text-transform: uppercase;
	font-size: 11px;
	background: transparent url(../images/double-lines.gif) top left repeat-x;
	padding: 9px 10px 0 10px;
}
#opinion h4 {
	}
.section .date {
	color: #222222;
	font-size: 11px;
	font-style: italic;
}
.section .image img {
	border: 1px solid #706d6d;
}
.section ul,
.section ol {
	margin: 0 0 1em 30px;
}
.section ul.rich li {
	margin: 0 0 1em 0;
}

/* Homepage */

.homepage #content {
	padding: 8px 0 0 0;
}
.homepage #block1 {
	width: 354px;
	float: left;
	margin-left: 11px;
	display: inline;
}
.homepage #block2 {
	float: left;
	margin-left: 9px;
	width: 592px;
}
.homepage #block3 {
	float: left;
	width: 592px;
}
.homepage #block3 .col1 {
	float: left;
	width: 287px;
	margin-right: 8px;
}
.homepage #block3 .col2 {
	float: left;
	width: 129px;
	margin-right: 8px;
}
.homepage #block3 .col3 {
	float:  left;
	width: 160px;
}
.homepage #block4 {
	float: left;
	width: 592px;
}
.homepage #block5 .col1 {
	float: left;
	width:  395px;
	margin-right: 8px;
}
.homepage #block5 .col2 {
	float: left;
	width: 189px
}
.homepage #block1 .image {
	float: left;
}
.homepage #block1 .image .more {
	margin: 3em 0 1em 0;
}
#headline {
	background: #e8e8e2;
}
#headline h2 {
	background-color: #3369a5;
	font-size: 14px;
}
#headline h2 span {
	padding: 10px;
}
#headline h2 a {
	color: white;
}
#talked-about,
#top-stories {
	border: none;
	background: none;
	margin: 0;
}
#news-signup {
	background: #2d2d2c;
	margin: 0 0 1em 0;
	padding: 10px;
	color: white;
}
#news-signup h2 {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 5px 0;
}
#news-signup a {
	color: white;
}
#news-signup .more {
	text-align: right;
}
#news-signup .text_input {
	width: 190px;
	margin-right: 5px;
}
#obituaries .image {
	width: 42px;
	margin-right: 10px;
}
#obituaries .text {
	padding-top: 20px;
}
#obituaries .sub-section1 {
	float: left;
	width: 155px;
	margin-right: 15px;
}
#obituaries .sub-section2 {
	float: left;
	width: 155px;
	padding-top: 32px;
}
#obituaries ul {
	list-style-type: none;
	margin: 0;
}
#obituaries li {
	margin: 0 0 1em 0;
}
#sports .text,
#education .text {
	float: left;
	width: 145px;
	display: inline;
	margin: 0 0 0 10px;
}
#opinion .text {
	float: left;
	width: 170px;
	margin: 0 10px 0 0;
	display: inline;
}
#opinion h4 {
	padding: 0;
	background: none;
}
#readers-poll {
	background: #deecfc;
	float: left;
	width: 140px;
	border: 1px solid #dadadb;
	padding: 5px;
}
#videos .inner {
	padding: 7px 0 7px 7px;
}
#photo-galleries .image {
	margin: 0 0 5px 0;
}
#photo-galleries .gallery {
	float: left;
	text-align: center;
	width: 132px;
}
#classifieds {
	font-size: 11px;
}
#classifieds .inner,
#contact-us .inner {
	padding: 5px;
}
#classifieds p {
	margin-top: 7px;
}
#classifieds .banners {
	text-align: center;
}
#contact-us {
	font-size: 9px;
}
#northshore-life {
	background: transparent url(../images/northshore-life-bg.gif) 50% 50% repeat-y;
}
#northshore-life .inner {
	padding: 7px;
}
#nortshore-life .inner .inner {
	padding: 11px;
}
#northshore-life h3 {
	margin-bottom: 5px;
}
#northshore-life .image {
	margin-bottom: 5px;
}
#northshore-life .sub-section1 {
	float: left;
	width: 185px;
	margin-right: 8px;
}
#northshore-life .sub-section2 {
	float: left;
	width: 184px;
}
#special-sections .inner div {
	float: left;
	text-align: center;
	width: 124px;
}
#calendar .inner {
	padding: 4px;
}

/* Classifieds */

.classifieds #content .col1 {
	float: left;
	width: 762px;
	margin: 0 0 0 27px;
	display: inline;
	line-height: 1.5em;
}
.classifieds .col2 {
	float: left;
	width: 160px;
	margin: 0 0 0 16px;
	display: inline;
	padding-top: 10px;
}
.classifieds #classifieds_search {
	float: left;
	width: 265px;
}
.classifieds #classifieds_search h3 {
	margin: 1em 0;
}
.classifieds #classifieds_search th {
	width: 100px;
	text-align: left;
	vertical-align: top;
}
.classifieds #classifieds_search td {
	padding: 0 0 10px 0;
}
.classifieds #body_banner {
	float: left;
	width: 280px;
	padding: 10px;
	margin-top: 6px;
}
.classifieds #breadcrumbs {
	margin: 1em 0;
}
.classifieds #body_banner {
	float: left;
	width: 280px;
	padding: 10px;
	margin-top: 6px;
}
.classifieds #special-sections {
	width: 175px;
	float: left;
	margin: 0 10px 0 0;
}
.classifieds #special-sections div {
	float: none;
}
#main_categories {
	padding: 1em 0;
}
#main_categories .section {
	float: left;
	width: 175px;
	margin-right: 8px;
}
#main_categories .section h3 {
	margin: 0 0 1em 0;
}
#main_categories .nav {
	clear: both;
	text-align: center;
	padding: 7px;
}
#sub_categories .section {
	float: left;
	width: 175px;
	height: 140px;
	margin-right: 8px;
}

/* Article */

.article #content .col1 {
	float: left;
	width: 627px;
	margin: 0 0 0 27px;
	display: inline;
	line-height: 1.5em;
	padding-top: 10px;
}
.article #content .col2 {
	float: left;
	width: 129px;
	margin: 0 0 0 14px;
	display: inline;
	padding-top: 10px;
}
.article #content .col3 {
	float: left;
	width: 160px;
	margin: 0 0 0 8px;
	display: inline;
	padding-top: 10px;
}
.external_links ul {
	list-style: disc;
	margin: 0 0 1em 40px;
}
/*  WICK added */
.simpleblog-error {
color:#FF0000;
font-size:large;
font-weight:bold;
}
.small_print {
font-size:x-small;
font-family:Arial, Helvetica, sans-serif;
}
.simpleblog-confirmation {
color:#FF0000;
font-size:large;
font-weight:bold;
}
.social_links {
	background: #dddddd;
	color: 3369a5;
	padding: 10px;
	text-align: center;
	margin: 1em 0;
}
.social_links a {
	color: 3369a5;
	padding: 10px;
}
#opinion .section h3 {
font-size:14px;
font-weight:bold;
}
.section h5 {
	font-size: 16px;
	font-weight: bold;
}
.second_column {position:absolute; left:500px; width: 350px}

 
.accuweather {
background-color:#9C9;
border:2px solid; border-color: #693;
padding-bottom: 5px; 
padding-top: 5px;
}




