/* PRINT CSS */
@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One);

html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}

#top-row { display: none; }
#left-col { display: none; }
#right-col { display: none; }
#bottom-row { display: none; }
#top-left-corner { display: none; }
#top-right-corner { display: none; }
#bottom-left-corner { display: none; }
#bottom-right-corner { display: none; }
#adorations { display: none; }
#invocations { display: none; }
#celebrations { display: none; }
#meditations { display: none; }
#navbar { display: none; }
#subnavbar { display: none; }
#toolbar { display: none; }
#announcements { display: none; }
#header_link { display: none; }
#footer_link { display: none; }
#footnote a { display: none; }

/* copyright_footer IS CURRENTLY NOT BEING USED OR DISPLAYED ON ANY PAGE */
#copyright_footer { display: none; }

#wrapper
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
	background-color: #FFF;
}

#page
{
	margin: 0px;
	padding: 0px;
	/*	font-family: Verdana, Arial, sans-serif;*/
	font-family: Palatino, "Times New Roman", Times, serif;
	color: #000;
	font-size: 12px;
	text-align: center;
}

h1
{
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	font-family: 'Julius Sans One', Verdana, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	display: inline;
}

.default { display: inline; }
.mobile { display: none; }

#leaf_icon { margin: 0px 0px 30px 0px; }
#print_leaf_icon
{
	border: none;
	display: inline-block;
}

#prayer
{
	font-size: 14px;
	margin: 50px 0px 0px 0px;
}

#prayer .accordionButton
{
	display: none;
}

#content
{
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	width: auto;
}

#leaf_icon
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#leaf_icon a
{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 61px;
	height: 61px;
	display: block;
	background-image: url(../../archive/art/icons/leaves/leaficon_off.gif);
	background-repeat: no-repeat;
}

a
{
	color: #900;
	text-decoration: none;
	font-weight: bold;
}

/*a:visited { color: #333; }*/

#prayer p
{
	line-height: 1.3em;
	margin: 0px 0px 1.3em 0px;
}

.bigcap { font-size: 20px; }

.credit
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 40px;
}

hr.prayerdivide
{
	width: 100px;
	border-bottom: #999;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
	margin: 20px auto 20px auto;
}

#footnote
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #999;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

#site_url
{
	display: block;
	font-family: Palatino, "Times New Roman", serif;
	color: #999;
	font-size: 10pt;
	letter-spacing: 4pt;
	margin: 20px;
	padding: 0px;
}

/* text presentation */

.title
{
	font-weight: bold;
	font-size: 14px;
}

h2
{
	font-size: 16px;
	/*margin: 10px 0px 10px 0px;*/
	font-weight: bold;
}

.small
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
}

.smallgrey
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	font-size: 10px;
}

.redbold
{
	color: #900;
	font-weight: bold;
}

/*
hr
{
	border-bottom: #CCC;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	margin: 30px auto 30px auto;
	clear: both;
}
*/

.center
{
	/*margin: inherit auto inherit auto;*/
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.justify { text-align: justify; }

.right
{
	float: right;
	margin: 10px 0px 10px 10px;
}

.left
{
	float: left;
	margin: 0px 10px 10px 10px;
}

.clear { clear: both; }
.box { display: inline-block; }

