* {
	padding: 0;
	margin: 0;
}

#navbar, #menubar a:hover, #facebook, #twitter, #email, #footer, a.modalCloseImg {
	background: transparent url('images/sprite.png') repeat-x;
	
}
html, body, #wrapper {
	height: 100%;
}

#wrapper {
	height: auto;
	min-height: 100%;
}

body.blue, body.home {
	background: #18191B url('images/bg.jpg')  repeat-x;
	font-family: Helvetica, sans-serif, Arial;
	font-size: .9em;
	color: #E9E9E9;
	text-shadow:rgba(0,0,0,0.01) 0 0 0;
}

body.red {
  	background: #700000 url('images/bgred.png') center repeat-y;
  	font-family: Helvetica, sans-serif, Arial;
	font-size: .9em;
	color: #E9E9E9;
	text-shadow:rgba(0,0,0,0.01) 0 0 0;
}
body.red a {
	color: #e6a71a;
}

body.red #menubar a {
	color: #a31916;
}
body.red #menubar a:hover {
	color: white;
	background: transparent url('images/redsprites.png') repeat-x;
	background-color: black;
	background-position: 0px -250px;		
}

body.red #navbar {
	background: transparent url('images/navbg2.png') repeat-x;
	background-position: 0px -298px;
}

body.red #footer {
	background: none;
}

a {
  color: #5e72c6;
  text-decoration: none;
  font-weight: 600;	
}

a:hover, a:focus {
	text-decoration: underline;
}

a img {
	border: 1px dashed #1e2a5c;
}

a:hover img, a:focus img {
	border: 1px dashed #fff;
}

img.left{
	float: left;
	padding-right: 10px;
}

img.right{
	float: right;
	padding-left: 10px;
}

h1, h2, h3, h4 {
	font-family: Georgia, serif;
}

hr {
	margin-bottom: 10px;
}

#header {
	padding-top: 120px;
}

#navbar {
	margin-bottom: 30px;
	background-position: 0px -298px;
}

#navbar-container {
	height: 45px;
	width: 960px;
	margin: auto;
	position: relative;
}

#navbar-container a img {
	border: none;
}

#menubar-container {
	float: right;
}

#menubar {
	list-style-type:none;
	position:relative;
	font-size:1.5em;
	margin-top: 3px;
}

#menubar a {
	display:block;
	color: #1e2a5c;

	padding: 8px;
	padding-bottom: 10px;
}

#menubar a:hover, #menubar a:focus {
	color: #E9E9E9;
	text-decoration: none;
	background-color: black;
	background-position: 0px -250px;	
}

#menubar ul {
	list-style-type: none;
	position:absolute;
	display: none;
	font-size: 12pt;
	top: 40px;
}

#menubar li {
	float:left;
	position:relative;
}

#menubar ul li a {
	border:  1px solid #ccc;
	background: #E9E9E9;
	padding-left: 30px;
	text-indent: -20px;
}

#menubar li ul a {
	width: 170px;
	height: auto;
	float: left;
	z-index: 1000;
}

#menubar ul ul{
	top: auto;
}	

#menubar li ul ul {
	left:180px;
}

#menubar li:hover ul ul, #menubar li:hover ul ul ul, #menubar li:hover ul ul ul ul{
	z-index: 1000;
	display:none;
}
#menubar li:hover ul, #menubar li li:hover ul, #menubar li li li:hover ul, #menubar li li li li:hover ul{
	z-index: 1000;
	display:block;
}

#logo {
	position:absolute;
	top: -105px;
}

#page {
	width: 100%;
	padding-bottom: 80px;
}

#page-container {
	min-height: 100%;
	height: auto !important;
	width: 960px;
	margin: 0 auto -60px;
}

#main-content {
	width: 630px;
	line-height: 1.25em;
	float: left;
}

#main-content h1, #main-content h2, #main-content h3, #main-content ul, #main-content p {
	padding-bottom: 15px;
}

#main-content h1 {
	border-bottom: 1px dashed #ccc;	
}

#main-content h1, #main-content h1 a {
	font-size: 1.5em;
	color: #E9E9E9;
	margin-bottom: 15px;
	margin-top: 10px;
}

#main-content h2 {
	font-size: 1.25em;
	padding-top: 10px;
}


#main-content blockquote {
	border-left: 1px dashed #ccc;
	padding-left: 20px;
}

#main-content ul {
	margin-left: 20px;
}

#main-content strong {
	font-weight: 700;
}

#main-content em {
	font-style: italic;
}

#main-content .postfooter {
	border-top: 1px dashed #ccc;
	padding-top: 5px;
}

#main-content p:last-child {
	padding-bottom: 0px;
}

#prev, #next{
    z-index: 20000; 
    background-image: url('images/controls.png');
    position: absolute;
    display: none;
    margin: 0;
    top: 50px;
    height: 175px;
    width: 30px;
}

#prev {
    float: left;
    left: 20px;
}

#next {
    float: right;
    right: 20px;
    background-position: 30px 0px;
}

#prev:hover {
    background-position: 0px 175px;
}

#next:hover {
    background-position: 30px 175px;
}

#slideshow-box {
	width: 596px;
    min-height: 335px;
    position: relative;
}

#slides {
    width: 596px;
    min-height: 335px;
}

.slide a .title, .hover {
	background: url('images/copybar.png') no-repeat;	
}

.slide a .title {
	color: #E9E9E9;
	height:  60px;
	display:  block;
	font-size: 1.5em;
	padding-left: 8px;
	top: -80px;
	width:  596px;
	position: relative;
	line-height: 1.7em;
	text-shadow: 0px 2px 1px #000;
}

.slide a .subtitle {
	display: block;
	font-size: .7em;
	line-height: 1em;
}

.slide a .readmore {
	padding-left: 10px;
}

.hover {
    height: 60px;
    display: block;
    position: relative;
    top: -80px;
}

.slide a .purple, .slide a .nohvpurple {
	background-position: 0 -0px;
}
.slide a:hover .purple, .slide a .hvpurple {
	background-position: 0 -60px;
}

.slide a .orange, .slide a .nohvorange {
	background-position: 0 -120px;
}
.slide a:hover .orange, .slide a .hvorange {
	background-position: 0 -180px;
}

.slide a .blue, .slide a .nohvblue {
	background-position: 0 -240px;
}
.slide a:hover .blue, .slide a .hvblue {
	background-position: 0 -300px;
}

.slide a .red, .slide a .nohvred {
	background-position: 0 -360px;
}
.slide a:hover .red, .slide a .hvred {
	background-position: 0 -420px;
}
.slide a .green, .slide a .nohvgreen {
	background-position: 0 -480px;
}
.slide a:hover .green, .slide a .hvgreen {
	background-position: 0 -540px;
}

.slide {
	height: 335px;
	overflow: hidden;
}

.slide a {
	text-decoration: none;
}
.slide a img {
	border: none;
}

#currentnews ul {
	padding-bottom: 0px;
}

#parishteamslist tr {
	vertical-align: top;
}

#parishteamslist td {
	width: 310px;
}

#top-sidebar {
	float: right;
	width: 315px;
}

#top-sidebar h4 {
	padding-bottom: 10px;
	font-size: 1.5em;
	text-align: center;
}

#top-sidebar img {
	padding: 5px;
	width: 273px;
}

#top-sidebar ul {
	padding-left: 15px;
}

#top-sidebar .TwitterBadge li {
	padding-bottom: 10px;
}

#description {
	font-size: 1em;
	line-height: 1.5em;
	min-height: 215px;
}

#description p {
	padding-top: 0px;
	padding-bottom: 10px;
}

#description h2 {
	padding-top: 0px;
}

#subscribe a {
	height: 60px;
	display: block;
	line-height: 60px;
	text-indent: -9000px;
}

#subscribe a:hover {
	height: 58px;
	border: 1px dashed #ccc;
}

#facebook {
	background-position: 35px -2px;
}

#twitter {
	background-position: 37px -100px;
}

#email {
	background-position: 30px -190px;
}

#related a {
	color: #E9E9E9;
}

#related ul {
	list-style: disc;
	padding-left: 10px;
}
#related li {
	margin-bottom: 10px;
}

#related span {
	display: block;
}

#footer {
	position: relative;
	margin-top: -60px;
	height: 60px;
	clear: both;
	line-height: 1.5em;
}

#footer {
	background-position: bottom;
} 

#footer-container {
	width: 960px;
	margin: auto;
}

#footer-container p {
	font-size: .8em;
	text-align: center;
}

#footer-container a {
	color: #E9E9E9;
	text-decoration: none;
}

#footer-container a:hover {
	text-decoration: underline;
}

.overlay {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	top: 0;
	height: 100%;
	background: transparent url('images/bg-box.png') repeat scroll 0 0 !important;
	margin-bottom: 15px;
}

.content {
	padding: 15px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* SimpleModal Styles */
.simplemodal-overlay {
	background-color:#000; 
	cursor:wait;
}
.simplemodal-container {
	background-color:#fff; 
}
a.modalCloseImg {
	background-position: 0px -350px;
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}

#contact-container { 
	width:450px;
	text-align:left;
}
#contact-container .contact-content {
	padding: 10px;
	background-color:#fff; 
	color:#000;
}

#contact-container h1 { 
	margin:0; 
	padding:0 0 6px 12px; 
	font-size:1.2em; 
	text-align:left;
}

#contact-container .contact-message {
	text-align:center;
}
#contact-container .contact-error {
	width:92%; 
	font-size:.8em; 
	background:#ccc; 
	font-size:0.8em; 
	font-weight:bold; 
	margin:0 auto; 
	padding:2px;
}
#contact-container br {
	clear:both;
}

#contact-container label { 
	clear:left; 
	display:block; 
	width:100px; 
	float:left; 
	text-align:right; 
	padding-right:4px; 
	font-weight:bold;
}
#contact-container .contact-input { 
	float:left; 
	padding:2px; 
	margin:2px; 
	background:#eee; 
	border:1px solid #fff; 
	width:300px;
}
#contact-container textarea {
	height:114px; 
}

#register-email-container {
    width:400px;
    height:150px;
    padding:10px;
    color: black;
}

#register-email-container h1 {
    font-family: sans-serif;
    font-size: 1.5em;
    text-align:center;
    padding-bottom: 10px;
}

#register-email-container .form-response {
    text-align:center;
}

#register-email-container label {
    clear:left;
    display:block;
    width:50px;
    text-align:right;
    float:left;
    padding-right:4px;
}

#register-email-container input {
    margin: 2px;
    padding: 2px;
    width: 300px;
}

#register-email-container button {
    margin:4px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
