/*
Theme Name: StMary

*/
html {background:#e6e5d8 url(images/bg-html.gif) repeat-x;}

body {
	margin:0;
	min-width:987px;
	color:#4c4c4c;
	font:13px/20px Arial, Helvetica, sans-serif;
        }


/* general settings */

a {text-decoration:none;}

img {border-style:none;}

a img,a:visited img{border: none;}

/* wrapper container */
#wrapper {
	position:relative;
	width:987px;
	margin:0 auto;
	padding:153px 0 0 0;
        }

#wrapper:after, #main:after, #header:after, .nav-holder:after, #nav:after, #nav div:after, .visual:after {
	content:"";
	clear:both;
	height:0;
	display:block;
        }

/* logo */
.logo {
	position:absolute;
	top:0;
	left:13px;
	margin:0;
	width:410px;
	height:103px;
	overflow:hidden;
	z-index:50;
        }

.logo a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat;
	cursor:pointer;
        }

/* main holder */
#main {
	width:100%;
	background:url(images/bg-main.gif) repeat-y;
        }

/* two columns holder */
.two-column {
	width:960px;
	padding:255px 14px 14px 13px;
	overflow:hidden;
	background:url(images/bg-two-column.gif) no-repeat;
        }

/* content */
#content {
        min-height: 250px;	
        float:left;
	width:640px;
        }

.text-block {
	overflow:hidden;
        padding:20px 45px 0 47px;
        }

.alignright {
	float:right;
        }

img.alignright{
        border: 1px solid #999;
        margin:0 0 5px 15px;
        }

.text-block h2 {
	margin:0;
	color:#605f3f;
	font:bold 18px/22px Georgia, "Times New Roman", Times, serif;
        font-style: italic;	
        }

.text-block h3 {
	margin:0;
	color:#605f3f;
	font:bold 14px Arial, Helvetica, sans-serif;
        }

.text-block a{
	color:#605f3f;
        text-decoration:underline;
        }

.text-block a:hover{
	text-decoration: none;
        }

.text-block p{
        margin:10px 0;
        }

.text-block p a{
	color:#734b0a;
        font-weight:bold;
        text-decoration:underline;
        }

.text-block p a:hover{
	text-decoration: none;
        }

.text-block ul {
	margin:0 0 10px 0;
        }



/*  Staff Photos */

.staffPicWrap{
	height: 156px;
	width: 504px;
	padding: 22px;
        margin: 0 0 35px 0;
	background-image: url(images/staffPic_bg.jpg);
	background-repeat: no-repeat;
	}
	
.staffPic{
	float: left;
	height: 158px;
	width: 126px;
	margin-right: 25px;
	}
	
.staffCopy{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4C4E2F;
	}
	
.staffCopy p{
	margin:0;
	}	
	
.staffCopy  #name {
        margin: 10px 0 0 0;
	font-size: 24px;
	color: #734b0a;
	}	
		
.staffCopy  #title {
	color: #807f65;
	font-size: 16px;
	margin-top: 5px;
	}	
	
.staffCopy  #phone {
	background-image: url(images/phoneIcon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 15px 0 0;
	padding: 5px 0 0 45px;
	height: 29px;
	font-size: 16px;	
	}	
	
.staffCopy #email {
	font-size: 16px;
	background-image: url(images/emailIcon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 15px;
	padding: 6px 0 0 45px;
	display: block;
	height: 28px;	
	}

.staffCopy #email a{
	color: #4C4E2F;
        text-decoration: none;
	}

.staffCopy #email a:hover{
        color: #ae5d09;
	}

/* audio player */
.text-block p.audioplayer_container{
        margin:3px 0 25px 0;
        }

.council {
	color:#4c4c4c;
	list-item: none;
	text-align: center;		
        list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
        }

.council li{
        padding: 5px 0;
        border-top: 1px solid #ccc;
        } 

.wp-caption-text{
	font-family: Times, serif;
	font-size: 12px;
	text-align: center;   
        }

.wp-caption alignright{
	float:right;
        border: 1px solid #333;
        }

.wp-caption alignleft{
	float:left;
        border: 1px solid #333;
        display: inline;
        }

#staffName{
        float:left;
        clear:both;
        text-align: center; 
        width: 175px;
        }

#staffPhone{
        float:left;
        clear:both;
        text-align: center; 
        width: 175px;
        }


/* orange bar */
.orange-bar {
	width:960px;
	height:34px;
	overflow:hidden;
	background:#febd6c url(images/bg-orange-bar.gif) repeat-x;
    }

.orange-bar ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.orange-bar li{
	list-style-type: none;
	float: left;
	}	
	
.orange-bar #emailList a{
	text-indent: -9999px;
	display: block;
	background-image: url(images/orangeNav.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 160px;
	}

.orange-bar #emailList a:hover{
	background-position: 0 -34px;
	}
	
.orange-bar #prayerRequest a{
	text-indent: -9999px;
	display: block;
	background-image: url(images/orangeNav.jpg);
	background-repeat: no-repeat;
	background-position: -160px 0;
	height: 34px;
	width: 160px;
	}

.orange-bar #prayerRequest a:hover{
	background-position: -160px -34px;
	}	
	
.orange-bar #calendar a{
	text-indent: -9999px;
	display: block;
	background-image: url(images/orangeNav.jpg);
	background-repeat: no-repeat;
	background-position: -320px 0;
	height: 34px;
	width: 160px;
	}

.orange-bar #calendar a:hover{
	background-position: -320px -34px;
	}
	
.orange-bar #bulletin a{
	text-indent: -9999px;
	display: block;
	background-image: url(images/orangeNav.jpg);
	background-repeat: no-repeat;
	background-position: -480px 0;
	height: 34px;
	width: 160px;
	}

.orange-bar #bulletin a:hover{
	background-position: -480px -34px;
	}

.orange-bar #newsletter a{
	text-indent: -9999px;
	display: block;
	background-image: url(images/orangeNav.jpg);
	background-repeat: no-repeat;
	background-position: -640px 0;
	height: 34px;
	width: 160px;
	}

.orange-bar #newsletter a:hover{
	background-position: -640px -34px;
	}
	
.orange-bar #joinParish a{
	text-indent: -9999px;
	display: block;
	background-image: url(images/orangeNav.jpg);
	background-repeat: no-repeat;
	background-position: -800px 0;
	height: 34px;
	width: 160px;
	}

.orange-bar #joinParish a:hover{
	background-position: -800px -34px;
	}

/* sidebar holder */
#sidebar {
	margin:34px 0 0 0;
	float:right;
	width:320px;
        list-style: none;
        }

#sidebar ul{
       	margin:0 0 10px 0; 
        }

#sidebar ul li ul{
        margin:0 0 15px;
       	padding:0; 
        }

#sidebar li {
        list-style:none;
        }

#sidebar li a{
        color: #605f3f;
        text-decoration: underline;
        font-weight: bold;
        margin: 0;
        }

#sidebar li a:hover {
        text-decoration: none;
        }

#sidebar h3 {
	margin:0 0 10px 0;
	padding:7px 5px 7px 24px;
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	color:#dcdcd2;
	background:#818066 url(images/bg-title.gif) repeat-x;
        }

#recent-posts-3 li{
        margin: 0 0 5px 0; 
        }

.ec3_events{
        padding: 5px 35px;
        }

.ec3_list ul li{
        margin: 0 0 8px 0;
        }

.textwidget {
padding:5px 25px;
}

/* schedule style */
.schedule {
	width:100%;
	overflow:hidden;
        }

.schedule ul {
	height:1%;
	overflow:hidden;
	margin:0;
	padding:0 0 11px 9px;
	list-style:none;
        }

.schedule li {
	float:left;
	width:66px;
	height:84px;
	padding:2px 7px 5px 4px;
	text-align:center;
	margin:9px 0 0 0;
	background:url(images/bg-schedule.gif) no-repeat;
        }

.schedule li h4 {
	margin:0;
	color:#fff;
	font-size:11px;
        }

.schedule li p {
	margin:9px 0 4px 0;
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	color:#535353;
        }

.schedule li strong {
	font-size:14px;
	color:#714106;
        }

/* posts style */
.posts {
	width:100%;
	overflow:hidden;
        }

.posts ul {
	height:1%;
	overflow:hidden;
	margin:0;
	padding:0 36px;
	list-style:none;
	color:#5d5c3b;
        }

.posts li {
	display:block;
	padding:10px 0 3px 0;
	vertical-align:middle;
        }

.posts li h4 {
	margin:0;
	font-size:14px;
	line-height:12px;
        }

.posts li a {
        font-family: Georgia, Times, serif;
	font-size: 12px;
        font-style: italic;
	color:#5d5c3b;
        }

.posts li a:hover {
        text-decoration:underline;
        }

.posts li p {margin:0;}

/* header container */
#header {
	position:absolute;
	top:0;
	left:0;
	width:987px;
	z-index:10;
        }

.top-box {
	height:1%;
	padding:0 20px 0 0;
        }

.member-directory {
	width:100%;
	overflow:hidden;
	line-height:31px;
	font-size:14px;
	font-weight:bold;
	padding:13px 0 0 0;
        }

.member-directory a {
	float:right;
	height:33px;
	background:url(images/member-directory-r.gif) no-repeat 100% 0;
        }

.member-directory, .member-directory a {color:#fcf2d8;}

.member-directory a span {
	float:left;
	padding:0 30px 0 14px;
	word-spacing:5px;
	letter-spacing:-1px;
	background:url(images/member-directory-l.gif) no-repeat;
	cursor:pointer;
        }

.member-directory a:hover {
	border:0;
	background-image:url(images/member-directory-r-on.gif);
        }

.member-directory a:hover span {background-image:url(images/member-directory-l-on.gif)}


/* icons in header */
.icos {
	width:100%;
	overflow:hidden;
	padding:13px 0 0 0;
        }

.icos ul {
	float:right;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
        }

.icos li {
	float:left;
        }

.icos li a {
	display:block;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/icos.gif) no-repeat 0 0;
        }

.icos a.rss {width:47px;}

.icos a.twitter {
	width:42px;
	background-position:-47px 0;
        }

.icos a.facebook {
	width:46px;
	background-position:-87px 0;
        }

.icos a.rss:hover {background-position:0 100%;}

.icos a.twitter:hover {background-position:-47px 100%;}

.icos a.facebook:hover {background-position:-87px 100%;}


/* navigation holder */
.nav-holder {width:100%;}

#nav {
	position:relative;
	width:100%;
	margin:0;
	padding:4px 0 0 13px;
	list-style:none;
	z-index:5;
}


/* navigation list */
#nav li {
	float:left;
	margin:0 16px 0 0;
	display:inline;
	font:bold 11px/46px Georgia, "Times New Roman", Times, serif;
        text-transform: uppercase;
        }

#nav li a {
	float:left;
	color:#c2c1a8;
        }

#nav li a span {
	float:left;
	padding:0 9px 0 9px;
	cursor:pointer;
        }

#nav div {
	display:none;
	position:absolute;
	top:46px;
	left:0;
	width:185px;
        }

#nav ul {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:10px 0 5px 0;
	list-style:none;
	background:url(images/bg-sub-nav.png);
        }

#nav li.active, #nav li:hover,  #nav li.hover {background:url(images/bullet-nav-l.gif) no-repeat;}

#nav li:hover,  #nav li.hover {position:relative;}

#nav li:hover div,  #nav li.hover div {display:block;}

#nav li.active a, #nav li:hover a, #nav li.hover a {
	color:#5d5c3b;
	background:url(images/bullet-nav-r.gif) no-repeat 100% 0;
        }

#nav li:hover a span, #nav li.hover a span {background:url(images/bullet-nav-c.gif) no-repeat 50% 100% !important;}

#nav li li {
	position:relative;
	width:110%;
	margin:0;
	font:bold 11px/14px Arial, Helvetica, sans-serif;
	background:url(images/none.gif) !important;
        text-transform: none;
        }

#nav li li a {
	float:none;
	width:200px;
	display:block;
	padding:3px 5px 3px 11px;
	color:#979671 !important;
	background:url(images/none.gif) !important;
        }

#nav li li a:hover {color:#fcf2d8 !important;}


/* visual box */
.visual {
	width:960px;
	height:255px;
	padding:0 14px 0 13px;
	position:relative;
	z-index:1;
        }

.visual img {
        vertical-align:top;
        }

.visual #top{
        padding:0;
        margin:0;
        background: url(http://www.stmaryevansville.org/wp-content/gallery/rotatingpics/maryalter.jpg);
        height: 255px;
        }

#footer {
	height:40px;
	padding:40px 45px 43px 47px;
	overflow:hidden;
	color:#98988b;
	line-height:14px;
	background:url(images/bg-footer.gif) no-repeat;
        }

#footer p {margin:0;}

#footer p span {padding:0 3px 0 1px;}

#footer a {color:#b4b4a5;text-decoration:underline;}

#footer a:hover {text-decoration:none;}

#scroggins{
         float:right;
         text-align: right;
         width:300px;
}

/*--------------------------------

          Image Rotator

--------------------------------*/

.rotating-pics{
	width:960px;
	height:255px;
	margin:0 13px;
	}

/* rotator in-page placement */
div#rotator {
	position:relative;
	height:255px;
	}

div#rotator ul{
	float:right;
	height:255px;
	margin:0;
	width:960px;
	}
	
/* rotator css */
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	}
	
/* rotator image style */	
div#rotator ul li img {
	border:0;
	padding: 0;
	background: #FFF;
	}


/*== COMMENTS TEMPLATES */

/*===========================================*/

.clear{clear: both;}

.fleft{float: left;}

.fright{
	float: right;
	font-weight: bold;
	color: #605f3f;
	}

#comments{
        font-size: 11px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding:20px 45px;
	line-height: 17px;
	}

p.smallrss{
	background: url(images/smallrss.gif) no-repeat left;
	padding: 0 0 3px 17px;
	}

p.smallcom{
	background: url(images/smallcom.gif) no-repeat left;
	padding: 0 0 3px 17px;
	color: #656445;
	font-weight: bold;
	}
	
#comments a{
	color: #afae96;
	text-decoration: underline;
	}

#comments a:hover{
	color: #434222;
        text-decoration: none;
	}

ol.commentlist{
	list-style: none;
	margin: 4px 0 10px 0;
	border-bottom: 1px solid #ccc;
        border-top: 1px solid #7f7e58
	}

ol.commentlist li{
	margin: 0 0 1px 0;
	padding: 0 0 20px 0px;;
	}

ol.commentlist li.alternate{
	background: #fff;
	}

ol.commentlist li.authorcomment{
	background: #eee url(images/authorc.jpg) no-repeat top right;
	}

.commentWrap{
        margin: 10px 0 0 0;
        float: left;
        border-top: 1px solid #7F7E58;
        }

.commentdata{
	background: #7f7e58;
	padding: 5px 5px 0px 5px;
	float: right;
	}

.commenttext{
	float:left;
	width: 400px;
	padding: 10px 0 0;
	}

.commenttext p{
	margin: 5px 0 4px;
	color: #333333;
	font-size: 12px;
	}

.commenttext small,
.commenttext small,
#comments .commenttext small a{
	color: #ffa22f;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}

#comments .commenttext p.authorname{
	margin: 0;
	float: left;
	color: #605f3f;
	font-size: 14px;
	font-weight: bold;
	}

#comments .commenttext p.authorname a{
	color: #656445;
        text-decoration: underline;
	}

#comments .commenttext p.authorname a:hover{
	color: #434222;
        text-decoration: none;
	}

ol.commentlist li.pings{padding:10px;}

ol.commentlist li.pings .commenttext{padding:0}	  

#comments ol.commentlist li.pings a{text-decoration:none;}

#commentform {
	margin: 40px 0   ;
	}

.cf_col{
	width: 240px;
	margin: 0 15px 0 0;
	font-weight: bold;
	color: #605F3F;
	}

.cf_col p{
	margin: 0 0 6px;
	}

.cf_col input{
	width: 235px;
	}

#commentform textarea{
	width: 550px;
	height: 110px;
	}

#submit{
	margin: 5px 0px;
	}

#nav .page-item-14 {display:none;}
