/* ========================================== 
HTML5 style sheet. Created by thomaswebservices.com, 2013
=============================================== */
/* CSS RESET
------------------------------------------------ */

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: 98%;
  vertical-align: baseline;
  color: #252525;
}

/* ========================================== 
   GLOBAL STYLES
=============================================== */
body {
  background-color: #E7F4FD;
  background-image: url(../images/bg.jpg);
  background-position: center top;
  margin-bottom: 40px;
  background-attachment: fixed;
  font-family: 'Times New Roman',Times,serif;
  margin: 0 15px 20px 15px;
}

section, article, header, footer, nav, aside, hgroup {
  display: block;
}

h1,h2,h3,h4,h5 {
  color: #222;
  font-weight: bolder;
  font-family: 'Times New Roman',Times,serif;
}

p {
  font-size: 17px;
  margin: 8px 16px;
  color: #434343;
}

a {
  text-decoration: none;
  color: #ff6600;
  font-size: 1em;
}

a:hover {
  color: #ff9900;
}

ul li {
  list-style-type: none;
}
strong {
  color: #fff;
  font-weight: bolder;
}
#container {
  max-width: 1400px;
  min-width: 1000px;
  background-color: #fff;
  background-position: right top;
  margin: 0 auto;
  -webkit-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
  -webkit-box-shadow: 0px 0px 40px #000; /* Saf3.0+, Chrome */
     -moz-box-shadow: 0px 0px 40px #000; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 40px #000; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}

.divider {
  clear: both;
}

/* ========================================== 
   HEADER STYLES
=============================================== */
header {
  border-top: 1px solid #252525;
  width: 100%;
  height: 190px;
  background-color: #252525;
  background-image: url(../images/header_bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}
 
header #title{
  padding: 25px;
  color: #fff;
  padding-top: 45px;
  padding-left: 5px;
  padding-bottom: 15px;
} 

header #title a{
  font-size: 90px; 
  padding: 25px 250px;
  width: 250px;
}

header #slogan{
  font-size: 25px; 
  padding-left: 25px;
  margin-top: -25px;
  color: #fff;
  text-shadow: 1px 1px 5px #151515;
  padding-left: 30px;
  font-family: 'Special Elite', cursive;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* ========================================== 
   NAVBAR STYLES
=============================================== */
#navbar{
  background-color: #3e3e3e;
  height: 45px;
  border-top: 1px solid #454545;
background: rgb(255,183,107); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(50%,rgba(255,167,61,1)), color-stop(51%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */


}
#navbar ul{
  margin: 0 auto;
}
#navbar ul li a{
  float: left;
  font-family: Arial;
  font-size: 20px;
  border-right: 1px solid #454545;
  text-align: center;
  padding: 11px 30px;
  background-color: #aEdAf9; 
  color: #222;
background: rgb(255,183,107); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(50%,rgba(255,167,61,1)), color-stop(51%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */

}
#navbar ul li a:hover {
  color: #ffd;
}
#navbar ul li.active a{
  color: #ffd;
}
/* ========================================== 
   MAIN CONTENT STYLES
=============================================== */
#main {
  clear: both;
  padding: 0;
  float: left;
  width: 71.6%;
}
#main iframe {
  height: 1362px;
}
#main section{
  clear: both;
  margin-bottom: 30px;
}
#main h1#title {
  margin: 0;
  padding: 30px 40px;
  font-size: 1.7em;
  clear: left;
  color: #ddc;
  display: block;
  background-color: #111;
  font-weight: normal;
  text-align: center;
}

#main h2 {
  margin: 10px 20px;
  font-size: 2.0em;
  clear: left;
  margin-top: 20px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #ccd;
}

#main h2 a {
  color: #222;
}
#main h3 {
  margin: 20px;
  font-size: 1.4em;
  font-weight: normal;
  font-style: italic;
  clear: left;
}
#main p {
  margin-left: 25px;
}
#main ul li {
  font-size: 17px;
  margin: 8px 16px;
  margin-left: 25px;
}
#main .events {
  float:left;
  width: 50%;
  padding-left: 10px;
}
#main #textbox {
  padding: 15px;
  padding-bottom: 40px;
  margin: 0 10px;
  background-color: #FFf;
}
#main #textbox p{
  color: #111;
  font-size: 1.2em;
}
#main #textbox p strong{
  color: #111;
}
#main #cover_pic {
  margin-bottom: 1px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  width: 97%;
}
#youtube {
  float: right;
  width: 25%;
  margin: 0;
  margin-left: 2%;
}
.entry {
  padding: 20px;
  font-style: italic;
}
p.name {
  font-weight: bold;
  float: right;
  text-align: right;
  margin-top: -10px;
  margin-right: 40px;
  font-size: 140%;
}
#testimonies p {
  font-style: italic;
  float: left;
}
.avatar {
  width: 85px;
  margin: 10px;
  margin-left: 20px;
  padding: 1px;
  float: left;
  background-color: #eee;
}
.disqus {
  margin: 20px;
}
/* ========================================== 
   SIDEBAR STYLES
=============================================== */
#sidebar{
  float: left;
  border-left: thin solid #bba;
  width: 26.2%;
  min-height: 400px;
  border-top: 1px solid #bbb;
  margin-left: 1px;
  padding: 1%;
  letter-spacing: 1px;
background: -moz-linear-gradient(top,  rgba(38,142,191,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,142,191,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(38,142,191,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(38,142,191,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(38,142,191,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(38,142,191,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#268ebf', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
  background-color: #fff;
}
#sidebar p {
  margin: 6px 0;
  font-size: 15px;
  margin: 15px 0;
  color:#eee;
}

.fb-post {
  min-height: 200px;
  width: 97.5%;
  padding-right: 5px;
  margin-bottom: 20px;
  background-color: white;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 30px #fff; /* Saf3.0+, Chrome */
     -moz-box-shadow: 0px 0px 30px #fff; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 30px #fff; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}
#sidebar .box {
  width: 98%;
  margin-bottom: 20px;
  background-color: white;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 30px #fff; /* Saf3.0+, Chrome */
     -moz-box-shadow: 0px 0px 30px #fff; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 30px #fff; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}

#sidebar .box #videos {
  width: 100%;
  margin: 10px 0;
  padding: 0;
  background-color: #111;
}

#sidebar .box #videos h2 a{
  font-size: 1.4em;
  padding: 5px;
  margin: 0;
  background-color: #111;
  color: #ffaf00;
  font-weight: normal;
  text-align: center;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
#sidebar .box #videos h2 a:hover{
  color: #ff9f00;
}
#sidebar .box #book h2{
  font-size: 1.6em;
  padding: 0;
  padding-top: 10px;
  margin: 0;
  background-color: #247499;
  color: #ff9f00;
  text-shadow: 0px 1px 2px #222;
  font-weight: bold;
  text-align: center;
  font-family: Georgia,Utopia,Palatino,'Palatino Linotype',Times,serif;
}
#sidebar .box #book p{
  background-color: #247499;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
#sidebar .box #book h3{
  font-size: 1.4em;
  padding: 5px;
  padding-bottom: 5px;
  margin: 0;
  background-color: #247499;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#sidebar .box #book img.book_cover{
  margin-top: 10px;
  width: 90%;
  padding: 0;
  padding-right: 1px;
}
#sidebar .box  #bulk_rates {
  margin: 8px auto;
  margin-top: 15px;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 10px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  background-color: #247499;
  width: 60%;
  border: 1px solid #014B7A;
  -webkit-box-shadow: 0px 0px 5px #ff6600; /* Saf3.0+, Chrome */
     -moz-box-shadow: 0px 0px 5px #ff6600; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 5px #ff6600; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}
#sidebar .box #bulk_rates a{
  color: #fff;
}
#sidebar .box #bulk_rates a:hover{
  color: #ff9f00;
}
#sidebar #disqus_thread {
  margin: 40px auto;
}
#sidebar #donation h2 {
  padding: 10px;
  color: #fff;
  font-size: 1.6em;
  display: block;
  margin-top: 40px;
  font-weight: normal;
  background-color: #343434;
  font-family: Georgia,Utopia,Palatino,'Palatino Linotype',Times,serif;
}
#sidebar #donation form {
  margin: 15px;
}
#sidebar #youtube {
  float: right;
  padding-left: 5px;
  margin: 10px auto;
  width: 80%;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
#sidebar #youtube img{
  margin: 0 auto;
  width: 90%;
}


/* ========================================== 
   FOOTER STYLES
=============================================== */
footer {
  clear: both;
  padding: 20px;
  background-color: #161616;
  -webkit-border-radius: 0px 0px 14px 14px;
  border-radius: 0px 0px 14px 14px;
}
footer p {
  font-size: 0.9em;
  color: #ddd;
  font-family: Arial,sans-serif;
}
footer p a {
  color: #ddd;
}
footer p a:hover {
  color: #8EAE4B;
}


