/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #006699; text-decoration: none;}
a:hover { text-decoration: underline; }
em {font-style: italic;}

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/
b {
	font-weight: bold;
}
body {
	background: url(images/page-bg.png) repeat-x #d5dca9;
	font-family: Arial, sans-serif;
	color: #333333;	
}
#container {
	width: 965px;
	margin: 0 auto;
}
header {
	height: 122px;
}
header h1 {
	float: left;
	width: 622px;
}
header span {display: none;}
#logolink {
	display: block;
	width: 622px;
	height: 122px;
	background: url(images/logo.png);
}
#topnav {
	float: right;
	text-align: right;
	width: 330px;
	margin: 11px 0;
	color: #80c8fe;
}
#topnav a {
	color: #80c8fe;
	padding: 0 5px;
}
#IM {
	float: right;
	text-align: center;
	width: 287px;
	margin: 18px 0 0 0;
	color: #fff;
}
#IM a {
	display: block;
	width: 214px;
	height: 27px;
	background: url(images/IM.png);
	margin: 5px auto;
}
.nav {
	background: #fff;
	list-style-type: none;
	height: 43px;
	margin: 0;
	padding: 0;
	border-bottom: solid 3px #d5dca9;
	clear: both;
}
.nav li {
	float: left;
	display: block;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #0094ff;
	line-height: 41px;
	background: url(images/nav-bg.gif) repeat-x;
	border-right: solid 1px #fff;
	margin: 0;
	padding: 0;
}
.nav li a {
	color: #0094ff;
}
.nav li#latest-issue {
	width: 139px;
}
.nav li#food-wine {
	width: 147px;
}
.nav li#home-garden {
	width: 171px;
}
.nav li#the-arts {
	width: 132px;
}
.nav li#real-estate {
	width: 138px;
}
.nav li#calendar {
	width: 120px;
}
.nav li#archives {
	width: 112px;
	border-right: none;
}
.nav li#subscribe {
	width: 100%;
	border-right: none;
	background: url(images/nav-subscribe-bg.gif) repeat-x;
}
.nav li#subscribe a {
	color: #fff;
}
#main {
	background: url(images/rightcolumn.gif) repeat-y top right #fff;
    -moz-box-shadow: 0 0 10px 1px #999999;
	-webkit-box-shadow: 0 0 10px 1px #999999;
	box-shadow: 0 0 10px 1px #999999;
}
#content {
	width: 606px;
	float: left;
	padding: 23px 14px;
}
#content.no_sidebar {
	width: 947px;
}
#toc {
	background: url(images/ThisIssue-bg.png) repeat-x;
	width: 603px;
	height: 240px;
	padding: 0;
	overflow: hidden;
	margin: 0 0 10px 0;
}
#toc #toc_image {
	float: left; width: 310px;
}
#toc #toc_image img {
	transform:rotate(-10deg);
	-ms-transform:rotate(-10deg); /* IE 9 */
	-webkit-transform:rotate(-10deg); /* Safari and Chrome */
	-webkit-box-shadow:  0px 0px 10px 10px rgba(255, 255, 255, .5);
    box-shadow:  0px 0px 10px 10px rgba(255, 255, 255, .5);
    margin: 0 0 0 30px;
    width: 250px;
    height: auto;
}
#toc #toc_content {
	float: right;
	width: 276px;
	padding: 19px 10px 0 0;
}
#content #toc h2 {
	font-family: Tahoma, sans-serif;
	color: #013f81;
	font-size: 30px;
	font-weight: normal;
}
#toc ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 115px;
	overflow: hidden;
}
#toc li {
	margin: 0 0 0 10px;
	padding: 0 0 0 37px;
	color: #1f5f97;
	font-size: 14px;
	line-height: 22px;
	text-indent: -10px;
}
#toc li:before {
	content: "- ";
}
#toc li a {
	color: #1f5f97;
}
#toc #subscribe_button {
	margin: 0;
}
#toc #subscribe_button a {
	margin-top: 25px;
	display: block;
	float: right;
	width: 132px;
	height: 46px;
	background: url(images/Subscribe.png) no-repeat;
}
#toc #subscribe_button span {display: none;}
#main .section {
	width: 138px;
	float: left;
	margin-right: 17px;
}
#main .last {
	margin-right: 0;
}
#main .section h2 {
	font-family: Myriad, Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 11px;
	line-height: 28px;
	margin: 0;
	text-align: center;
}
#main .section h2 a {
	color: #fff;
	display: block;
	height: 168px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main .section#home-garden h2, #main .section#nantucket-trivia h2 {
	background-color: #ea9539;
}
#main .section#calendar h2, #main .section#the-arts h2 {
	background-color: #1fc154;
}
#main .section#people-our-past h2, #main .section#dining-guide h2 {
	background-color: #772ccb;
}
#main .section#seasonal-kitchen h2, #main .section#restaurant-reporter h2 {
	background-color: #12528e;
}
#main p {
	margin: 16px 0;
	font-size: 13px;
	line-height: 16px;
}
#advertisements {
	float: right;
	width: 300px;
	padding: 23px 14px;
}
footer p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #919b5e;
	text-align: center;
	margin: 20px;
}
.sidenav {
	list-style: none;
	margin: 20px 0;
}
.sidenav li {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0 20px;
	border-bottom: solid 1px #d5dca9;
}

/* Interior page styles */

#content h2 {
	color: #12528e;
	font-size: 18px;
	font-family: Arial, sans-serif;
}
#content h3 {
	color: #999;
	font-size: 12px;
}
#content h3.teaser {
	color: #666666;
	font-size: 14px;
}
#content h3.author {
	color: #3c7eac;
	font-size: 14px;
}
#content .archive {
	border-top: dashed 1px #a2aa73;
	margin: 8px 0 18px 8px;
	padding: 26px 20px 0 183px;
	min-height: 150px;
}
#content .archive h2 a {
	color: #a2aa73;
	font-size: 16px;
	font-family: Arial, sans-serif;
}
#content .archive img {
	display: none;
}
#content .archive p {
	margin: 0 0 4px;
}
#inline_photo {
	float: left;
	padding: 0 10px 10px 0;
}
#content .align-right {
	float: right !important;
	padding: 0 0 10px 10px;
}
#main #inline_caption {
	font-size: 11px;
	color: #036;
	margin: 4px 0;
	width: 220px;
}
#inline_quote {
	float: right;
	width: 200px;
	font-size: 16px;
	line-height: 22px;
	color: #330033;
	padding: 15px 0 15px 15px;
	text-align: center;
}
#archive_list p {
	margin: 0 0 6px 6px;
}
#archive_list h2 {
	margin: 10px 0;
	font-size: 14px;
}
#archive_list h3 {
	margin: 0 0 0 6px;
}
.advertising h3 {
	margin: 12px 0;
}
.subscribe td, .ad_rates td {
	padding: 2px 4px;
}
.ad_rates thead tr {
	background: #12528e;
	color: #fff;
}
#content .ad_rates thead tr h3 {
	color: #fff;
}
.ad_rates tbody tr td.freqleft, .ad_rates thead tr th.freqleft {
	background: #00ffff;
	color: #000;
}
.readmore {
	display: inline-block;
	-webkit-border-radius: 5px;  
    border-radius: 5px;
    border: solid 1px #006699;
    padding: 1px 3px;
    font-weight: 600;
}
.paginate a, .paginate strong {
	display: inline-block;
	-webkit-border-radius: 5px;  
    border-radius: 5px;
    border: solid 1px #006699;
    padding: 1px 5px;
    font-size: 15px;
}
.paginate strong {
	background: #ddd;
}

/*25people styles */
.slide .photo {
	float: right;
	margin: 10px;
	text-align: right;
}
.slide {
	background-color: #D9FBFB;
	border: 8px solid #006;
	padding: 0 0 10px 0;
	width: 524px;
}
.slide p, .slide h3 {
	padding: 0 10px;
} 
.bx-wrapper {
	margin:0 auto;
}
.bx-prev, .bx-next {
	position:absolute;
	top: 0px;
}
.bx-prev {
	left: -22px;
}
.bx-next {
	left: 541px;
}

.clearall {clear: both;}
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}