/*
Tags: fixed width, two columns, widgets, valid CSS, widget ready, white, simple, valid XHTML, left , orange, red, asian, oriental, plum
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Layout */
body {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-family: Arial, Verdana, Sans-Serif;
	background: #a80000 url(images/bk.jpg) left top repeat-x;
	color: #000;
}

/* Default */
a {
	color: #483d8b;
}

a:hover {
	color: #990000;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: .9em;
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .7em;
}

blockquote {
	padding: 0 0.5em;
	border-left: 5px solid #f0e8a7;
	margin: 0;
	background-color: #f8f8e2;
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	padding: 5px;
	border: 1px solid #ccc;
}

form {
	padding: 0;
	margin: 0;
}

/* Layout */
#container {
	background: url(images/logo.jpg) left top no-repeat;
	width: 100%;
	margin: 0 auto;
}

#header {
	height: 123px;
}

#header h1 {
	padding: 25px 0 0 53px;
	margin: 0;
	color: #faf6bb;
	font-family: Garamond, Georgia, serif;
	font-size: 2em;
}

#header h1 a,
#header h1 a:hover {
	text-decoration: none;
	color: #faf6bb;
}

#header .description {
	padding: 0 0 0 53px;
	color: #c46816;
	font-family: Garamond, Georgia, serif;
	font-size: 1.3em;
}

#page {
	padding: 0 0;
}

#pageinner {
	position: relative;
	margin: 13px 0 0 0;

}

#navcontainer ul {
	background: url(images/headerBarBk.png) repeat;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
}

* html #navcontainer ul {
	background: #972f07 url(images/headerBarBkForIE6.jpg) no-repeat;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li#first a,
#navcontainer ul li#first a:hover {
	cursor: default;
	background-image: none;
	text-decoration: none;
}

#navcontainer ul li a {
	color: #faf6bb;
	margin: 5px 0 0 0;
	padding: 4px 14px 8px 12px;
	text-decoration: none;
	background: url(images/headerBarLiBk.gif) right 3px no-repeat;
	float: left;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	background: url(images/searchBarBk.gif) repeat-x;
	color: #841700;
	padding: 4px 12px 8px 12px;
	margin-left: -2px;
	font-family: Garamond, Georgia, serif;
	font-weight: bold;
}

#navcontainer ul li.current_page_item a:hover,
#navcontainer ul li.current_page_ancestor a:hover {
	text-decoration: none;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#searchBar {
	clear: left;
	background: url(images/searchBarBk.gif) repeat-x;
	text-align: right;
}

#searchform {
	padding: 5px;
}

#s {
	border: 1px solid #bbb;
}

#searchsubmit {
	border: 1px solid #bbb;
	background: #fff url(images/buttonBk.gif) repeat-x;
}

/* Calendar */
#wp-calendar {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar td#today {
	font-weight: bold;
}

h2.pagetitle {
	margin: 0;
	color: #a80000;
	font-family: Garamond, Georgia, serif;
	font-size: 1em;
	padding: 3px 3px 3px 10px;
}

#content {
	width:670px;
	margin: 0 0 0 15px;
	padding: 0;
}

#contentinner {
	width:670px;
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align:justify;
}

#content2 {
	width:620px;
	margin: 0 0 0 15px;
	padding: 0;
}

#contentinner2 {
	width:620px;
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align:justify;
}

/* Post */
.post h2.posttitle {
	padding: 0;
	margin: 0;
	float: left;
	font-family: Georgia, serif;
	font-color: #a80000;
	font-size: 2em;
	line-height: 20px;
}

.post h2.posttitle a,
.post h2.posttitle a:hover {
	text-decoration: none;
	font-family: Georgia, serif;
	color: #a80000;
}

small.postmetadata {
	font-size: 0.85em;
}

ul.postmetadata {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85em;
}

ul li.tags {
	float: left;
}

ul li.comments {
	text-align: right;
}

div.divider {
	background: url(images/divider.gif) center center repeat-x;
	height: 47px;
	margin: 1em 0;
}

div.navigation {
	text-align: center;
	font-family: Garamond, Georgia, serif;
	padding: 0 0 2em 0;
	color: #c46816;
}


#singlepost {
	width:640px;
	padding:10px;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align:justify;
}

#commentwrapper {
	width:640px;
	padding:10px;
}

#commentwrapper h2 {
	margin: 0;
	padding: 0.5em 0;
}

/* Comment */
h2.commentheading {
	font-size: 1.2em;
	color: #a80000;
	font-family: Garamond, Georgia, serif;
}

ol.commentlist {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #3a3a3a;
}

ol.commentlist a {
	text-decoration: none;
}

img.avatar {
	border: 3px solid #fefef6;
	margin: 0 0.5em;
}

ol.commentlist li.commentind {
	padding: 0 0 2em 0;
	margin: 0;
}

ol.commentlist li.commentind cite {
	font-style: normal;
}

p.commentsedit {
	font-size: 0.9em;
	margin: 0 0 0 0.5em;
}

.commentindheader {
	border-bottom: 1px dotted #fefef6;
}

.commentindheader img.avatar {
	float: left;
}

ol.commentlist li.alt .commentindheader {
	text-align: right;
}

ol.commentlist li.alt .commentindheader img.avatar {
	float: right;
}

ol.commentlist li.alt p.commentsedit {
	text-align: right;
	margin: 0 0.5em 0 0;
}

/* Comment form */
form#commentform input,
form#commentform textarea {
	border: 1px solid #bbb;
}

input#author,
input#email,
input#url {
	width: 60%;
}

textarea#comment {
	width: 90%;
}

input#submit {
	border: 1px solid #bbb;
	background: #fff url(images/buttonBk.gif) repeat-x;
}

#footer {
	clear: both;

	height: 108px;
	margin: 0 53px;
	font-family: Garamond, Georgia, serif;
	text-align: right;
	font-size: 1em;
	color: #a66117;
}

#footer p {
	margin: 0;
	padding: 0.9em;
	line-height: 1.5em;
}

#footer a {
	color: #a66117;
}

#footer a:hover {
	color: #cf7819;
}

div#recaptcha_widget_div {
	float: right;
}

/* Wordpress required */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

h3.subpages {
	padding: 1em 0 0.5em 0;
	margin: 0;
}

ul.subpages {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	list-style: square;
}

/* Formatting */
fieldset {
	border: 1px solid #ccc;
	padding: 0 1em;
	margin: 0;
}

legend {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
}

hr {
	border: 0;
	color: #cfc887;
	background-color: #cfc887;
}

pre, code {
	width: 100%;
	overflow: auto;
	font-size: 1em;
}

.post table {
	width: 100%;
	border-top: 0;
	border-collapse: collapse;
}

.post table th,
.post table td {
	border-bottom: 0;
	padding: .3em .5em;
}

.post table th {
	text-align: left;
	border-bottom: 2px solid #ccc;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/* parchment backed text "box" */
.rbtop div { background: url("images/corner_tl.png") no-repeat top left; }
.rbtop { background: url("images/corner_tr.png") no-repeat top right; }
.rbbot div { background: url("images/corner_bl.png") no-repeat bottom left; }
.rbbot { background: url("images/corner_br.png") no-repeat bottom right; }
.rbroundbox { background: url("images/boxbg.gif") repeat; }

/* set height and width of corners */
.rbtop div, .rbtop, .rbbot div, .rbbot {
height: 20px;
font-size: 1px;
}

.rbroundbox { 
position:absolute;left:160px;
width:890px;
margin: 1em auto; 

}

.rbroundbox2 { 
position:absolute;left:160px;
width:620px;
margin: 1em auto; 

}
/* sidebar navigation */
#navbar {  
    background:url("images/sidebar.jpg") 0 0 no-repeat;  
    width:155px;  
    height:925px;  
    margin:0;  
	padding:0;  
}

#navbar li span { display: none; }  
  
#navbar li { float:left; list-style:none; position:relative; }  

#navbar li, #navbar a {  
   height:37px;    /* Each button must have the same height, define it here */  
   display:block;  
   margin:0;  
   padding:0;  
}  

li#spacer,li#home, li#calendar, li#newsletter, li#lectionary, li#sermons, li#layministers, li#history, li#people, li#staff, li#gallery, li#prayer, li#christed, li#music, li#outreach, li#g2g, li#chapel, li#cross, li#labyrinth, li#stsmm, li#sisters, li#diocese, li#links, li#donate { 
margin-bottom:0px; 
width:155px; }  

/* set location of rollover images */
#home a:hover { background:url("images/sidebar.jpg") -155px  -37px no-repeat; }  
#calendar a:hover { background:url("images/sidebar.jpg") -155px  -74px no-repeat; }  
#newsletter a:hover { background:url("images/sidebar.jpg") -155px  -111px no-repeat; }  
#lectionary a:hover { background:url("images/sidebar.jpg") -155px  -148px no-repeat; }  
#sermons a:hover { background:url("images/sidebar.jpg") -155px -185px no-repeat; }  
#layministers a:hover { background:url("images/sidebar.jpg") -155px -222px no-repeat; } 
#history a:hover { background:url("images/sidebar.jpg") -155px -259px no-repeat; } 
#people a:hover { background:url("images/sidebar.jpg") -155px -296px no-repeat; } 
#staff a:hover { background:url("images/sidebar.jpg") -155px -333px no-repeat; } 
#gallery a:hover { background:url("images/sidebar.jpg") -155px -370px no-repeat; } 
#prayer a:hover { background:url("images/sidebar.jpg") -155px -407px no-repeat; } 
#christed a:hover { background:url("images/sidebar.jpg") -155px -444px no-repeat; } 
#music a:hover { background:url("images/sidebar.jpg") -155px -481px no-repeat; } 
#outreach a:hover { background:url("images/sidebar.jpg") -155px -518px no-repeat; } 
#g2g a:hover { background:url("images/sidebar.jpg") -155px -555px no-repeat; } 
#chapel a:hover { background:url("images/sidebar.jpg") -155px -592px no-repeat; } 
#cross a:hover { background:url("images/sidebar.jpg") -155px -629px no-repeat; } 
#labyrinth a:hover { background:url("images/sidebar.jpg") -155px -666px no-repeat; } 
#stsmm a:hover { background:url("images/sidebar.jpg") -155px -703px no-repeat; } 
#sisters a:hover { background:url("images/sidebar.jpg") -155px -740px no-repeat; } 
#diocese a:hover { background:url("images/sidebar.jpg") -155px -777px no-repeat; } 
#links a:hover { background:url("images/sidebar.jpg") -155px -814px no-repeat; } 
#donate a:hover { background:url("images/sidebar.jpg") -155px -851px no-repeat; } 

#r_sidebar {
position:absolute;left:865px;top:40px;
width:170px;
background: transparent;
margin: 0 10px 0 0;
border:thin #990000;
}

#r_sidebar p{
padding: 2px 0 16px 0;
margin: 0;
line-height: 20px;
}

#r_sidebar ul {
list-style: none;
margin: 0;
padding: 0 0 20px 0;
}

#r_sidebar ul li {
margin: 0;
padding: 5px 0 0 0;
}

#r_sidebar ul li a {
color: #483d8b;
text-decoration: none;
}

#r_sidebar ul li a:hover {
color: #990000;
text-decoration: none;
}

#right_sidebar ul li a {
color: #483d8b;
text-decoration: none;
}

#r_sidebar li a {
display: block;
}

#r_sidebar li a:hover {
color:#990000;
}

#p_sidebar {

background: transparent;
margin: 0 10px 0 0;
border:thin #990000;
}

#p_sidebar p{
padding: 2px 0 16px 0;
margin: 0;
line-height: 20px;
}

#p_sidebar ul {
list-style: none;
margin: 0;
padding: 0 0 20px 0;
}

#p_sidebar ul li {
margin: 0;
padding: 5px 0 0 0;
}

#p_sidebar ul li a {
color: #483d8b;
text-decoration: none;
}

#p_sidebar ul li a:hover {
color: #990000;
text-decoration: none;
}

#p_sidebar li a {
display: block;
}

#p_sidebar li a:hover {
color:#990000;
}
/* right sidebar navigation */
#rnavbar {  
    background:url("images/sidebar_r.jpg") 0 0 no-repeat;  
    width:145px;  
    height:518px;  
    margin:0;  
	padding:0;  
}

#rnavbar li span { display: none; }  
  
#rnavbar li { float:left; list-style:none; position:relative; }  

#rnavbar li, #rnavbar a {  
   height:37px;    /* Each button must have the same height, define it here */  
   display:block;  
   margin:0;  
   padding:0;  
}  

li#rmusic, li#routreach, li#rg2g, li#rchapel, li#rcross, li#rlabyrinth, li#rstsmm, li#rsisters, li#rdiocese, li#rlinks, li#rdonate { 
margin-bottom:0px; 
width:145px; } 

#rmusic a:hover { background:url("images/sidebar_r.jpg") -145px -37px no-repeat; } 
#routreach a:hover { background:url("images/sidebar_r.jpg") -145px -74px no-repeat; } 
#rg2g a:hover { background:url("images/sidebar_r.jpg") -145px -111px no-repeat; } 
#rchapel a:hover { background:url("images/sidebar_r.jpg") -145px -148px no-repeat; } 
#rcross a:hover { background:url("images/sidebar_r.jpg") -145px -185px no-repeat; } 
#rlabyrinth a:hover { background:url("images/sidebar_r.jpg") -145px -222px no-repeat; } 
#rstsmm a:hover { background:url("images/sidebar_r.jpg") -145px -259px no-repeat; } 
#rsisters a:hover { background:url("images/sidebar_r.jpg") -145px -296px no-repeat; } 
#rdiocese a:hover { background:url("images/sidebar_r.jpg") -145px -333px no-repeat; } 
#rlinks a:hover { background:url("images/sidebar_r.jpg") -145px -370px no-repeat; } 
#rdonate a:hover { background:url("images/sidebar_r.jpg") -145px -407px no-repeat; } 

/* left sidebar navigation */
#lnavbar {  
    background:url("images/sidebar_l.jpg") 0 0 no-repeat;  
    width:145px;  
    height:925px;  
    margin:0;  
	padding:0;  
}

#lnavbar li span { display: none; }  
  
#lnavbar li { float:left; list-style:none; position:relative; }  

#lnavbar li, #lnavbar a {  
   height:37px;    /* Each button must have the same height, define it here */  
   display:block;  
   margin:0;  
   padding:0;  
}  

li#spacer,li#lhome, li#lcalendar, li#lnewsletter, li#llectionary, li#lsermons, li#llayministers, li#lhistory, li#lpeople, li#lstaff, li#lgallery, li#lprayer, li#lchristed { 
margin-bottom:0px; 
width:145px; }  

/* set location of rollover images */
#lhome a:hover { background:url("images/sidebar_l.jpg") -145px  -37px no-repeat; }  
#lcalendar a:hover { background:url("images/sidebar_l.jpg") -145px  -74px no-repeat; }  
#lnewsletter a:hover { background:url("images/sidebar_l.jpg") -145px  -111px no-repeat; }  
#llectionary a:hover { background:url("images/sidebar_l.jpg") -145px  -148px no-repeat; }  
#lsermons a:hover { background:url("images/sidebar_l.jpg") -145px -185px no-repeat; }  
#llayministers a:hover { background:url("images/sidebar_l.jpg") -145px -222px no-repeat; } 
#lhistory a:hover { background:url("images/sidebar_l.jpg") -145px -259px no-repeat; } 
#lpeople a:hover { background:url("images/sidebar_l.jpg") -145px -296px no-repeat; } 
#lstaff a:hover { background:url("images/sidebar_l.jpg") -145px -333px no-repeat; } 
#lgallery a:hover { background:url("images/sidebar_l.jpg") -145px -370px no-repeat; } 
#lprayer a:hover { background:url("images/sidebar_l.jpg") -145px -407px no-repeat; } 
#lchristed a:hover { background:url("images/sidebar_l.jpg") -145px -444px no-repeat; } 