﻿body {
	background: #fff;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}


/******************************************************************************************************
												Generic styles 
******************************************************************************************************/
.clear { clear: both; }
.float-left { float: left; }
.float-right { float: right; }
.height-filler { height: 112px !important; height: 155px; }
.nobg {	background: none; }
.va-bottom { vertical-align: bottom; }
.va-top { vertical-align: top; }

.border0 { margin: 10px 0 0 0; }
.border1 { border-right: 1px solid; }
.border2 { border-bottom: 1px solid; margin: 10px 0 0; padding: 0 0 10px 0; }


.bullet1 { 
	display: inline;
	background: url("/dev/images/misc/bullet1.gif") no-repeat 0 1px;
	vertical-align: bottom;
	padding: 0 0 0 18px;
}
.bullet3 { 
	display: inline;
	background: url("http://peninsulaclarion.com/thinkpink/images_design/pink_bullet3.gif") no-repeat 0 4px;
	vertical-align: bottom;
	margin: 0 0 0 8px;
	padding: 0 0 0 12px;
}
.bullet4 { 
	display: block;
	background: url("/dev/images/misc/bullet4.gif") no-repeat 0 1px;
	vertical-align: bottom;
	margin: 0;
	padding: 0 0 5px 18px;
}
.bullet5 { 
	display: inline;
	background: url("/dev/images/misc/bullet5.gif") no-repeat 0 3px;
	vertical-align: bottom;
	margin: 0 0 0 6px;
	padding: 0 0 0 8px;
}


/******************************************************************************************************
													Account styles 
******************************************************************************************************/
#account {																		/* account container */
	width: 960px;
	height: 90px;
	display: block;
	color: #fff;
	font: bold 12px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 3px 0;
}
#account a {																	/* account link */
	color: #fff;
	text-decoration: none;
}
#account a:hover {
	color: #fff;
	text-decoration: underline;
}
#account .account {																/* account module container */
	float: left;
	display: block;
	width: 228px;
	margin: 0 2px 0 0;
	padding: 0;
}


/***************************************************
					login module
***************************************************/
#account .account .login {														/* account login */	
	display: block;
	height: 45px;
	border: 1px solid #FF89BC;
	background: #FFA7CD;
	margin: 0;
	padding: 0px 0 0 8;
}
#account .account .login img {													/* account login image */
	float: left;
	border: 1px solid #fff;
	margin: 0 10px 0 7px;
	padding: 0;
}
#account .account .login .username {											/* account login username */
	text-transform: uppercase;
	padding: 0;
}

.regtextbox {                                                                   /* account login text boxes */
	height: 12px;
	width: 74px;
	font-size: xx-small;
}

.regcheckbox {                                                                  /* account login check box */
	height: 12px;
	width: 12px;
}

.regtable {																		/* account login table */
	height: 38px;
	width: 226px;
	margin: 0px;
	padding: 0px;
}

.regcell1 {                                                                     /* account login cell for text boxes */
	width: 79px;
}

.regcell2 {                                                                     /* account login cell for registration link */
	width: 42px;
	text-align: center;
	vertical-align: bottom;
}

.regcell3 {                                                                      /* account login cell for user avatar */
	width: 52px;
}

.regcell4 {                                                                      /* account login cell for username and account maint links */
	width: 112px;
}

.regtablerow {                                                                   /* account login table vertical alignment */
	vertical-align: middle;
}

.regtext {                                                                       /* account login static text */
	height: 12px;
	width: 74px;
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
}

.regtextun {                                                                      /* account login username static text */
	height: 12px;
	width: 74px;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


/***************************************************
					weather module
***************************************************/
#account .account .weather {
	display: block;
	height: 37px;
	background: #FF89BC;
	margin: 0;
	padding: 5px 0 3px 0;
}
#account .account .weather h1 {
	float: left;
	color: #fff;
	font: bold 30px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 10px 0 0;
}
#account .account .weather img {

	float: left;
	border: 1px solid #fff;
	margin: 2px 10px 0 7px;
	padding: 0;
}

/**************************************************
* Ads
***************************************************/

#account .topad {
	float: left;
	display: block;
	width: 728px;
	height: 90px;
	overflow: hidden;
	background: pink;

}

#account .topads {
	/*float: right;*/


}

/********************************************************************************************************
												Main Body styles 
********************************************************************************************************/
#main-body {																	/* main body container */
	display: block;
	width: 960px;
	margin: 0;
	padding: 0;
}
#main-body .background {														/* main body background */
	float: left;
	background: url("http://peninsulaclarion.com/thinkpink/images_design/pink_mainbody.gif");
	width: 960px;
	margin: 0;
	padding: 0;
}
#main-body .body-footer {														/* body footer */
	clear: both;
	display: block;
	width: 874px;
	border-top: 3px solid #fff;
	background: #495e77;
	margin: 0 3px;
	padding: 3px 0;
}
#main-body .top-news-front {													/* top news front container */
	float: left;
	display: block;
	border-bottom: 3px solid #fff;
	margin: 0;
	padding: 0;
}
#main-body .top-news-inside {													/* top news inside container */
	float: left;
	display: block;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 0;
}
#main-body .top-news-inside img,
#main-body .top-news-front img {												/* top news image */
	border-right: 3px solid #fff;
	margin: 0;
	padding: 0;
}

/***************************************************
			left column
***************************************************/
#main-body .left-column {														/* left column container */
	float: left;
	display: block;
	width: 711px;
	height: 100%;
	background: #FF89BC;
	margin: 0 3px;
	padding: 0;
}


/***************************************************
			right column
***************************************************/
#main-body .right-column {														/* right column container */
	float: left;
	display: block;
	width: 160px;
	height: 100%;
	margin: 0 3px 0 0;
	padding: 0;
}

/*** right column styles ***/
#main-body .rc-advertisers {													/* select advertiser */
	width: 160px;
	margin: 0;
	padding: 0;
}
#main-body .rc-advertisers img {												/* select advertiser image padding */
	border-bottom: 3px solid #fff;
	margin: 0;
	padding: 0;
}
#main-body .rc-advertisers form {												/* select advertiser form */
	border: 2px solid #FF89BC;
	margin: 0;
	padding: 0;
}
#main-body .rc-advertisers select {												/* select advertiser form select menu */
	width: 156px;
}
#main-body .rc-border {															/* right column border */
	border-bottom: 3px solid #fff;
	position: relative;
	margin: 0;
	padding: 0;
}
#main-body .rc-filler {															/* right column filler */
	float: left;
	display: block;
	width: 140px;
	color: #fff;
	font: normal 12px arial,helvetica,sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 10px;
}
#main-body .rc-filler a {														/* right column filler link */
	color: #fff;
	font-size: 14px;
}
#main-body .rc-stopshop {														/* right column stop n shop */
	background: #fff;
	border: 1px solid #8ea5c8;
	margin: 0;
	padding: 0;
}
#main-body .rc-stopshop .newspapers {											/* shop newspaper ads */
	color: #363636;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: center;
	margin: 0;
	padding: 10px 10px 10px 0;
}
#main-body .rc-stopshop .newspapers p {											/* shop newspaper ads published */
	color: #678cc4;
	font: normal 9px arial,helvetica,sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#main-body .rc-stopshop .newspapers-footer {									/* shop newspaper ads background */
	background: url("/dev/images/misc/footer_stopshop.gif") no-repeat bottom;
	width: 100%;
	margin: 0;
	padding: 0;
}
#main-body .rc-stopshop .newspapers-links {										/* shop newspaper ads links */
	color: #678cc4;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: none;
	margin: 0;
	padding: 10px;
}
#main-body .rc-stopshop .newspapers-links a {									/* shop newspaper ads links */
	color: #678cc4;
}

/********************************************************************************************************
												Body table styles 
********************************************************************************************************/
#main-body .body-table {														/* body table container */
	clear: both;
	float: left;
	display: block;
	width: 699px;
	margin: 0;
	padding: 3px 6px;
}
#main-body .body-table .breadcrumbs {											/* breadcrumbs */
	width: 100%;
	font: bold 11px arial,helvetica,sans-serif;
}
#main-body .body-table .breadcrumbs a,
#main-body .body-table .breadcrumbs a:hover {									/* breadcrumbs link */
	font: bold 11px arial,helvetica,sans-serif;
	text-decoration: underline;
	padding: 0 6px;
}
#main-body .body-table .content {												/* content container */
	float: left;
	background: #fff;
	border: 1px solid #fff;
	text-align: left;
	margin: 3px 0;
	padding: 0 0 10px 0;
}
#main-body .body-table .digest {												/* digest */
	color: #363636;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
}
#main-body .body-table .view-all {												/* view all */
	background: none;
	font: bold 11px arial,helvetica,sans-serif;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#main-body .body-table .view-all a,
#main-body .body-table .view-all a:hover {										/* view all link */
	background: none;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}


/***************************************************
			body table structure
***************************************************/
#main-body .body-table .left-rail {												/* left rail container */
	float: left;
	display: block;
	width: 300px;
	margin: 0 6px 0 0;
	padding: 0;
	overflow: hidden;
}
#main-body .body-table .left-rail-inside {										/* left rail inside container */
	float: left;
	display: block;
	width: 496px;
	margin: 0 6px 0 0;
	padding: 0;
}
#main-body .body-table .right-rail {											/* right rail container */
	float: left;
	display: block;
	width: 393px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#main-body .body-table .right-rail-inside {										/* right rail inside container */
	float: left;
	display: block;
	width: 197px;
	margin: 0;
	padding: 0;
}
#main-body .body-table .right-rail-inside .news-bg {							/* right rail news background */
	background: #dce8f1;
}

/***************************************************
				content headers
***************************************************/
#main-body .body-table h2 {														/* body table header */
	display: block;
	font: bold 14px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#main-body .body-table h2.life {												/* life header */
	border-bottom: 1px solid #6091a8;
	color: #6091a8;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}
#main-body .body-table h2.news {												/* news header */
	border-bottom: 1px solid #354576;
	color: #354576;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}
#main-body .body-table h2.news img.win {										/* news header image spacing */
	padding: 0 0 0 165px;
}
#main-body .body-table h2.portal {												/* portal header */
	border-bottom: 1px solid #8d61bb;
	color: #8d61bb;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}
#main-body .body-table h2.share {												/* share header */
	border-bottom: 1px solid #5d8441;
	color: #5d8441;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}
#main-body .body-table h2.shop {												/* shop header */
	border-bottom: 1px solid #dd7733;
	color: #5d8441;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}
#main-body .body-table h2.visit {												/* visit header */
	border-bottom: 1px solid #dd7733;
	color: #dd7733;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}
#main-body .body-table .bg-header {												/* background header */
	clear: both;
	display: block;
	border: 1px solid #394555;
	border-top: none;
	border-bottom: none;
	background: url("/dev/images/misc/bg_header.gif");
	height: 29px;
	margin: 10px 0 0 0;
}
#main-body .body-table .bg-header-text {										/* background header text */
	color: #fff;
	font: bold 14px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 8px 12px 0 12px;
}
#main-body .body-table .bg-header-text a,
#main-body .body-table .bg-header-text a:hover {								/* background header link */
	color: #fff;
	font: bold 11px arial,helvetica,sans-serif;
	padding: 0 8px;
}

/***************************************************
			content module elements
***************************************************/
#main-body .body-table .module {												/* body table module */
	font: bold 12px arial,helvetica,sans-serif;
	text-align: left;
}

/*** module links ***/
#main-body .body-table .module a.life {											/* life module link */
	color: #4192a2;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
#main-body .body-table .module a.news {											/* news module link */
	color: #354576;
	font: bold 13px arial,helvetica,sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#main-body .body-table .module a:hover.news {
	color: #354576;
	text-decoration: underline;
}
#main-body .body-table .module a.share {										/* share module link */
	color: #5d8441;
	font: bold 11px arial,helvetica,sans-serif;
	text-decoration: underline;
}
#main-body .body-table .module a.visit {										/* visit module link */
	color: #dd7733;
	font: bold 11px arial,helvetica,sans-serif;
	text-decoration: underline;
}

/* could be removed and placed in a seperate CSS file for different sections*/
#main-body .body-table .module .header {										/*  module header for section headers */
	background-color: #3f69ac;
	background-image: url("/dev/images/misc/news_bullet.gif");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	display: block;
	width: 497px;
	height: 19px;
	color: #fff;
	margin: 0 0 10px 0;
}

#main-body .body-table .module .header-text {										/* module header text */
	float: left;
	display: block;
	margin: 0;
	padding: 2px 0 0 20px;
}





/*** module images ***/
#main-body .body-table .module img.header {										/* module header image */
	margin: 0;
	padding: 0 0 10px 0;
}
#main-body .body-table .module img.life {										/* module image */
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
#main-body .body-table .module img.news {										/* news module images */
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}

/*** module padding ***/
#main-body .body-table .module p.life,
#main-body .body-table .module p.share,
#main-body .body-table .module p.visit {										/* module padding */
	margin: 0;
	padding: 5px 0;
}
#main-body .body-table .module p.news {											/* news module padding */
	float: left;
	display: block;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0 0 20px 0;
}

/***************************************************
			content specific elements
***************************************************/
/*** colors ***/
#main-body .body-table .life { border-color: #4192a2; color: #4192a2; }
#main-body .body-table .life a { color: #4192a2; }
#main-body .body-table .life a:hover { color: #4192a2; text-decoration: underline; }

#main-body .body-table .news { border-color: #354576; color: #000000; }
#main-body .body-table .news a { color: #354576; }
#main-body .body-table .news a:hover { color: #354576; text-decoration: underline; }

#main-body .body-table .portal { border-color: #8d61bb; color: #8d61bb; }
#main-body .body-table .portal a { color: #8d61bb; }
#main-body .body-table .portal a:hover { color: #8d61bb; text-decoration: underline; }

#main-body .body-table .share { border-color: #5d8441; color: #5d8441; }
#main-body .body-table .share a { color: #5d8441; }
#main-body .body-table .share a:hover { color: #5d8441; text-decoration: underline; }

#main-body .body-table .shop { border-color: #a0401f; color: #a0401f; }
#main-body .body-table .shop a { color: #a0401f; }
#main-body .body-table .shop a:hover { color: #a0401f; text-decoration: underline; }

#main-body .body-table .visit { border-color: #dd7733; color: #dd7733; }
#main-body .body-table .visit a { color: #dd7733; }
#main-body .body-table .visit a:hover { color: #dd7733; text-decoration: underline; }


/*** life specific ***/
#main-body .body-table .life {													/* life container */
	text-align: left;
	margin: 0;
	padding: 10px;
	padding-top: 0;
}
#main-body .body-table .life .bullet1 {											/* life bullet1 */
	display: block;
	padding-bottom: 5px;
}
#main-body .body-table .life-calendar {											/* life calendar */
	color: #363636;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 10px 0;
}
#main-body .body-table .life-calendar a {										/* life calendar link */
	color: #4192a2;
	font-weight: bold;
	text-decoration: underline;
}
#main-body .body-table .life-calendar p {										/* life calendar padding */
	display: block;
	margin: 0;
	padding: 5px 0;
}
#main-body .body-table .life-calendar ul {										/* life calendar bullet container */
	margin: 0;
	padding: 0;
}
#main-body .body-table .life-calendar li {										/* life calendar bullets */
	list-style: none;
	display: block;
	background: url("/dev/images/misc/bullet2.gif") no-repeat;
	margin: 0;
	padding: 0 0 10px 20px;
}
#main-body .body-table .life-calendar .dates {									/* life calendar dates */
	color: #4192a2;
	font: bold 12px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}

/*** news specific ***/
#main-body .body-table .news {													/* news container */
	text-align: left;
	margin: 0;
	padding: 10px;
}
#main-body .body-table .news p.digest {											/* news digest font */
	font: bold 11px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
}
#main-body .body-table .news p.obits {											/* news obits padding */
	background: none;
	color: #354576;
	text-align: left;
}
#main-body .body-table .news img.opinion {										/* news opinion icon */
	float: left;
	margin: -2px 6px 0 0;
	padding: 0;
}
#main-body .body-table .news .news-box {										/* news box container */
	float: left;
	width: 136px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#main-body .body-table .news .news-box .play {									/* news play */
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#main-body .body-table .news .news-box .play a,
#main-body .body-table .news .news-box .play a:hover {							/* news play link */
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#main-body .body-table .news .news-box .play img {								/* news play image */
	float: left;
	border: none;
	margin: 0 5px 0 0;
	padding: 0;
}
#main-body .body-table .news .news-content {									/* news content box */
	background: #354576;
	color: #fff;
	font: bold 11px arial,helvetica,sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 10px;	
}
#main-body .body-table .news .news-content a,
#main-body .body-table .news .news-content a:hover {							/* news content box link */
	background: none;
	color: #fff;
	margin: 0;
	padding: 0;
}
#main-body .body-table .news .poll {											/* news poll */
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#main-body .body-table .news .poll p {											/* news poll text */
	color: #354576;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 0 0 6px 0;
}
#main-body .body-table .news .poll img.submit {									/* news poll image */
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
}
#main-body .body-table .news .poll form {										/* news poll form */
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
}
#main-body .body-table .news .special-sections {								/* news special sections */
	background: none;
	padding-bottom: 20px;
}
#main-body .body-table .news .special-sections a,
#main-body .body-table .news .special-sections a:hover {						/* news special sections link */
	background: url("/dev/images/misc/bullet3.gif") no-repeat 0 2px;
	margin: 0;
	padding: 0 0 0 15px;
}
#main-body .body-table .news .special-sections p {								/* news special section padding */
	margin: 0;
	padding-bottom: 5px;
}

/*** portal specific ***/
#main-body .body-table .portal {												/* portal container */
	text-align: left;
	margin: 0;
	padding: 10px;
	padding-top: 0;
}

/*** share specific ***/
#main-body .body-table .share {													/* share container */
	text-align: left;
	margin: 0;
	padding: 10px;
	padding-top: 0;
}
#main-body .body-table .share p.view-all {										/* share view all padding */
	float: left !important;
	float: none;
	display: block;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 10px 0 0 0;
}
#main-body .body-table .share .digest {											/* share digest */
	margin: 0;
	padding: 0 0 10px 0;
}
#main-body .body-table .share .form {											/* share form */
	margin: 0;
	padding: 0;
}
#main-body .body-table .share .photos {											/* share photos */
	display: block;
	float: left;
	color: #363636;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: center;
	margin: 0 12px 0 0;
	padding: 0 0 6px 0;
}
#main-body .body-table .share .share-box { 										/* share box container */
	float: left;
	display: block;
	width: 178px;
	font: normal 11px arial,helvetica,sans-serif;
	text-transform: none;
	margin: 0;
	padding: 0;
}
#main-body .body-table .share .share-box img.blogs {							/* share box blog images */
	float: left;
	border: 1px solid #000;
	margin: 0 10px 0 0;
	padding: 0;
}
#main-body .body-table .share .share-box p.blogs {								/* share box blog user */
	color: #363636;
	font: bold 13px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#main-body .body-table .share .share-box p.poll {								/* share reader poll padding */
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 0;
}
#main-body .body-table .share .share-box img.poll {								/* share reader poll image */
	float: left;
	vertical-align: middle;
	margin: 0 10px 0 0;
	padding: 0;
}


/*** shop specific ***/
#main-body .body-table .shop {													/* shop container */
	text-align: left;
	margin: 0;
	padding: 10px;
	padding-top: 0;
}
#main-body .body-table .shop a {												/* shop link */
	color: #a0401f;
	font: bold 11px arial,helvetica,sans-serif;
	text-decoration: underline;
}
#main-body .body-table .shop .find {											/* shop find */
	float: left;
	display: block;
	color: #a0401f;
	font: bold 13px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 20px 0 10px 30px;
}
#main-body .body-table .shop .find a {											/* shop find link */
	color: #a0401f;
	font: bold 13px arial,helvetica,sans-serif;
	text-decoration: none;
	padding: 0;
}
#main-body .body-table .shop .find a:hover {
	color: #a0401f;
	font: bold 13px arial,helvetica,sans-serif;
	text-decoration: underline;
	padding: 0;
}
#main-body .body-table .shop .find img {										/* shop find images */
	display: block;
	margin: 0;
	padding: 0;
}
#main-body .body-table .shop .find-box {										/* shop find box */
	float: left;
	display: block;
	color: #a0401f;
	font: bold 13px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 20px 0 0;
}
#main-body .body-table .shop .newspapers {										/* shop newspaper ads */
	float: left;
	color: #363636;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: center;
	margin: 0;
	padding: 10px 10px 0 0;
}
#main-body .body-table .shop .newspapers a {									/* shop newspaper ads link */
	color: #678cc4;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: none;
	margin: 0;
	padding: 0;
}
#main-body .body-table .shop .newspapers p {									/* shop newspaper ads published */
	color: #678cc4;
	font: normal 9px arial,helvetica,sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#main-body .body-table .shop .newspapers form {									/* shop newspaper form */
	color: #678cc4;
	font: bold 12px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: none;
	margin: 0;
	padding: 10px 0 0 0;
}
#main-body .body-table .shop .newspapers form img {								/* shop newspaper form image */
	float: left;
	margin: 0;
	padding: 0;
}
#main-body .body-table .shop .newspapers input {								/* shop newspaper form input */
	float: left;
	border: 1px solid #363636;
	height: 12px;
	color: #363636;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: none;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}
#main-body .body-table .shop .online {											/* shop online */
	clear: both;
	display: block;
	width: 366px;
	background: #a0401f;
	color: #fff;
	font: bold 12px arial,helvetica,sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 6px 0;
}
#main-body .body-table .shop .online a {										/* shop online link */
	color: #fff;
	text-decoration: none;
}
#main-body .body-table .shop .online a:hover {
	color: #fff;
	text-decoration: underline;
}

/*** visit specific ***/
#main-body .body-table .visit {													/* visit container */
	text-align: left;
	margin: 0;
	padding: 0 5px 10px 8px;
}

/***************************************************
			front page section backgrounds
***************************************************/
#main-body .body-table .life-header { background: url("/dev/images/section_headers/front_life.gif") no-repeat; }
#main-body .body-table .news-header { background: url("/dev/images/section_headers/front_news.gif") no-repeat; }
#main-body .body-table .portal-header { background: url("/dev/images/section_headers/front_portal.gif") no-repeat; }
#main-body .body-table .share-header { background: url("/dev/images/section_headers/front_share.gif") no-repeat; }
#main-body .body-table .shop-header { background: url("/dev/images/section_headers/front_shop.gif") no-repeat; }
#main-body .body-table .visit-header { background: url("/dev/images/section_headers/front_visit.gif") no-repeat; }


/***************************************************
			inside content elements
***************************************************/
#main-body .body-table .inside {												/* inside container */
	margin: 0;
}
#main-body .body-table .inside img {											/* inside image */
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}
#main-body .body-table .inside img.icon {										/* inside icon image */
	float: left;
	margin: 2px 8px 0 0;
	padding: 0;
}
#main-body .body-table .inside-box {											/* inside box  */
	margin: 0;
	padding: 0 15px 0 10px;
}
#main-body .body-table .inside-box a.headline,
#main-body .body-table .inside a.headline {										/* inside link */
	font: bold 16px arial,helvetica,sans-serif;
	text-decoration: none;
}
#main-body .body-table .inside-box a:hover.headline,
#main-body .body-table .inside a:hover.headline {
	font: bold 16px arial,helvetica,sans-serif;
	text-decoration: underline;
}
#main-body .body-table .inside-box .digest,
#main-body .body-table .inside .digest {										/* inside digest */
	font-size: 12px;
	padding-bottom: 10px;
}
#main-body .body-table .inside-box p.headlines,
#main-body .body-table .inside p.headlines {									/* inside headlines */
	margin: 0;
	padding: 0 0 7px 0;
}
#main-body .body-table .inside-box p.web,
#main-body .body-table .inside p.web {											/* inside web updated */
	color: #363636;
	font: bold 10px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
}

/******************************************************************************************************
												Footer styles 
******************************************************************************************************/
#footer {																		/* footer container */
	clear: both;
	width: 960px;
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
}
#footer .footer {																/* footer area */
	color: #cca952;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}
#footer .footer a {																/* footer link */
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 12px;
}
#footer .footer a:hover {
	text-decoration: underline;
}
#footer .footer p {																/* footer padding */	
	color: #fff;
	margin: 0;
	padding: 0 0 6px 0;
}
#footer .footer-bg {															/* footer background */
	background: url("/dev/images/misc/bg_footer.gif") transparent;
	height: 53px;
	margin: 0;
	padding: 0;
}

/******************************************************************************************************
												Header styles 
******************************************************************************************************/
#header {																		/* header container */
	width: 960px;
	display: block;
	margin: 0;
	padding: 0 0 3px 0;
}


/***************************************************
			header nav elements
***************************************************/
#header .nav {																	/* header nav */
	color: #fff;
	font: bold 18px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 6px 0 0 8px;
}
#header .nav a {																/* header nav link */
	color: #fff;
	text-decoration: none;
	padding: 0;
}
#header .nav a:hover {
	color: #fff;
	text-decoration: underline;
}
#header .nav-bg {																/* header nav background */
	display: block;
	width: 874px;
	height: 32px;
	background: #FF89BC;
	margin: 0 0 3px 0;
	padding: 0;
}


/***************************************************
					masthead
***************************************************/
#header .masthead {																/* masthead image */
	background: url("/dev/images/masthead/masthead.jpg") transparent no-repeat;
	width: 874px;
	height: 193px;
	margin: 0;
	padding: 0;
}
#header .masthead .credit {														/* masthead photo credit */
	color: #fff;
	font: bold 10px arial,helvetica,sans-serif;
	text-align: right;
	margin: 0;
	padding: 0;
	position: relative;
	top: 170px;
}
#header .masthead .credit a {													/* masthead photo credit link */
	color: #fff;
	padding: 0 6px;
}

/*** masthead nav column ***/
#header .masthead .nav-col {													/* masthead nav column */
	float: right;
	color: #fff;
	font: bold 14px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: uppercase;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0; 	
	margin: 0;
	padding: 0 0 0 10px;
}
#header .masthead .nav-col a {													/* masthead nav colum link */
	color: #fff;
	text-decoration: none;
}
#header .masthead .nav-col a:hover {
	color: #fff;
	text-decoration: underline;
}
#header .masthead .nav-col img {												/* masthead nav column image */
	vertical-align: middle;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0; 	
	margin: 0;
	padding: 2px 5px 0 2px;
}
#header .masthead .nav-col-bg {													/* masthead nav column background */
	background: #aaa;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70; 
	width: 160px;
	height: 30px;
	margin: 7px 0 0 0;
	padding: 0;
}


/******************************************************************************************************
												Logo styles 
******************************************************************************************************/
#logo {																			/* logo container */
	width: 960px;
	display: block;
	margin: 0;
	padding: 0 0 3px 0;
}
#logo .logo {																	/* logo style */
	float: left;
	margin: 0;
	padding: 0;
}
#logo .logo-bg {																/* logo background */
	background: #FF89BC;
	height: 39px;
	margin: 0;
	padding: 0;
}


/******************************************************************************************************
												Ad Match styles 
******************************************************************************************************/
.ad-match {																		/* ad match container */
	float: left;
	display: block;
	border: 3px solid #fff;
	background: #e1e3eb;
	font: bold 10px arial,helvetica,sans-serif;
	margin: 3px 0;
	padding: 0;
}
.ad-match a {																	/* ad match link */
	color: #1e607f;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.ad-match a:hover {
	color: #1e607f;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
.ad-match img {																	/* ad match image padding */
	float: left;
	display: block;
	margin: 0;
	padding: 0 0 20px 0;
}
.ad-match .digest {																/* ad match digest */
	float: left;
	display: block;
	color: #1d1d1d;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
.ad-match .digest a {															/* ad match digest link */
	color: #1e607f;
	font: bold 11px arial,helvetica,sans-serif;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.ad-match .digest a:hover {
	color: #1e607f;
	font: bold 11px arial,helvetica,sans-serif;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
.ad-match .digest p {															/* ad match digest style */
	color: #1d1d1d;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
.ad-match .front {																/* ad match front width */
	width: 347px;
	margin: 0;
	padding: 10px 20px;
}
.ad-match .digest-front {														/* ad match digest front width */
	width: 150px;
	margin: 0;
}
.ad-match .inside {																/* ad match inside width */
	width: 151px;
	margin: 0;
	padding: 10px 20px;
}
.ad-match .story {																/* ad match story width */
	background: #e1e3eb;
	width: 203px;
	margin: 0;
	padding: 10px 10px 0 10px;
}


/******************************************************************************************************
												Spotted styles 
******************************************************************************************************/
.spotted {}																		/* spotted container */
.spotted h2 span {																/* spotted headers */
	color: #5d8441;
	font-size: 11px;
	margin: 0 0 3px 0;
}
.spotted .gallery {																/* gallery container */
	display: none;
}
.spotted .gallery img {															/* spotted images alignment */
	display: inline;
	float: left;
	margin: 0 0 4px 8px;
}
.spotted .gallery .first-photo {												/* spotted first photo */
	margin: 0;
	padding: 0;
}
.spotted div.selected {															/* spotted selected gallery */
	display: block;
}
.spotted .buttons {																/* spotted nav buttons */
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	padding: 0;
}
.spotted .buttons a {															/* spotted nav buttons link */
	background: url("/dev/images/misc/buttons_off.gif") center center no-repeat;
	width: 14px;
	height: 14px;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding: 0 3px 0 5px;
}
.spotted .buttons a:hover {
	background: url("/dev/images/misc/buttons_on.gif");
}
.spotted .buttons a.selected {													/* selected button background */
	background: url("/dev/images/misc/buttons_on.gif");
}

/******************************************************************************************************
												Top Ad styles 
******************************************************************************************************/
.topads {																		/* top ads container */
	float: left;
	background: #7b88ac;
	border: 1px solid #394555;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.topads a {																		/* top ads link */
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.topads a:hover {
	color: #fff;
	text-decoration: underline;
}
.topads p {																		/* top ads padding */
	color: #fff;
	font: normal 11px arial,helvetica,sans-serif;
	line-height: 13px;
	margin: 12px 0;
	height: 51px;
	overflow: hidden;
}
.topads h3 {																	/* top ads header */
	background: url("/dev/images/misc/bg_header.gif");
	height: 29px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 29px;
	margin: 0;
	padding: 0 0 0 10px;
}
.topads h3 a {																	/* top ads header link */
	color: #fff;
}
.topads h3 a:hover {
	color: #eee;
	text-decoration: none;
}
.topads .view-all,
.topads #mdw_viewall {															/* top ads view all */
	line-height: 11px;
	margin: 0;
	padding: 0;
}
.topads .view-all a {															/* top ads view all link */
	color: #132048;
	font: bold 11px arial,helvetica,sans-serif;
	text-decoration: underline;
}
.topads .topad-details {														/* top ads ad box */
	margin: 0;
	padding: 6px 12px;
}
.topad-details {																/* top ads ad box control */
	display: none;
}
.topads .front {
	width: 198px;
	height: 306px;
}
.topads .inside {
	width: 195px;
}
.topads .story {
	width: 158px;
}


#story-meta-data {
	display: none;
}
#story.font-size-1 h1 				{ font-size: 30px; }
#story.font-size-1 h2 				{ font-size: 16px; }
#story.font-size-1 p,
#story.font-size-1 #byline 			{ font-size: 16px; line-height: 20px; }
#story.font-size-1 #update-info 	{ font-size: 12px; }
#story.font-size-1 .topads p { font-size: 10px; line-height: 11px;} 


#story.font-size-2 h1 				{ font-size: 33px; }
#story.font-size-2 h2 				{ font-size: 18px; font-weight: normal; }
#story.font-size-2 p,
#story.font-size-2 #photo-box p,
#story.font-size-2 #photo-box .photo-credit,
#story.font-size-2 #byline 			{ font-size: 18px; line-height: 22px; }
#story.font-size-2 #update-info 	{ font-size: 13px; }
#story.font-size-2 .topads p { font-size: 10px; line-height: 11px;} 


#story.font-size-3 h1 				{ font-size: 36px; }
#story.font-size-3 h2 				{ font-size: 20px; font-weight: normal; }
#story.font-size-3 p,
#story.font-size-3 #photo-box p,
#story.font-size-3 #photo-box .photo-credit,
#story.font-size-3 #byline 			{ font-size: 20px; line-height: 24px; }
#story.font-size-3 #update-info 	{ font-size: 14px; }
#story.font-size-3 .topads p { font-size: 10px; line-height: 11px;} 



#logo .weather {
	float: right;
	width: 200px;
	margin: 0;
	padding: 2px 0 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
	#logo .weather a {
		color: #fff;
		text-decoration: none;
	}
		#logo .weather a:hover {
			text-decoration: underline;
		}
	#logo .weather h1 {
		float: left;
		color: #fff;
		font: bold 30px arial,helvetica,sans-serif;
		text-align: left;
		margin: 0;
		padding: 0 10px 0 0;
	}
	#logo .weather img {
	
		float: left;
		border: 1px solid #fff;
		margin: 2px 10px 0 7px;
		padding: 0;
	}



































#logo {																			/* logo container */
	width: 960px;
	display: block;
	margin: 0;
	padding: 0 0 3px 0;
}
#logo .logo {																	/* logo style */
	float: left;
	margin: 0;
	padding: 0;
}
#logo .logo-bg {																/* logo background */
	background: #FF89BC;
	height: 39px;
	margin: 0;
	padding: 0;
}

#logo .search input {
	float: left;
	height: 13px;
	border: 1px solid #cca952;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 5px;
}


#main-nav {																/* site nav container */
	float: left;
	color: #cca952;
	font: bold 12px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 12px 50px 0 15px;
}
#main-nav a {																/* site nav link */
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0 6px;
}
#main-nav a:hover {
	color: #fff;
	text-decoration: underline;
}



#main-nav ul {
		line-height: 22px;
		
		font: bold 12px arial,helvetica,sans-serif;
		float: left;
		color: #fff;
		text-align: left;
		margin: 0;
		padding: 0 0 0 0px;
	}
		#main-nav ul li {
			display: inline;
			float: left;
			list-style: none;
			/*font-size: 11px;
			font-weight: bold;
			list-style: none;
			margin: 0 0 0 10px;
			padding: 0;*/
			position: relative;
		}
			#main-nav ul li a {
				color: #fff;
				text-decoration: none;
				margin: 0;
				padding: 0 6px;
				/*display: block;*/
				/*padding: 0px 10px 0;
				text-decoration: none;*/
			}
				#main-nav ul li a:hover {
					/*background: #1d1d1d;*/
					color: #fff;
					text-decoration: underline;
				}

				#main-nav ul li ul {
					background: #828282;
					border: 1px solid #000;
					display: none;
					line-height: 1.2;
					height: auto;
					margin: 0;
					padding: 0;
					position: absolute;
					text-transform: none;
					top: 14px;
					left: 0;
					width: 162px;
				}
					#main-nav ul li ul li {
						border-bottom: 1px solid #888;
						display: block;
						float: none;
						line-height: 20px;
						margin: 0;
						padding: 0;
					}
						#main-nav ul li ul li a {
							display: inline-block;
							line-height: 20px;
							margin: 0;
							padding: 1px 6px;
							text-transform: none;
							width: 150px;
						}
							#main-nav ul li ul li a:hover {
								background: #1d1d1d;
							}
	
						#main-nav ul li ul li ul {
							left: 162px;
							top: 0;
						}


.search_story {
/*	float: left;  */
	margin: 0px 0 0px 0;
	padding: 0;
	display: block;
	vertical-align: top;
	/*height: 21px;*/
	/*background: #354576;*/
}
.search_story form {															/* search form */
	margin: 0;
	vertical-align: top;
/*	padding: 7px 0 0 0;	 */
	
}

.search_story form img{															/* search form */
    border: 1px solid #212B4B;
	padding: 0px;
	margin: 0px;
	
}

.search_story .search_img {																/* search button */
	float: left;
	margin: 0px 0px 0 1px;
	padding: 0px;
	border: 1px solid #212B4B;
}

 .search_story input{	 													/* search input box */
	margin: 0 0 0 0;   
	padding: 0px;
/*	padding: 4px 3px 2px 3px;  */
/*	float: left;  */
/*	height: 19px;  */
/*	width: 100px;  */
/*	border: 1px solid #212B4B;  */
/*	color: #000;  */
	font: normal 11px arial,helvetica,sans-serif;  
	text-align: left;  
	
 }  

  .search_table{
	margin: 0px;
	padding: 0px;

	
 }  


#yahoo-search {
/*	background: #FF89BC;
	border: 1px solid #FF89BC; */
	height: 37px;
	margin: 0;
/*	padding: 4px 4px 4px;  */
	font-weight: normal;
	font-size: 11px;
}
	#yahoo-search #query {
		width: 80px;
	}  
	#yahoo-search .search_text {
		text-align: left;
		color: #ffffff;
	}
	#yahoo-search .search_text_small {
/*		text-align: left;  */
		color: #ffffff;
		font-size: 9px;
	}
	#yahoo-search-button {
/*		float: right;  */
	}
	
	
	
	/*   poll styles   */
	
	
	
	
	.readerspoll {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #002266;
	text-decoration: none;
	padding: 2px;
	width: 100%;
	border: 1px solid #666666;
}
.pollcell {
	border-bottom-style: none;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.pollanswer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.pollquestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.pollviewresults {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #002266;
	text-decoration: none;
	text-align: left;
}
.polltotalvotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

/* Temporary Links */

.temporarylinks {
	background-color: #3a609e;
	margin: 4px;
	padding: 4px;
	width: 280px;
}

/* Yahoo context ads on AP pages */

#ads_yahoo {
		width: 470px;
        margin: 10px 0px 10px 10px;
        border-style: solid;
        border-width: 2px;
        background-color: #99CCCC;
}

