/* Menu Bar CSS Code */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  text-align: center;
  font-family: Montserrat, sans-serif;
  background: #EBEBEB;
}
#cssmenu > ul > li {
  display: inline-block;
  /*float: left;*/
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 13.5px;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #585858;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
/* Plus Button Position CSS*/
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 19px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000000;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 16px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #585858;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 20px;
  height: 0;
}
/* Plus Button CSS*/
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 13px;
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  background: #EBEBEB;
  text-align: center;

}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #585858;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000000;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000000;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}


@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }

}

/*END MENU CODE*/


* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #D8D8D8;
	text-align: center;
}
#page {
	background-color: #ffffff;
  	width: 1000px;
	margin: 0 auto;
}
#head {
	background-image: url(http://www.breakingchristiannews.com/images/gfx/bcn_webheader.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 175px;
}
#bottom p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #e6e6e6;
	padding-top: 35px;
	font-weight: bold;
}
#container {
	background-color: #FFFFFF;
	border: medium; 
	border: #FFFFFF
	margin: 15px 20px 15px 18px;
}
#container #content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#container #content p {
	text-align: left;
	padding: 10px;
}
#container #content ul {
	text-align: left;
	padding: 10px;
	margin-left: 15px;
}
#container #content a:link, #container #content a:visited {
	text-decoration: none;
	color: #000066;
}
#container #content a:hover {
	text-decoration: underline;
	color: #006699;
	border-bottom: none;
}
#container #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #013645;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
	padding-top: 20px;
}
#container #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #990000;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
	padding-top: 20px;
}
#lhcol {
	width: 350px; 
	vertical-align: top; 
	padding-left: 15px;
}

#midcol {
	width: 350px; 
	vertical-align: top; 
	padding-left: 15px;
}
.navbar {
  background-image: url(http://www.breakingchristiannews.com/images/gfx/nav_bg2.gif);
	background-repeat: repeat-x;
	height: 40px;
}

#rh_elijahstreams {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	color: #;
	width: 250px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#rh_elijahstreams img {
	margin: 10px 10px 10px 29px;
}
#rhcol {
	width: 300px; 
	text-align: left; 
	vertical-align: top;
}
#rhcol_narrow {
	width: 255px; 
	text-align: left; 
	vertical-align: top;
}
#rhcolads {
	text-align: center;
	width: 250px;
	margin-left: 33px;
}
#rhcolads_narrow {
	text-align: center;
	width: 250px;
	margin-left: 5px;
}
#rhcolads img {
	margin-top: 15px;
	margin-bottom: 0px;
}
#alink:link {
	text-decoration: none;
	color: #D2370B;
}
#alink2:link {
	text-decoration: none;
	color: #0000FF;
}
#alink:visited {
	text-decoration: none;
	color: #019ECB;
}
#alink2:visited {
	text-decoration: none;
	color: #0000FF;
}
#alink:hover {
	text-decoration: underline;
}
#alink2:hover {
	text-decoration: underline;
}
