

/* saved section goes full width */

.savedFetching #main {
	display: none;
}


/* saved section masthead */
.section-my-saved #masthead h1 a {
	position: relative;
	display: inline-block;
}
.section-my-saved h1 .count {
	font-size: .45em;
	position: absolute;
	right: -3.2em;
	top: 50%;
	margin-top: -.9em;
}
.section-my-saved #masthead {
	border-bottom: 0;
	margin: 0 10px 1em 10px;
	width: auto;
}
.saved-header,
.saved-sections,
.article-tools {
	font-family: "Helvetica", Arial, sans-serif;
}

/* status update messages */
#masthead.saved-status-msg-on {
	margin-top: 6em;
	-webkit-transition: margin-top .4s linear;
	-o-transition: margin-top .4s linear;
	-moz-transition: margin-top .4s linear;
	-ms-transition: margin-top .4s linear;
	transition: margin-top .4s linear;
}
.saved-status-msg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 900;
	background: #000;
	background-color: rgba(0,0,0,.8);
	padding: 10px;
	overflow: hidden;
	color: #fff;
}
.saved-status-msg p {
	font-size: 1.4em;
	line-height: 1.7;
	float: left;
}
.saved-status-msg ul,
.saved-status-msg li,
.saved-status-msg a {
	float: right;
}
.saved-status-msg li a {
	margin: 0 0 0 10px;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.saved-status-msg a.status-no {
	background-color: #000;
	position: relative;
	right: 0;
	top: .2em;
}


/* adjust left padding for spin arrow */
.section-my-saved h2.sections-heading a.collapsible-heading-toggle {
	padding-left: 10px;
}

/* sections nav and edit pane */
.section-my-saved #main {
	padding: 3.3em 0 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
}
.section-my-saved #main.sections-expanded,
.section-my-saved #main.edit-expanded {
	padding-top: 0;
}
.saved-header {
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	z-index: 1;
}
.saved-edit-pane {
	float: right;
	width: 100%;
}
.section-my-saved .saved-edit-pane fieldset {
	clear: both;
	padding: 0 5px;
	background: #f2f2e8;
}



/* positioning switches to relative when expanded */
.section-my-saved .edit-expanded .saved-header {
	position: relative;
	width: 100%;
	z-index: 0;
}
.section-my-saved .edit-expanded .saved-edit-pane fieldset {
	border-top: 1px solid #ddd;
}	

/* button-like elements in edit panel */
.saved-edit-pane h2,
.saved-edit-pane label.all,
.saved-edit-pane input.submit,
.article-tools button,
.sample-edit-btn {
	font-weight: normal;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	border: 1px solid #bbb;
	float: left;
	padding: .5em 1em;
	margin: 5px 5px 5px 0;
  	text-transform: uppercase;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #ffffff, #cccccc); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #cccccc)); 
	        filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc'); 
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc')"; 
	-moz-box-shadow: 0 0 3px #fff;
	-webkit-box-shadow: 0 0 3px #fff;
	box-shadow: 0 0 3px #fff;
	color: #222;
	cursor: pointer;
}
.saved-edit-pane label {
	margin-right: 10px;
}
.saved-edit-pane label.mark-as {
	margin-right: 10px;
	float: left;
}
.saved-edit-pane label.mark-as span {
	background: url("../_img/gallery-nav-next.png") no-repeat 50% 10px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAABtCAMAAAC1IeDjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAlQTFRF////zMzMAAAACAUj9gAAAAN0Uk5T//8A18oNQQAAADZJREFUeNrsy8EJADAMAkB1/6Hbaghkgn7i50AUJCWBFrKBg57UQc6yfOemwCttwKAnORwBBgA9mgS9w/KmKwAAAABJRU5ErkJggg==);
	border-top: 1px solid #F2F2E8;
	float: left;
	padding: 0.5em 0 0;
	margin: 5px 0;
	font-size: 1.2em;
	text-indent: -1000em;
	width: 20px;
}
.edit-expanded .saved-edit-pane h2 {
	background-color: #BBB;
	background-image: -moz-linear-gradient(top, #BBB, #DDD);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #BBB),color-stop(1, #DDD)); 
	        filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#bbbbbb', EndColorStr='#dddddd'); 
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#bbbbbb', EndColorStr='#dddddd')"; 
}
.saved-edit-pane h2 {
	float: right;
}
.enhanced label.all {
	padding-right: 20px;
	position: relative;
}
.enhanced label.all input {
	margin: 0;
}
.enhanced label.all span {
	position: absolute;
	width: 12px;
	height: 12px;
	right: 5px;
	top: 50%;
	margin-top: -6px;
	background: url(../_img/icon-arrow-down-5f5f5.png) 50% 50% no-repeat;
	text-indent: -9999em;
}


/* saved sections nav */
.saved-sections {
	position: absolute;
	left: 0;
	top: 0;
	width: 33%;
	z-index: 2;
}
.section-my-saved .sections-heading {
	width: 100%;
	float: left;
	border-top: 0;
	border-bottom: 0;
	background-image: url(../_img/icon-arrow-down-5f5f5.png);
	background-position: 5px 40%;
	background-repeat: no-repeat;
}
.enhanced label.all span,
.section-my-saved .sections-heading,
.enhanced .utils .mini-menu a.top,
#masthead h1 .collapsible-heading-status,
.type-internal .bg-classifieds .title i,
.bg-classifieds .title i {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAECAMAAACA5l7/AAADAFBMVEWoqKhfX1////8DAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXW1tbX19fY2NjZ2dna2trb29vc3Nzd3d3e3t7f39/g4ODh4eHi4uLj4+Pk5OTl5eXm5ubn5+fo6Ojp6enq6urr6+vs7Ozt7e3u7u7v7+/w8PDx8fHy8vLz8/P09PT19fX29vb39/f4+Pj5+fn6+vr7+/v8/Pz9/f3+/v7////y+pciAAAAA3RSTlP//wDXyg1BAAAAIElEQVR42h3GMQ0AAAjAMDKj2JtMwnp13Ccw2Cq2iuQA6zcIICzMdEIAAAAASUVORK5CYII=);
}
.section-my-saved .sections-heading a {
	border-bottom: 0;
}
/* position changes to relative when expanded */
.sections-expanded .saved-sections {
	width: 100%;
	position: relative;
	z-index: 0;
}
.sections-expanded .sections-heading {
	width: 33%;
	float: none;
}
.saved-sections ul {
	padding: 0;
	background: #ededed;
	width: 100%;
}


.saved-sections li a {
	color: #8c8c8c;
}
.saved-sections li a,
.saved-articles a.article-prev {
	display: block;
	font-size: 1.1em;
	padding: 0.6em 10px;
	cursor: pointer;
}
.standalone .saved-welcome {
	display: none;
}
.saved-welcome {
	background: #f2f2e8;
	padding: 10px;
	border: 1px solid #e2e2df;
	font-family: "Helvetica", Arial, sans-serif;
	margin: 18px 12px;
	position: relative;
}
.saved-welcome h2 {
	font-size: 1.5em;
	line-height: 2; 
	margin-top: 0;
}
.saved-welcome p {
	font-size: 1.3em;
	line-height: 1.4; 
}
.sample-edit-btn {
	float: none;
	display: inline-block;
	font-size: .7em;
	cursor: normal;
	line-height: 1.2;
}
a.remove {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #f5f5ee;
	background: #fff  url(../_img/ico-close.png) 50% 50% no-repeat;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAARklEQVR42oWPwQkAMAgDHaGjdYQOLDiCI3SEtEIKeVXhQE0Iau6+yTRW9W9fQ1xAFgGJMgw1qViaSWyKmCI0Cd0N/RcAvhxr+69FErXW5gAAAABJRU5ErkJggg==);
	text-indent: -999em;
	overflow: hidden;
	width: 18px;
	height: 18px;
	display: block;
}
.saved-articles a.article-prev {
	border-width: 1px;
	border-color: #FFF #D9D9D9 #e5e5e5 transparent;
}
.saved-articles a.article-prev:first-child {
	border-top: 0;
}
.saved-articles {
	border-top: 1px solid #D9D9D9;
}
.saved-sections li a:hover {
	background: #ddd;
	color: #000;
}
.saved-sections li.active a {
	background: #fff;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #d7d7d7;
}
.saved-panel-open .saved-articles a.article-prev:hover {
	background: #f6f6f6;
}
.saved-sections .count {
	background: #fff;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	color: #444;
	float: right;
	font-size: 1em;
	font-weight: normal;
	min-width: 1.3em;
	padding: .2em .5em;
	text-align: center;
}

.saved-sections li.active .count,
.saved-sections .sections-heading .count {
	background: #ddd;
}
.saved-sections .sections-heading .count {
	margin-right: 10px;
}

/* left nav back link */
.saved-sections p {
	clear: left;
	padding: 20px 0;
	font-size: 1.2em;
}
.saved-sections .back-home,
.saved-sections .saved-dash {
	display: block;
	background: url(../_img/icon-arrow-left-thin.gif) 0 4px no-repeat;
	background-image: url(data:image/gif;base64,R0lGODlhCAAFAIABAJKSkgAAACH5BAEAAAEALAAAAAAIAAUAAAIKTGB5qODvlkosFQA7);
	padding-left: 12px;
	color: #8c8c8c;
}


/* saved article list */
.saved-articles {
	background: #fff;
	clear: both;
	position: relative;
	z-index: 1;
}
ul.article-list >li {
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}
.saved-articles a.article-prev {
	border: 0;
	font-size: 1em;
	font-weight: normal;
	padding: 1.3em 20px;
}
.saved-articles a.article-prev .section,
.saved-articles a.article-prev time {
	color: #9B1518;
	display: inline;
	font: normal 1em Arial, sans-serif;
	margin: 0.2em .5em .1em 0;
	text-transform: uppercase;
}
.ie6 .saved-articles a.article-prev .section,
.ie7 .saved-articles a.article-prev .section {
	line-height: 1.8;
}
.saved-articles a.article-prev time {
	color: #777;
}
.saved-articles a.article-prev h4 {
	font: normal 1.7em/1.2 "Miller Display Roman", Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin: .2em 0;
}
.saved-articles li.unread a.article-prev h4 {
	color: #111;
}
.saved-articles li.read a.article-prev p {
	color: #777;
}
.saved-articles .preview {
	font: normal 1.3em/1.4 Georgia, "Times New Roman", Times, serif;
	color: #8c8c8c;
}
.saved-ad {
	width: 75px;
	height: 25px;
}
.section-my-saved .saved-ad {
	position: absolute;
	left: 0;
	top: 0;
}
.section-my-saved .edit-expanded .saved-ad {
	left: 40%;
}



/* toggle tags in view */
.saved-articles li.unread,
.saved-articles li.news,
.saved-articles li.metro,
.saved-articles li.business,
.saved-articles li.sports,
.saved-articles li.arts,
.saved-articles li.lifestyle,
.saved-articles li.opinion,
.saved-articles li.magazine,
.saved-articles li.classifieds {
	display: none;
}
.saved-articles ul.all li,
.saved-articles ul.unread li.unread,
.saved-articles ul.unread li.read,
.saved-articles ul.read li.read,
.saved-articles ul.news li.news,
.saved-articles ul.metro li.metro,
.saved-articles ul.business li.business,
.saved-articles ul.sports li.sports,
.saved-articles ul.arts li.arts,
.saved-articles ul.lifestyle li.lifestyle,
.saved-articles ul.opinion li.opinion,
.saved-articles ul.magazine li.magazine,
.saved-articles ul.classifieds li.classifieds {
	display: block;
}


/* article viewing */
.saved-articles .article {
	float: none;
	width: auto;
	clear: both;
	margin: 15px 20px 30px;
}
.saved-articles .article .tools,
.saved-articles .article .article-cats {
	display: none;
}
.saved-articles .article-contain {
	display: none;
	clear: both;
	padding-bottom: 15px;
}
.saved-articles .expanded .article-contain {
	display: block;
}


/* in-article toolbar */
.article-tools {
	background: #f2f2e8;
	border-top: 1px solid #e1e1dd;
	padding: 13px;
	margin: 10px 0 15px;
	clear: both;
	position: relative;
	overflow: hidden;
}
.article-tools li {
	float: left;
	font-size: 1.1em;
}
.article-tools a, a.full-article {
	color: #8c8c8c;
	text-transform: uppercase;
}
.article-tools a.back, a.full-article {
	padding-left: 15px;
	margin-right: 20px;
}
.article-tools a.back {
	background: url(../_img/ico-close.png) 0 50% no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAARklEQVR42oWPwQkAMAgDHaGjdYQOLDiCI3SEtEIKeVXhQE0Iau6+yTRW9W9fQ1xAFgGJMgw1qViaSWyKmCI0Cd0N/RcAvhxr+69FErXW5gAAAABJRU5ErkJggg==);
}
a.full-article {
	background: url(../_img/ico-extlink.gif) 0 0 no-repeat;
	background-image: url(data:image/gif;base64,R0lGODlhDAAMAKIFAIuLi6Wloq+vr56enJ2dnQAAAAAAAAAAACH5BAEAAAUALAAAAAAMAAwAAAMlWLrMMCHKAFRtFmgl9N2XQnxVKBQkyq1oiWXqC3q098bAJA1XAgA7);
}
.article-tools .toggle-status {
	float: right;
}
.article-tools .toggle-status p {
	float: left;
}
.article-tools .toggle-status button {
	font-size: 1em;
	float: right;
	margin: -.5em 0;
	padding: .4em .5em;
}
.article-tools .toggle-status button span {
	display: none;
}
.saved-articles .loading a.article-prev {
	position: relative;
}
.loadingmsg {
	display: none;
}
.saved-articles .loading .loadingmsg {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff url(../_img/ajax-loader.gif) 0 50% no-repeat;
	background-image: url(data:image/gif;base64,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);
	background-color: rgba(255,255,255,.8);
}
.saved-articles .expanded a.article-prev {
	display: none;
}

/*article format changes */
.byline h2, .byline p {
	display: inline;
	padding-right: .5em;
}


/* edit mode */
.edit-expanded .saved-articles .article-contain {
	display: none;
}
.edit-expanded .saved-articles a.article-prev {
	display: block;
}
.saved-articles .check {
	display: none;
	position: absolute;
	left: 5px;
	top: 10px;
}
body.section-my-saved .saved-articles .check {
	left: 12px;
}
.edit-expanded .saved-articles .check {
	display: block;
}
.edit-expanded .saved-articles a.article-prev p,
.edit-expanded .saved-articles a.article-prev h4 {
	margin-left: 30px; /* make room for the check */
}


/* inline tooltip/growl messaging */
.growl {
	position: absolute;
	width: 143px;
	margin-left: -75px;
	color: #9B1518;
	padding: 10px;
	background: #fff;
	text-align: center;
	font-size: 12px; /* can't be sure of relative size */
	z-index: 99999;
	margin-top: -20px;
	border: 1px solid #bbb;
	-moz-box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	box-shadow: 0 0 3px #aaa;
}
.growl .tip {
	position: absolute;
	bottom: -11px;
	background: url(../_img/bg-tooltipcallout.png) 50% 0 no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKMAAAALCAYAAAATIz0DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAsdJREFUeNrsmO9LU1EYx8/9tdU2zOtwCUGNYtAPatLAXgd72YsgiPoHxBdFEEWQwaBXmVhKhJFBUeaPoCB1vTAJs6B8sWW4ZLEFC8LupjetzTnv9d7bc/RcEWc603f3PPAdu5d7Dpzv/Zznec5l7rW2nvolyztmZmZcqqradd1gkSXDYAxY++mzZ04GAoFdHMdteIZ8Po9ehcOjbwcHI4IgzLIspzEM0hFiEI3iYBjGEARe6e7s+giXGb7xRsM7+FMGcoJsIBNGA1nLRbxWXp2fHxdFsd7n8zk2MljTNBSNRqXbTU0v01JaglvToAJIt6CXJWcAkALKYvHwkyM3sHmchU3D6+bCvb0TTqfjam1dXbPX6y15cDweL1y5dPk+gPgDLidAk6A5zCllbk0YdcKfwpPdO0deBrMCRsNiMOKqkHvW1T28/8DBWw6H46LH41l3YCqVQo0NN9vSkoRB/IlLDtnc6ioeGpTBJb9NLxaqB//te0qnvizGvj1elhiDrodCz+3b7K5gMFjrdrv/OUaWZdT5tOPF+6GhOMmIMugPaBbPBf5S+EoMbsXLYCrKy5c09XvaUmbAms3MhUur/mZgIFFzrGb3zqqqvXAgKXo+m82i3p6eD9AnhuEyTWCcJiBqZE5Le7rGxi/ygjbVq5hEfMH0uUCeR08etxwNBA5B2V56TlEU9Lq/P37h3Pk2uJRIeZ4kPfg8ZEQNz0Uz439mRhoI4d0KMiCLmc21nkwmPx32H6mprKwUWZZdODlHIhEpVH/tQS6XGycwyiaIeAyZhxpKYdwSKE0gtUwmUxj7Mjbs9/tPwIHGlkgkZu80tzyMxWJfSXk2M6JK+0QK45aXatzfLfv0YACQiiDYYmKFeLyjvf1uuK9vdNmBxfw8RkHc5PGaxvo9JN6020Fl/urqqs8jIxrJglNo8YNtgfSJFMRNxF8BBgAuJC3ZzTQWlAAAAABJRU5ErkJggg==);
	height: 11px;
	left: 0;
	width: 100%;
}

/* in-article full story reminder box */
.article-body .full-reminder {
	padding: 0;
	font-family: "Helvetica", Arial, sans-serif;
	position: relative;
}
.full-reminder .remove {
	z-index: 20;
	top: 5px;
	right: 5px;
	background-color: #eee;
}
.saved-articles .article-body .aside,
.saved-articles .article-body .aside .box {
	padding: 0;
}
.article-body .full-reminder p {
	font-size: .8em;
	line-height: 1.3;
	padding: 10px 6.55737705% 0;
	margin-right: 10px;
	color: #8c8c8c;
}
.article-body .full-reminder p.box-cta {
	background: #f2f2e8;
	border-top: 1px solid #e1e1dd;
	display: block;
	padding-bottom: 10px;
	margin: 0;
	font-size: .7em;
}
.article-body .full-reminder p.box-cta a {
	display: block;
	margin: 0 auto;
	text-decoration: none;
	width: 8.5em;
}
p.box-cta a:hover {
	text-decoration: underline;
}


/* saved help link */
.saved-help {
	float: right;
	background: url(../_img/icon-help.png) left 50% no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACpQTFRFi4uL////mpqaxcXFoaGh+Pj4vr6+r6+v6enp29vbkpKSt7e3qKio4uLihwb1tgAAAFlJREFUeNpkTlsOwDAIArFru8f9rzttu2XJ/AFUFJCUATAFA4tjlpdQKapqSkIBLZauQCE9vaIzvctjjTue2sjtFTjLmoxdOxbPmxBHU/OfD5f/snxz3gIMAGYiAQ+vrAITAAAAAElFTkSuQmCC);
	margin: .8em 30px 0 10px;
	padding: .3em 0 .3em 17px;
	font-size: 1.1em;
	text-transform: uppercase;
}



/* queries */

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

	 /* TODO DON'T DO THIS!! :) */
	.saved-help {
		position: absolute;
		left: -9999em;
		float: none;
	}

	/* hide the saved sections on mobile at load */
	.enhanced .saved-sections ul,
	.article-tools .toggle-status p,
	.saved-sections p {
		display: none;
	}
	.enhanced .saved-sections ul.collapsible-content {
		display: block;
	}
	.enhanced .saved-sections ul.collapsible-content-collapsed {
		display: none;
	}
}

@media screen and (max-width: 620px), print {
	.section-my-saved #masthead h1 {
		font-size: 2.6em;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 480px) {
	.saved-edit-pane label.mark-as span {
		background: none;
		padding: 0.5em 1em 0;
		margin: 5px 0;
		font-size: 1.2em;
		text-indent: 0;
		width: auto;
	}
	body.section-my-saved .saved-articles .check {
		left: 0;
	}
}

@media screen and (min-width: 480px) and (max-width: 620px), print {
	/* section masthead */
	.section-my-saved h1 {
		width: 100%;
	}
	.section-my-saved .utils li {
		display: none;
	}
	.section-my-saved .utils ul, .section-my-saved .utils .bostoncom  {
		display: block;
	}
	.section-my-saved .utils .bostoncom {
		right: 10px;
		bottom: 5px;
		border: 0;
	}	
	.section-my-saved .sections-heading {
		left: 0;
	}
}
@media screen and (min-width: 620px), print { 
	.enhanced body.section-my-saved label.all {
		margin-left: 6px;
	}
	body.section-my-saved .saved-articles .check {
		left: 5px;
	}
	.saved-sections {
		position: static;
		font-size: 110%;
		margin: -1px;
	}
	.saved-sections ul {
		overflow: visible;
		padding: 10px 0 10px 10px;
		border: 1px solid #dedede;
	}
	.saved-sections li {
		margin-right: 10px;
	}
	.saved-sections li a {
		padding-right: 5px;
		margin-right: -5px; /* this kicks the items outside the LI dividers, just slightly */
	}
	.saved-sections li.active a {
		padding-right: 10px;
	}
	.saved-sections li.active,
	.saved-sections li.active a {
		margin-right: 0;
	}
	.saved-sections li[data-section=read] {
		background: url(../_img/bg-bevelgray.gif) top repeat-x;
		background-image: url(data:image/gif;base64,R0lGODlhAQACAIAAAPn5+eXl5SH5BAAAAAAALAAAAAABAAIAAAICDAoAOw==);
		padding-top: 10px;
		margin-top: 10px;
	}
	.section-my-saved .edit-expanded .saved-ad {
		left: 10px;
	}
	.section-my-saved footer {
		margin-right: 10px;
		margin-left: 10px;
	}
	/* section masthead */	
	.section-my-saved #masthead .logo-bg {
		margin: 1em 0 0 0;
		float: left;
		width: 100%;
		text-align: center;
	}	
	.section-my-saved #masthead h1 {
		margin-bottom: 0;
	}
	.section-my-saved .collapsible-heading-status {
		display: none;
	}
	.saved-articles {
		border-top: 0;
	}
	.section-my-saved .saved-header {
	background: #fff;
	border-bottom: 1px solid #ddd;
	}
	/* saved count  */
	.section-my-saved h1 .count {
		font-size: .35em;
		margin-top: -1.2em;
		padding-left: 8px;
		background-image: url(../_img/bg-shapeburst-left-lrg.png);
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAbCAMAAAB7jU7LAAAAMFBMVEXuKjL6xsj0cXb5uLryVVv2jZH1gIT94+TvOD/+8fHwR03zY2n3m5/81NbtHCT///8OZx3dAAAAEHRSTlP///////////////////8A4CNdGQAAAGNJREFUeNp9z0kSwCAIRFEEHGISuP9tY2k59CZ/xateQX7GiyVmZ5sUM6u2yNYaDKpKm7Ffe/1hTnRwTHstyIC8CMiwsgET0oWALkhGEjArsPVWoCdkRIpGuSd7/ZW06U8J/gEvUhM7tzmGJQAAAABJRU5ErkJggg==);
	}
	.section-my-saved h1 .count span {
		padding: 6px 8px 5px 0;
		background-image: url(../_img/bg-shapeburst-right-lrg.png);
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAbCAMAAAA9O+1hAAAAMFBMVEX6xsj1gITvOD/wR03uKjL5uLryVVv2jZH94+T+8fHzY2n3m5/81Nb0cXbtHCT///8azULjAAAAEHRSTlP///////////////////8A4CNdGQAAAHdJREFUeNq1zLEWgzAMQ1E72EmA2vr/v6WL6UTQ0jdoukcCRGAxvwSRGc8zR7vplt+W40XzteCp9d6l6HuDp/IXajqLEglNG/8qNLWdfw2eZvBUWWoOljpoGjw1nvbJ0e0DkK8Kmg6OHj66F1XN57EdlTRZzom7C9wHOyiiQ4m7AAAAAElFTkSuQmCC);
	}
	.section-my-saved #main {
		padding: 0;
	}
	.section-my-saved ul.collapsible-content-collapsed {
		display: block;
	}
	/* sections nav sidebar styling */
	.saved-sections,
	.saved-header {
		position: relative;
	}
	.saved-edit-pane {
		float: none;
	}
	.saved-sections {
		float: left;
	}

	.saved-header {
		width: 100%;
		float: none;
	}
	.saved-sections .sections-heading {
		display: none;
	}
	.saved-sections .sections-heading,
	.saved-sections ul,
	.saved-sections li {
		float: none;
		width: auto;
	}
	.saved-sections li.active {
		margin-right: -1px;
	}
	.saved-sections li.active a {
		border-left: 1px solid #D9D9D9;
		border-right: 1px solid #fff;
	}
	.section-my-saved .saved-edit-pane fieldset {
		padding-left: 22%;
	}
	.saved-sections,
	.sections-expanded .saved-sections {
		width: 22%; /* 178/960 */
	}
	.saved-articles {
	 	width: 78%;
	 }
	.saved-header {
		float: none;
		position: static;
	}
	.saved-articles {
		float: left;
		clear: none;
		position: static;
	}
	.saved-articles ul.article-list {
		margin: 18px 15px;
	}
	.saved-articles a.article-prev h4 {
		font: normal 2.7em/1.1 "Miller Headline Bold", Georgia, "Times New Roman", Times, serif;
	}
	.saved-articles .preview {
		font-size: 1.6em;
		line-height: 1.4;
		color: #464646;
	}
	.saved-welcome {
		background: #f2f2e8;
		padding: 27px 20px;
	}
	.saved-welcome h2 {
		font-size: 1.9em;
		line-height: 2; 
	}
	.saved-welcome p {
		font-size: 1.5em;
		line-height: 1.8; 
	}
	.section-my-saved .saved-ad {
		left: 10px;
		top: 4px;
	}
	.article-tools .toggle-status button {
		margin: -.6em 0 -.5em 10px;
		padding: .5em 1em;
	}
	.article-tools .toggle-status button span {
		display: inline;
	}
}

@media screen and (min-width: 800px), print {
	.enhanced body.section-my-saved label.all {
		margin-left: 15px;
	}
	.saved-articles .check {
		left: 5px;
	}
	.sections-expanded .saved-sections,
	.saved-sections {
		width: 18.5416666666667%; /* 178/960 */
	}
	.saved-articles {
	 	width: 81.4583333333333%;
	}
}

@media screen and (min-width: 900px), print {
	.saved-articles a.article-prev {
		padding-right: 20%;
	}
	.saved-articles a.article-prev {
		padding-right: 10%;
	}
	.section-my-saved .saved-edit-pane fieldset {
		padding-left: 18.5416666666667%;
		margin-left: -3px;
	}
	
}
