/*
		Author	:	Tom Hutton from a template of Christopher Robinson
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	text-decoration:none;
}

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

/* body */
body {
	background:#eeeedd;
	color:#000;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}
/* header */
#header {
	border-bottom:0px solid #999;
	height:80px;
	margin:0 auto;
	width:751px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}



/* navigation */
#navigation {
	background:#cfcfcf;
	border-right:1px solid #999;
	margin:0 auto;
	width:800px;
	height:40px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:132px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 10px;
	width:800px;
}
#content hr {
    color:black;
}
    
#content h1 {
   
    color:green;
	margin-top:2px;
	margin-bottom:2px;
    border-top:2px solid #999;
    border-bottom: 2px solid #999;
	font-size:1.8em;
	padding:10px 0 10px 0;
	text-align:center;
	
}
#content h1.parishmagazines {
font-family:"book antiqua";
    font-weight:bold;
    color:green;
	margin-top:5px;
    border-top:2px solid #999;
    border-bottom: 2px solid #999;
	font-size:2.0em;
	padding:10px 0 10px 0;
	text-align:center;
}
#content a {
    color:green;
}
#content h1.pics {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	color:green;
	padding:20px 0 20px 0;
	text-align:center;
}

#content h2 {
    margin-top:4px;
    margin-bottom: 10px;
    font-size:1em;
    text-align:center;
}
#content h2.pics {
	color:green;
	font-size:1.4em;
	padding:10px 0 10px 0;
	text-align:center;
}
#content h2.parishmagazines {
    margin-top:4px;
    margin-bottom: 10px;
    font-size:1em;
    text-align:center;
}
#content h3.parishmagazines{
    padding:0;
    font-size:1.2em;
    text-align:center;
    font-weight:bold;
    margin-bottom:0;
}

#content p.pics {
	padding:5px 5px 0;
}
#content h3 {
    padding:20px;
    font-size: 1.5em;
    text-align:center;
}
#content h4{
    font-size:1em;
    font-weight:bold;
    font-style:italic;
    margin-bottom:10px;
    margin-top:10px;
} 	
#content h5{
    font-size:1.3em;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
}
#content h6{
    margin-top:10px;
    font-size:1.1em;  font-weight:bold;
    text-align:center;
    margin-bottom:10px;
}

    

#content p {
	padding:5px 5px 0;
	
}

#content ul {
    list-style-type: none
}

.parishmags {
	background:silver;
	border-right:1px solid #999;
	margin:0 auto;
	width:800px;
	height:24px;
	list-style:none;
	
}

.parishmags li {
	border-left:1px solid #999;
	border-right:1px solid #999;
	float:left;
	width:158px;
	list-style:none;
}
.parishmonths li {
    background:silver;
    height:24px;
    margin:0 auto;
	border-left:1px solid #999;
	border-right:1px solid #999;
	float:left;
	width:112px;
	list-style:none;
}
.parishmonths a {
	color:green;
	display:block;
	line-height:24px;
	text-align:center
}

.parishmonths a:hover {
	background:#e3e3e3;
	color:#555;
}
.parishmags a {
	color:green;
	display:block;
	line-height:24px;
	text-align:center;
}
.parishmags a:hover {
	background:#e3e3e3;
	color:#555;
}
.parishmags .active {
	background:#e3e3e3;
	color:#777;    
}

/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:5px auto;
	padding:10px;
	text-align:center;
	width:751px;
}

#maps td {
    border:1px solid grey;
  
   )
#maps table {
    border-collapse:collapse;
}

