/* ________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    | 
|_________________________________________________________|
*/

/* -- Page Color Section -- Consolidated for easy maintenance -- */

#ColorOutsideBorder, body {
  background-color: #333;  /* Outside Border - 333 */
}

#ColorMainText, siteBox {
  color: #9999cc;  /* Primary Text Colour */
}

/* Alternate Text Colour */
.header, .subHeader, .title {
	color: #E6B800;
}

/* -- Main layout styles -- */
@media all {
	body {
	  margin: 0.5em 0.5em 0.5em 0.5em;
	  padding: 0px;
	  font-family: Arial, Georgia, "Times New Roman", Times, serif;
	  font-size: .8em;
	}
}
@media print {
	body {
	  font-size: 12pt;
	}
}
#siteBox {
  float: left;
  width: 100%;
}

/* -- Header layout/display styles -- */
@media all {
	#header {
	  float: left;
	  width: 100%;
	  height: 70px;
	  background: url(../images/heading-tile2.jpg) repeat bottom left;
	}
}
@media print {
	#header {
	  display:none;
	}
}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.7em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;  /* Top Menu Characters */
  background-color: #666;  /* Top Menu Background */
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

@media all {
	.footprint {
	}
}
@media print {
	.footprint {
	  display:none;
	}
}
#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #333;
}
#header a.lastMenuItem {
  background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc { /* Not USED */
  display: none;
  text-transform: lowercase;
  color: #FC0;  /* Hyperlinks - FC0 */
}

a:hover .desc, .active .desc {
  display: block;
}

/* -- Header title and subTitle layout/display styles -- */
a .desc {  /* Not USED */
  display: none;
  text-transform: lowercase;
  color: #FC0;  
}

.title {
  float: left;
  /*border: 1px solid #EEEEEE;*/
  margin: .65em 0em 0em 70px;
  padding: 0em 0em 0em 0em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  line-height: 0.75em;
  letter-spacing: -0.00em;
  max-width: 11em;
}

.subTitle {
  margin: 0.3em .4em 2em 1.2em;  
  display: block;
  font-size: 0.5em;
  color: #FFFFCC;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.00em;
}

/* -- Table layout defaults --*/
th td {
  /* margin: 1.2em 1.2em 2em 1.2em; */
  font-size: 0.9em;
}

table.dataTable tbody tr {
  background-color: rgba(255,255,255,.5) !important;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 3px !important;
}

/* -- Content layout/display styles -- */
#content {
  float: left;
  width: 100%;
  padding: 0.7em 0 0.7em 0;
  background-color: #2B6BA8;   /* Internal Borders - 666 */
}

@media all {
	#contentLeft {
	  float: left;
	  width: 20%;
	  margin-bottom: 1em;
	  background: #F5DEB3 url(../images/corner_sub_tr.gif) no-repeat top right;  /* 777 */
	}
}
@media print {
	#contentLeft {
	  display: none;
	}
}

@media all {
	#contentRight {
	  float: right;
	  width: 78.8%;
	  background: #F5DEB3 url(../images/corner_sub_tl.gif) no-repeat top left;
	}
}
@media print {
	#contentRight {
	  float: left;
	  width: 100%;
	}
}
.contentBody {
  padding: 0.7em 0.7em 0.7em 0.7em;
}

#content p {  
  /* font-size: 0.9em; */
  line-height: 1.6em;
}

#content a {  
  text-decoration: none;
  color: #666699;
  border-bottom: 1px solid #666699;  /* Hyperlink Underline - aaa */
}

#content a:hover {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}
.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 1.2em;
  /* text-transform: lowercase;*/
  border-bottom: 1px solid #AAA;
  margin-bottom: 7px;
}
.subHeader {
  border: 0px;
}

.headerGroup {
	padding:0em 0em 1em 0em;
}

.error {
    font-weight: bold;
    color: red;
}

/* -- Content left site links (large plus icon) -- */
#content a.menuItem {
  display: block; 
  line-height: 22px; 
  padding: 5px 0 5px 54px;
  background: url(../images/bullit.gif) no-repeat center left;
  border: 0px;
}
#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(../images/bullit.gif) no-repeat center left;
  border: 0px;
}
a.noLink {
    BORDER-RIGHT: white 1px;
    BORDER-TOP: white 1px;
    BORDER-LEFT: white 1px;
    BORDER-BOTTOM: white 1px
}
/* -- Footer layout/display styles -- */
@media all {
	#footer {
	  float: left;
	  width: 100%;
	  height: 3em;
	  font-size: 0.7em;
	  text-transform: lowercase;
	  line-height: 2.6em;
	  color: #555555;
	  background: #649ECE;
	}
}

@media print {
	#footer {
	  display:none;
	}
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #777777;
}

#footer a:hover {
  color: #000000;
}
/* -- Display formatting styles -- */
.grey {
  font-size: 0.9em;
  color: #AAA;
}
.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}

/* -- <ul> tag styles -- */
ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(../images/li_bullet.gif);
}
li {
  margin-left: 50px;
}
/* -- Image alignment classes -- */
.imgLeft, .imgRight {
  margin: 5px;
}
.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}

/* -- Utility classes to create the bottom rounded corners -- */
.bottomCorner {
  text-align: right;
}
@media all {
	.vBottom {
	  vertical-align: bottom;
	}
}
@media print {
	.vBottom {
	  display:none;
	}
}
.feedlink, a:link.feedlink, a:visited.feedlink {
  text-decoration: none;
}
a:hover.feedlink, a:active.feedlink {
  text-decoration: underline; color: red;
}
/*
  Deal with devices with smaller screens
*/
@media only screen and (max-device-width : 600px) {
  body {
    font-size: 1.8em;
    margin: .1em;
  }
  input {
    font-size: 1.5em;
  }
  #header {
    margin-bottom: 55px;
  }
  #header .menu {
    position: absolute;
    top: 90px;
    font-size: 1em;
  }
  #header a {
    font-size: .9em;
    margin:0 auto;
  }
  #header a.lastMenuItem {background-image:none;}
  #header .subTitle { display: none; }
  .sermonlisting th:nth-child(3){ display : none;}  
  .sermonlisting td:nth-child(3){ display : none;}
  .footprint table {
    table-layout: fixed;
  }
  .footprint td:nth-child(1) {
     word-wrap:break-word;
  }
  #contentLeft {
    width: 100%;
    float: initial;
  }
  #contentRight {
    width: 100%;
    float: initial;
  }
}

@media only screen and (max-device-width : 450px) {
  body {
    font-size: 1.4em;
  }
}
@media only screen and (max-device-width : 400px) {
  body {
    font-size: 1.0em;
  }
}


