/*  Website: http://www.ageofmary.com/Author: Charles Hardt*/
@font-face {
    font-family:"Calluna";
    src:url("CallunaRegular.ttf");
}

body {
	margin: 0px;
	padding: 0px;
	background: #25608F url(bck.gif) repeat-x fixed;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font:normal 28px/100% Calluna, Arial, "Times";
    letter-spacing: -1px;
	color: #333;
    text-shadow:1px 1px 1px #ddd;  

}

.subtitle {
	margin:0px 30px 30px;
    font:normal 13px/120% Calluna, Arial, "Times";
    text-shadow:none;
}
h1 + .subtitle {
	margin:-15px 30px 30px;
}

h1 span {
}

h2 {
	font-size: 16px;
	font-weight:bold;
	color: #444;
}
#aboutmary div h2 {
    font:normal 21px/100% Calluna, Arial, "Times";
    letter-spacing: -1px;
	color: #444;
    text-shadow:1px 1px 1px #ddd;  
}
#wrapper {
	border: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#break {
	height: 5px;
}
#header {
	margin-top: .2em;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	padding-bottom: 5px;
	border: 1px solid #444;
	border-bottom: 0;
	width: 631px;
	background: #000000 url(windowbck.png) repeat-x;
	color: #808080;
  }
.textbox {
	border: 1px solid #ddd;
	background: #fff;
	padding-top: 4px;
	margin: 15px 10px 5px 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#toc {
  float:left;
	margin: 5px 10px 5px 0;
	padding-right:15px;
  width: 180px;
  clear:both;
	border: 0px solid #ddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#toc ol, #toc ul {
  margin:0;
  padding:5px;
}
#toc p, #toc ol li, #toc ul li {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:blue;
	text-align: left;
  margin-top:5px;
  margin-left:10px;
  text-indent:-10px;
}
#toc ul li{
	list-style:none;
}
#toc ol li {
}
#toc .selected {
  text-decoration:underline;
	color:#0000ff;
}
#toc p.title {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 14px;
	color:#000;
	margin:0;
  padding:5px 0 0 15px;
}

#toc a:link, #toc a:visited {
  text-decoration:none;  
	color:#0000ff;
}

#toc a:hover {
  text-decoration:underline;  
}
.clr {
	clear: both;
}
.ctr {
	text-align: center;
}
.footer {
	text-align: center;
	margin: 0 auto;
}
#panel {
	text-align: center;
	vertical-align: middle;
}
#panel div.iconholder {
	float: left;
	width: 125px;
}
#panel div.icondesc {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#panel div.icon {
	margin: 3px;
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#panel div.icon a {
	display: block;
	float: left;
	height: 97px !important;
	height: 100px;
	width: 108px !important;
	width: 110px;
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid #DDD;
	padding: 2px 5px 1px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#panel div.icon a:link {
	color: #808080;
}
#panel div.icon a:hover {
	color: #ffffff;
	background-color: transparent;
	border: 1px solid #e7b866;
	padding: 3px 4px 0px 6px;
}
#panel div.icon a:active {
	color: #808080;
}
#panel div.icon a:visited {
	color: #808080;
}
#panel div.icon img {
	margin-top: 13px;
}
#panel div.icon a img {
}
#panel div.icon a img:hover {
}
#panel div.icon span {
	display: block;
	padding-top: 3px;
}
.announcement {
	padding: 5px 15px;
	#  border: 1px red dotted;
	font-weight: bold;
	font-size: 120%;
}
.announcement a:link, .announcement a:visited {
	color: #ff0000;
	text-decoration: none;
}
.announcement a:hover {
	color: #ffffff;
	text-decoration: none;
}

#page {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	padding: 15px;
	padding-bottom: 5px;
	border: 1px solid #444;
	border-top: 0;
	width: 631px;
	background: #ffffff url("images/page_bg.png") left 0px repeat-x;
	color: #000000;
	font-size: 120%;
  }

#content {
  margin:0 -15px;
  padding:0 30px;
  background:#fff;  
}
#content p, 
#content li, 
#content td, 
#content blockquote {
	font-family: Georgia, "times new roman", serif;
  text-align:left;
}
#content p.verse {
	margin: 0;
	margin-left: 15px;
	text-indent: -15px;
	
}

#content h2 {
  text-align:left;
  font-family: Arial, Helvetica, "Century Gothic", sans-serif;
}
#content h3 {
    text-align:center;
    font-family: Arial, Helvetica, "Century Gothic", sans-serif;
    font:normal 20px/100% Calluna, Arial, "Times";
    letter-spacing: -1px;
	color: #333;
    text-shadow:1px 1px 1px #ddd;  
}
#content h4 {
    margin-bottom:15px;
    text-align:center;
    font-family: Arial, Helvetica, "Century Gothic", sans-serif;
    font:normal 18px/100% Calluna, Arial, "Times";
    letter-spacing: -1px;
	color: #664444;
}
#content blockquote {
    margin-left:15px;
}
#content small {
    display:none;
}
#content ol {
    list-style-position:inside;
}
#content ol li {
	list-style:decimal;
	margin-bottom:15px;
	
}
#prayers p {
    width:450px;
}
#indulgences {
    margin:30px -30px -5px;
    padding:2px;
    background: #eee url(images/keys-and-tiara.png) 30px 43px no-repeat;
    border-top:1px #ccc solid;
    border-bottom:15px #333 solid;
    z-index:1;
}
#indulgences a:link, #indulgences a:visited {
    color:blue;
    text-decoration:none;
}
#indulgences a:hover {
    color:blue;
    text-decoration:underline;
}
#indulgences hr {
    height: 0;
    max-height: 0;
    width: 66%;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #fff;
}
#indulgences p {
    font-size:90%;
}
#indulgences h3 {
    margin:0;
    padding:10px 8px 15px;
    background: #efefef;
}
#indulgences div {
    margin-right: 63px;
    margin-bottom: -15px;
    margin-left: 126px;
    padding:15px;
    background: #efefef;
    color:#333;
    border-top:2px #fff solid;
    border-right:2px #fff solid;
    border-left:2px #fff solid;
    box-shadow: 0 -2px 25px #ccc;
    z-index:2;
}
#indulgences div .small {
    font-size:90%;
}
.indulgence {
    padding:15px;
    padding-left: 90px;
    background: #eee url(images/keys-and-tiara-faded.png) 15px 15px no-repeat;
    border:2px #fff solid;
    box-shadow: 0 0 15px #ddd;
}

.small {
    font-size:80%;
}
.red {
    color:red;
}
#verse_block {
    display:inline;
}
.orapronobis {
    float:right;
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    font-size:90%;
}
hr {
  margin:30px 0 15px;
  border-top:none;
  border-bottom:1px solid #cacaca;
}
#breadcrumb {
  margin:15px;  
  padding:0px 0;
  text-align:left;
  border-bottom:1px dashed #ccc;
}
#breadcrumb p {
  font:bold 11px/100% Arial, Helvetica, sans-serif;
}
#welcome-box {
}
#welcome-box div {
}

#feature-box {
  float:left;
	background: #fff;
  margin-bottom:15px;
  margin-left:6px;
  padding:0;
  border:1px solid #ddd;
}

#feature-box div {
  position: relative;
  height:180px;
  width: 125px;
  padding:5px;
	background:url(images/gradient-blue.png) repeat-x;
  margin:3px;
}
#feature-box a {
	letter-spacing: -1px;
	font-weight:normal;
	margin:2px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
#feature-box a:active {
    box-shadow:0 0 45px #ddd;
}
#feature-box p, #feature-box p {
	font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333;
}
#feature-box h2 {
    font:normal 18px/100% Calluna, Arial, "Times";
    text-align:center;
    margin-bottom:30px;
}
#feature-box a:link, #feature-box a:visited { 
  text-decoration:none;
  font-weight:bold;
  color:#3f4bb9;
}
#feature-box a:hover { 
  text-decoration:underline;
  color:#3f4bb9;
}

#acclamations-holder {
  clear:both;
  margin:0 -30px -50px;
  padding:30px 60px 30px 45px;
  background:transparent url(images/bg_acclamations.jpg) 30px 0;
  border-top:1px #000 solid;
}
#acclamations-box {
  clear:both;
  margin:0px;
  padding:15px;
  background:#fff;
  box-shadow:0 0 15px #fff;
}
#acclamations-box p {
    margin-bottom:30px;
	font-family :Georgia, "times new roman", serif;
    font-size: 120%;
    color:#222;
}
#acclamations-box p::first-line {
    font:normal 26px/100% Calluna, Arial, "Times";
    letter-spacing: -1px;
}
.footnote-sign {
  color:blue;
}
.footnote-sign a {
  text-decoration:none;
}
.footnote-sign a:hover {
  text-decoration:none;
  background: #ffff00;
}
.footnote {
  margin:0 15px 0px 15px;
  font-size:90%;
  background-color:#eee;
  -moz-border-radius:10px;
  -khtml-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}
.footnote p {
  margin:0;
  padding:5px;
  margin-left:15px;
  text-indent:-15px;
  }
a.footnote:hover {
}

#promotions div.entry {
	margin: 0 15px;
	padding: 0 15px;
	border-bottom: 1px #333 dotted;
}
#promotions h2 {
	margin: 15px 0;
	color: #a7abf4;
}
#promotions a:link, #promotions a:visited {
	color: #ffffff;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 5px;
	padding: 3px;
	border: 1px #808080 solid;
}
.alignright {
	float: right;
	clear:right;
	margin-left: 5px;
	padding: 3px;
	border: 1px #808080 solid;
}




/* Styles for tabbed-pages */

.dynamic-tab-pane-control .tab-pane {
	position:relative;
}
.dynamic-tab-pane-control .tab-row .tab {
	position:relative;
	float:left;
	margin:0;
  width: 180px;
  clear:both;
	border:0;
	z-index:1;
	font:11px 'trebuchet ms', arial, sans-serif;
}
.dynamic-tab-pane-control .tab-row p.tab {
  margin-top:5px;
  margin-left:10px;
  text-indent:-10px;

}
.dynamic-tab-pane-control .tab-row .tab.selected, .dynamic-tab-pane-control .tab-row .tab.selected:hover {
	z-index:3;
	font:13px 'trebuchet ms', arial, sans-serif;
  width: 180px;
	text-decoration:underline;
	color:#0000ff;
}
.dynamic-tab-pane-control .tab-row .tab a {
	font:11px 'trebuchet ms', arial, sans-serif;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	color:#0000ff;
}
.dynamic-tab-pane-control .tab-row .tab:hover {
	font:11px 'trebuchet ms', arial, sans-serif;
	color:#0000ff;
	text-decoration:underline;
}
.dynamic-tab-pane-control .tab-row .tab a:visited {
	color:#800080;
}
.dynamic-tab-pane-control .tab-page {
	margin-bottom:10px;
	z-index:0;
	position:relative;
	padding:	5px;
	width:560px;  /* stupid stupid stupid IE!!! */
}
.dynamic-tab-pane-control .tab-row {
	z-index:1;
	float:left;
  width: 180px;
  text-align:left;
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	margin: 20px 10px 5px 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#links {
  text-align:left;
}
#links a:link, #links a:visited {
  text-decoration:none;
}
#links a:hover {
  text-decoration:underline;
}
#linksmedia {
  float:right;
  width:300px;
}

.red {
  color:red;
}
