/* line 17, ../../../../../usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, ../../../../../usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../../../usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../../../usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../../../usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../../../usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../../../usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../../../usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, ../../../../../usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Reset */
/* line 13, ../scss/style.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 1%;
  color: #ebbf11;
}

/* line 14, ../scss/style.scss */
h1 {
  font-size: 200%;
}

/* line 15, ../scss/style.scss */
h2 {
  font-size: 180%;
}

/* line 16, ../scss/style.scss */
h3 {
  font-size: 160%;
}

/* line 17, ../scss/style.scss */
h4 {
  font-size: 140%;
}

/* line 18, ../scss/style.scss */
h5 {
  font-size: 100%;
}

/* line 19, ../scss/style.scss */
h6 {
  font-size: 90%;
}

/* line 20, ../scss/style.scss */
strong {
  font-weight: bold;
}

/* line 22, ../scss/style.scss */
a {
  color: white;
  text-decoration: none;
}
/* line 24, ../scss/style.scss */
a:hover {
  color: #e6e6e6;
}

/* line 27, ../scss/style.scss */
body {
  background: url(../images/bg.png) 0px 0px repeat;
  color: #90c3e1;
  font-family: Helvetica, Arial, Sans-Serif;
  /*text-shadow:rgba(255,255,255,.2) 0px 1px 1px;*/
}

/* line 29, ../scss/style.scss */
button {
  border: #2d502f 1px solid;
  background: #3f7142;
  display: block;
  padding: 3px 8px 4px;
  font-size: 100%;
  color: #080f09;
  /*text-shadow:rgba(255,255,255,.25) 0px 1px 1px;*/
  -moz-box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px, rgba(0, 0, 0, 0.3) 0 -1px 0px 0px inset, rgba(255, 255, 255, 0.1) 0 1px 0px 0px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px, rgba(0, 0, 0, 0.3) 0 -1px 0px 0px inset, rgba(255, 255, 255, 0.1) 0 1px 0px 0px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px, rgba(0, 0, 0, 0.3) 0 -1px 0px 0px inset, rgba(255, 255, 255, 0.1) 0 1px 0px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px, rgba(0, 0, 0, 0.3) 0 -1px 0px 0px inset, rgba(255, 255, 255, 0.1) 0 1px 0px 0px inset;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
/* line 34, ../scss/style.scss */
button:hover {
  background: #447b48;
}

/* line 37, ../scss/style.scss */
header {
  width: 90%;
  margin: 2% 5%;
}

/* line 38, ../scss/style.scss */
.trip-form {
  position: fixed;
  left: 5%;
  top: 0;
  margin-top: 4%;
  width: 25%;
}
/* line 40, ../scss/style.scss */
.trip-form h1 {
  margin-bottom: 10px;
}
/* line 41, ../scss/style.scss */
.trip-form img {
  display: block;
  float: left;
  margin-right: 20px;
  border: 1px solid #000;
  -moz-box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.15);
  -o-box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.15);
}
/* line 42, ../scss/style.scss */
.trip-form img:first-of-type {
  clear: left;
}
/* line 46, ../scss/style.scss */
.trip-form .input-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}
/* line 48, ../scss/style.scss */
.trip-form .input-wrapper label {
  display: block;
  margin-bottom: 0px;
  float: left;
  margin-top: 2px;
  width: 50px;
  font-weight: bold;
}
/* line 49, ../scss/style.scss */
.trip-form .input-wrapper input {
  display: block;
  width: 80%;
  line-height: 1.5m;
  height: 1.5em;
  font-size: 120%;
  padding: 0px 2%;
  border: 1px solid #000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
/* line 52, ../scss/style.scss */
.trip-form .input-wrapper select {
  float: left;
}
/* line 54, ../scss/style.scss */
.trip-form #search-departure-button {
  margin: 10px 10px 10px 0px;
  float: left;
}
/* line 55, ../scss/style.scss */
.trip-form .clear-link {
  border: #6b0c0c 1px solid;
  background: #991111;
  display: block;
  padding: 5px 8px 4px;
  font-size: 100%;
  color: #0f0202;
  /*text-shadow:rgba(255,255,255,.25) 0px 1px 1px;*/
  float: left;
  clear: right;
  margin-top: 10px;
  -moz-box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px, rgba(0, 0, 0, 0.3) 0 -1px 0px 0px inset, rgba(255, 255, 255, 0.1) 0 1px 0px 0px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px, rgba(0, 0, 0, 0.3) 0 -1px 0px 0px inset, rgba(255, 255, 255, 0.1) 0 1px 0px 0px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px, rgba(0, 0, 0, 0.3) 0 -1px 0px 0px inset, rgba(255, 255, 255, 0.1) 0 1px 0px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px, rgba(0, 0, 0, 0.3) 0 -1px 0px 0px inset, rgba(255, 255, 255, 0.1) 0 1px 0px 0px inset;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
/* line 61, ../scss/style.scss */
.trip-form .clear-link:hover {
  background: #a71313;
}

/* line 65, ../scss/style.scss */
.podcast-results {
  width: 60%;
  margin: 2% 5%;
  padding-left: 30%;
  /*padding-bottom:150px; background:url(../images/amtrack-logobg.png) 75% bottom no-repeat;*/
}
/* line 67, ../scss/style.scss */
.podcast-results #description {
  margin-bottom: 0px;
}
/* line 68, ../scss/style.scss */
.podcast-results h2 {
  margin-bottom: 10px;
}
/* line 69, ../scss/style.scss */
.podcast-results .result-title {
  border-bottom: 1px solid #000;
  padding-bottom: 2%;
}
/* line 73, ../scss/style.scss */
.podcast-results .podcast-result {
  border-bottom: 1px solid #000;
  padding: 1.5% 1%;
  overflow: hidden;
}
/* line 75, ../scss/style.scss */
.podcast-results .podcast-result .podcast-info {
  float: left;
  width: 40%;
}
/* line 77, ../scss/style.scss */
.podcast-results .podcast-result .podcast-info h2 {
  font-size: 110%;
}
/* line 79, ../scss/style.scss */
.podcast-results .podcast-result .podcast-link-wrapper {
  overflow: hidden;
  float: right;
  width: 50%;
  /* border-left:1px solid #000; */
}
/* line 81, ../scss/style.scss */
.podcast-results .podcast-result .podcast-link-wrapper a {
  border: #2d502f 1px solid;
  background: #3f7142;
  display: block;
  padding: 12px 8px 12px 40px;
  font-size: 100%;
  color: #080f09;
  /*text-shadow:rgba(255,255,255,.25) 0px 1px 1px;*/
  display: block;
  float: right;
  margin-top: 3%;
  text-align: center;
  margin-bottom: 3px;
  margin-left: 5%;
  -moz-box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px, rgba(0, 0, 0, 0.3) 0 -1px 0px 0px inset, rgba(255, 255, 255, 0.1) 0 1px 0px 0px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px, rgba(0, 0, 0, 0.3) 0 -1px 0px 0px inset, rgba(255, 255, 255, 0.1) 0 1px 0px 0px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px, rgba(0, 0, 0, 0.3) 0 -1px 0px 0px inset, rgba(255, 255, 255, 0.1) 0 1px 0px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px, rgba(0, 0, 0, 0.3) 0 -1px 0px 0px inset, rgba(255, 255, 255, 0.1) 0 1px 0px 0px inset;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
/* line 87, ../scss/style.scss */
.podcast-results .podcast-result .podcast-link-wrapper a:hover {
  background: #447b48;
}
/* line 88, ../scss/style.scss */
.podcast-results .podcast-result .podcast-link-wrapper a.itunes_link {
  background-image: url(../images/iTunes.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-color: #7be6ff;
}
/* line 89, ../scss/style.scss */
.podcast-results .podcast-result .podcast-link-wrapper a.itunes_link:hover {
  background-color: #48dcff;
}
/* line 91, ../scss/style.scss */
.podcast-results .podcast-result .podcast-link-wrapper a.rss_link {
  background-image: url(../images/rss.png);
  background-repeat: no-repeat;
  background-position: 8px 8px;
  background-color: #e8b895;
}
/* line 93, ../scss/style.scss */
.podcast-results .podcast-result .podcast-link-wrapper a.rss_link:hover {
  background-color: #df9c6b;
}
/* line 95, ../scss/style.scss */
.podcast-results .podcast-result .podcast-link-wrapper a.pc-directory-link {
  background-image: url(../images/index_icon.png);
  background-repeat: no-repeat;
  background-position: 8px 8px;
}

/* line 103, ../scss/style.scss */
#podcast-directory {
  width: 90%;
  margin: 2% 5%;
}
/* line 106, ../scss/style.scss */
#podcast-directory .podcast-image {
  width: 20%;
  float: left;
  margin-right: 5%;
}
/* line 107, ../scss/style.scss */
#podcast-directory #podcast-info {
  width: 75%;
  float: left;
  display: block;
}
/* line 108, ../scss/style.scss */
#podcast-directory #podcast-description {
  padding-bottom: 1%;
}
/* line 110, ../scss/style.scss */
#podcast-directory #podcast-description h3 {
  font-size: 110%;
}
/* line 113, ../scss/style.scss */
#podcast-directory article {
  padding: 1% 1%;
  border-top: 1px solid #000;
  overflow: hidden;
}
/* line 116, ../scss/style.scss */
#podcast-directory article strong {
  color: #FFFFFF;
}
/* line 118, ../scss/style.scss */
#podcast-directory article hgroup {
  margin-bottom: 1.5%;
  overflow: hidden;
}
/* line 120, ../scss/style.scss */
#podcast-directory article hgroup h3 {
  font-size: 125%;
  margin-bottom: 0px;
}
/* line 121, ../scss/style.scss */
#podcast-directory article hgroup h4 {
  font-size: 110%;
}
/* line 124, ../scss/style.scss */
#podcast-directory article .file-link {
  width: 15%;
  display: block;
  float: right;
  margin-left: 2%;
  margin-bottom: 2%;
}
/* line 126, ../scss/style.scss */
#podcast-directory article .file-link:hover {
  padding-top: 1px;
}
/* line 127, ../scss/style.scss */
#podcast-directory article .file-link img {
  width: 100%;
  border: 1px solid #000;
  display: block;
  -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.15);
  -o-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.15);
}
/* line 131, ../scss/style.scss */
#podcast-directory article .author {
  margin-bottom: 1.5%;
}
/* line 132, ../scss/style.scss */
#podcast-directory article .summary {
  margin-bottom: 1.5%;
}
/* line 133, ../scss/style.scss */
#podcast-directory article .pubDate {
  float: left;
  display: block;
  width: 47%;
}
/* line 134, ../scss/style.scss */
#podcast-directory article .duration {
  display: block;
  float: left;
  width: 30%;
}

/* line 138, ../scss/style.scss */
footer {
  width: 90%;
  margin: 2% 5%;
  border-top: 1px solid #000;
  padding: .75% 1%;
  overflow: hidden;
}
/* line 140, ../scss/style.scss */
footer > * {
  display: block;
  float: left;
  margin-right: 3%;
  margin-bottom: 10px;
  font-size: 80%;
}
/* line 141, ../scss/style.scss */
footer #copyright-statement {
  float: right;
  margin-right: 0;
}

/* line 144, ../scss/style.scss */
#gratitude-wrapper {
  width: 500px;
  top: 0px;
  left: 0px;
  background: #d6dfe9;
  border: 1px solid #000;
  position: fixed;
  padding: 10px;
  display: none;
  color: #04486F;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -o-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
}
/* line 146, ../scss/style.scss */
#gratitude-wrapper h3 {
  color: #03456B;
}
/* line 147, ../scss/style.scss */
#gratitude-wrapper a {
  color: #3f7142;
}
/* line 149, ../scss/style.scss */
#gratitude-wrapper a:hover {
  color: #1a301c;
}
/* line 154, ../scss/style.scss */
#gratitude-wrapper > * {
  margin-bottom: 10px;
}
/* line 155, ../scss/style.scss */
#gratitude-wrapper ul {
  padding-left: 20px;
}
/* line 157, ../scss/style.scss */
#gratitude-wrapper ul li {
  list-style: disc;
  margin-bottom: 5px;
}
/* line 159, ../scss/style.scss */
#gratitude-wrapper a.close-link {
  position: absolute;
  top: 10px;
  right: 15px;
}

/* line 162, ../scss/style.scss */
#instructions {
  padding: 10px 10px 0px;
  border: 1px solid #000;
  background: #022438;
  margin-bottom: 10px;
  font-size: 90%;
  line-height: 1.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(255, 255, 255, 0.3) 0px 1px 1px 0px, black 0px 0px 2px 0px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0px 1px 1px 0px, black 0px 0px 2px 0px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.3) 0px 1px 1px 0px, black 0px 0px 2px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.3) 0px 1px 1px 0px, black 0px 0px 2px 0px inset;
}
/* line 164, ../scss/style.scss */
#instructions .intructional-content {
  display: none;
}
/* line 165, ../scss/style.scss */
#instructions h3 {
  font-size: 110%;
  cursor: pointer;
}
/* line 166, ../scss/style.scss */
#instructions p {
  margin-bottom: 10px;
}

/* line 171, ../scss/style.scss */
#overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
  display: none;
}

/* line 172, ../scss/style.scss */
#description p {
  margin-bottom: 10px;
}

@media screen and (max-width:575px) {
  /* line 175, ../scss/style.scss */
  .trip-form {
    position: relative;
    width: 90%;
    overflow: hidden;
    margin: 0px;
    padding: 2% 5%;
    left: 0px;
  }

  /* line 176, ../scss/style.scss */
  .podcast-results {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-image: none;
  }
  /* line 178, ../scss/style.scss */
  .podcast-results #description {
    padding: 2% 5%;
  }
  /* line 179, ../scss/style.scss */
  .podcast-results .result-title {
    padding: 2%;
  }
  /* line 180, ../scss/style.scss */
  .podcast-results .podcast-result {
    padding: 2%;
  }
  /* line 182, ../scss/style.scss */
  .podcast-results .podcast-result .podcast-info {
    width: 100%;
  }
  /* line 183, ../scss/style.scss */
  .podcast-results .podcast-result .podcast-link-wrapper {
    width: 100%;
  }
  /* line 184, ../scss/style.scss */
  .podcast-results .podcast-result .podcast-link-wrapper a {
    float: left;
    margin-left: 0px;
    margin-right: 2%;
  }

  /* line 188, ../scss/style.scss */
  footer {
    width: 90%;
    margin: 2% 0px 0px;
    padding: 2% 5%;
  }

  /* line 190, ../scss/style.scss */
  #podcast-directory {
    width: 100%;
    margin: 0px;
  }
  /* line 193, ../scss/style.scss */
  #podcast-directory #navigation {
    position: fixed;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f5b8e), color-stop(100%, #224268));
    background: -webkit-linear-gradient(#2f5b8e, #224268);
    background: -moz-linear-gradient(#2f5b8e, #224268);
    background: -o-linear-gradient(#2f5b8e, #224268);
    background: -ms-linear-gradient(#2f5b8e, #224268);
    background: linear-gradient(#2f5b8e, #224268);
    top: 0px;
    height: 30px;
    width: 94%;
    padding: 0px 3%;
    border-bottom: 1px solid #000;
    -moz-box-shadow: 0px 0px 5px #333333;
    -webkit-box-shadow: 0px 0px 5px #333333;
    -o-box-shadow: 0px 0px 5px #333333;
    box-shadow: 0px 0px 5px #333333;
  }
  /* line 195, ../scss/style.scss */
  #podcast-directory #navigation a {
    display: block;
    padding: 4px 10px;
    border: 1px solid #0a131e;
    float: left;
    margin-top: 2px;
    -moz-box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px 0px, rgba(0, 0, 0, 0.15) 0px 0px 1px 0px inset;
    -webkit-box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px 0px, rgba(0, 0, 0, 0.15) 0px 0px 1px 0px inset;
    -o-box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px 0px, rgba(0, 0, 0, 0.15) 0px 0px 1px 0px inset;
    box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 1px 0px, rgba(0, 0, 0, 0.15) 0px 0px 1px 0px inset;
  }
  /* line 197, ../scss/style.scss */
  #podcast-directory .podcast-image {
    display: none;
  }
  /* line 198, ../scss/style.scss */
  #podcast-directory #podcast-info {
    width: 100%;
    float: none;
  }
  /* line 199, ../scss/style.scss */
  #podcast-directory #podcast-info > hgroup {
    margin-top: 30px;
    padding: 3% 3% 0px;
  }
  /* line 200, ../scss/style.scss */
  #podcast-directory #podcast-info #podcast-description {
    padding: 3%;
  }
  /* line 203, ../scss/style.scss */
  #podcast-directory article {
    padding: 3%;
    border-top: 1px solid #90c3e1;
    overflow: hidden;
  }
}
