body
{
	margin: 0 auto;
	padding: 0;

	font: normal small Helvetica, Arial, Sans-Serif;
	line-height: 125%;
	color: #333;
	text-align: center;
	
 	background: url(/images/template/background.gif) center repeat-y #ecedfa;
}

a:link
{
	color: #039;
}

/* @group Accessibiliy */
p.skip-navigation
{
	display: none !important;
}

/* @end */
/* @group Header */

#header
{
	position: relative;
	margin: 0 auto 10px auto;
	padding: 0 0 2px 0;
	
	text-align: left;
	
	border-top: 6px solid #ccc;
	border-bottom: 1px dotted #ccc;
	width: 770px;
}

#logo
{
	margin: 10px auto 3px auto;
	padding: 0;

	cursor: pointer;
	
	background: url(/images/template/logo.gif) no-repeat;
	
	width: 576px;
	height: 50px;
}

#logo h1
{
	display: none;
}

#header img
{
	display: none;
}

#header p
{
	margin: 0;
	padding: 0;
	
	text-align: center;
}

/* @end */

/* @group Wrapper */

#wrapper
{
	position: relative;
	margin: 0 auto;
	
	text-align: left;
	width: 770px;
}
/* @end */

/* @group Main Tools */

#tools
{
	float: left;
	
	margin: 0 10px 0 0;
	
	width: 180px;
}

/* @group Navigation */

#navigation
{
	margin: -2px 0 0 0;
	padding: 0 0 8px 0;
	
	border-bottom: 1px dotted #ccc;
}

#navigation li
{
	padding: 5px 5px;
	margin: 2px 0;
	
	cursor: pointer;
	
	list-style-type: none;

	font-size: 18px;
}

#navigation li:hover
{
	background-color: #ecedfa;
}

#navigation li a:link, #navigation li a:visited, #navigation li a:hover, #navigation li a:active
{
	color: #039;
	font-weight: bold;
}

#navigation li span
{
	vertical-align: top;
	font-size: 60%;
	color: #ff0000;	
}

#navigation li.active
{
	background-color: #eaeaea;
}

#navigation li.active a
{
	text-decoration: none;
	color: #000;
}
	
/* @end */

/* @group Previous Edition */

#previous-edition, #edition
{
	margin: 0 0 8px 0;
	padding-bottom: 5px;
	
	color: #000;
	text-align: center;
	
	background: url(/images/template/edition-background.gif) bottom repeat-x #ffffcc;
	border-top: 1px solid #e1e3b7;
}

#previous-edition strong, #edition strong
{
	display: block;
	margin: 0;
	padding: 3px;
	
	border-left: 1px solid #e1e3b7;
	border-right: 1px solid #e1e3b7;
}

#previous-edition
{
	position: relative;
	margin-top: 15px;
}

#previous-edition-articles
{
	margin: 0;
	padding: 0 0 8px 0;
	
	list-style: none;
	
	border-bottom: 1px dotted #ccc;
}

#previous-edition-articles li
{	
	margin-left: .8em;
	padding-bottom: 3px;
	
	text-indent: -.7em;
}
	
/* @end */

/* @group Archive Search */
#archive-search
{
	margin: 8px 0 0 0;
	padding: 0 0 10px 0;
	
	border-bottom: 1px dotted #ccc;
}

#archive-search legend
{
	display: block;
	
	padding-bottom: 6px;
	
	font-weight: bold;
}

#archive-search input[type=text]
{
	font-weight: bold;
	
	width: 105px;
}

#archive-search input[type=submit]
{
	margin: 0 0 0 3px;
	
	width: auto;
}

#archive-search p
{
	margin: 0 0 0 3px;
	padding: 0;
	
	font-size: 85%;
}
/* @end */

/* @group RSS */

#rss
{
	padding: 3px 0;

	line-height: 18px;
}

#rss img
{
	border: none;
	vertical-align: text-bottom;
}

#rss span
{
	font-size: 80%;
	line-height: 25px;
	vertical-align: bottom;
}
	
/* @end */

/* @group Adsense */

#adsense
{
	padding-top: 25px;
	text-align: center;
	border-top: 1px dotted #ccc;
}
	
/* @end */

/* @end */

/* @group Headers */

h2
{
	margin: 0 0 20px 0;
	padding: 5px;

	font-size: 170%;	
	color: #000;
	background-color: #ffffcc;
}

h3
{
	font-size: 16px;
}
/* @end */

/* @group Content */

#main-content, #advertise-content, #contact-content, #article-content
{
	float: left;

	margin: 0;
	padding: 0;
	
	width: 580px;
}

#advertise-content p, #contact-content p
{
	margin-left: 15px;	
}

#main-content p span, #advertise-content p span
{
	padding: 0 3px;
	color: #000;
	background-color: #ecedfa;
}
	
/* @end */

/* @group Article Content */

#frontpage-content
{
	float: left;

	margin: 0;
	padding: 0;
	
	width: 350px;
}

#frontpage-content, #article-content
{
	font-size: 110%;
	line-height: 125%;
}

#frontpage-content h2, #article-content h2
{
	margin: 0;
	padding: 0;
	
	font-size: 145%;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: normal;
	
	background-color: #fff;
}

#article-content h2
{
	font-size: 200%;
}

#frontpage-content p.author, #article-content p.author
{
	padding: 0;
	margin: 0;
	
	font-size: 80%;
}

#frontpage-content p.author
{
	margin-bottom: -8px;
	padding-top: 3px;
}

#article-content p.published-on
{	
	margin: 0;
	padding: 0;
	
	font-size: 75%;
	line-height: normal;
}

#frontpage-content a.continue-reading
{
	padding: 0 8px;

	font-size: 70%;
	text-decoration: none;
	line-height: 16px;
	color: #039;
	white-space: nowrap;
	
	vertical-align: middle;
	
	background-color: #ecedfa;
}

#frontpage-content a.continue-reading span
{
	display: none;
}

#frontpage-content a.continue-reading:hover
{
	color: #000;
	
	background-color: #ccc;
}

#article-content table
{
	border-style: none;
	width: 65%;
	margin: 12px auto 12px auto;
	padding-bottom: 1px;
	border-bottom: 1px solid #ccc;
}

#article-content table th
{
	position: relative;
	margin: 0 0 1px 0;
	padding: 6px 5px 6px 4px;

	text-align: left;
	font-size: 70%;
	font-weight: bold;
	color: #000 !important; 

	background-color: #e2e2e2;
	border-top: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#article-content table tfoot td
{
	text-align: right;
	font-style: italic;
}

#article-content table td
{
	padding: 3px 15px 3px 3px; 

	border-top-width: 0;
	border-bottom: 1px dotted #ccc; 

	vertical-align: top;
}

#article-content table tbody tr:hover
{
	background-color: #ffffcc;
}
/* @group More Articles */

#archives-message, #more-articles-message
{
	display: block;
	
	padding-top: 10px;
	
	font-size: 85%;
	line-height: 140%;
	text-align: center;
	
	border-top: 1px dotted #ccc;
}

#more-articles-message
{
	text-align: left;
}

#archives-message strong, #more-articles-message strong
{
	font-size: 120%;	
}

#more-articles-message ul
{
	margin: 10px 0 0 0;
	padding: 0;
	
	text-align: left;
	list-style: none;
}

#more-articles-message ul li
{
	margin-left: .8em;
	padding-bottom: 3px;
	
	text-indent: -.8em;
}

#more-articles-message ul li:hover
{
	background: #ecedfa;
}

#more-articles-message p
{
	margin: 5px 0 0 0;
}

#more-articles-message p a
{
	padding: 0 0 0 17px;

	background: url(/images/icons/articles-tool.gif) 0 0 no-repeat;
}
	
/* @end */

/* @group Article Tools */

#article-tools
{
	float: right;
	
	margin: 1em 0 8px 8px;
	
	border: 1px dotted #ccc;
	width: 200px;	
}

#article-tools strong
{
	display: block;
	
	margin: 0;
	padding: 2px 0 2px 4px;
	
	background: #ffffcc;
}

#article-tools ul
{
	margin: 3px;
	padding: 0;
	list-style: none;
	
	font-size: 85%;
}

#article-tools ul li
{
	display: inline;
}

#article-tools ul li a
{
	display: block;
	padding-left: 17px;
}

#article-tools ul li a.printer
{
	background: url(/images/icons/printer-tool.gif) 0 3px no-repeat;
}

#article-tools ul li a.email
{
	background: url(/images/icons/printer-tool.gif) 0 3px no-repeat;
}

#article-tools ul li a.articles
{
	background: url(/images/icons/articles-tool.gif) 0 3px no-repeat;
}

#article-tools ul li a.subscribe
{
	background: url(/images/icons/subscribe-tool.gif) 0 3px no-repeat;
}

#lightbox
{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetail
{
	font-size: 0.8em;
	padding-top: 0.4em;
}	

#lightboxCaption
{
	float: left;
}

#keyboardMsg
{
	float: right;
}

#closeButton
{
	top: 5px;
	right: 5px;
}

#lightbox img
{
	border: none;
	clear: both;
}

#overlay img
{
	border: none;
}

#overlay
{
	background-image: url(/images/template/overlay.png);
}

* html #overlay
{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/images/template/overlay.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/template/overlay.png", sizingMethod="scale");
}
/* @end */

/* @group Home Delivery */
#home-delivery
{
	margin-top: 40px;
	padding: 15px 5px 15px 105px;
	
	font-size: 85%;
	color: #000;
	line-height: 150%;
	
	background: url(/images/icons/newspaper.jpg) -20px 50% no-repeat #ffffcc;
	border: 1px dotted #ccc;
}

#home-delivery p
{
	margin: 0;
	padding: 0;
}

#home-delivery p strong
{
	font-size: 120%;	
}

#home-delivery p.savings
{
	color: #236c00;
}
	
/* @end */
/* @end */

/* @group Auxiliary Content */

#auxiliary-content
{
	position: absolute;
	top: 0;
	right: 0;
	
	width: 218px;
}

/* @group Photos */
#auxiliary-content .photo
{
	margin: 0 0 12px 0;
	padding: 0;
}

#auxiliary-content .photo img
{
	padding: 3px;
	border: 1px solid #ccc;
}

#auxiliary-content .photo br
{
	display: none;
}

#auxiliary-content .photo strong
{
	display: block;
	text-align: center;	
}

#auxiliary-content .photo em
{
	display: block;
	margin: 3px 3px 0 0;
	padding: 0;
	
	font-size: 85%;
	text-align: right;
	color: #999;
}
/* @end */
/* @end */

/* @group Archive */

#main-content #archive-search
{
	border: none;	
}

#main-content #archive-search input[type=text]
{
	width: auto;
}

#archive ul
{
	padding: 0;
	
	list-style: none;
}

#archive ul li
{
	padding: 1px 8px;
	text-align: left;
	
	cursor: pointer;
}

#archive ul li:hover
{
	background: #ecedfa;
}

#archive-year
{
	float: left;

	margin: 0;
	padding: 0;
	
	width: 100px;
}

#archive-year li
{
	position: relative;
	font-weight: bold;
}

#archive-year li a, #archive-month li a
{
	text-decoration: none;
	color: inherit;
}

#archive-month
{
	float: left;
	
	margin: 0;

	border-left: 1px dotted #ccc;
	font-weight: bold;

	width: 100px;
}

#archive-month li
{
	position: relative;
}

#archive-articles
{
	float: left;
	
	margin: 0;

	border-left: 1px dotted #ccc;
	
	width: 370px;
}

#archive-articles li
{
	position: relative;
	margin-left: 8px;
	
	text-indent: -.8em;
	
	cursor: default;
}

#archive ul li span
{
	position: absolute;
	right: 8px;

	font-weight: normal;
	color: #aaa;
}

#archive ul li.active
{
	background: #ffffcc;
}
	
/* @end */

/* @group Subscribe */

#subscribe p
{
	margin-top: 20px;
	font-size: 110%;
}

#subscribe label
{
	cursor: help;
}

#within-stoneham, #within-massachusetts, #outside-massachusetts
{
	margin: -8px 0 -8px 0;
	padding: 8px 0 3px 0;

	width: 350px;
}

#within-stoneham p, #within-massachusetts	p, #outside-massachusetts p
{
	display: none;
}

dl.subscription-options
{
	margin: 0 0 0 15px;
	padding: 0;
}

dl.subscription-options dt
{
	float: left;
	clear: left;
	
	margin: -1px 0 0 0;
}

dl.subscription-options dd
{
	margin: 0 0 8px 25px;
}

#subscribe strong span, #subscribe em
{
	color: #339900;
	font-style: normal;
}

#subscribe span, dl.subscription-options dd
{
	cursor: pointer;
}

#subscribe input[type=checkbox]
{
	margin: 8px 0 0 15px;
}

/* @group Billing Address */

#different-billing
{
	margin: 0 0 8px 11px;
	padding: 4px;
	
	border: 1px dotted #ccc;
	background: #ffffcc;
	
	width: 350px;
}

#different-billing input[type=checkbox]
{
	margin: 0;
}

#billing-address p
{
	margin: 8px 0 5px 15px;
	font-size: 90%;
}
/* @end */

/* @group Phone Order */

#phone-order
{
	position: absolute;
	top:  100px;
	right: 15px;
	
	padding: 10px;
	
	text-align: center;
	border: 4px solid #ccc;	
	
	width: 200px;
}

#phone-order h3
{
	margin: 0 0 5px 0;
	padding: 0;
	
	font-size: 130%;
}

#phone-order p
{
	font-weight: bold;
	font-size: 110%;
}

#phone-order strong
{
	padding-left: 5px;
	font-size: 15px;
	color: #339900;
}
	
/* @end */
/* @end */

/* @group Advertise */

#advertise-content table
{
	border-style: none;
	width: 65%;
	margin: 12px 0 12px 15px;
	padding-bottom: 1px;
	border-bottom: 1px solid #ccc;
}

#advertise-content table th
{
	position: relative;
	margin: 0 0 1px 0;
	padding: 6px 5px 6px 4px;

	text-align: left;
	font-size: 80%;
	font-weight: bold;
	color: #000 !important; 

	background-color: #e2e2e2;
	border-top: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#advertise-content table tfoot td
{
	text-align: right;
	font-style: italic;
}

#advertise-content table td
{
	padding: 3px 15px 3px 3px; 

	border-top-width: 0;
	border-bottom: 1px dotted #ccc; 

	vertical-align: top;
}

#advertise-content table tbody tr:hover
{
	background-color: #ffffcc;
}

#contact-message
{
	display: block;
	
	padding-top: 10px;
	
	line-height: 120%;
	text-align: center;
}

#contact-message strong
{
	font-size: 120%;	
}

#pdf-rate-card
{
	display: block;
	
	margin: 15px 0 0 0;
	padding: 10px 10px 10px 58px;
	
	font-weight: bold;
	text-align: center;
	border: 4px solid #ccc;
	
	background: url(/images/icons/pdf.gif) 5px 50% no-repeat;
}

#pdf-rate-card:hover
{
	background-color: #ecedfa;
}

/* @end */

/* @group Contact */

#contact textarea
{
	width: 280px;
}

#contact input[type=submit]
{
	margin-left: 90px;
}
	
/* @end */

/* @group Forms */

fieldset
{
	margin: 0;
	padding: 0;
	
	border: none;
}

fieldset legend
{
	display: none;
}

fieldset label
{
	float: left;
	
	margin: 2px 5px 8px 15px;
	padding-top: 2px;

	width: 70px;
}

fieldset label.alert
{
	color: #C44747;
}

fieldset input[type=text]
{
	width: 180px;
}

fieldset textarea
{	
	width: 180px;
}

fieldset input.alert, fieldset textarea.alert, fieldset div.alert
{
	background-color: #F9ECEC;
}

fieldset input[type=submit]
{
	margin-top: 15px;
	
	width: 150px;
}

fieldset br
{
	clear: both;
}

#error, #form-sent
{
	margin: 20px 0;
	padding-left: 48px;
	
	color: #333;

	line-height: 120%;
	
	min-height: 50px;
}

#error
{
	background: url(/images/icons/error.gif) 2px 7px no-repeat #F9ECEC;
	
	border-top: 1px dotted #C44747;
	border-bottom: 1px dotted #C44747;
}

#form-sent
{
	background: url(/images/icons/success.gif) 2px 7px no-repeat  #FCFBCF;

	border-top: 1px dotted #f9e948;
	border-bottom: 1px dotted #f9e948;

	color: #000;
}

#error p, #form-sent p
{
	margin: 4px 0;
	padding: 0;
}

#error p strong.alert
{
	color: #C44747;
}

#error ul li
{
	padding-bottom: 0;
}
	
/* @end */

/* @group Search */
#results_ {
	margin-top: 20px;
}

/* @end */

#footer
{
	clear: both;
	display: block;
	
	margin: 0;
	padding: 30px 0 0 0;
	
	font-size: 80%;
	text-align: center;
}

/* @group FourSedgewick */

#foursedgewick
{
	padding: 0;
	margin: 8px auto 15px auto;

	cursor: pointer;
	
	background: url(/images/template/fsmg.gif) no-repeat;
	
	width: 128px;
	height: 23px;
}

#foursedgewick h4
{
	display: none;
}
	
/* @end */