#wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 0;
    display: table;
}

#header{
    z-index: 900;
    padding-top: 30px;
    text-align: center;
    background: #3982b9; 
    position: fixed;
    width: 100%;
    border-style: none none solid none;
    border-width: 5px;
    z-index: 1100;
       
}

#sidewrap {
    z-index: 1000;
    position: relative;
    width: 300px; 
    overflow-y: auto;
    background: #EFDBDD;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 25px;
    top: 120px;
    border-style: none solid none none;
    border-width: 5px;
    display:table-cell;
}

#page-noside-wrapper{
    width: fill;
    position: relative;
    top: 146px;
    margin-left: 5px;
    padding: 30px;
    display:table-cell;

}

#page-content-wrapper {
    width: fill;
    position: relative;
    top: 146px;
    margin-left: 305px;
    padding: 30px;
    display:table-cell;
}
 /* For the Q & A */
#ques {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #33aaaa;
	padding-left: 25px;
  text-align: left;
  padding-bottom: 20px;
    padding-top: 30px;
}

 /* For the Q & A */
#reply {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003366;
  text-align: left;
  padding-bottom: 25px;

}

#reply p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: 14px;
  margin-right: 6px;   
}

#reply li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
    text-indent: 4px;
  margin-left: 28px;
  margin-right: 6px;   
}

#reply p.head{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
  font-weight: bold;
  text-align: left;
  padding-top: 5px;
  text-indent: 1px;
  margin-right: 6px;   
}

#reply p.weight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  font-weight: bold;
  text-align: left;
  text-indent: 1px;
  margin-right: 6px;   
}
#reply font.weight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  font-weight: bold;
  text-align: left;  
}
#endnote p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
  text-align: left;  
}


#bleft
{
	 background-color: #efdbdd;
    width: 45%;
    float: left;
    text-align: justify;

}
#bright
{
	 background-image: images/cloudy.gif;
    width: 45%;
    float: right;
    padding-left: 10px;
    text-align: justify;

}

/* makes the navigation list links use these fonts */
#navlist a 
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
}

/* changes the text on mouseover */
#navlist a:hover
 {
	color: #e2c81b;
	text-decoration: underline;
  }

/* changes the text on mouseover; part 2, because I have 2 classes of 'li'  */
  #navlist li.li_alt a:hover
 {
	color: #e2c81b;
	text-decoration: underline;
  }


/* adds spacing to the navigations list lines */
#navlist li
{
    padding-top: 12px;
    
}

/* one alternating colour for the links */
#navlist li a
{  
    color: #5038e5;
}
/* and the second alternating colour for the links */
#navlist li.li_alt a
{
    color: #ff0006;
}

/*class of link for the link to the current page, disables links in that class and turns it dark grey */

#navlist li.current
{
   pointer-events: none;
   cursor: default;
}
#navlist li.current a
{
    color: #777;   
}
#navlist li.auth
{
    padding-left: 15px;
    margin-top: 20px;
    border-style:  none none solid none;
    border-width: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    
}
#navlist ul
{
list-style-type: none;
} 

#gallery-con
{
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 30px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 45px;
    
    
}  

#gallery
{
    width: 90%;
    position: absolute;
    left: 50%;
    margin-top: 20%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

#sermon{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  text-indent: 14px;
  margin-left: 31px;
  margin-right: 31px;   
}

#sermon a {
 	color: #F00;
	text-decoration: none;
  font-size: 10pt;
}

#sermon p {
  padding-top: 10px;
  padding-bottom: 10px;
} 

#vlist ul li {
	display: inline;
	padding-right: 50px;
}
#vlist a {
	color: #000055;
	text-decoration: none;
}
#vlist a:hover {
	color: #e2c81b;
	text-decoration: underline;
}  