/* -------------------------------------------------------------- 
  Default Print Styles
-------------------------------------------------------------- */

#nav, #subnav, #home-image, #sidebar, div#viewingBox, p#subscribe, #footer {
	display:none;
}

body {
  line-height: 1.5;
  color:#000;
  background: none;
  font-size: 10pt;
}

#wrap {
  background: none;
}

a:link, a:visited {
	text-decoration: underline;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

a[href^="/"]:after {
  content: " (http://www.newhopechurchtn.com" attr(href) ") ";
}

ul.event_list, ul.event_list ul {
	list-style:none;
}

ul.event_list li {
	padding:10px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

ul.event_list li ul li {
	margin:0;
	padding:0;
	border:0;
}
