/* Cascading Style Sheet for Holy Mother Website*/

/* Stylesheet for elements */

/* Using em and % for variable font and spacing */

h1 {
	color: #8B0000; 
 	text-align:center;
 	font-size: 2.5em;
 	}
 	
h2, h3, h4, h5, h6 {
	color: black;
	text-align: center;
	}
 	
body {
	width: 100%;
	background-color: #CD853F;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}
 
table {
 	width: 100%;
 	text-align: center;
 	}

dl {}
dt {
	font-size: 0.875em;
	color: black;
	font-weight:bold;
	}
	
dd {
	font-size: 0.800em;
	color: maroon;
	margin:0 0 0.5em 0;
	padding-left: 0;
	}
	
dfn {
	color: green;
	}
	
header {
	background-color: #FFE4C4;
	margin-left: -0.5em;
	margin-top: -1.75em;
	padding: 0;
	}
	
section {
	margin-top: -0.5em;
	margin-bottom: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;	
 	position: relative;
 	float: left;
 	width: 77%;
 	color:black;
 	font-size:1.0em;
 	background-color: #FFFAF0; 
 	line-height: 1.25em;
 	}

footer {
	font-style: italic;
	font-size: 0.75em;
	text-align: center;
	clear: both;
	}

hr {
	background-color: black;
	height: 2px;
	}

a {
	color: blue;
	text-decoration: none;
	text-align: center;
	}

a:hover, li:hover > a {
	color: black;
	}

li {
	margin: 0;
	padding: 0;
	border-radius: 5px;
	background-color: lightgoldenrodyellow;
	border: 1px solid blue;
	}

/* main navigation */
nav[role="navigation"] {
	float: left;
	font-size: 1.0em;
	min-height: 100%;
	margin-left: 0.5em;
	width: 15%;
	}

nav[role="navigation"] ul {
	list-style-type: none;
	margin: 0.25em;
	padding: 0;
	}

nav[role="navigation"] li {
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}

nav[role="navigation"] li a {
	display: block;
	padding: 0.5em 1em;
	}

nav[role="navigation"] li ul {
	position: absolute;
	overflow: hidden;
	display: none;
	left: 100%;
	top: 0.5em;
	float: none;
	background-color: seashell;
	}

nav[role="navigation"] li:hover ul {
	display: block;
	}
	
nav[role="navigation"] li ul a {
	position: relative;
	font-size: 0.8em;
	}

nav[role="navigation"] li ul a:hover:before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background: rgba(0,0,0,0.75);
	border: 1px solid #FFF;
	position: absolute;
	top: 0.5em;
	left: -0.75em;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}

/* bottom CSS3 */
nav[role="alt"] {
  	color: #blue;
  	display: block;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
  	width: 100%;
  	}

nav[role="alt"] ul {
	text-align: center;
	margin: 0;
	padding: 0;
	}

nav[role="alt"] ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s; 
	}

nav[role="alt"] > ul > li > a {
	color: blueviolet;;
	display: block;
	line-height: 2em;
	padding: 0 0.5em;
	text-decoration: none;
	}

nav[role="alt"] > ul > li:hover {
	background-color: rgb( 40, 44, 47 );
	}

nav[role="alt"] > ul > li:hover > a {
	color: rgb( 255, 255, 255 );
   }

nav[role="alt"] > ul > li:hover > a > .caret {
	border-top-color: rgb( 255, 255, 255 );
	}
      
nav[role="alt"] > ul > li > div {
	background-color: rgb( 40, 44, 47 );
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0 0 0 2.5em;
	opacity: 0;
	position: absolute;
	width: 5em;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	}

nav[role="alt"] > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
	}

nav[role="alt"] > ul > li > div ul > li {
	display: block;
	}

nav[role="alt"] > ul > li > div ul > li > a {
	color: blueviolet;;
   display: block;
	padding: 0.25em 0;
	text-decoration: none;
	}

nav[role="alt"] > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.1);
	}

/* Pages Navigation */
nav[role="pages"] {
  	color: #blue;
  	display: block;
  	margin: 0;
  	padding: 0;
  	width: 100%;
  	}

nav[role="pages"] ul {
	text-align: center;
	margin: 0;
	padding: 0;
	}

nav[role="pages"] ul li {
	display: inline-block;
	list-style-type: none;
	}

nav[role="pages"] > ul > li > a {
	color: blueviolet;;
	display: block;
	line-height: 2em;
	padding: 0 0.5em;
	text-decoration: none;
	}

nav[role="pages"] > ul > li:hover {
	background-color: rgb( 40, 44, 47 );
	}

nav[role="pages"] > ul > li:hover > a {
	color: rgb( 255, 255, 255 );
   }

/* jump to top */
 nav[role="top"] {
  	color: #blue;
  	display: block;
  	margin: 0;
  	padding: 0;
  	width: 100%;
  	}

nav[role="top"] ul {
	text-align: center;
	margin: 0;
	padding: 0;
	}

nav[role="top"] ul li {
	display: inline-block;
	list-style-type: none;
	}

nav[role="top"] > ul > li > a {
	color: blueviolet;;
	display: block;
	line-height: 2em;
	padding: 0 0.5em;
	text-decoration: none;
	}

nav[role="top"] > ul > li:hover {
	background-color: rgb( 40, 44, 47 );
	}

nav[role="top"] > ul > li:hover > a {
	color: rgb( 255, 255, 255 );
   }