/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../.gem/ruby/1.8/gems/compass-0.11.5/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, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 114, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Common Components */
/* line 33, ../src/screen.sass */
a {
  text-decoration: none;
  color: white;
}
/* line 4, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_hover-link.scss */
a:hover {
  text-decoration: underline;
}
/* line 18, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:visited {
  color: white;
}
/* line 21, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:focus {
  color: white;
}
/* line 24, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:hover {
  color: white;
}
/* line 27, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:active {
  color: white;
}
/* line 36, ../src/screen.sass */
a.media {
  display: inline-block;
  height: 33px;
  width: 70px;
  padding: 8px 0 0 0;
  text-align: center;
}
/* line 42, ../src/screen.sass */
a.media[title="Notes"] {
  background: transparent url(/images/mediaButtons.png) 0 0 no-repeat;
}
/* line 44, ../src/screen.sass */
a.media[title="Listen"] {
  background: transparent url(/images/mediaButtons.png) -148px 0 no-repeat;
}
/* line 46, ../src/screen.sass */
a.media[title="Watch"] {
  background: transparent url(/images/mediaButtons.png) -74px 0 no-repeat;
}

/* line 49, ../src/screen.sass */
p {
  margin: 0 0 1em 0;
  break-before: avoid-column;
  break-inside: avoid-column;
}

/* line 54, ../src/screen.sass */
h1, h2 {
  color: white;
}

/* line 58, ../src/screen.sass */
h1 {
  margin-bottom: 1em;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 3em;
  background: #0f0f0f url(/images/bullet.png) no-repeat 12px center;
  text-transform: uppercase;
  font-size: 1.2em;
  border: 0.1em inset #2d2d2d;
  -moz-border-radius: 0.1em;
  -webkit-border-radius: 0.1em;
  -o-border-radius: 0.1em;
  -ms-border-radius: 0.1em;
  -khtml-border-radius: 0.1em;
  border-radius: 0.1em;
  break-before: column;
  break-inside: avoid-column;
  break-after: avoid-column;
}

/* line 76, ../src/screen.sass */
h2 {
  margin-bottom: 0.5em;
  font-weight: bolder;
  text-indent: -2em;
}
/* line 82, ../src/screen.sass */
h2:before {
  content: ">> ";
}

/* Structure */
/* line 86, ../src/screen.sass */
html {
  height: 101%;
  background-color: #4a0000;
}

/* line 90, ../src/screen.sass */
body {
  width: 862px;
  margin: 3em auto;
  background-color: #2d2d2d;
  border: 0.1em solid black;
  -moz-box-shadow: 0 0 3.5em 1em #730000;
  -webkit-box-shadow: 0 0 3.5em 1em #730000;
  -o-box-shadow: 0 0 3.5em 1em #730000;
  box-shadow: 0 0 3.5em 1em #730000;
  font: 62.5%/1.1 Verdana, Arial, Helvetica, sans-serif;
}

/* line 98, ../src/screen.sass */
nav {
  font-size: 1.2em;
}
/* line 101, ../src/screen.sass */
nav ul {
  background-color: #0f0f0f;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2d2d2d), color-stop(70%, #0f0f0f));
  background-image: -webkit-linear-gradient(top, #2d2d2d, #0f0f0f 70%);
  background-image: -moz-linear-gradient(top, #2d2d2d, #0f0f0f 70%);
  background-image: -o-linear-gradient(top, #2d2d2d, #0f0f0f 70%);
  background-image: -ms-linear-gradient(top, #2d2d2d, #0f0f0f 70%);
  background-image: linear-gradient(top, #2d2d2d, #0f0f0f 70%);
  text-align: center;
  padding: 0 0 1.9em;
}
/* line 106, ../src/screen.sass */
nav ul li {
  padding: 1em 1.3em;
  display: inline;
  border-left: 0.2em solid #2d2d2d;
}
/* line 111, ../src/screen.sass */
nav ul li a {
  padding-top: 1em;
  background: url(/images/gtDark.png) no-repeat top left;
  color: #828282;
}
/* line 18, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
nav ul li a:visited {
  color: #828282;
}
/* line 21, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
nav ul li a:focus {
  color: white;
}
/* line 24, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
nav ul li a:hover {
  color: #828282;
}
/* line 27, ../../../.gem/ruby/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
nav ul li a:active {
  color: white;
}
/* line 116, ../src/screen.sass */
nav ul li a:hover {
  background: url(/images/gtLight.png) no-repeat top left;
}
/* line 118, ../src/screen.sass */
nav ul li a#current {
  color: white;
  background: url(/images/gtLight.png) no-repeat top left;
}
/* line 121, ../src/screen.sass */
nav ul li a img {
  position: relative;
  top: 1.9em;
}
/* line 124, ../src/screen.sass */
nav ul li:first-child {
  border-left: none;
}
/* line 127, ../src/screen.sass */
nav ul li:first-child a {
  background: none;
}

/* line 130, ../src/screen.sass */
hr {
  height: 1.2em;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0.2em outset #2d2d2d;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -o-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  -khtml-border-radius: 0.2em;
  border-radius: 0.2em;
}

/* line 138, ../src/screen.sass */
section {
  padding: 1em;
  color: #828282;
  font-size: 1.2em;
}
/* line 143, ../src/screen.sass */
section img {
  border: inset #2d2d2d;
}
/* line 145, ../src/screen.sass */
section > img {
  margin: 1em 0;
}
/* line 147, ../src/screen.sass */
section aside {
  width: 15.3em;
  display: inline;
  float: left;
  font-size: 1em;
}
/* line 151, ../src/screen.sass */
section aside img {
  border-width: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -khtml-border-radius: 0.3em;
  border-radius: 0.3em;
}
/* line 154, ../src/screen.sass */
section section {
  width: 52em;
  padding: 0;
  display: inline;
  float: right;
  font-size: 1em;
}
/* line 159, ../src/screen.sass */
section section img {
  border-width: 0.2em;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -o-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  -khtml-border-radius: 0.2em;
  border-radius: 0.2em;
}
/* line 162, ../src/screen.sass */
section section hr {
  clear: both;
  height: 0.4em;
  margin: 1em 0;
  border: 0.1em solid;
  border-top-color: #0f0f0f;
  border-left-color: #0f0f0f;
  border-bottom-color: #414141;
  border-right-color: #414141;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  background-color: #0f0f0f;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0f0f0f), color-stop(100%, #414141));
  background-image: -webkit-linear-gradient(top, #0f0f0f, #414141);
  background-image: -moz-linear-gradient(top, #0f0f0f, #414141);
  background-image: -o-linear-gradient(top, #0f0f0f, #414141);
  background-image: -ms-linear-gradient(top, #0f0f0f, #414141);
  background-image: linear-gradient(top, #0f0f0f, #414141);
}
/* line 174, ../src/screen.sass */
section section article {
  clear: both;
}
/* line 176, ../src/screen.sass */
section section article img:first-child {
  display: inline;
  float: left;
  margin-right: 3em;
  margin-bottom: 1em;
}
/* line 181, ../src/screen.sass */
section section article hr {
  display: inline;
  float: left;
  clear: none;
  width: 0.4em;
  height: 12em;
  margin: 0 3em 1em -1em;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0f0f0f), color-stop(100%, #414141));
  background-image: -webkit-linear-gradient(left, #0f0f0f, #414141);
  background-image: -moz-linear-gradient(left, #0f0f0f, #414141);
  background-image: -o-linear-gradient(left, #0f0f0f, #414141);
  background-image: -ms-linear-gradient(left, #0f0f0f, #414141);
  background-image: linear-gradient(left, #0f0f0f, #414141);
}
/* line 189, ../src/screen.sass */
section footer {
  clear: both;
  padding-top: 1em;
}

/* Index */
/* line 194, ../src/screen.sass */
section#welcome {
  overflow: hidden;
  *zoom: 1;
  padding: 1em;
  position: relative;
}
/* line 198, ../src/screen.sass */
section#welcome footer {
  padding-top: 5em;
}
/* line 200, ../src/screen.sass */
section#welcome hr {
  clear: both;
  width: 0.4em;
  height: 80%;
  margin: 1em 0;
  border: 0.1em solid;
  border-top-color: #0f0f0f;
  border-left-color: #0f0f0f;
  border-bottom-color: #414141;
  border-right-color: #414141;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  background-color: #0f0f0f;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0f0f0f), color-stop(100%, #414141));
  background-image: -webkit-linear-gradient(left, #0f0f0f, #414141);
  background-image: -moz-linear-gradient(left, #0f0f0f, #414141);
  background-image: -o-linear-gradient(left, #0f0f0f, #414141);
  background-image: -ms-linear-gradient(left, #0f0f0f, #414141);
  background-image: linear-gradient(left, #0f0f0f, #414141);
}
/* line 213, ../src/screen.sass */
section#welcome hr + div {
  position: absolute;
  top: 1em;
  left: 34%;
}
/* line 217, ../src/screen.sass */
section#welcome hr + div + hr {
  left: 66%;
}
/* line 219, ../src/screen.sass */
section#welcome hr + div + hr + div {
  left: 68%;
}
/* line 221, ../src/screen.sass */
section#welcome div {
  width: 30%;
}
/* line 223, ../src/screen.sass */
section#welcome div h2, section#welcome div p {
  margin-left: 2em;
}
/* line 226, ../src/screen.sass */
section#welcome div hr {
  height: 0.4em;
  width: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0f0f0f), color-stop(100%, #414141));
  background-image: -webkit-linear-gradient(top, #0f0f0f, #414141);
  background-image: -moz-linear-gradient(top, #0f0f0f, #414141);
  background-image: -o-linear-gradient(top, #0f0f0f, #414141);
  background-image: -ms-linear-gradient(top, #0f0f0f, #414141);
  background-image: linear-gradient(top, #0f0f0f, #414141);
}
/* line 230, ../src/screen.sass */
section#welcome div img {
  margin: 0.4em;
}
/* line 232, ../src/screen.sass */
section#welcome div + hr {
  position: absolute;
  top: 1em;
  left: 32%;
}

/* About */
/* Blog */
/* line 240, ../src/screen.sass */
section#blog {
  padding: 2em;
}
/* line 242, ../src/screen.sass */
section#blog aside {
  display: inline;
  float: right;
  width: 8em;
}
/* line 245, ../src/screen.sass */
section#blog section {
  display: inline;
  float: left;
  width: 50em;
}
/* line 248, ../src/screen.sass */
section#blog p {
  margin: 1em 0;
}

/* Sermon & Conference */

