/* General */

* {
	margin: 0;
	padding: 0;
}

.photo_story img {max-width: 350px;}

body {
	height: 100%;
	width: 100%;
	background: #e6e6e2 url(../images/body-bg.gif) top left repeat-x;
	text-align: center;
	font: .8em/1em arial, verdana, sans-serif;
}
a {
	color: #be4156;
}
a img {
	border: none;
}
h1 {
	line-height: 1.1em;
	color: #b00c28;
	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 {
	vertical-align: middle;
	margin: 2px 0 0 0;
}
.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/header-bg.gif) bottom left no-repeat;
	width: 981px;
	height: 153px;
	position: relative;
	margin: 10px 0 0 0;
}

#header h1 {
	position: absolute;
	top: 47px;
	left: 15px;
}
#header h1 a {
	display: block;
	width: 480px;
	height: 83px;
}
#header h1 span {
	display: none;
}
#last-updated {
	font-size: 10px;
	color: #63635a;
	margin: 0 0 0 20px;
}
#location-date {
	font-size: 11px;
	color: #524f4e;
	text-align: right;
	margin: 10px 20px 0 0;
}

#rotating-image {
	float: left;
	text-align: center;
	width:270px;
	margin: 9px 0px 0px 460px;
	
}

#rotating-image img {margin: 0 0 5px 0;}

#print-edition {
	float: right;
	margin: 5px 20px 0 0;
	width: 200px;
}
#print-edition .image {
	float: right;
}
#print-edition p {
	float: left;
	width: 135px;
	font-size: 15px;
	line-height: 1.25em;
	color: #241e20;
	text-align: right;
	padding-top: 20px;
}
#print-edition a {
	font-size: 11px;
	color: #be4156;
}

/* Main Nav */

#main-nav {
	width: 981px;
	background: url(../images/main-nav-bg.gif) top left repeat-y;
}
#main-nav table {
	margin: 0 0 0 7px;
}
#main-nav td {
	vertical-align: center;
	text-align: center;
	padding: 0 12px;
}
#main-nav a {
	display: block;
	font-size: .9em;
	color: #fff;
}
/* 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: 15px;
	list-style-type: none;
}
#sub-nav li {
	float: left;
	margin: 0 4px 0 0;
	display: inline;
	font-size: .9em;
}
#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;
	height: 14px;
	width: 150px;
	font-size: .8em;
	border: none;
	color: #555;
}
#header-search {
	float: right;
	margin: 3px 15px 0 0;
}
#header-search label {
	text-transform: uppercase;
	color: #006699;
}
#header-search input {margin: 0 0 0 3px; border: none; height: 18px; vertical-align: top;}

/* Sub Content */

#sub-content {
	background: transparent url(../images/sub-content-bg.gif) top left repeat-y;
	width: 981px;
	padding: 5px 0;
	margin: 0 0 10px 0;
	float: left;
}
#sub-content .banner {
	float: left;
	margin: 13px 0 0 18px;
}
 #weather {
	width: 196px;
	border: 1px solid #919190;
	float: right;
	margin: 0 20px 0 0;
	overflow: hidden; 
}
#weather2 {
	width: 80px; height:100px;
	border: 1px solid #919190;
	float: right;
	margin: 5px 20px 0 0;
	overflow: hidden;
}
#weather h2 {
	background-color: #b00c28;
	color: #fff;
	border: none;
}

/* Content */

#content {
	background: transparent url(../images/content-bg.gif) 1px 0px 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;
	padding: 25px;
	line-height: 1.5em;
}

/* Section */

.section {
	
	background: white;
	padding: 1px;
	margin: 0 0 8px 0;
}

.section h2 {
	font-size: 1.2em;
	font-weight: normal;
	
	line-height: 1em;
	color: #000;
	display: block;
	padding: 7px 8px 5px 8px;
	border-bottom: 5px #b00c28 solid;
}
.section .inner {
	padding: 9px;
}
.section h3 {
	font-size: 12px;
	font-weight: normal;
}
.section h4 {
	color: #000;
	
	padding: 0;
	background: none;
	font-size: .9em;
}
.section .inner h4.header {
	color: #241e20;
	
	font-size: .9em;
	background: transparent url(../images/double-lines.gif) top left repeat-x;
	padding: 9px 10px 0 10px;
}

.section h4.header {
	color: #241e20;
	
	font-size: 1.2em;
	font-weight: normal;
	background: transparent url(../images/double-lines.gif) top left repeat-x;
	padding: 9px 10px 0 10px;
}
#opinion h4 {
	}
.section .date {
	color: #000;
	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: 330px;
	float: left;
	margin-left: 11px;
	display: inline;
}
.homepage #block2 {
	float: left;
	margin-left: 9px;
	width: 630px;
}
.homepage #block3 {
	float: left;
	width: 630px;
}

.homepage #block3 .col1 {
	float: left;
	width: 300px;
	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: #f5f3f3;
}
#headline h2 {
	background-color: #b00c28;
	text-transform: none;
	font-size: 14px;
	border: none;
	padding: 10px;
	color: #fff;
}
#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;
}
#sports .text,
#features .text {
	float: left;
	width: 140px;
	display: inline;
	margin: 0 0 0 10px;
}
#opinion .text {
	float: left;
	width: 140px;
	margin: 0 10px 0 0;
	display: inline;
}
#opinion h4 {
	padding: 0;
	background: none;
}
#readers-poll {
	background: #f5f3f3;
	float: left;
	width: 140px;
	border: 1px solid #dadadb;
	padding: 5px;
}

#breaking-news .inner, #sports .inner, #features .inner, #photo-galleries .inner, #post_comment .inner, .alt {
	border: 1px solid #deded8;
	background-color: #f5f3f3;
}

#special-sections .inner, #calendar .inner, #opinion .inner, .external_links .inner, #comments .inner, .altborder{
	border: 1px solid #deded8;}

#videos .inner {
	padding: 7px 0 7px 7px;
}
#photo-galleries .image {
	margin: 0 0 5px 0;
}
#photo-galleries .gallery {
	float: left;
	width: 124px;
}

#ad250x250 {
	text-align: center;
	}

#classifieds {
	font-size: 1em;
}
#classifieds .inner,
#contact-us .inner {
	padding: 5px;
}
#classifieds p {
	margin-top: 7px;
	font-size: .9em;
}

#classifieds .inner {
	background-color:#e8e2e2;
	}
#classifieds .banners {
	text-align: center;
}
#contact-us {
	font-size: .8em; 
}
#contact-us h2 {font-size: 1.4em;}

#northshore-life .inner{
	border: 1px solid #deded8;
	padding: 7px;
	background: transparent url(../images/northshore-life-bg.gif) 50% 50% repeat-y;
}
#northshore-life .inner .inner{
	border: none;
	padding: 11px;
	background-image: none;
}
#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;
}

#northshore-life .sub-section2 ul {
	padding: 0;
	margin: 0 0 20px 12px;
}

#northshore-life .sub-section2 ul li {
	padding: 5px 0;
}


#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: 170px;
	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 .col1p {
	float: left;
	width: 760px;
	margin: 0 0 0 27px;
	display: inline;
	line-height: 1.5em;
	padding-top: 10px;
}

.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 20px;
}

.social_links {
	background: #e8e2e2;
	color: 990033;
	padding: 10px;
	text-align: center;
	margin: 1em 0;
}

.social_links a {
	color: 990033;
	padding: 10px;
}

.simpleblog-error {

color:#FF0000;

font-size:large;

font-weight:bold;

}

.simpleblog-confirmation {

color:#FF0000;

font-size:large;

font-weight:bold;

}

.post #required {
color:#FF0000
}

.fLeft {
	float: left;
	width: 300px;
	margin: 0 10px 10px 0;
}

.fRight {
	float: right;
	width: 300px;
	margin: 0 0 10px 10px;
}

/* Header */

#main-nav {
	background: url(../images/main-nav-bg.gif) top left repeat-y;
}
#main-nav table {
	width: 967px;
}
#main-nav td {
	border-left: 1px solid #dd3552;
	height: 30px;
}
#main-nav td.first {
	border: none;
}
#main-nav a {
	color: white;
	font: 1em arial, helvetica, verdana, sans-serif;
	text-decoration: none;
}
#main-nav a:hover {
	text-decoration: underline;
}

/*Gallery styles*/
#gallery-index {
	display: block;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	margin: 0px;
}
#gallery-index img {
	border: 1px solid #FFFFFF;
	clear: both;
        max-height: 150px;
}
#gallery-index .gallery-image-block {
	display: block;
	text-align: center;
	width: 140px;
}
#gallery-index .gallery-title-block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	display: block;
	text-align: center;
	width: 140px;
	height: 40px;
}
#gallery-index .gallery-count-block {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	width: 140px;
}
#gallery-index .gallery-album-block {
	display: block;
	clear: both;
	border: 0px none;
}
#gallery-index .gallery-block {

	display: block;
        height: 225px;
	border: 1px solid #CCCCCC;
	width: 184px;
	float: left;
	margin: 2px;
	background-color: #ECECEC;
	text-align: center;
	padding: 2px;
}
#gallery-index a:link, #gallery-index a:visited {
	color: #8F190D;
	text-decoration: none;
}
#gallery-index a:hover, #gallery-index a:active {
	color: #8F190D;
	text-decoration: underline;
}
/*media album styles*/
#gallery-album {
	display: block;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	margin: 0px;
}
#gallery-album img {
	height: 50px;
	border: 1px solid #FFFFFF;
	clear: both;
	text-align: center;
}
#gallery-album table {
	display: block;
	border: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	margin: 0px;
}
#gallery-album td {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	text-align: center;
	padding: 2px;
	background-color: #ECECEC;
}

/*media gallery styles*/
#gallery-media {
	display: block;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	margin: 0px;
}
#gallery-media img {
	border: 1px solid #FFFFFF;
	text-align: center;
	width: 75px;
}
#gallery-media .gallery-image-block {
	display: run-in;
	float: left;
	margin-right: 10px;
}
#gallery-media .gallery-title-block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	display: inline;
	text-align: left;
}
#gallery-media .gallery-count-block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	display: run-in;
	text-align: left;
}
#gallery-media .gallery-album-block {
	display: block;
	clear: both;
	border: 0px none;
}
#gallery-media .gallery-block {
	display: block;
	float: left;
	margin: 2px;
	padding: 2px;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px;
	width: 100%;
}
#gallery-media a:link, #gallery-front a:visited {
	color: #8F190D;
	text-decoration: none;
}
#gallery-media a:hover, #gallery-front a:active {
	color: #8F190D;
	text-decoration: underline;
}

.gallery-photo-cutline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	background-color: #FFFFFF;
}
.gallery-comments-text {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	background-color: #B8CEE6;
	padding: 3px;
}
.gallery-comments-input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}
.gallery-comments-submit{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.gText-comment-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.gText-comment-author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 3px;
	padding-top: 10px;
}
.gText-comment-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
}
.gText-comment-data {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}
.gHR-comment-hr {
	color: #CCCCCC;
	height: 1px;
	display: none;
}
.gText-comment-default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
}
.commentbox {
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#media hr {
	color: #999999;
	height: 0px;
	display: none;
}
#media input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	margin-top: 3px;
	margin-bottom: 10px;
}
#media textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.photo-border {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 5px;
}
.photo-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 5px;
}
.photo-back {
	background-color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#gallery td {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.upload-warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990033;
}
.upload-thanks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.upload-info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.submitbox {
	background-color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
.heading_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 2px;
}	
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.gallery-album-block {
	margin: 1em;
	display: inline;
	text-align: center;
	float: left;
}
.gallery-image-block img {
	border: 0;
}
.gallery-title-block a {
	font: bold 12px Arial;
	text-align: center;
}
.gallery-count-block {
	font: italic 10px Arial;
	text-align: center;
}
.inside_index { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;  
	color: #000000; 
}
.form_heading { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;  
	color: #ffffff; }

.gInput-upload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.gInput-upload-select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.gText-upload-default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.gButton-upload-Submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.simpleblog-error {

color:#FF0000;

font-size:large;

font-weight:bold;

}

.simpleblog-confirmation {

color:#FF0000;

font-size:large;

font-weight:bold;

}

.simpleblog-abuse {

border-bottom:medium;

margin-bottom:15px;

background-color:#CCCCFF;

background-image:url('/images/uparrow.gif');

background-repeat:no-repeat;

}

/* admarket */
.ad-date {display:none}

/*---------------------------------------------------------
| related to Special Sections                             |
---------------------------------------------------------*/
#edition {}
.edition-navbar { background-color: #EAEAEA; padding: 5px; margin-top: 5px; margin-bottom: 5px; font-family: Arial, Helvetica, sans-serif; border-top: 1px solid #999999; border-bottom: 1px solid #999999;}

/* related to e-Edition Special Sections 
---------------------------------------------------------*/
.edition-list-block {}
.edition-list-item { width: 30%; padding: 5px; float: left; text-align: center; margin-bottom: 5px;}
/*.edition-list-thumbnail { margin-bottom: 5px; overflow: hidden; height: 100px; border: 1px solid #999999; background-color: #FFFFFF} */
.edition-list-thumbnail img{ height: 150px; margin-bottom: 5px;}
/*.edition-list-name { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; overflow: hidden; height: 30px;}*/
.edition-list-date { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; overflow: hidden; height: 15px;}
.simpleblog-name {font-weight:bold; color:#000000;}
