/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Copyright (C) 2010 The Little App Factory
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Quickstart Guides
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div#quickstart {
  width: 860px;
  margin: 0 auto;
}

div#quickstart h3,
div#quickstart p#guide_intro {
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .45);
  line-height: 1em;
}

div#quickstart h3 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 12px;  
}

div#quickstart h3 a {
  color: #fff;
  border-bottom: 1px dashed #777;
}

div#quickstart p#guide_intro {
  font-size: 14px;
  clear: both;
  color: #ccc;
  margin-bottom: 36px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          iRip Guide
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body#irip { background-image: none; }

body#irip div#quickstart p#guide_intro { margin-bottom: 72px; }

body#irip div#quickstart div.block {
  width: 430px;
  float: left;
  margin-bottom: 48px;
}

body#irip div#quickstart div.block img {
  margin: 0 auto;
  display: block;
}

body#irip div#quickstart div.block h4 {
  font-size: 11px;
  font-weight: bold;
  line-height: 1em;
  margin: -12px auto 1em;
  width: 256px;
}

body#irip div#quickstart div.block p {
  font-size: 11px;
  line-height: 1.65em;
  padding-bottom: 1.65em;
  color: #bbb;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .67);
  margin: 0 auto;
  width: 256px;
}

body#irip div#quickstart div.block p a {
  color: #ddd;
  border-bottom: 1px dashed #bbb;
}

body#irip div#quickstart div#usb_itunes {
  position: relative;
  width: 100%;
  float: none;
  margin-bottom: 32px;
}

body#irip div#quickstart div#usb_itunes img {
  position: absolute;
  right: 32px;
  top: 29px;
}

body#irip div#quickstart div#usb_itunes h4,
body#irip div#quickstart div#usb_itunes p {
  padding-left: 87px;
  padding-right: 517px;
  margin-top: 0;
  width: auto;
}

body#irip div#quickstart div#usb_itunes span {
  width: 27px;
  height: 27px;
  display: block;
  background: url(../images/irip/quickstart/warning_1.png) 0 0 no-repeat;
  position: absolute;
  left: 45px;
  top: 45px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          RipIt Guide
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body#ripit { background-image: none; }

body#ripit div#quickstart { width: 870px; }

body#ripit div#quickstart div.step {
  width: 290px;
  float: left;
  padding-bottom: 36px;
}

body#ripit div#quickstart div.step span {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-size: 11px;
  width: 11px;
  height: 11px;
  line-height: 1em;
  padding: 5px;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -o-border-radius: 9999px;
  -moz-border-radius: 9999px;
  background: #bbb;
  text-shadow: none;
  margin-top: -16px;
  margin-bottom: 18px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .55);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .55);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .55);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, .55);
}

body#ripit div#quickstart div.step p {
  width: 240px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.65em;
  padding-bottom: 1.65em;
  color: #bbb;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .67);
}

body#ripit div#quickstart div.step p a {
  color: #ddd;
  border-bottom: 1px dashed #bbb;
}