/*
SITE: Queen of Peace Catholic Community
FILE: qop_style2.css
CREATED: 1/26/2009
MODIFIED: 
AUTHOR: Lynne M. Adams (ladams@webassistantsllc.com)
=====*/


/* -------------------------------------------------------- universal selector */
/*removes alldefault margins and padding */
* {
	/* Temporary borders 
	border: dashed 1px #f00;*/
	margin: 0;
	padding: 0;
}
html {
	background-color:#4b5d85;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:30% 40%;
}


body {
	background: url(../images/bgfull4.jpg);
	background-color:#4b5d85;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:30% 40%;
	margin: 0; padding: 0;
	min-width: 900px
}


.bluehighlite {
	color: #13214c;
}

#leftside a, #leftside a:link, #leftside a:visited {
	color: #13214c;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: .5em;
	text-decoration:underline;
	font-weight:normal;
}

#leftside a:hover, leftside a:active {
	padding-bottom: .5em;
	text-decoration:none;
	font-weight:bold;
	color: #ba981c;
}

#rightside a:link, #rightside a:visited {
	color: #4ec4d3;
	text-decoration:underline;
}

#rightside a:hover, #rightside a:active {
	color: #fff;
	text-decoration:none;
	padding-bottom: .25em;
	
}

#sidefirst a, #sidefirst a:link, #sidefirst a:visited {
	color:#042376;
	text-decoration:underline;
	font-weight:normal;
}

#sidefirst a:hover, #sidefirst a:active {
	color:#042376;
	text-decoration:none;
	font-weight:bold;
}



p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: .75em;
}

#shadowdiv {
	background: url(../images/fixed_center.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 920px;
}

/* ---------------------------------------------------------------- styles for ministry close link */

.close {
	padding:0 0 1em 20em;
	font-size:14px;
}


/* ---------------------------------------------------------------- wrapper styles */
#wrapper {
	width: 900px;
	background-color: #f7f4ee;
		/* to center wrapper */
	margin: 0 auto 0 auto;
	overflow:hidden;
	min-width:400px;
}

/* ------------------------------------------------------------------- bar above header */
#baraboveheader {
	width: 100%;
	background-color: #1054b6;
	height: 2em;
}	
#baraboveheader img {
	float: right;
	padding: .15em 2em .15em 0;
}

/* ------------------------------------------------------------------- branding */
#branding {
	background-color:#13214c;
}

#branding img {
	width:100%;
	display:block;
}

/* ------------------------------------------------------------------- navbar */
#navbar {
	background: url(../images/navbar_bg.jpg);
	background-color: #13214c;
	height: 2.25em;
	margin: 0;
	position: relative;
	z-index: 999999;
}	

#navbar ul {
	list-style-type: none;
}

#navbar li {
	float:left;
	/* required for drop down menu */
	position: relative;
	
}	

#navbar a, #navbar a:link, #navbar a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 75%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 0 .25em 0 .25em;
	height: 3em;
	text-align:center;
	line-height: 3em;
	border-right: 1px solid #217484;
	outline-style: none;
}

#navbar a:hover, #navbar a:active
#navbar li.selected a:link, #navbar li.selected a:visited {
	color: #fff; 
	background-color: #13214c;
	font-weight: bold;
}

/* -------------------------------------------------------------- drop down menu styles */
#navbar li ul {
	position: absolute;
	z-index: 999999;
	visibility: hidden;
}

/* make drop-down visible on navbar hover */
#navbar li:hover ul, 
#navbar li a:hover ul { /*IE6 hack */
	visibility: visible;
	left: 0;
	top: 2.25em;
	z-index: 999999;
}

/* applies to links on the drop-down menu */
#navbar li:hover ul li a, 
#navbar li a:hover ul li a { /*IE6 hack */
	background-color: #b3c7e7;
	color: #13214c;
	text-align: left;
	display: block;
	width: 15em;
	padding: 0 0 0 .5em;
	height: auto;
	border-top: 1px solid #13214c;
	z-index: 999999;
}


/* hover on drop-down menu links */
#navbar li:hover ul li a:hover, 
#navbar li a:hover ul li a:hover { /*IE6 hack */
	background-color: #13214c;
	color: #fff;
}

/* IE6 hack applies to its table drop-down */
#navbar table {
  margin:-1px; 
  border-collapse:collapse; 
  position:absolute;
  top:0.5em;
  left:0;
  z-index:1000;
}

#navbar li.first {
	border-left: 0;
}

#navbar li.lastbutton {
	border-right: none;
}

/* ------------------------------------------------------------------- left side small nav */
#leftside p.location {
	font-size:x-small; 
	color:#62749c; 
	margin-top:.5em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* ----------------------------------------------------------------- styles for slideshow on giftshop page */
#slideshow {
	padding: 20px 20px 20px 40px;
}


/* ----------------------------------------------------------------------- Big News Sytles */
#bignews {
	width: 45%;
	margin: 1.75em .5em 0 0;
	padding: 0;
	float: right;
}




/* ------------------------------------------------------------------ leftside styles */
#leftside {
	float:left;
	background-color: #f7f4ee;
	width:575px;
}

#leftside hr {
	width: 85%;
	height: 0;
	border-bottom: 2px dotted #8e8e8e;
	/* for centering hr */
	margin: .5em auto .5em auto;
} 

#leftside ul, ol {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333;
	list-style-type: none;
	margin-left: 2.5em;
}

#leftside li {
	color: #333;
	font-size: .75em;
	padding-left: 1.25em;
}

.last {
	padding-bottom: 1.3em;
}

#leftside h1 {
	padding: .5em 0 .5em 1.1em;
	color: #13214c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#leftside h2 {
	padding: .5em 0 .5em 1.25em;
	color:#ba981c;
	font-size: .85em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#leftside h3 {
	padding: 0 0 .1em 1.45em;
	color: #333333;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}


h3.contact {
	font-style:italic;
	font-size:1em;
	padding-top: .5em;
}

#leftside p {
	padding: 0 2em 1em 1.5em;
	color: #333333;
	line-height: 1.15;
}

#leftside table {
	margin: 0 0 0 1em;
}

#leftside td {
	padding: .25em;
	vertical-align:top;
}

#leftside td p{
	padding-left: 0;
}

#leftside td h2 {
	padding: .5em 0 0 0;
}

/*  -------------------------------------------------------------------------- styles for Landings box on home page */

#landings {
	width: 40%;
	margin: 2em 0 2em 1.25em;
	border: 6px solid #b3c7e7;
	background-color: #d8e3f5;
	float:left;
}

#landings h1 {
	font-size: smaller;
}


/*  -------------------------------------------------------------------------- styles for Italy pics on home page */
#italy {
	width: 42%;
	margin: 1.75em .5em 0 .5em;
	padding-bottom: 1em;
	float: right;
}

#italy object {
	width: 95%;
	text-align:center;
	padding: 0;
}

#italy h1 {
	font-size: .75em;
	padding: .5em 0 0 .25em;
}

#italy img {
	float:left;
	padding-top:.5em;
}
	
/*  -------------------------------------------------------------------------- styles for Mass div on home page */
#mass {
	clear:both;
}

/*  -------------------------------------------------------------------------- styles for leadership page */
#leadership h2 {
	padding: .5em 0 0 1.25em;
}

#leadership h3 {
	padding: 0 0 .25em 1.5em;
}

#leadership img {
	float:left;
	margin: .45em .75em .25em 1em;
	border:5px solid #62749c;
	padding: 3px;
}

/*  -------------------------------------------------------------------------- styles for staff page */
#staff table {
	background-color:#e1e9f8;
	margin: 2em 0 0 3em;
	width: 90%;
	border-collapse:collapse;
}

#staff td h2 {
	padding-top: .5em;
}

#staff p {
	padding: 0;
	font-size: .7em;
	color: #333333;
	line-height: normal;
}

#staff img {
	float:right;
	border:.25em solid #62749c;
	padding: .2em;
	margin: .45em 1.5em .5em .25em;
}

#staff h3 {
	padding: 0;
}

.staffbio p {
	text-align:justify;
}

/*  -------------------------------------------------------------------------- columbarium faq styles */

/*  ------------------------------------------------------------------------------------ columbarium styles */
#columbarium ol  {
	padding: .25em 4.5em .25em 0;
	margin-left: 2.5em;
	list-style-type:decimal;
	line-height:1.2;
	font-style:italic;
}

#columbarium li.last {
	padding-bottom: .5em;
}

.datatable {
	border:solid 2px #13214c;
	border-collapse:collapse;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:smaller;
	color: #13214c;
	width: 92%;
	empty-cells:show;
}

.datatable td, .datatable th {
	border:solid 1.5px #aaa;
	text-align:right;
	padding: .2em;
}

.datatable td {
	width: 16%;
}

.datatable th {
	text-align:left;
	background-color: #c7c7c7;
	font-weight:bold;
	padding: .2em;
}

.datatable th.top {
	text-align:center;
}	

.datatable td.odd {
	background-color: #ddd;
}

.datatable td.even {
	background-color: #d3dff4;
}

.datatable th.divider {
	border-bottom:4px solid #13214c;
}

.datatable th.vdivider {
	border-right:4px solid #13214c;
}

.datatable tr:hover {
	color: #FF0000;
}
/* this sytle centers monthly payment numbers in 2nd table */
.datatable th.monthly {
	text-align:center;
}

/* centers td in 2nd table */
.datatable th.table2 {
	width: 33%;
}

/*  -------------------------------------------------------------------------------------- stewardship and giving opportunities styles */
#stewardship img {
	border: .25em;
	border-color: #fff;
	margin:1em 0 1.5em 8em;
}

#giving {
	margin-top: 1em;
}

.givingtable {
	padding:.15em 0 .15em .15em;
	border-collapse:collapse;
	margin-top: 1em;
	width: 90%;
}

/* ------------ used on giving opps page */
#giving p.give {
	padding:.25em 0 .15em .25em;
	background-color:#62749c;
	color: #333333;
	font-weight:bold;
	margin-left: .5em;
	font-size: .9em;
}

#giving p {
	padding: .25em 0 .15em 1em;
	margin-left: .9em;
}

#giving img {
	border: .2em solid #62749c;
}

/* ------------------------------------------------------------------------------------- styles for ministry pages */
#ministry {
	padding: 1em 0 0 1em;
}

#ministry h4 {
	padding: 0 1.5em 1em 1em;
	font-size:smaller;
}

.leading {
	margin: .45em .75em .25em 1em;
	border:5px solid #62749c;
	padding: 3px;
}

/*  ------------------------------------------------------------------------------------ styles for homilies page */

/* this style is for the table under Archive Homilies */

.archive {
	font-size:.75em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
} 

.archiveimg {
	margin: .5em .75em .25em 1.5em;
	border:5px solid #62749c;
}

#homily table {
	width: 90%;
}

/*  ------------------------------------------------------------------------------------ styles for contact us page */
#form {
	margin: .5em .5em 1em 1.5em;
	background-color: #c7c7c7;
	padding-top: .5em;
}

.bold {
	font-weight:bold;
}


.directory {
        border-collapse:collapse;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:30px;
	width: 90%;
}

.directory th {
        text-align:left;
	background-color: #c7c7c7;
	font-weight:bold;
        padding-top: 10px;
        font-size:16px;
}

#directory {
        margin-left: 20px;
}

/*  ----------------------------------------------------------------------------------- styles for sacraments overview page */
#sacraments h2 {
	padding: .5em 0 0 1.25em;
}

/* ------------------------------------------------------------------------------------ right side link styles */


.srbea {
	padding-left:.75em;
}

/*  ----------------------------------------------------------------------------------- right side styles */
#rightside img {
	text-align: center;
	border:none;
	padding: .5em;
}

img.quicklinkfirst {
	margin-top: 2em;
}

#rightside {
	position:relative;
	padding-right: 0;
	background-color: #f7f4ee;
	width:300px;
	float:right;
}

#rightside ul {
	list-style-type: none;
}

#rightside h1 {
	padding: .5em 1em .25em .9em;
	color: #b3c7e7;
	font-weight: bold;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rightside h1.darkblue {
	color: #13214c;
}

#rightside h2 {
	padding: 1em 0 0 1.1em;
	color: #ba981c;
	font-size: .85em;
	font-family: Arial, Helvetica, sans-serif;
}

#rightside h2.new {
	padding: 0 0 0 1.1em;
	color: #ba981c;
}

	
.newlogo {
	margin: 0 0 .1em .5em;
}

#rightside p {
	color: #fff;
	padding:.5em 1em .5em 1.25em;
	line-height: normal;
}

#rightside p.morepadding {
	padding:3.25em 1em .5em 1.25em;
}


#rosary p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: .85em;
}

#rosary  li {
	list-style-type: decimal;
	margin-left: 10px;
	padding: 10px;
	list-style-position:inside;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: .85em;
}



#sidefirst {
	float:right;
	background-image:url(../images/sidebar_bg.png);
	background-repeat: no-repeat;
	background-color:#b3c7e7;
	margin: 2em .75em 1em 0;
	width: 14em;
	padding-bottom: 1em;
	z-index:0;
	
}

#sidemiddle {
	float:right;
	background-image:url(../images/sidebar_bg2.png);
	background-repeat: no-repeat;
	background-color:#13214c;
	margin: 1em .75em 0 0;
	clear:right;
	width: 14em;
}
	
#sidebottom {
	float:right;
	background-image:url(../images/sidebar_bg2.png);
	background-repeat: no-repeat;
	background-color:#13214c;
	margin: 1.5em .75em 1em 0;
	width:14em;
	clear: right;
}

/* ----------------------------------------------------------------- St. Anthony Gift Shop Styles*/

#stanthony {
	background-color:#13214c;
	
}

#shop img {
	float:right;
}

#shop img.albert {
	float:left;
	padding: .5em 1.5em 0 .5em;
}

#shop img.overlap {
	margin-right:-2em;
	clear:right;
}

/* ----------------------------------------------------------------- end types*/
/*
#footer {
	clear: both;
	background-color: #13214c;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 1em 0 1em 0;
}
*/

.address {
	color: #b3c7e7;
	text-align: right;
	padding: 1.5em 1.5em 1.5em 0;
	font-size: 85%;
	line-height: 1.25;
}	

	
#footer {
	width: 100%;
	background-color: #13214c;
	clear: both;
}	

#belowfooter p {
	color: #000;
	text-align: center;
	padding: 1em .75em 1em 0;
	font-size: 75%;
}

#belowfooter a, #belowfooter a:link, #belowfooter a:visited {
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}

#belowfooter a:hover, #belowfooter a:active {
	color:#13214c;
	text-decoration:none;
	font-weight:bold;
}