/* Font styles. */
/* line 2, ../sass/style.sass */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
  letter-spacing: 0.03em; 
  background: #000 url('../images/bg.png') no-repeat;
  background-size: 100% auto;
}
#service-times{
	padding-left: 127px;
	padding-top: 33px;
	float: left;
}
#service-times span{
	font-family: Josefin Sans;
	color: #dfc274;
	text-transform: uppercase;
	font-size: 16px;
}
#service-times p{
	font-family: Josefin Sans;
	text-transform: uppercase;
}
#icons{
	float: left;
	padding-left: 250px;
	padding-top: 33px;
}
#podcast{
	background: url('../images/podcast.png') no-repeat;
	height: 60px;
	width: 160px;
}
#podcast-text{
	padding-left: 70px;
	padding-top: 20px;
	font-family: Josefin Sans;
	text-transform: uppercase;
}
#services{
	background: url('../images/preaching.png') no-repeat;
	height: 60px;
	width: 200px;
}
#services-text{
	padding-left: 70px;
	padding-top: 20px;
	font-family: Josefin Sans;
	text-transform: uppercase;
}
#services-text a{
	width: 180px;
}
#footer{
	width: 720px;
	font-family: Josefin Sans;
	text-transform: uppercase;
	margin: auto;
	color: #616161;
	padding-top: 40px;
	font-size: 12px;
}
#easter{
	color: #616161;
	font-family: Josefin Sans;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
}
#youtube-main-container{
	width: 960px;
	height:  542px;
	position: relative;
    border: 6px solid #454545;
	margin-top: -6px;
	margin-left: -6px;
}
#jwplayer-main, #jwplayer-main1{
	width: 960px;
	height:  542px;
	position: absolute;
	top: 0;
	left: 0;	
}

#jwplayer-main{
	z-index: 10;
}
#jwplayer-main1{
	border: 6px solid #454545;
	margin-top: -6px;
	margin-left: -6px;
	opacity: 0.4;
}
.page-node-2 h1{
	visibility: hidden;
}
.page-node-2 #main{

}
#node-1 span{
color: #DFC274;
font-family: Josefin Sans;
font-size: 22px;
	
}
#node-1 a{
	color: #93e1f5;
}
#node-1 p{
	padding-bottom: 10px;
}

#silverlight-main-container{
	width: 960px;
	height:  542px;

	position: relative;
}
#silverlight-main, #silverlight-main1{
	width: 960px;
	height:  542px;
	position: absolute;
	top: 0;
	left: 0;	
}

#silverlight-main{
	z-index: 10;
}
#silverlight-main1{
	border: 6px solid #454545;
	margin-top: -6px;
	margin-left: -6px;
	opacity: 0.4;
}



#content-area{

}
#main{
	background-color: #1a1a1a;
	clear: both;
	color: #dfc274;
	margin-left: -6px;
	margin-top: 6px;
	width: 972px;
}

/* Links */
/* line 11, ../sass/style.sass */
a:link, a:visited {
  color: #ededed;
  text-decoration: none; }

/* line 16, ../sass/style.sass */
a:hover, a:active {
  color: #ededed;
  text-decoration: underline; }
  
.vertical-tab-button a{
	color: #454545!important;
}  

/* Titles. */
/* line 21, ../sass/style.sass */
#site-name {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0; }

/* line 28, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
  color: #dfc274; }

/* line 31, ../sass/style.sass */
h1 {
  font-size: 2.2em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
  color: #dfc274; }

/* line 37, ../sass/style.sass */
h2 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.75em; }

/* line 42, ../sass/style.sass */
h3 {
  font-size: 1.4em;
  margin-bottom: 1em; }

/* line 46, ../sass/style.sass */
h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em; }

/* line 50, ../sass/style.sass */
h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0; }

/* line 55, ../sass/style.sass */
h6 {
  font-size: 1em;
  font-weight: bold; }

/* Paragraph styles. */
/* line 60, ../sass/style.sass */
p {
  margin: 0 0 1em 0;
  color: #fff; }

/* List styles. */
/* line 64, ../sass/style.sass */
ul, ol {
  margin-left: 0;
  padding-left: 2em; }

/* Table styles. */
/* line 69, ../sass/style.sass */
table {
  width: 99%; }

/* line 74, ../sass/style.sass */
tr.even td,
tr.odd td {
  padding: 10px 5px; }

/* line 77, ../sass/style.sass */
tr.odd {
  background-color: #454545; }
tr.even {
  background-color: #545454; }

/* Code. */
/* line 81, ../sass/style.sass */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5; }

/* line 85, ../sass/style.sass */
pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  }

/* List styles. */
/* line 93, ../sass/style.sass */
ul {
  list-style-type: disc; }
  /* line 95, ../sass/style.sass */
  ul ul {
    list-style-type: circle; }
    /* line 97, ../sass/style.sass */
    ul ul ul {
      list-style-type: square; }
      /* line 99, ../sass/style.sass */
      ul ul ul ul {
        list-style-type: circle; }

/* line 102, ../sass/style.sass */
ol {
  list-style-type: decimal; }
  /* line 104, ../sass/style.sass */
  ol ol {
    list-style-type: lower-alpha; }
    /* line 106, ../sass/style.sass */
    ol ol ol {
      list-style-type: decimal; }

/* Abbreviation. */
/* line 110, ../sass/style.sass */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap; }

/* UI improvments. */
/* line 116, ../sass/style.sass */
#edit-title {
  font-size: 24px;
  width: 99%; }

/* line 120, ../sass/style.sass */
#system-themes-form img {
  width: 100px; }

/* line 123, ../sass/style.sass */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777; }

/* line 130, ../sass/style.sass */
#edit-delete {
  color: #cc0000; }

/* Console, style from slate theme. */
/* line 134, ../sass/style.sass */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee; }

/* line 141, ../sass/style.sass */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55; }

/* line 146, ../sass/style.sass */
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522; }

/* line 151, ../sass/style.sass */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77; }

/* Region Colors. delete when starting a new theme. */
/* line 157, ../sass/style.sass */
#header{
width: 960px;
height: 99px;
  }
  #header-inner{
  width: 500px;
  height: 99px;
    }

/* line 160, ../sass/style.sass */
#sidebar-first {
  background: #e7edff; }

/* line 163, ../sass/style.sass */
#sidebar-second {
  background: #ffd075; }

/* line 166, ../sass/style.sass */
#navigation {
  background: #feffa5; }

#content-head {
	position: relative;
}
  
#logo, #name-and-slogan, #header-region{
	float: left;	
	padding-left: 40px;
	padding-top: 10px;
}
#name-and-slogan{
	padding-left: 14px;
	padding-top: 28px;
}
#site-name a{
	color: #fff;
	font-family: Josefin Sans;
	text-transform: uppercase;
	text-decoration: none;
}
#header-region{
	padding-left: 550px;
	width: 132px;
	padding-top: 21px;
}
#header-region-inner{
	padding-left: 365px;
	width: 132px;
	padding-top: 21px;
	visibility: hidden;

}
#media-player-sel{
	margin: auto;
	width: 750px;
}
#flash-sel, #windows-media-sel, #silverlight-sel, #HTML5-sel, #iphone-ipad-sel{
	float: left;
	text-align: center;
	width: 150px;
	padding-top: 10px;
	
}
#block-block-3 span{
	color: #dfc274;
	font-family: Josefin Sans;
	text-transform: uppercase;
	font-size: 14px;
}
#block-block-3 p a{
	color: #fff;
	font-family: Josefin Sans;
	text-transform: uppercase;
	font-size: 13px;
}
#block-block-3{
	width: 960px;
	background-color: #323232;
}
#block-block-2{
	width: 960px;
	height: 542px;
}
#block-block-4{
background-color: #302E29;
height: 185px;
position: absolute;
right: -63px;
top: 236px;
width: 63px;
text-align: center;
}
#block-block-4 span{
	font-family: Josefin Sans;
	color: #dfc274;
	text-transform: uppercase;
}
#share{
	padding-top: 15px;
}
.share{
	padding-top: 7px;
}
#flash-sel{
	
}
#windows-media-sel{
	
}
#silverlight-sel{
	
}
#HTML5-sel{
	
}
#iphone-ipad-sel{
	
}
#edit-submitted-name, #edit-submitted-email, #edit-submitted-state, #edit-submitted-country{
	background-color: #f2f2f2;
	border: 1px solid #242424;
	
}
#webform-client-form-1{
	color: #f2f2f2;
}
#main-tech-form{
	width: 500px;
	margin: auto;
	background-color: #1a1a1a;
}
#webform-component-name{
	
}
#webform-component-email{
	
}
#webform-component-state{
	
}
#webform-component-country{
	
}
#webform-component-operating-system{
	
}
#webform-component-connection-speed{
	
}
#webform-component-please-tell-us-the-problem-that-you-are-having{
	
}
#edit-actions{
	
}