/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: normal;
/*	text-align: justify;
*/	background-color:#EBEBEB;
	text-align:center;
	margin:0px;
	padding:0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #996666;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container
{
/*	position: absolute;
*/	text-align:left;
/*	margin-left: -380px; REMOVED 
*/	

	width: 760px;
	border: 1px #cccccc solid;
	background-color: #FFFFFF;
/*	left: 50%;
*/	
	
}
#masthead{
	padding: 0px 0px 0px 0px;
	width: 100%;
	float: left;
}

#logowrapper
{
	float:left;
/*	width:100%;
*/	
	width:755px;
	clear:both;
	height:150px;
	background-image:url(../images/logo.jpg);
}
#masthead img.left
{
	float:left;
}
#masthead img.right
{
	float:right;
	
}
#mastheadImgR
{
	float:right;
	z-index:1;
	
}
#mastheadImgL
{
	float:left;
	z-index:2;
}

#navBar{
	width:110px;
	margin: 0px;
	padding: 0px 0px 15px;
	background-color: #DFECF0;
	border-right: 1px solid #cccccc;
/*	border-bottom: 1px solid #cccccc;*/
	/*height: 450px;*/
	text-align: left;
/*	border-left: 1px solid #cccccc;
*/	top: 160px;
	float: left;
	
}


#content{
	/*	float: left;
*//*	width: 55%;
*/	
	width:435px;
	background-color: #FFFFFF;
	overflow: auto;
	float: left;
	text-align: left;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 3px 0px 0px 5px;
	text-align: left;
	background-image: url(../images/orangeSlice.gif);
	background-repeat: repeat-x;
	height: 23px;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
}
.feature p
{
	margin-top:5px;
	padding-left: 5px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}
.story h3{
	padding: 0px 5px 0px 5px;
	text-align: left;
	background-image: url(../images/orangeSlice.gif);
	background-repeat: repeat-x;
	height: 23px;
}
.story p{
	padding: 0px 0px 2px 5px;
	margin-top:0px;
}
.storyDate
{
		padding: 0px 0px 0px 5px;
		margin:0px;
		color:#3366FF;
}
.story h4
{
	font-weight:bold;
	padding-left: 5px;
	
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px dashed #cccccc;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	margin-top:0px;
	text-align:center;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#siteInfo a
{
	color: #006699;
	text-decoration: none;
	padding-right:10px;
}
#octoFooter 
{
	color:#CCCCCC;
	padding-top:20px;
}
#octoFooter a
{
	color:#CCCCCC;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	margin: 0px;
	padding-top:0px;
	padding-bottom:5px;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar img.randomImg
{
	padding:10px;
}
/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	
}

#sectionLinks h3{
	padding: 3px 0px 0px 5px;
	background-image: url(../images/greenSlice.gif);
	background-repeat: repeat-x;
	height: 23px;
}
#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
	margin:0px;
	font-size: 90%;
		border-bottom: solid silver 1px;

}

#sectionLinks a:hover{
	background-color: #dddddd;
}

#sectionLinks h4{
	padding: 3px 0px 0px 5px;
	/*background-image: url(../images/greenSlice.gif);*/
	/*background-repeat: repeat-x;*/
	height: 23px;
	font-weight:bold;
	color:#334d55;
}

/*********** #login *************************/
#login
{
padding-left: 10px;
}

#login label
{
	font-size: 70%;
}

/**************latest news letler**********************************/
#latestNewsLetter
{
	padding-left: 10px;	
	padding-bottom: 0px;
}

#latestNewsLetter p.date
{
	font-size: 75%;
	padding-top:0px;
	margin-top:0px;
	
}
#latestNewsLetter a {
	display: block;
	padding: 2px 0px 2px 0px;
	font-size: 85%;
}

#latestNewsLetter a:hover{
	background-color: #dddddd;
}



#related
{
	padding-left: 10px;	
	padding-bottom: 0px;

}

#related p
{
	font-size:90%;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #ourPriest styles **************/

#ourPriest{
	padding: 5px 0px 15px 5px;
}

#ourPriest img
{
	padding-top:10px;
}


/************** #headlines styles **************/

#headlines
{
	width:200px;
	border-left: 1px solid #cccccc;
/*	border-right: 1px solid #cccccc;*/	
/*border-bottom: 1px solid #cccccc;
*/	/*	padding-right: 10px;
*/	background-color: #E2E4F3;
	margin: 0px;
	padding: 0px 0px 0px;
	font-size: 90%;
	/*height: 450px;*/
	float: right;
}

#headlines p{
/*	padding: 0px 0px 0px 5px;
*/	margin-top: 0px;
	margin-bottom: 0px;
}
#headlines h3{
	padding: 3px 0px 0px 5px;
	background-image: url(../images/blueSlice.gif);
	background-repeat: repeat-x;
	height: 23px;
}
/*#############Contact Info################*/
#contactInfo
{
	padding: 5px 0px 0px 5px;
}
#contactInfo p
{
/*force long email address to wrap*/  
word-wrap:break-word;
}
/***************mass times****************************************/
#massTimes{
	padding: 2px 5px 2px 5px;
}

#massTimes p
{
	padding-top:3px;
	text-align:left;
	font-weight:normal;
	padding-bottom: 2px;
	border-bottom: solid #cccccc 1px;
}
#massTimes ul
{
}
massTimes li
{
}

a.pinkbulletlink {
	color: #338599;
	text-decoration: none;
	background-image: url(../images/arrowIcon.gif);
	background-repeat: no-repeat;
/*	display: block;
*/	padding-left: 22px;
	background-position: left center;
	margin-top: 7px;
}
a.pinkbulletlink:visited, a.pinkbulletlink:hover, a.pinkbulletlink:active{
	color: #0099FF;
	text-decoration: underline;
}

/**************************Parish Groups**********************/
#parishGroups
{
	
}
#parishGroups h3
{
	
}
#parishGroups img
{
	float:left;
	margin-right:10px;
	margin-bottom: 5px;
}
#parishGroups p.rotadate
{
	padding:0px 0px 5px 20px;
	font-size:9pt;
	margin:0;
}
/********************/

#galleryPacket
{
	background-color:#EBFBFB;
	margin:0px;
	width: 97%;
	padding: 5px;
}
#galleryPacket img
{
	float: left;
	border:#000000 solid 1px;
	margin:5px;
}




/****ADMIN***********/
#adminContent
{
	padding-left:15px;
}
#adminmain
{
	text-align:left;
	padding-left:15px;
	margin-left:15px;
	margin-top: 15px;
}

#adminmain table {
	border-collapse : collapse;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}
#adminmain th, #adminmain td {
	padding: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
}

#newscontent
{
	padding-bottom: 2px;
}

#clear{
	clear: both;
}
