/* Magazine has an all red header background (without the white bar on top) */
body {
  background: url("/pgw/s20/i/global/bgBodyMagazine.gif") repeat-x scroll 0 0 #F3F1ED;
}

/* no browse panel for Magazine */
#browsePanel { display: none; }

/* hide buttons that are part of pagecode */
div#header div#tools div.buttons { display: none; }

/* Magazine specific logo */
div#header a#saaLogo {
  background: url("/pgw/s20/i/global/magazine/saaLogoMagazine.gif") no-repeat scroll 0 0 transparent;
  display: block;
  height: 87px;
  overflow: hidden;
  text-indent: -5000px;
  width: 374px;
}

/* use white text - Magazine does not have the white top border */
div#header p#loginDL, div#header p#loginDL a {
	color: #fff !important;
}

.magazineActions .addthis_default_style .at300b {
	padding: 5px 2px;
}

ul.listCol.medium li.backissue {
	padding-left: 100px;
}

ul.listCol.medium li.backissue div.col {
	margin-left: -100px;
}


.backissue ul li {
  background: url("/pgw/s20/i/global/bgRightBullet.gif") no-repeat scroll 0 5px transparent;
  list-style-position: outside;
  padding-left: 1em !important;
}



.gomobile {
	background: url("/pgw/s20/i/global/magazine/gomobile.png") no-repeat scroll 0 0 transparent; 
	width: 205px; 
	height: 161px; 
	margin: 10px 0;
}

.gomobile ul {
	padding: 55px 5px 12px 105px;
	font-size:11px;
	margin-bottom: 0 !important;
}

.gomobile ul li {
	background: url("/pgw/s20/i/global/bgRightBullet.gif") no-repeat scroll 0 3px transparent;
	margin-bottom: 5px;
	padding-left: 1em;
}

.gomobile p {
	margin-left:20px; 
	font-size:11px;
}

.followus em {
	display: block;
	text-transform: uppercase; 
	float: left; 
	color: #999; 
	font-size: 12px; 
	padding: 0pt 12px;
	font-style: normal;
}

#rightSash .gomobile,
#rightSash .followus {
	margin-left: 10px;
}

/* Online Only Spotlight*/
.online-only {
	margin: 1em 0;
	padding: 0;
	background-color: #f6f4f1;
	border: 1px solid #dedbd9;
	position: relative;
}

.online-only .box {
	margin: 0;
	padding: 1em 2em;
	border: 0 none;
	float: left;
}

.online-only .box.left {
	width: 190px;
}

.online-only .box.right {
	width: 170px;
	border-left: 1px solid #dedbd9;
}

.online-only .box p {
	margin: 0;
}

.online-only .sage {
	background-image: url("/content/magazine/sage/sage-logo-sm-fp.gif");
	background-repeat: no-repeat;
	background-position: 0 -5px;
	padding: 1em 1em 1em 44px;
}

.online-only h3 {
	margin: 0;
}

.online-only .sage h3 {
	margin-left: -10000px;
}

div#header div#tools input#keywords.text { border-width: 0 !important; }
div#header div#tools div.StyledSelect div.label { border-width: 0 !important; }
