/* $Id$ */

/* WebPublish Legacy CSS */

/* Grid (overrides)
-------------------------------------------------------------- */

.wp-legacy .span-4  { width: 13.846em; /*180px;*/ }
.wp-legacy .span-12 { width: 43.077em; /*560px;*/ }
.wp-legacy .span-16 { width: 57.692em; /*750px;*/ }

/* Page elements (overrides)
-------------------------------------------------------------- */

#queenspage.wp-legacy { background-image: none; }

.wp-legacy #queensleft { display: none; }

.wp-legacy #queensright { width: 58.462em; /*760px;*/ min-width: 760px; }

.wp-legacy #queenscontent {
  margin: auto;
  padding-right: 3.077em; /*40px;*/
  text-align: left;
  width: 58.462em; /*760px;*/
  min-width: 760px;
  background: none;
}

.wp-legacy #queensheader {
  width: 800px;
  height: 139px;
}

.wp-legacy #queensheader #bannersubtitle,
.wp-legacy #queensheader #bannertitle { display: none; }

.wp-legacy #logo {
  margin-top: 1px;
}

.wp-legacy #prinav {
  padding-top: 77px;
  background: url(../../images/queensDefault/prinav_bkgnd.png) no-repeat right bottom;
}

.wp-legacy #pagenav {
  width: 100%;
  background-image: none;
  font-size: 77%;
  height: 30px;
}

.wp-legacy #pagenav li {
  padding-top: 8px;
}

.wp-legacy #pagenav li.selected {
  padding-top: 8px;
  padding-left: 1.231em;
  background-image: none;
  background-color: #fff;
  border-left: 1px solid #919395;
}

.wp-legacy ul#pagenav li.first { padding-left: 1.231em; border-left: 1px solid #919395; }

.wp-legacy ul#pagenav li.last { padding-right: 1.231em; border-right: 1px solid #919395; }

.wp-legacy ol#breadcrumbs { background: #fff url(../../images/queensDefault/breadcrumb_bkgnd.png) no-repeat right top; }

.wp-legacy #queensbody {
  margin: 0;
  width: 61.538em; /*800px;*/
  min-width: 800px;
}

.wp-legacy #queensfooter {
  margin: 0;
  width: 58.462em; /*760px;*/
  min-width: 760px;
}

.wp-legacy #colophon {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}


/** quicklinks **/

.wp-legacy .quicklinks_header {
  clear: left;
  float: left;
  margin: 0 1.231em 0 0; /*16px;*/
  padding: 0.154em 0 0 50px; /*2px;*/
  height: 1.5em;
  width: 9em; /*116px;*/
  color: #bd2f37;
  background: #fff url(../../images/queensDefault/arrowDown.gif) no-repeat 10px 0;
  border-bottom: 1px solid #bd2f37;
  border-top: 1px solid #bd2f37;
}

.wp-legacy .quicklinks {
  clear: left;
  float: left;
  margin-right: 1.333em; /*16px;*/
  padding-top: 0.667em; /*8px;*/
  width: 13.333em; /*160px*/
  background-color: #f5f5f5;
}

.wp-legacy .quicklinks li {
  margin-left: 8px;
  padding-left: 12px;
  padding-right: 8px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  background: url(../../images/queensDefault/sml_arrow.png) no-repeat 1px 5px;
}

/** sitetree nav **/

.wp-legacy ul.sitetree {
  margin-left: 0;
  padding-left: 0;
  width: auto;
}


/** RSS feeds **/

.wp-legacy .feedtitle {
  margin-top: 0;
  margin-bottom: -0.1em;
  padding-bottom: 4px;
  border-bottom: 1px solid #b1b3b5;
}

.wp-legacy .feedtitle a {
  text-transform: uppercase;
  text-decoration: none;
  color: #111315;
}


/** list types **/

.wp-legacy .star_list { list-style: url(../../images/queensDefault/bullet.png) disc; }

.wp-legacy .square_list_red { list-style: url(../../images/queensDefault/square_sml_red.png) square; }

.wp-legacy .square_list_blue { list-style: url(../../images/queensDefault/square_sml_blue.png) square; }


/** utility styles **/

.wp-legacy .nowrap { margin-left: 14.154em; /*184px;*/ }


/* PRINT styles
-------------------------------------------------------------- */

@media print {
  .wp-legacy .span-4,
  .wp-legacy .span-12,
  .wp-legacy .span-16,
  .wp-legacy #queensright,
  .wp-legacy #queenscontent,
  .wp-legacy #queensbody,
  .wp-legacy #queensfooter,
  .wp-legacy .quicklinks_header,
  .wp-legacy .quicklinks,
  .wp-legacy .quicklinks li,
  .wp-legacy .feedtitle,
  .wp-legacy .feedtitle a  {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .wp-legacy .quicklinks_header,
  .wp-legacy .quicklinks,
  .wp-legacy .quicklinks li { background: none !important; border: none !important; }

  .wp-legacy #queensheader,
  .wp-legacy ul.sitetree { display: none !important; }

  .wp-legacy .feedtitle { border: none !important; }
  .wp-legacy .feedtitle a { text-transform: none !important; }

  .wp-legacy .nowrap { margin-left: 0.5 em !important; }
}
