@charset "UTF-8";
/* ---------- GENERAL LAYOUT ---------- */
body {
	margin: 0px;
	background: url(../images/bg-tile.jpg) repeat-y center top;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
img {border: none;}
#bg.home {background: url(../images/bg-top.jpg) no-repeat center top;}
#bg {background: url(../images/bg-top-tile.jpg) no-repeat center top;}
#wrapper {
	width: 968px;
	margin: 0px auto;
}
#masthead {}
#container {clear: both; padding: 0px 10px; margin: 15px 0px;}
#container.home {
	background: url(../images/bg-container-home.gif) repeat-y;
}
#leftcol {float: left; width: 248px;} /* width determined by calendar (10px of keylines between days and around cal, then a number divisible by 7) */
#rightcol {float: right; width: 680px;}
/* ---------- MASTHEAD ---------- */
#logo {
	float: left;
	height: 97px;
	width: 430px;
	margin: 11px 0px 0px 23px;
}
#logo a {
	background: url(../images/syracuse-diocese-logo.png) no-repeat left top;
	display: block;
	height: 97px;
	width: 430px;
	text-indent: -999em;
	outline: none;
}
#utils {float: right; font-size: 11px; line-height: 11px; margin: 0px; padding-top: 4px;}
#action-calls {float: right; clear: right; list-style-type: none; margin: 0px; padding: 30px 0px 0px 0px; width: 440px;}
#action-calls li {float: left;}
#action-calls li a {
	float: left;
	border-right: 1px solid #D0D0D0;
	line-height: 20px;
	padding: 5px 20px;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	color: #000;
}
#action-calls li.first a {border-left: 1px solid #D0D0D0;}
#action-calls li a:hover {color: #91073A;}

	/* ---------- PHOTOBAR ---------- */
	#photobar {
		clear: both;
		background: url(../images/inside-phototop.jpg) no-repeat 0px 16px;
		height: 140px;
		padding-top: 16px;
	}
	#photobar.home {background: none; height: 257px; padding-top: 0px;}
	#photobar-left {
		width: 268px;
		float:left;
		padding-top: 17px;
	}
	#home-bishop {
		background: url(../images/bishop-cunningham-home.jpg) no-repeat;
		height: 14px;
		width: 258px;
		font-size: 14px;
		line-height: 14px;
		color: #FFF;
		padding: 174px 0px 12px 10px;
	}
	#home-flash {
		background: url(../images/temp-home-flash.jpg) no-repeat;
		float: right;
		height: 257px;
		width: 700px;
	}
/* ---------- LEFT COLUMN WIDGETS ---------- */
#box-search {
	margin: 8px 0px;
	padding: 7px;
	background-color: #92073A; 
	color: #FFF; 
}
	#box-search label {
		font-size: 17px;
		line-height: 22px;
		text-transform: uppercase;
		margin-right: 5px;
		float: left;
	}
	#box-search input {
		background-color: #B25074;
		border: 1px solid #BB7D95;
		color: #FFF;
		font-size: 11px;
		line-height: 14px;
		width: 110px;
		margin: 0px;
		padding: 5px 10px 4px;
		float: left;
	}
	#box-search button {
		border: 1px solid #92073A;
		height: 20px;
		width: 20px;
		cursor: pointer;
		float: left;
		background: url(../images/form-arrow-right.gif) no-repeat;
		background-position: 0px 0px;
	}
	#box-search button:hover {background-position: 0px -20px;}

#box-events {}
	#cal-holder {background-color: #D3821A; padding: 1px;}
	#cal-header {font-size: 17px; line-height: 17px; padding: 6px 10px 7px; color: #FFF;} 
	#cal-header #month-select {font-size: 13px; float: right;} 
	#calendar {border-collapse: collapse; font-family: Arial, Helvetica, sans-serif; border: 1px solid #D3821A;}
	#calendar th {background-color: #F9EEDF; font-size: 10px; padding: 0px; border: 1px solid #F9EEDF;}
	#calendar td {background-color: #ECCB9F; padding: 0px; border: 1px solid #F9EEDF;}
	#calendar td a {display: block; width: 34px; text-align: center; background-color: #E0A85F; font-size: 14px; line-height: 21px; color: #000; text-decoration: none; cursor: default;}
	#calendar td a.has-event {background-color: #92073A; color: #FFF; cursor: pointer;}
	#calendar td a.has-event:hover {background-color: #380220;}

#box-events h2 {font-size: 17px; font-weight: normal; margin: 10px 0px;}
#box-events h3 {background-color:#F9EEDF;
font-size:13px;
line-height:13px;
margin:0;
padding:5px;}
#box-events h3 a {color:#92073A; text-decoration:none;}
#box-events h3 a:hover {color:#380220;}
	#featured-events {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
	#featured-events th {text-align: left; width: 50px;}
	#featured-events th, #featured-events td {padding-bottom: 4px; vertical-align: top;}
	#featured-events a {text-decoration: none; color: #92073A;}
	#featured-events a:hover {color: #380220;}


#accordion {background-color: #F9EEDF;	width: 248px;}

	/* accordion header */
	#accordion h2 {
		color: #FFF;
		margin:0;
		padding:5px 10px;
		font-size:17px;
		line-height: 17px;
		font-weight:normal;
		cursor:pointer;
		border-bottom: 1px solid #FFF;
		background: #D3821A url(../images/accordion-arrow.gif) no-repeat;
		background-position: right bottom;
	}
	/* currently active header */
	#accordion h2.current {cursor: default;	background-position: right top;}
	
	/* accordion pane */
	#accordion div.pane {
		display:none;
		padding: 10px 0px 0px;
		color:#fff;
		font-size: 12px;
	}
	#accordion div.pane ul {font-family: Arial, Helvetica, sans-serif; list-style-type: none; margin: 0px; padding: 0px;}
	#accordion div.pane li {
		background: url(../images/bullet-triangle-sm-pink.png) no-repeat 0px 0px;
		padding-left: 20px;
		margin: 0px 0px 10px;
	}
	
	/* a title inside pane */
	#accordion div.pane h3 {
		background-color: #F1D8B8;font-size:13px;
		line-height: 13px;
		padding: 5px;
		margin: 0px;
	}
	#accordion div.pane a {text-decoration: none; color: #92073A;}
	#accordion div.pane a:hover {color: #380220;}
	
#box-maillist {
	color: #FFF;
	margin: 8px 0px;
	background: #92073A url(../images/icon-maillist.gif) no-repeat 7px 10px;
	padding: 7px 0px 7px 50px;
}

/* ---------- CONTENT ---------- */
#content {width: 665px;}
#content.home {float: left; width: 415px;}

#content a {color: #92073A; text-decoration: none;}
#content a:hover {text-decoration: underline;}
#content h1 {font-size: 28px; line-height: 36px; font-weight: normal;}
#content p, #content li {font-size: 14px; line-height: 19px; margin: 0px 0px 10px; text-align: justify;}
#content table p {text-align: inherit;}
#content #breadcrumbs {float: left; font-size: 12px;}
#content #print {float: right; font-size: 12px;}

/* ---------- HOME RIGHT COLUMN ---------- */
#home-right {float: right; width: 240px;}
#home-right a {color: #92073A; text-decoration: none;}
#home-right a:hover {color: #380220;}
#home-right h2 {font-size: 17px; font-weight: normal;}

.box-promo, #box-video, #box-catholic-sun {border-bottom: 1px solid #D0D0D0; padding-bottom: 10px; margin-bottom: 10px; font-size: 12px;}
	
	#box-video p {font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
	
#box-catholic-sun ul {font-family: Arial, Helvetica, sans-serif; list-style-type: none; margin: 0px; padding: 0px;}
	#box-catholic-sun li {
		background: url(../images/bullet-triangle-sm-pink.png) no-repeat 0px 0px;
		padding-left: 20px;
		margin: 0px 0px 10px;
	}
	#box-catholic-sun a {text-decoration: none; color: #92073A;}
	#box-catholic-sun a:hover {color: #380220;}

#box-saint-of-the-day {border-top: 1px solid #CCC; padding-top: 10px;}
#box-saint-of-the-day h2 {margin: 0px 0px 10px;}
#box-saint-of-the-day h3 {margin: 0px 0px 2px;}
	#saint-content {font-size: 12px;}

/* ---------- MAP ---------- */
#parish-list {
	font-size: 14px; 
	width: 248px;
	height: 460px;
	border: 1px solid #A7A7A7; 
	margin-top: 10px;
	overflow: auto;
}
#parish-list .parish-item {padding: 10px;}
#parish-list .parish-item:hover {background-color: #EFEFEF;}

#parish-list .parish-item a {text-decoration: none; color: #92073A;}
#parish-list .parish-item a:hover {text-decoration: underline;}
.typography #map_canvas p {line-height: 15px;}

/* ---------- PARISHES ---------- */
#parishRight {float: right; width: 300px; padding-left: 10px;}
#parishRight img {width: 300px;}

/* ---------- FOOTER ---------- */
#bg-foot {background: #380220 url(../images/bg-footer-tile.jpg) repeat-x center top;}
#footer {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 20px 10px;
	width: 952px;
	margin: 0px auto;
}
#footer p {
	float: right;
	clear: right;
	text-align: right;
	margin: 0px 0px 10px;
}
#footer p a {color: #C99; text-decoration: none;}
#footer p a:hover {border-bottom: 1px dotted;}

#footnav {float: left; list-style-type: none; margin: 0px; padding: 0px;}
#footnav li {float: left;}
#footnav li a {color: #FFF; text-decoration: none; margin-right: 15px; line-height: 28px;}
#footnav li a:hover {color: #C99; border-bottom: 1px dotted #C99;}
#footnav li#sn-facebook a {background: url(../images/icon-facebook.gif) no-repeat; margin-right: 3px;}
#footnav li#sn-twitter a {background: url(../images/icon-twitter.gif) no-repeat; margin-right: 30px;}
#footnav li#sn-youtube a {background: url(../images/icon-youtube.gif) no-repeat; margin-right: 30px;}
#footnav li#sn-facebook a, #footnav li#sn-twitter a, #footnav li#sn-youtube a {
	background-position: 0px 0px;
	height: 28px;
	width: 28px;
	display: block;
	text-indent: -999em;
	outline: none;
}
#footnav li#sn-facebook a:hover, #footnav li#sn-twitter a:hover, #footnav li#sn-youtube a:hover {background-position: 0px -28px; border-bottom: none;}

/* ----------  Todd Stuff ----------- */
#directions-panel img {width: auto;}

#request-directions {
	font-size: 13px;
	color: #92073A;
	cursor: pointer;
	margin: 10px 0px;
	float: left;
}
#request-directions:hover {color: #380220;}

#direction-container {
	display: none;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	clear:both;
	font-size:12px;
	padding:0 10px 10px 20px;
}
#direction-container input {border: 1px solid #CCC; padding: 5px 7px; line-height: 12px;}
#direction-container button {
    background-color: #92073A;
	color: #FFF;
	border: 1px solid #380220;
    cursor: pointer;
	display: inline;
	font-size: 11px;
	line-height: 11px;
	padding: 4px 4px;
	margin: 5px 0px;
}
#direction-container button:hover {background-color: #380220;}
/* ---------- DISABLE PRINT-ONLY ELEMENTS ---------- */
#printHead {display: none;}
/* ---------- KEEP AT BOTTOM OF CSS ---------- */
.clear {clear: both;}


