body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size:   13px;
  line-height: 1.6;
  color: #211f20;
}

body, div, img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

img {
  border-style: none;
}

p, ul {
  margin: 0 0 1em;
  padding: 0;
}

ul {
  margin-left: 2em;
}

a { color: #1a1d48 ; }
a:visited { color: #334; }
a:hover, a:active { color: #233B7C; }

#header {
  width: 100%;
  height: 225px;
  background: url('/imgs/topBg-noshadow.png') repeat-x top right;
}

#headerShadow {
  position: absolute;
  top: 186px;
  left: 0;
  width: 100%;
  height: 39px;
  background: #fff url('/imgs/dropShadow-top.png') repeat-x top right;
}

#headerContent {
  margin: 0 auto;
  width: 980px;
}

#logo {
  float: left;
  margin-left: 3px;
  height: 148px;
  width: 497px;
}

#logo a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 0 none;
  display: block;
  outline: none;
}

#logo a img {
  margin: 0;
  padding: 0;
  display: block;
}

#topRight {
  float: right;
  text-align: right;
  padding-right: 14px;
}

#canvasBody {
  background-color: #fff;
}

#canvas {
  margin: 0 auto;
  width: 980px;
  padding: 0;
  min-height: 500px;
  background-color: #fff;
}

#globalMessages {
  float: left;
  clear: none;
}

#globalMessages p {
  margin: 0;
  padding: 5px;
}

#content {
  float: left;
  width: 780px;
  padding-right: 16px;
}

#rightAd {
  float: right;
  width: 172px;
  margin-right: 8px;
}

#rightAd a {
  outline: none;
  margin-bottom: 20px;
}

#rightAd img {
  width: 160px;
  height: 600px;
  display: block;
  border: 6px solid #ddd;
  background-color: #ddd;
}

#footer {
  height: 30px;
  padding: 12px 10px;
  color: #fff;
  text-align: center;
  background: rgb(26, 29, 72) url('/imgs/Footer.png') repeat top center;
  border-top: 3px solid #fff;
}

#footerShadow {
  height: 16px;
  background: #fff url('/imgs/dropShadow-bottom.png') repeat-x bottom right;
  border-bottom: 1px solid #aaa;
}

/** Top Nav Menu */

#navBar {
  position: relative;
  height: 77px;
}

#topMenu {
  display: block;
  width: 980px;
  height: 38px;
  background: url('/imgs/topMenu.png') no-repeat top;
}

#topMenu a {
  height : 32px;
  display: block;
  float: left;
  text-decoration: none;
  margin: 0 3px 0 0;
  padding: 3px 0;
  outline: none;
}

a#features {
  width: 107px;
  margin-left: 3px;
}

a#resources {
  width: 120px;
}

a#classifieds {
  width: 180px;
}

a#backIssues {
  width: 125px;
}

a#subscriber {
  width: 199px;
}

a#contact {
  width: 122px;
}

a#about {
  width: 103px;
}

#topMenu a img {
  display: block;
}

#subShadow {
  position: relative;
  width: 980px;
  height: 39px;
  color: #000;
  background-color: #fff;
  z-index: 1;
}

#dropMenu {
  height: 31px;
  display: none;
  background: url('/imgs/menuDropDownBar.png') no-repeat bottom center;
  z-index: 10;
}

#dropShadow {
  position: absolute;
  top: 0;
  height: 16px;
  width: 100%;
  background: url('/imgs/dropShadow-top.png') repeat-x top right;
  z-index: 20;
}

#dropMenu p {
  position: relative;
  margin: 0;
  padding: 7px 19px 5px 22px; 
  font-family: Helvetica,Arial,sans-serif; 
  text-transform: uppercase; 
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  z-index: 30;
}

#dropMenu p a {
  color: #fff;
  text-decoration: none;
  /*text-shadow: 0 1px 1px #000;*/
}

#dropMenu p a:hover {
  color: #000;
  /*text-shadow: none;*/
}

#underDropMenu {
  position: absolute;
  top: 0;
  width: 940px;
  margin: 10px 20px 0;
}

#crumbtrail {
  float: left;
}

/** Promo */

#freeTrialPromo {
  /*width: 278px;*/
  height: 74px;
  /*margin: 16px 0;*/
  /** TEMP: fix while there is a search absense */
  margin: 24px 0 0;
}

#freeTrialPromo > a {
  display: block;
  position: relative;
  text-decoration: none;
  outline: none;
  width: 280px;
}

#freeTrialPromo > a > span {
  display: block;
  width: 168px;
  color: rgb(239, 235, 97);
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -1px;
  text-align: right;
  text-transform: uppercase;
  padding: 0 0 0 40px;
  margin: 0;
  float: left;
  clear: both;
  text-shadow: 2px 2px 2px #000;
}

#freeTrialPromo > a > span.subscribe {
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  padding-left: 0;
  width: 210px;
}

#freeTrialPromo > a > img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}



/** Search */

#globalSearch {
  margin: 20px 0 0;
  height: 26px;
  vertical-align: top;
}

#globalSearch input {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 13px;
  background-color: rgb(206, 207, 208);
  border: solid 1px rgb(80, 91, 129);
  color: #1a1d48;
}

#globalSearch input[type="text"] {
  padding: 2px 4px;
  width: 155px;
  height: 14px;
  margin: 0;
  vertical-align: bottom;
  /*background: rgb(206, 207, 208) url('/imgs/search-text.png') top left;*/
}

#globalSearch input[type="text"]:focus {
  border: 1px solid #ddd;
  background-image: none;
 }

#globalSearch input[type="submit"] {
  padding: 0;
  margin: 0 0 0 1px;
  height: 18px;
  width: 23px;
  vertical-align: bottom;
}

#globalSearch input[type="image"] {
  padding: 0;
  margin: 0 0 0 1px;
  height: 18px;
  width: 23px;
  vertical-align: bottom;
}

/** Bottom Nav */

#bottomNav {
  position: relative;
  text-align: center;
  margin-top: 100px;
}

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

#bottomNav ul > li {
  margin: 0;
  padding: 0 10px 0 7px;
  display: inline;
  list-style-type: none;
  border-right: 1px solid rgb(26,29,72);
  font-size: .9em;
  line-height: 1;
}

#bottomNav ul > li.last {
  border-right: none;
}

#bottomNav ul > li > a {
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(26, 29, 72);
}

#bottomNav ul > li > a:hover,
#bottomNav ul > li > a:active {
  color: rgb(26, 39, 138);
  text-decoration: underline;
}

/** Forms & Fields */
  
#content form {
  margin: 0;
  padding: 0;
  position: static;
}

#content form p {
  margin: 2px 0;
  /*font-size: 0.8em;
  line-height: 1.4em;*/
}

#content form div.inputField {
  margin: 18px 0;
  padding: 0;
  position: relative;
}

#content input {
  margin: 0;
  padding: 0;
}

#content input[type="text"], 
#content textarea, 
#content input[type="password"] {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  border: solid 1px #93a2c3;
  font-size: 14px;
  line-height: 14px;
  padding: 2px;
  width: 73%;
  clear: right;
}

#content input[type="text"], 
#content input[type="password"] {
  height: 15px;
}

#content input[type="text"]:focus, 
#content textarea:focus, 
#content input[type="password"]:focus {
  border: solid 1px #c9d0e2;
}

#content input[type="text"].zip {
  width: 95px;
}

#content textarea {
  resize: vertical;
}

#content label {
  display: block;
  float: left;
  clear: left;
  width: 22%;
  font-size: 12px;
  line-height: 1;
  padding: 4px 2px;
  vertical-align: top;
}

#content input[type="submit"] {
  position: relative;
  left: 22%;
  margin-top: 10px;
}

/** Home Page */

div#editorial {
  float: right;
  width: 500px;
  padding: 13px 14px 15px;
  /*background-color: rgb(214, 214, 214);
  border: 1px solid rgb(126, 162, 194);*/
  border: 1px solid #ccc;
  /* FIXME: is this right, or should the 
            #content padding be reduced? */
  position: relative;
  right: -10px;
}

div#editorial div#ofNote {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

ul#ofNoteImages {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 532px;
  height: 90px;
}

ul#ofNoteImages li {
  position: relative;
  float: left;
  margin: 5px 3.33px;
  padding: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  -khtml-opacity: 0.50;
  opacity: 0.50;
}

ul#ofNoteImages li.current {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

ul#ofNoteImages a {
  outline: none;
  display: block;
}

ul#ofNoteImages li > a > img {
  display: block;
  height: 80px;
  width: 120px;
}

ul#ofNoteImages li > img#notePointer {
  position: absolute;
  bottom: -6px;
  left: 45px;
  width: 30px;
  height: 15px;
  z-index: 100;
}

ul#ofNoteImages li:first-child {
  margin-left: 0;
}

ul#ofNoteImages li:last-child {
  margin-right: 0;
  /*float: right;*/
}

div#ofNote div.headline > h2 {
  background: rgb(225, 227, 223);
  border:1px solid #ccc;
  padding: 8px 14px 6px;
  margin: 0;
  line-height: 1;
  font-size: 1.4em;
  height: auto;
  text-align: center;
}

div#ofNote div.headline > h2 a {
  text-decoration: none;
  color: #264186;
}

div#ofNote div.headline > h2 a:hover,
div#ofNote div.headline > h2 a:active {
  text-decoration: underline;
  color: #1A1D48;
}

div#editorial div#featured {
  /*padding-bottom: 22px;*/
  /*border-bottom: 1px solid rgb(126, 162, 194);*/
  border-bottom: 1px solid #ccc;
}

div#editorial h1,
div#editorial h2,
div#articles > h1.department,
div#article h2.department,
div.article div.blurb h3.department {
  margin: 0;
  padding: 0;
  background: url("/imgs/deptBar420.png") repeat top right #1A1D48;
  font-weight: normal;
  height: 20px;
  font-size: 11px;
  line-height: 11px;
}

ul#departments h2 {
  background-image: url("/imgs/deptBar165.png");
}

div#editorial h1 > span.label,
div#editorial h2 > span.label,
div#articles > h1 > span.label,
div#article h2.department > span.label,
div.article div.blurb h3 > span.label {
  display: block;
  float: left;
  height: 12px;
  font-size: 11px;
  line-height: 13px;
  margin: 0;
  padding: 4px 8px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  background-color: rgb(39, 66, 135);
  border-right: 2px solid #fff;
}

span.label a {
  color: #fff;
  text-decoration: none;
}

span.subLabel {
  text-transform: lowercase;
  float: right;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin: 4px 8px;
}

span.subLabel a {
  color: #fff;
  text-decoration: none;
}

div#editorial div#featured div#featuredPhoto {
  height: 333px;
  padding: 0;
  margin: 5px 0 4px;
  background-color: rgb(235, 236, 237);
  position: relative;
}

div.photo a,
div#editorial div#featured div#featuredPhoto a {
  outline: none;
}

div#editorial div#featured div#featuredPhoto .featuredPhoto {
  position: absolute;
  left: 0;
  top: 0;
}

div#editorial div#featured > div.headline {
  background-color: rgb(39, 52, 109);
}

div#editorial div#featured > div.headline h2 {
  float: left;
  background: none;
  margin: 0;
  padding: 15px 16px;
  text-align: center;
  width: 404px;
  position: relative;
}

div#editorial div#featured > div.headline h2 > a {
  font-size: 2.4em;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  position: absolute;
  display: block;
  text-align: center;
  width: 404px;
  background-color: rgb(39, 52, 109);
}

div#editorial div#featured > div.headline > div.arrowLeft {
  float: left;
  width: 32px;
  height: 50px;
  background-image: url("/imgs/buttons/arrowLeft.png");
}

div#editorial div#featured > div.headline > div.arrowRight {
  float: right;
  width: 32px;
  height: 50px;
  background-image: url("/imgs/buttons/arrowRight.png");
}

div#editorial div#featured ul#latest {
  text-align: center;
  font-size: 2.3em;
  line-height: 20px;
  margin: 0;
  padding: 3px 0 0;
}

div#editorial div#featured ul#latest li {
  display: inline;
  color: #ccc;
  padding: 0;
  margin: 0;
}

div#editorial div#featured ul#latest li.current {
  color: #27346D;
}

div#editorial ul#departments {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 516px;
  overflow: hidden;
}

div#editorial ul#departments > li {
  display: block;
  width: 242px;
  float: left;
  margin: 20px 16px 0 0;
  padding: 0;
  list-style-type: none;
}

div#editorial ul#departments > li.odd {
  clear: left;
}

div#editorial ul#departments > li div.photo {
  margin: 5px 0 6px;
  width: 242px;
  height: 161px;
  background-color: rgb(235, 236, 237);
  position: relative;
}

div#editorial ul#departments > li div.photo a.departmentPhoto {
  position: absolute;
  left: 0;
  top: 0;
}

div#editorial ul#departments > li ul.featured {
  margin: 0;
  padding: 24px 8px 16px 28px;
  background-color: rgb(235, 236, 237);
  border: 1px solid #ccc;
}

div#editorial ul#departments > li ul.featured > li {
  list-style-type: disc;
  color: #274287;
  padding-bottom: 14px;
  font-size: 13px;
  line-height: 12px;
}

div#editorial ul#departments > li ul.featured > li a {
  text-decoration: none;
  color: #000;
}

div#editorial ul#departments > li ul.featured > li.current a {
  color: rgb(38, 65, 134);
}

div#promos {
  float: left;
  width: 238px;
  margin-left: 9px;
}

div#promos > div {
  margin-bottom: 12px;
}

div#promos > div a,
div#promos > div a img {
  display: block;
  text-decoration: none;
  line-height: 1.3;
  outline: none;
}

div#promos > div > a > span.promoBoxA,
div#promos > div > a > span.promoBoxB {
  display: block;
}

div#promos > div > a > span.outerContainer {
  display: block;
  width: 211px;
  padding: 14px;
  -moz-border-radius-topright: 8px; 
  -webkit-border-top-right-radius: 8px; 
  -moz-border-radius-bottomright: 8px; 
  -webkit-border-bottom-right-radius: 8px;

}

div#promos > div > a span > span.innerContainer {
  display: block;
  width: 182px;
  padding: 16px;
  -moz-border-radius-topright: 8px; 
  -webkit-border-top-right-radius: 8px; 
  -moz-border-radius-bottomright: 8px; 
  -webkit-border-bottom-right-radius: 8px;
}


div#promos > div > a > span.promoBoxA.outerContainer {
  background: rgb(252, 242, 192) url('/imgs/promoBoxA-o.png') repeat-x left top;
}

div#promos > div > a > span.promoBoxB.outerContainer {
  background: rgb(223, 218, 194) url('/imgs/promoBoxB-o.png') repeat-x left top;
}

div#promos > div > a span.promoBoxA > span.innerContainer {
  background: rgb(247, 227, 132) url('/imgs/promoBoxA-i.png') repeat-x left top;
}

div#promos > div > a span.promoBoxB > span.innerContainer {
  background: rgb(207, 201, 173) url('/imgs/promoBoxB-i.png') repeat-x left top;
}

div#promos > div > a span.innerContainer > span.title {
  display: block;
  font-size: 2.9em;
  line-height: 0.95;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 7px;
}

div#promos > div > a > span.promoBoxA span.title {
  /*color: rgb(196, 176, 99);*/
  color: #9d8c49;
}

div#promos > div > a > span.promoBoxB span.title {
  /*color: rgb(181, 175, 148);*/
  color: #817c66;
}

div#promos > div > a span.innerContainer > span.leadIn {
  color: #000;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

/** Issue availability promo */

div.issueAvailability {
  background: rgb(163, 0, 0) url('/imgs/onSaleBox.png') repeat-x top left;
  -moz-border-radius-bottomright: 6px; 
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
}

div.issueAvailability a {
  text-decoration: none;
  min-height: 86px;
}

div.issueAvailability a span {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-shadow: 1px 1px 4px #000;
}

div.issueAvailability a span.availability {
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: bold;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: -1px;
}

div.issueAvailability a span.issue {
  color: rgb(252, 118, 118);
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 4px;
}

div.issueAvailability a img {
  float: left;
  padding-right: 7px;
  width: 66px;
  height: 86px;
}

/** Common to pages */

div#title {
  float: left;
  width: 232px;
  text-align: right;
}

div#title > h1 {
	color: rgb(26, 29, 72);
	font-size: 4.5em;
	line-height: 0.9;
	margin: 0 0 50px;
	padding: 0;
	letter-spacing: -1px;
}

div#pageContent {
  float: right;
  width: 545px;
}

/** User related */

div#userContent {
  float: right;
  width: 465px;
  padding: 0 40px;
}

div#userContent > div.section {
  padding-top: 10px;
}

div#userContent {
  font-size: 1.3em;
}

/** Style helper classes */

.section {
  margin: 0 0 20px;
  padding: 0 15px 5px;
  border: 1px dotted #999;
}

span.explain {
  float: left;
  clear: both;
  display: block;
  position: relative;
  top: -2px;
  margin: 0;
  padding: 0 2px;
  font-size: 10px;
  line-height: 10px;
  color: #777;
  width: 22%;
}

.clear {
  clear: both;
  padding: 0;
  margin: 0;
  border: none;
}

/** App/Widget styling */

/** Pagination */

div.pagination {
  font-size: 14px;
  line-height: 16px;
  text-transform: lowercase;
  float: right;
  padding: 2px 6px;
}

div.pagination span.disabled {
  display: none;
}

div.pagination span.current {
  font-weight: bold;
  color: #000;
}

div.pagination a, div.pagination span {
  float: left;
  display: block;
  text-decoration: none;
  padding: 1px 7px;
  /*border-right: 1px solid rgb(187, 157, 108);*/
  border-right: 1px solid rgb(126, 162, 194);
}

div.pagination span:last-child {
  border-right: none;
}

div.pagination a.end, div.pagination span.end {
  border-right: 1px solid #fff;
}

div.pagination a {
  color: rgb(126, 162, 194);
  /*color: rgb(161, 132, 86);*/
}

div.pagination a:hover {
  text-decoration: underline;
}

div.pagination a.prev_page, div.pagination a.next_page {
  position: relative;
  top: -1px;
  right: 1px;
  /*border: 1px solid rgb(187, 157, 108);*/
  border: 1px solid rgb(126, 162, 194);
}

/** Sorting/Ordering */

ol.sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol.sortable li {
  margin: 0 3px 3px 3px;
  padding: 3px;
  border: 1px solid #ccc;
}

ol.sortable li .actions {
  float: right;
  position: relative;
}

/*#sortablePhotos {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sortablePhotos li {
  margin: 0 3px 3px 3px;
  padding: 3px;
  border: 1px solid #ccc;
}*/

#sortablePhotos li img {
  float: left;
  margin-right: 5px;
}

#sortablePhotos li .photoDetails {
  float: left;
  width: 50%;
}

#sortablePhotos li .actions {
  height: 78px;
}

#sortablePhotos li .actions a {
}

#sortablePhotos li .actions a.ui-icon-trash {
  position: absolute;
  bottom: 0;
}

div#sorter {
  float: right;
}

div#show > *,
div#sorter > * {
  display: block;
  float: left;
  margin: 5px 0;
  padding: 0 8px;
}

div#show a,
div#sorter a {
  color: #000;
  border-right: 1px solid #000;
}

div#show a:last-child,
div#sorter a:last-child {
  border-right: none;
  padding-right: 0;
}

div#show a.current,
div#sorter a.current {
  margin-right: 0;
}

/** AJAX info */

div#waiting {
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  background: url(/imgs/loading.gif) no-repeat center center;
  background-color: #fff;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  -khtml-opacity: 0.50;
  opacity: 0.50;
}

/** Errors */
div.formError {
  position: absolute;
  top: -14px;
  right: -8%;
}

#content div.fieldWithErrors input {
  border: 1px solid red;
}

div.errorMessage, div.infoMessage {
  float: left;
  clear: both;
}

#content div.errorMessage p,
#content div.infoMessage p {
  font-size: 1em;
  line-height: 1.2em;
  padding: 3px 0;
  margin: 3px;
}

#content div.infoMessage p {
  color: rgb(35, 59, 124);
}

div.formError .ui-state-error p {
  font-size: 0.9em;
  line-height: 1.1em;
}

/** approvable widgets */
#content form.approvable.section {
  background-color: #F5F3D9;
  margin-bottom: 20px;
  padding: 10px 15px;
}

#content form.approvable.section input[type="submit"] {
  position: static;
}

table.approvable {
  background-color: #f5f3d9;
  margin: 0 auto 20px;
}

table.approvable caption > h3 {
  margin: 0;
  padding: 0;
  display: inline;
}

table.approvable th {
  margin: 0;
  padding: 2px 80px 2px 10px;
}

table.approvable td {
  margin: 0;
  padding: 2px 5px;
}

div#adminMenu.approvable h4 {
  margin: 10px 0 6px;
}

/** user menu **/


#userMenu {
  float: right;
  margin: 0;
  padding: 0;
  line-height: 1;
}

#userMenu ul {
  margin: 0;
  padding: 0;
  float: left;
}

#userMenu li {
  display: block;
  float: left;
  text-align: right;
  border-right: 1px solid #333;
  padding: 0 6px;
}

#userMenu li:last-child {
  border-right: none;
}

div#userMenuContainer {
  position: absolute;
  top: 0;
  margin: 0 auto;
  padding: 3px 6px;
  width: 965px;
  background-color: #aab;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

div#userMenuContainer {
  text-shadow: 1px 1px 2px #000;
  color: #fff;
}

div#userMenuContainer a {
  color: #fff;
}

div#userMenuContainer a:hover,
div#userMenuContainer a:active {
  color: yellow;
}

div#userMenuContainer #userMenu {
  float: none;
  text-align: center;
}

div#userMenuContainer #userMenu li {
  border-color: #ddd;
}

div#userMenuContainer #userMenu li:last-child {
  border-right: none;
}

/** Last... load in the background color of the entire page */

body {
  background: rgb(26, 29, 72) url('/imgs/Footer.png') repeat top center;
}
