/* 
Notes:
- "sf-" prefex (standing for ShadowFell) is used to help avoid conflicts with exisiting site CSS
*/

/* === Imports ============================================================== */

@import url(reset.css); 

/* === General ============================================================== */

#shadowfell * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#shadowfell em {
  font-style: italic;
}

body {
  background: #000 url(../images/background.jpg) top center no-repeat;
  font-family: Albertus, Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #c0c0c0;
}

a {
  color: #bc4613;
  text-decoration: none;
}

a:hover {
  color: #e7b47f;
  text-decoration: underline;
}

#shadowfell h1, #sf-details-popup h1 {
  color: #bc4613;
  margin-bottom: 0.1em;
  font-size: 38px; 
  filter:DropShadow(Color=#000000, OffX=-2, OffY=2); /* for IE */
  text-shadow: -2px 2px 1px #000; 
}

#shadowfell .h1-less-important {
  font-size: 26px;
  color: #aa8547;
}

#shadowfell h2, #sf-details-popup h2 { font-size: 24px; }
#shadowfell h3, #sf-details-popup h3 { font-size: 18px; }

#shadowfell p, #sf-details-popup p  {
  margin: 1em 0;
  line-height: 1.3em;
}

#sf-logo {
  background: url(../images/logo.png) no-repeat;
  width: 520px;
  height: 270px;
  margin-top: 20px;
  /* hide text */
  display: block;
  text-align: left;
  direction: ltr;
  text-indent: -999em;
  overflow: hidden; 
}

#shadowfell a.sf-button {
  padding: 0 23px 0 15px;
  display: inline-block;
  background-image: url(../images/arrows.png);
  background-position: right -80px;
  background-repeat: no-repeat;
  line-height: 20px;
  color: #df9a27;
  border: 1px solid #df9a27;
  background-color: #17120f;
  font-size: 12px;
}

#shadowfell a.sf-button:hover {
  background-color: #38353c;
  text-decoration: none;
}

/* === Containers =========================================================== */

#sf-content {
  width: 960px;
  position: relative;
  padding: 80px 10px 10px 10px;
  margin: 0 auto;
  z-index: 100;
  /* keep background from shifting at < 960px width */
  background: url(../images/background.jpg) top center no-repeat; 
}

#sf-details-popup {
  display: none;
  padding-right: 15px;
}

/* --- reusable container box --- */

.sf-container { 
  margin: 30px 0;
  border: 1px solid #c44a04;
  background-color: #000; /* for older browsers */
  background-color: rgba(0,0,0,0.7);
  padding: 20px;
  position: relative;
}

.sf-container h1 { 
  text-transform: uppercase;
}

.sf-container .h1-subtitle {
  color: #717171;
  font-size: 19px;
}

.sf-container .h2-subtitle {
  color: #717171;
  font-size: 19px;
  margin-bottom: 15px;
}

#sf-details-popup h2, #sf-details-popup h3, .sf-container h2, .sf-container h3 { 
  color: #df9a27;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #6f2a0b; /* Old browsers */
  line-height: 1.4em;
  margin: 0.25em 0 0.75em 0 ;
}

#sf-details-popup p, .sf-container p {
  color: #717171;
  font-size: 16px;
}

.sf-container .sf-compare {
  text-align: center;
}

/* --- two column list --- */
.sf-container ul {
  margin: 0 -20px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}

.sf-container li {
  background-image: url(../images/bullet.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-color: #171310;
  padding: 0 10px 0 45px;
  float:left;
  overflow: hidden;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0.3em 0;
  list-style-position: inside;
  width: 50%;
}

.sf-container li.available-now {
  background-image: url(../images/bullet-exclamation.png);
}

.sf-more-info, .sf-more-info-link {
  cursor: pointer;
  color: #fff;
  text-transform: lowercase;
}

#sf-container-hero {
  padding-bottom: 40px;
}

#sf-container-desc {
  color: #e6e6e6;
  text-align: center;
  font-size: 20px;
  padding: 0 1em;
}

#sf-container-desc p {
  margin: 1.3em 0;
}

#sf-container-desc h1, #sf-container-desc h2 {
  text-align: center;
}

#sf-container-desc h2 {
  color: #bbb;
}

#sf-container-toc {
  color: #666;
  font-size: 11px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#sf-container-toc a {
  color: #666;
  text-decoration: underline;
}

#sf-container-toc p {
  margin: 1em 10px;
}

/* === Nav Bar ============================================================== */

#sf-nav {
  width: 100%;
  position: fixed;
  background: url(../images/nav-bg.png) center no-repeat;
  z-index: 200;
  text-transform: uppercase;

}

#sf-nav ul li {
  display: inline-block;
  vertical-align: middle;
}

#sf-nav-container {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 80px;
  padding: 5px 0 0 0;  
}

/* --- mini nav (back to top, go to ddo.com) --- */

#sf-nav-pre a:hover { color: #fff; text-decoration: underline; }

#sf-nav-pre {
  line-height: 20px;
  position: relative;
}

#sf-nav-pre a {
  font-size: 10px;  
  color: #bdbdbd; 
  display: inline-block;
  background-image: url(../images/arrows.png);
  background-repeat: no-repeat;
  padding-right: 20px;
  height: 20px;
  line-height: 20px;
  background-position: right 0;
  position: absolute;
}

#sf-nav-pre .sf-back-to-top { 
  background-position: right 0;
  top: 0;
  left: 0; 
}

#sf-nav-pre .sf-back-to-top:hover { background-position: right -20px; }

#sf-nav-pre .sf-go-to-ddo { 
  background-position: right -40px; 
  top: 0;
  right: 0; 
}

#sf-nav-pre .sf-go-to-ddo:hover { background-position: right -60px; }

/* --- main nav --- */

#sf-nav-main {
  position: absolute;
  left: 0;
  bottom: 30px;
}

#sf-nav-main li {
  font-size: 16px;
  margin: 0 1.2em 0 0;
}

/* --- currency switcher --- */

#sf-nav-currency {
  position: absolute;
  right: 270px;
  bottom: 27px;
  font-size: 10px;  
  color: #bdbdbd;
  text-align: center;
}

#sf-nav-currency li {
  background-image:url(../images/nav-currency.png);
  background-repeat: no-repeat;
  height: 22px;
  width: 25px;
  cursor: pointer;
  /* hide text */
  display: block;
  text-align: left;
  direction: ltr;
  text-indent: -999em;
  overflow: hidden;
}

.sf-currency.sf-dollar { background-position: 0 top; }
.sf-currency.sf-dollar:hover { background-position: 0 bottom; }
.sf-currency.sf-pound { background-position: -60px top; }
.sf-currency.sf-pound:hover { background-position: -60px bottom; }
.sf-currency.sf-euro { background-position: -30px top; }
.sf-currency.sf-euro:hover { background-position: -30px bottom; }

/* --- social nav --- */

#sf-nav-social {
  position: absolute;
  right: 5px;
  bottom: 28px;
}

#sf-nav-social li {
  text-align: right;
}

/* --- pre-purchase button -------------------------------------------------- */

#sf-nav .sf-prepurchase-button {
  width: 190px;
  height: 35px;
  background-image: url(../images/nav-prepurchase.png);
  background-position: top;
  background-repeat: no-repeat;
  /* hide text */
  display: inline-block;
  text-align: left;
  direction: ltr;
  text-indent: -999em;
  overflow: hidden; 
}

#sf-nav .sf-prepurchase-button:hover {
  background-position: bottom;
}

/* === Buttons ============================================================== */

.sf-button-video {
  position: absolute;
  right: 15px;
  top: 360px;
  width: 420px;
  height: 280px;
  background-image: url(../images/button-video.png);
  background-position: top;
  background-repeat: no-repeat;
  /* hide text */
  display: block;
  text-align: left;
  direction: ltr;
  text-indent: -999em;
  overflow: hidden; 
}

.sf-button-hero-collectors {
  width: 500px;
  height: 165px;
  margin-left: 15px;
  background-image: url(../images/button-hero-collectors.png);
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  /* hide text */
  display: block;
  text-align: left;
  direction: ltr;
  text-indent: -999em;
  overflow: hidden; 
}

.sf-button-hero-collectors:hover { background-position: bottom; }

.sf-button-hero-collectors span {
  background-image: url(../images/button-prices-collectors.png);
  background-repeat: no-repeat;
  width: 160px;
  height: 60px;
  display: block;
  position: absolute;
  right: 20px;
  top: 34px;
}

.sf-button-hero-collectors span.sf-dollar { background-position: 0 top; }
.sf-button-hero-collectors:hover span.sf-dollar { background-position: 0 bottom; }
.sf-button-hero-collectors span.sf-euro { background-position: -160px top; }
.sf-button-hero-collectors:hover span.sf-euro { background-position: -160px bottom; }
.sf-button-hero-collectors span.sf-pound { background-position: -320px top; }
.sf-button-hero-collectors:hover span.sf-pound { background-position: -320px bottom; }

.sf-button-hero-standard {
  margin-top: -15px;
  margin-left: 15px;
  width: 500px;
  height: 115px;
  background-image: url(../images/button-hero-standard.png);
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  /* hide text */
  display: block;
  text-align: left;
  direction: ltr;
  text-indent: -999em;
  overflow: hidden; 
}

.sf-button-hero-standard:hover { background-position: bottom; }

.sf-button-hero-standard span {
  background-image: url(../images/button-prices-standard.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 40px;
  display: block;
  position: absolute;
  right: 47px;
  top: 22px;
}

.sf-button-hero-standard span.sf-dollar { background-position: 0 top; }
.sf-button-hero-standard:hover span.sf-dollar { background-position: 0 bottom; }
.sf-button-hero-standard span.sf-euro { background-position: -100px top; }
.sf-button-hero-standard:hover span.sf-euro { background-position: -100px bottom; }
.sf-button-hero-standard span.sf-pound { background-position: -200px top; }
.sf-button-hero-standard:hover span.sf-pound { background-position: -200px bottom; }

.sf-button-body-collectors {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  height: 110px;
  background-image: url(../images/button-body-collectors.png);
  background-position: top;
  background-repeat: no-repeat;
  /* hide text */
  display: block;
  text-align: left;
  direction: ltr;
  text-indent: -999em;
  overflow: hidden; 
}

.sf-button-body-collectors:hover { background-position: bottom; }

.sf-button-body-collectors span {
  background-image: url(../images/button-prices-collectors.png);
  background-repeat: no-repeat;
  width: 160px;
  height: 60px;
  display: block;
  position: absolute;
  right: 10px;
  top: 26px;
}

.sf-button-body-collectors span.sf-dollar { background-position: 0 top; }
.sf-button-body-collectors:hover span.sf-dollar { background-position: 0 bottom; }
.sf-button-body-collectors span.sf-euro { background-position: -160px top; }
.sf-button-body-collectors:hover span.sf-euro { background-position: -160px bottom; }
.sf-button-body-collectors span.sf-pound { background-position: -320px top; }
.sf-button-body-collectors:hover span.sf-pound { background-position: -320px bottom; }

.sf-button-body-standard {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 410px;
  height: 80px;
  background-image: url(../images/button-body-standard.png);
  background-position: top;
  background-repeat: no-repeat;
  /* hide text */
  display: block;
  text-align: left;
  direction: ltr;
  text-indent: -999em;
  overflow: hidden; 
}

.sf-button-body-standard:hover { background-position: bottom; }

.sf-button-body-standard span {
  background-image: url(../images/button-prices-standard.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 40px;
  display: block;
  position: absolute;
  right: 35px;
  top: 20px;
}

.sf-button-body-standard span.sf-dollar { background-position: 0 top; }
.sf-button-body-standard:hover span.sf-dollar { background-position: 0 bottom; }
.sf-button-body-standard span.sf-euro { background-position: -100px top; }
.sf-button-body-standard:hover span.sf-euro { background-position: -100px bottom; }
.sf-button-body-standard span.sf-pound { background-position: -200px top; }
.sf-button-body-standard:hover span.sf-pound { background-position: -200px bottom; }


.sf-button-chart-collectors {
  width: 180px;
  height: 100px;
  background-image: url(../images/button-chart-collectors.png);
  background-repeat: no-repeat;
  position: relative;
  /* hide text */
  display: inline-block;
  text-align: left;
  direction: ltr;
  text-indent: -999em;
  overflow: hidden; 
}

.sf-button-chart-collectors.sf-dollar { background-position: 0 top; }
.sf-button-chart-collectors.sf-dollar:hover  { background-position: 0 bottom; }
.sf-button-chart-collectors.sf-euro { background-position: -180px top; }
.sf-button-chart-collectors.sf-euro:hover  { background-position: -180px bottom; }
.sf-button-chart-collectors.sf-pound { background-position: -360px top; }
.sf-button-chart-collectors.sf-pound:hover  { background-position: -360px bottom; }

.sf-button-chart-standard {
  width: 180px;
  height: 80px;
  background-image: url(../images/button-chart-standard.png);
  background-repeat: no-repeat;
  position: relative;
  /* hide text */
  display: inline-block;
  text-align: left;
  direction: ltr;
  text-indent: -999em;
  overflow: hidden; 
}

.sf-button-chart-standard.sf-dollar { background-position: 0 top; }
.sf-button-chart-standard.sf-dollar:hover  { background-position: 0 bottom; }
.sf-button-chart-standard.sf-euro { background-position: -180px top; }
.sf-button-chart-standard.sf-euro:hover  { background-position: -180px bottom; }
.sf-button-chart-standard.sf-pound { background-position: -360px top; }
.sf-button-chart-standard.sf-pound:hover  { background-position: -360px bottom; }

/* === Compare Editions====================================================== */

#sf-editions {
  font-size: 13px;  
}

#sf-editions h3 {
  margin: 1.75em 10px 0.75em 10px;
}

#sf-available-container {
  margin: 0 0 0.5em 0.4em;
  padding: 0;
  font-size: 14px;
  font-family: AlbertusItalic, Albertus, Verdana, Geneva, Arial, Helvetica, sans-serif;;
}

#sf-available-container img {
  vertical-align: middle;
}

#sf-editions table {
  width: 100%;
  border-spacing: 8px;
  border-collapse: separate;
}

#sf-editions td, #sf-editions th {
  padding: 5px;
  border-spacing: 6px;
  text-align: center;
  vertical-align: top;
}

#sf-editions td:nth-child(3) {
  color: #fff;
}

#sf-editions th {
  font-size: 22px;
  color: #df4b0a;
}

#sf-editions th:first {
  width: auto;
}

#sf-editions td {
  background-color: #171310;  
  line-height: 28px;
  width: 200px;
}

#sf-editions td.included {
  background-image: url(../images/bullet-compare-chart.png);
  background-repeat: no-repeat;
  background-position: center;
}

#sf-editions td.included:nth-child(3) {
  background-image: url(../images/bullet-compare-chart2.png);
}

#sf-editions td:first-child {
  text-align: left;
  /* background-image: url(../images/bullet.png); */
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 15px;
  width: auto;
}

#sf-editions td.available-now:first-child  {
  background-image: url(../images/bullet-exclamation.png);
}


/* === Gallery ============================================================== */

#sf-carousel div {
  display: inline-block;
  position: relative;
}

#sf-carousel div span {
  display: inline-block;
  background-color: #000;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  position: absolute;
  bottom: 3px;
  left: 11px;
  width: 398px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
}

#sf-image-gallery-container {
  display: block;
  height: 300px;
  width: 920px;
  position: relative;
  padding: 0 30px;
  margin: 0 0 30px 0;
  overflow: hidden;
}

#sf-image-gallery-container a {
  width: 400px;
  height: 300px;
  display: inline-block;
  margin: 0 10px;
}

#sf-image-gallery-container a img {
  width: 100%;
  height: 100%;
  border: 1px solid #383838;
}

a#sf-carousel-prev, a#sf-carousel-next {
	background: url(../images/carousel-sprites.png) no-repeat transparent;
	top: 120px;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
}

a#sf-carousel-prev { left: -15px; background-position: 0 0; }
a#sf-carousel-next { right: 3px; background-position: -50px 0; }
a#sf-carousel-prev:hover { background-position: 0 -50px; }
a#sf-carousel-prev.disabled {	background-position: 0 -100px  }
a#sf-carousel-next:hover {		background-position: -50px -50px; }
a#sf-carousel-next.disabled {	background-position: -50px -100px  }
a#sf-carousel-prev.disabled, a#sf-carousel-next.disabled { cursor: default; }
a#sf-carousel-prev span, a#sf-carousel-next span { display: none; }

/* === Fancybox ============================================================= */

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox-sprite.png');
}

.fancybox-skin {
  background: #000;
  border: 1px solid #212121;
}

/* === Footer =============================================================== */

#sf-ddo-footer {
  background-image: url(../images/footer/footer-border.png), url(../images/footer/footer-background-2.png);
  background-repeat: repeat-x, no-repeat;
  background-position: 0 0, 50% 0;
  text-align: center;
  font-family: Trebuchet MS, arial, helvetica, sans-serif;
  padding: 40px 0 170px 0;
  margin: 0;
  display: block;
}

.sf-legal-links {
  font-weight: bold;
  font-size: 13px;
  color: #666;
  margin: 20px 0 20px 0;
}

.sf-legal-links a {
  color: #666;
  text-decoration: none;
}

.sf-legal-links a:hover {
  color: #bdbdbd;
}

#sf-ddo-footer p {
  width: 788px;
  text-align: left;
  margin: 0 auto;
  font-family: arial, helvetica, san-serif;
  color: #666;
  font-size: 10px;
  line-height: 12px;
  margin-top: 20px;
}

#sf-footer-logos img {
  margin: 0 10px;
  height: 65px;
  vertical-align: top;
}

.sf-footer-social {
  margin-top: 165px;
  margin-bottom: 25px;
}

.sf-footer-social ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.sf-footer-social a.sf-footer-facebook,
.sf-footer-social a.sf-footer-twitter,
.sf-footer-social a.sf-footer-youtube {
  background: url(../images/footer/footer-social-icons.png) no-repeat;
  height: 25px;
  width: 30px;
  display: block;
  text-indent: -9999px;
  padding: 0; }

.sf-footer-social li {
  margin-left: 2px; 
  display: inline-block;
}

.sf-footer-social > ul > li:first-child {
  margin: 0; }

.sf-footer-social a.sf-footer-facebook {
  background-position: 0 0; }

.sf-footer-social a.sf-footer-twitter {
  background-position: -30px 0; }

.sf-footer-social a.sf-footer-youtube {
  background-position: 100% 0; }

.sf-footer-social a.sf-footer-facebook:hover {
  background-position: 0 -25px; }

.sf-footer-social a.sf-footer-twitter:hover {
  background-position: -30px -25px; }

.sf-footer-social a.sf-footer-youtube:hover {
  background-position: 100% -25px; }

/* === Font ================================================================= */

@import url("http://fast.fonts.com/t/1.css?apiType=css&projectid=b358a30e-5d2f-4989-a79e-6847e0739159");
@font-face{
  font-family: "AlbertusItalic";
  src:url("../fonts/55b266de-2445-40bf-b353-3b2e69a67894.eot?#iefix");
  src:url("../fonts/55b266de-2445-40bf-b353-3b2e69a67894.eot?#iefix") format("eot"),url("../fonts/2ac3ab35-4982-4c66-86bd-9ed200011b0e.woff") format("woff"),url("../fonts/2ebbeaac-85c7-4789-bd2f-b0ddac4f28cb.ttf") format("truetype"),url("../fonts/22360483-4464-4f99-9079-008c20276a14.svg#22360483-4464-4f99-9079-008c20276a14") format("svg");
}
@font-face{
  font-family: "Albertus";
  src:url("../fonts/39b01d2e-3d63-415e-aaae-408baea01666.eot?#iefix");
  src:url("../fonts/39b01d2e-3d63-415e-aaae-408baea01666.eot?#iefix") format("eot"),url("../fonts/6605b509-e47b-45a6-8823-67b43b7e594c.woff") format("woff"),url("../fonts/9a98ab49-8706-4ba0-9de9-8de54c96bb4c.ttf") format("truetype"),url("../fonts/bda30cf7-8011-486d-81f5-d73a7d32e658.svg#bda30cf7-8011-486d-81f5-d73a7d32e658") format("svg");
}
