/* CSS RESET - Eric Meyer via http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS RESET */

/* BEGIN ST. PIUS CONTENT */

body {
	line-height: 1;
	color: black;
	background: url('../images/layout/scalebg1.jpg') center top #534741;

	margin-top: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #2b2525;
	margin: 0;

}
.inner {
	padding: 10px;
}
#footer {
	background: #362f2d url('../images/layout/footer.gif') no-repeat bottom center;
	border-top: 10px solid #324e66;	
	margin-bottom: 20px;
	/*color: #7b6b67;*/
	color: white;
	font-size: 12pt;
	position: relative;
	padding-bottom: 10px;
}
#footer .inner {
	padding-top: 30px;
	background: url('../images/layout/footertop.gif') repeat-x;
}
#footer .inner .c66 {
	background: url('../images/layout/footerright.gif') no-repeat;
}
#footer .copyinfo {
	font-size: 10pt;
}
#footer h3, #footer h4 {
	font-family: georgia, serif;
	font-style: italic;
	font-size: 25pt;
	margin: 10px;
	text-shadow: #25201f 1px 1px 2px;
}
#footer h4 {
	font-size: 20pt;
}
#footer ul {
	padding: 10px 10px 0px 20px;
border-top: 1px dotted #5E524F;	
margin-bottom: 0;
}
#footer ul li {
	list-style-type: none;
	padding: 2px;
	margin-bottom: 5px;	
	font-size: 9pt;
	line-height:100%;
/*	border-bottom: 1px dotted #5E524F;	*/
}
.footerlabel {
	font-size:7pt;
	color:#B09D97;
}
#footer h5 {
	margin: 0 0 10px 18px;
		text-shadow: #25201f 1px 1px 2px;
	color: white;
}
#footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;

	}
#footer a:hover, #footer a:active {
	color: #e2cbc5;
	}
#topBar {
	color:  #333;
	margin-bottom: 30px;
	border-top: 1px solid #323943;
	height: 73px;
	line-height: 120%;	
}
#topBar a:link, #topBar a:visited, #topBar a:active {
	color:  #85342e;
	text-decoration: none;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 2px;

}
#topBar .c25 .inner {
	padding-left: 10px;
	padding-top: 0;
}
#topBar a:hover {
	background-color:#85342e;
	color: white;
}
#topBar input.s {
	border:  1px solid gray;
	font-size: 10pt;
	padding: 5px;
}
#topBar input.b {
	border: 1px solid gray;
	font-size: 10pt;
	padding: 5px;	
}
#topBar .loginBar {
	padding: 0px 0 0 1em;
	height:  56px;
	overflow: hidden;
}
#topBar .loginBar span {
	font-size: 8pt;
}
div.loginBarOption {
	position: relative;
	top: 0px;
	margin: 0;
}
a.loginBarOption:link, a.loginBarOption:visited {
width: 30%;
float: left;
display: block;
border-right: 1px solid #bbb;
margin: 0;
height: 54px;
color: #284155 !important;
font-weight: bold;
text-align: center;
text-shadow: #bbb 1px 1px 2px;
background: transparent;
}
a.loginBarOption:hover, a.loginBarOption:active {
	background: transparent url('../images/toplinkshover.gif') no-repeat center bottom !important;
	color: black !important;
}
#topBar a.last {
border-right: none;
}
#topBar a.first span {
	margin-left: -10px;
}
a.loginBarOption span {
	margin-top: 20px;
    display: block;
}
#topBar a.last span {
	margin-left: 20px;
}
#topBar span.welcome {
	font-size: 7pt;
	margin: 0;
	display: block;
	padding: 0;
	position: absolute;
	top:0;
	left: 4px;
	color: gray;
}
#wrap {
	width: 980px;
	margin: 0 auto;
}
#topLevel {
	background: url('../images/layout/layout.jpg') no-repeat 50% 0;
	margin: 0 auto;
}
.c25 {
	width: 25%;
	float: left;
}
.c75 {
	width: 75%;
	float: left;
}
.c50 {
	width: 50%;
	float: left;	
}
.c33 {
	width: 33.333333333%;
	float: left;	
}
.c66 {
	width: 66.666666666%;
	float: left;
}
.c40 {
	width: 40%;
	float: left;
}
.c55 {
	float: left;
	width: 55%;
}

.c20 {
	float: left;
	width: 20%;
}

.c12_5 {
	float: left;
	width: 12.5%;
}

.c16_66 {
	float: left;
	width: 16.66666%;
}
.textright {
	text-align: right;
}

.pviewer-active {
	border: 1px solid black;
	width: 100%;
	background-color:#333;
	padding: 10px;
	margin-bottom: 20px;
}

#pphoto {
	background: url(../admin/loading.gif) no-repeat 50% 50%;
}
#pcomments {
	color: white;
	background: #666;
	margin-right: 10px;
	padding: 10px;
}
#ptitle {
	font-size: 15pt;
	color: white;
	margin-bottom: 20px;
}
#pcaption {
	font-size: 12pt;
	color: white;
	margin-bottom: 10px;	
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.rightmargin {
	margin: 0 10px 5px 0;
}
.leftmargin {
	margin: 0 0 5px 10px;
}
.clear {
	clear: both;
}
#header {
	background: transparent url('../images/layout/blackbg.jpg') no-repeat center top;
	height: 265px;
	position: relative;
}
.header {
	text-align: center;
	color: white;
}
.header .inner {
padding: 50px 20px 50px 20px;
}



small {
	font-size: 8pt;
}
.logintop {
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	color: black;
	display: block;
	font-size: 11pt;
}
.loginp {
	padding-left: 0;
	line-height: 110%;
	margin-bottom: 10px;
}
.login img {
	padding: 3px;
	border: 1px solid gray;
	margin: 0 0 5px 5px;
	-webkit-box-shadow:1px 1px 3px gray;
}
.loginp a:link, .loginp a:visited {
	color: white !important;
	text-decoration: none;
	border: 1px solid navy;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	padding: 4px;
	font-size: 9pt;
	background-color: #2B4156;
	line-height: 110%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.smallLink {
	color: #2B4156 !important;
	border: none !important;
	font-size: 8pt !important;
	background-color: transparent !important;
	display: block;
}
.inner-nopad {
	position: relative;
	padding: 0;
}
.inner-nopadtop {
	position: relative;
	padding: 10px;
	padding-top: 0;
}
.middle-column .inner{
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
.promoboxes {
	text-align: center;
	position: relative;
}
div.promoboxes img {
	border: 1px solid #bbb !important;
	padding: 3px !important;
}
.promoboxes h3 {
	text-align: left;
	padding-left: 78px;
	background: url('../images/icons/calendar.gif') no-repeat ;
	height: 65px;
	padding-top: 10px;
	text-shadow: 1px 1px 2px gray;
}
div.promoboxes img {
	border: 1px solid #bbb !important;
	padding: 3px !important;
}
.promoboxes h3.promophotos {
	text-align: left;
	background: none;
	padding:0;
	margin:0;
	text-shadow: 1px 1px 2px gray;
}
.promoboxes h3 span {
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	padding: .5em 0;	
	display: block;
}
.promoboxes h3.promophotos span {
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	padding: 0 0;	
	margin:0;
	display: block;
}
h3 {
	font-size: 14pt;
	margin: 1em 0;
	margin-top: 0;
	font-family: georgia, serif;
}
.featuredArticle h3 {
	color:#2B465B;
	font-style: italic;
}
.maincontent img {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
}
.maincontent img.comment {
	border: none;
	padding: 6px 15px 10px 9px;
	background: url('../images/layout/commenting.gif') no-repeat 0 0;
}
h2 {
	font-size: 20pt;
	margin-bottom: 12px;
	text-shadow: 1px 1px 3px #333;
	font-family: georgia, serif;
	line-height: 100%;
	font-weight: normal;
	margin-top: .25em;
}
hr {
	border: 0;
    border-top: 1px dotted #999;
    border-bottom: 1px solid #999;
    color: #fff;
    background-color: transparent;
    height: 4px;
    margin-top: 1.0em;
    margin-bottom:  1.0em;
    clear: both;
}
#morelink img {
  border:none;
  padding: 0;
}
hr.thin {
	height: 1px;
	border: none;
	border-bottom: 1px solid #aaa;
	background: none !important;
	clear: both;
	margin: .25em 0 .5em 0;
}
.global_links {
	text-transform: uppercase;
}

h1 {
	color: white;
	font-size: 40pt;
	position: absolute;
	left: 11px;
	top: -44px;
	text-indent: -5000px;
	background: transparent url('../images/layout/title.jpg') no-repeat;
	height: 151px;
	width: 471px;
	margin: 0;
	padding:0;
}
h1 a {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 450px;
	height: 120px;

}
h4 {
	font-weight: bold !important;
	margin: 0.5em 2em 0.5em 0;
	border-bottom: 1px solid #bbb;
	margin-top: 2.5em;
	line-height: 140%;
}
h4.notifier {
	text-transform: uppercase;
	font-size:7pt;
	color: gray;
	border-bottom:none;
	margin: .1em 0;
}
.notifierRight {
	text-transform: uppercase;
	font-size:7pt;
	color: gray;
	border-bottom:none;
	margin: .1em 0;	
	text-align:right;
	color:#333;
	margin-top:5px;
}
.featuredimages h4 {
	border-bottom: 0;
	margin-right:  0;
}
.genContent {
	line-height:150%;
	font-size:10pt;
}
#featuredarticle {
	background: white url('../images/layout/whiterepeat.gif') repeat-y center;
}
#featuredarticle .inner {
	overflow: hidden;
}
#links {
	background: url('../images/layout/linksbg.jpg') no-repeat;
	color: white;
	height: 80px;
	position: relative;
}
ul.newsfeed {
	font-size: 8pt;
	line-height: 120%;
	width: 95%;
	padding-left: 0;
	margin-left:0;
}
.newsfeed li {
	list-style-type: none;
	margin-bottom: 1em;
	margin-left: inherit;
}
a.userlink:link, a.userlink:visited {
	color: black !important;
}
.linkscontainer {
	 float:left;
    width:100%;
    line-height:normal;
}
#links ul.mainlinks {
	padding: 5px 0px 0 5px; 
	list-style-type: none;
	margin: 0;
	position: relative;
	overflow: hidden; /* clears floats */
}
#links ul.mainlinks li {
	display: inline;
	float: left;
	margin: 0;
	margin-left: 10px;
}
#links ul.mainlinks li.first {
	margin-left: 0px;
}
#links ul.mainlinks li a:link, #links ul.mainlinks li a:visited {
	color: white;
	text-decoration: none;
	font-size: 13pt;
	/*font-family: myriad pro, helvetica neue, helvetica, arial, sans-serif;*/
	font-family: georgia, serif;
	text-shadow: #333 1px 1px 3px;
	background: transparent url('../images/layout/toplinkInactive_left.gif') no-repeat left top;
	display: block;
	height: 36px;
	padding: 0px 0px 0px 13px;
}

#links ul.mainlinks a span {
      float:left;
      display:block;
      background: transparent url("../images/layout/toplinkInactive_right.gif") no-repeat right top;
      height: 30px;
      padding: 6px 9px 0 0;
}
#links ul.mainlinks li a:hover, #links ul.mainlinks li a:active {
	color: white;
	text-shadow: black 1px 1px 3px;
	background-position: 0% -36px;
}
#links ul.mainlinks li a:hover span, #links ul.mainlinks li a:active span {

	background-position: 100% -36px;
}

#links ul.mainlinks li a.current:link, #links ul.mainlinks li a.current:visited {
	background: url('../images/layout/toplinkActive_left2_js.gif') no-repeat left top;
	text-shadow: white 1px 1px 3px;
	color: #222;
	padding: 0px 0px 0px 12px;	
}
#links ul.mainlinks li a.current:hover, #links ul.mainlinks li a.current:active {
	background-position: 0% -36px;
	color: #222;
	text-shadow: white 1px 1px 3px;
}

#links ul.mainlinks a.current span {
      float:left;
      display:block;
      background:url("../images/layout/toplinkActive_right.gif") no-repeat right top;
      height: 30px;
      padding: 6px 10px 0 0px;
}
#links ul.sub {
	position: absolute;
	bottom: 16px;
	left: 5px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 17px;
	font-size: 9pt;
}

#links ul.sub li.first {
	margin: 0;
	padding-left: 60px;
	padding-right: 10px;
	border-left:  0;
}
#links ul.sub li {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	float: left;
	border-left:  1px dotted gray;	
}
#links ul.sub li a:link, ul.sub li a:visited {
	color: #ddd;
	text-decoration: none;	
}
#links ul.sub li a:hover, ul.sub li a:active {
	color: white;
}
#links li.home, #links li.home a span.home, #links li.home a {
	padding: 0;margin: 0;background: none; font-size: 12pt; text-shadow: none;
}
#links li.home {
	margin-right: 14px !important;

}
#links li.home a span.home {
	text-indent: -5000px;
	width: 20px;	
	position: relative;	
}
#links li.home a:link, #links li.home a:visited {
	background: url('../images/layout/home_off.gif') no-repeat !important;
}
#links li.home a:hover, #links li.home a:active {
	background: url('../images/layout/home_on.gif') no-repeat !important;
}
#callout {
	font-style: italic;
	font-family: georgia, garamond, times, serif;
	font-size: 10pt;
	color: #555;
	/*padding: 10px;*/
	display: none;
	position: absolute;
	height: 46px;
	bottom: -2px;
	overflow: hidden;
}
#calloutrt {
	float: right;
	width: 8px;
	background: url('../images/layout/shoutbox_rt.png') no-repeat right top;	
	height: 46px;
}
#callouttext {
	background: url('../images/layout/shoutbox_left.png') no-repeat left top;	
	float: left;
	display: block;
	padding-top: 3px;
	height: 46px;
	text-align: center;
}
#calloutwrap {
	padding: 10px;
	padding-right: 5px;
	padding-top: 14px;
}
.textcenter {
	text-align: center;
}
#footer .backtotop {
	position: absolute;
	bottom: 10px;
	width: 100px;
	right: 20px;
}
#footer small {
	font-size: 7pt;
	line-height: 110%;
}
/* Override Mr. Meyer */

strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
p {
	margin: 1em 0;
	line-height: 150%;

}
#featuredarticle a:link, #featuredarticle a:visited {
	color: #2B4156;
	font-weight: bold;
}
#featuredarticle a:hover, #featuredarticle a:active {
	text-decoration: none;
}
p.dropcap:first-letter {
    font-weight: bold;
    font-size: 14pt;	
    font-family: georgia, sans-serif;
}
p.nocap:first-letter {
	font-size: 9pt;
	font-family: inherit;
	font-weight: inherit;
}
div.featuredimages {
	border: 1px solid #999;
	padding: 3px;
	margin-left: 1px;
	margin-right: 1px;
}
.featuredimages img {
padding: 0;
margin: 0;
border: none;
border-bottom: 2px solid #aaa;

}
.quiet {
	color:gray;
}
div.caption {
	display: block;
	color: #362F2D;
	padding:3px;
	height: 73px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-top: 0;
	padding-top: 6px;
	width: 242px;
	margin-top: -1px;
}
div.caption p {
	font-size: 8pt;
	margin-top: 0;
}
div.caption h4 {
	padding-top: 0;
	display: inline;
}
abbr {
	border-bottom: 1px dotted black;
}

.borderright_nopromo .inner {
	border-right: 1px solid #bbb;
}
ul.footer_infolinks  {

}
.footer_infolinks li {
	font-size: 8pt !important;
	display: inline;
}

/* BLOG STYLES */
p.dateposted {
margin-top: 0;
	margin-bottom: -.5em !important;	
}
p.dateposted:first-letter {

	font-size: 10pt !important;
	font-weight: normal !important;
	font-variant: normal !important;
	font-family: inherit;
	
}
.dateposted span {
	font-size: 11pt;
	color:#2B465B;
	font-weight: bold;
	font-family: georgia, serif;

}
tr.spacer td {
	font-size: 4pt;
	line-height: 4px;
}
.blogtitle:first-letter {
	
	font-size: inherit !important;
	font-weight: bold !important;
	font-variant: normal !important;
	font-family: inherit !important;
}
.blogtitle {
	/*color: #2B465B;*/
	font-size: 14pt;
	font-weight: bold;

	margin-bottom: 0;
	font-family: georgia, sans-serif;
	margin-bottom: 0;
}
.post_teaser {
	font-size: 10pt;
}
.post_comments {
	font-weight: bold;
	float:right;
	background: #333;
	color: white;
	padding: 3px 10px;
	text-align: center;
}
.post_comments a {
	color: #eee !important;
}
.maincontent {
	line-height: 140%;
    font-size: 9pt;
}
.maincontent ul, .maincontent ol {
	border-left: 1px dotted #333;
	margin-left: 1em;
	display: block;
}
.maincontent ul li, .maincontent ol li {
	margin: 1em;
/*	font-size: 10pt;*/
	line-height: 160%;
	margin-left: .33em;
}
label:first-letter {
	font-size: inherit !important;
	font-weight: normal !important;
	font-variant: normal !important;
	font-family: inherit !important;
}
form label {
	font-size: 10pt;
	font-weight: bold;
	color: #666;
	font-family: georgia, serif;
}
.post {
	line-height: 160%;
	font-size: 9pt;
}
fieldset legend {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	font-family: georgia, serif;
	text-align: center;
	background: #333;
	color: white;
	border: 2px solid #666;
	padding: 3px;
	margin-bottom: 10px;
}
fieldset {
	border: 1px solid #666;
	background: #eee;
	padding: 4px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.centered-block {
	display: block;
	margin: 0 auto;
}
.formtable td {
	padding-bottom: 1em;
	vertical-align: middle;
}
.formtable input {
	font-size: 13pt;
	font-family: georgia, serif;
}
.warning {
	color: red;
}
.nopad-bottom {
padding-bottom: 2px !important;
}
.nopad {
	margin: 0;
}
.hugebtn {
font-size: 18pt;
font-weight: bold;
text-align: center;
color: green;
}
.hugebtnwarning {
font-size: 18pt;
font-weight: bold;
text-align: center;
color: red;
}
#upcomingevents_date {
	position: absolute;
	top: 21px;
	left: 13px;
	font-size: 30pt;
	text-shadow: 1px 1px 2px gray;
}
.linksmenu {
	position: absolute;
	border: 1px solid #bbb;
	right: 10px;
	top: 70px;
	background: white;
	width: 200px;
	font-size: 8pt;
	padding: 10px;
}
#linksmenu {
	display: none;
}
.entry hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #aaa;
	background: none !important;
	clear: both;
	margin: .25em 0 .5em 0;
}
.linksmenu p {
	margin-top: 0;
}
.linksmenu a:link, .linksmenu a:visited {
	color: #2E4A62;
	text-decoration: none;
}
.linksmenu a:hover, .linksmenu a:active {
	color: #2E4A62;
	text-decoration: underline;
}
.sidebar h4 {
    font-size:10pt;
}
.sidebar li {
	margin-bottom: 1em;
	line-height: 110%;
}
.sidebar li a {
    margin-bottom: 5px;
}
.sidebar ul {
   clear: both;
  padding: 0;
}
.sidebar hr {
	height: 1px;
    border: none;
    border-bottom: 1px solid #bbb;
    width: 80%;
    float: left;
}
img.comment_userimage {
    border: 0 !important;
    width: 35px;
    height: 35px;
}

.user_profile_table td {
	padding-bottom: 20px;
}
.user_profile_table input {
	font-size: 10pt;
	width: 200px;
}
div.comment_meta {
	float: left;
	width: 30%;
	font-size: 8pt;
	padding-right: 10px;
	background: #333;
	color: white;
	border: 4px solid #222;
}
div.comment_meta a {
	color: silver !important;
}
div.comment_body {
	float: left;
	width: 60%;
	padding-left: 10px;
	font-size:  9pt;
	background: url('../images/layout/comment_body.gif') no-repeat top left;
}
div.comment_body .inner {
	padding-left: 20px;
}
.timesince {
	font-size:7pt;
	color:#4D342A;
}
li.individual_comment {
padding: 10px;
border-bottom: 1px dotted #bbb;
margin: 0 10px 0 10px !important;
}
ul.comments {
	border-left: none;
	margin-left: 0;
	border: 3px solid #666;
}

.profileimage_large {
	border: 1px solid #eee;
	-webkit-box-shadow:0px 2px 3px gray;
}
.sidebar p {
	font-size: 9pt;
}
a.small-link {
	font-size: 8pt !important;
	font-weight: normal !important;
}
.textgray {
	color: gray;
}
.italic {
	font-style: italic;
}
.big {
	font-size: 12pt;
}
textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
	padding: 4px;
}


/* user styles */

tr.cellbg td {
	border-bottom: 1px dashed #ddd;
}

tr.cellbg td:hover, tr.cellbg:hover {
	border-bottom: 1px dashed #bbb;
	background: #ffc;
}
#follower_activity ul {
	margin-left: 0 !important;
	padding-left: 0 !important;	
}
#follower_activity li {
	font-size: 8pt !important;
	line-height: 150%;
}
/* LINK STYLES */



.link_our-parish { 
	left: 65px !important;
	}
	.link_events { 
	left: 178px !important;
	}
	.link_ministries { 
	left: 263px !important;
	}
	.link_get-in-touch { 
	left: 371px !important;
	}
	.link_media-gallery { 
	left: 504px !important;
	}
	.link_st-pius-liturgy { 
	left: 643px !important;
	}
	.link_catholic-education { 
	left: 802px !important;
	}
	