/* CSS Document - CCCTX main styles */
h1 { color: #135CA0; font-size: 2em; margin: .5em 0 .5em 0; }
h1 a:link, h1 a:visited { color: #135CA0; text-decoration: none; }
h1 a:hover, h1 a:active { color: #3C80BF; text-decoration: underline; }

h2 { color: #135CA0; font-size: 1.5em; margin: .5em 0 .5em 0; }
h2 a:link, h2 a:visited { color: #135CA0; text-decoration: none; }
h2 a:hover, h2 a:active { color: #3C80BF; text-decoration: underline; }

h3 { color: #135CA0; font-size: 1.2em; margin: .5em 0 .5em 0; }
h3 a:link, h3 a:visited { color: #135CA0; text-decoration: none; }
h3 a:hover, h3 a:active { color: #3C80BF; text-decoration: underline; }

p { margin: 1em 0 1em 0; }

#masthead {
	border-bottom: 1px solid #FFFFFF;
}


.required,
.error {
	color: red;
}



/* ----------------- DONATE NOW STICKER ----------------- */
#sticker {
	width: 100px;
	height: 100px;
	position: absolute;
	right: -20px;
	top: -20px;
}


/* ----------------- NEWSLETTER SUBSCRIBE ----------------- */
#newsletter_subscribe {
	font-size: 65%;
}


/* ----------------- CONTACT INFO ----------------- */
#contact_info {
	font-size: 65%;
	color:#FFFFFF;
	line-height: 1.5em;
}
#contact_info p { margin: 1em 0 1em 0; }
#contact_info a:link, #contact_info a:visited { color:#FFF; text-decoration: underline; }
#contact_info a:hover, #contact_info a:active { color:#FFF; text-decoration: none; }


/* ----------------- CONTENT ----------------- */
#content { font-size: 80%; }

img.main_image {
	border: 5px solid #3D7FBC;
}

.dateline { font-weight: bold; }

.spanish { font-style:italic; }
p.spanish { width:99%; }



/* ----------------- LOCATIONS DEFINITION LISTS ----------------- */
dl.locations dt {
	float:left;
	padding: 5px;
	width: 30%;
}
dl.locations dd {
	float:left;
	background-color: #FFF;
	padding: 5px;
	width: 60%;
	margin-bottom: .5em;
	border-left: 1px solid #CCCCCC;
}

dl.default dt {
	display:block;
}
dl.default dd {
	display:block;
	margin: 0 0 1em 3em;

}


/* ----------------- STAFF UNORDERED LISTS ----------------- */
ul.staff li {
	list-style:none;
	margin-left: 10%;
	background-color: #FFF;
	padding: 5px;
	width: auto;
	margin-bottom: .5em;
	border-left: 1px solid #CCCCCC;
}



/* ------------ TABLES -------------------------- */
table.data { width: 100%; }
table.data td, table.data th { padding: 3px; margin: 0; }

/* -------------- RECORD TABLES ----------------- */
.row_head { font-weight:bold; color:#FFFFFF; }
td.row_head { background-color:#135CA0; }
table.data th, th { font-weight: normal; text-align:left; }
table.data th.row_head, th.row_head { background-color:#135CA0; text-align:left; font-weight: bold; } 
caption { font-size: 150%; font-weight: bold; color: #135CA0; text-align:left; }
#content a.row_head:link { color: #FFFFFF; text-decoration:none; }
#content a.row_head:visited { color: #FFFFFF; text-decoration:none; }
#content a.row_head:active { color: #FFFFCC; text-decoration:underline; }
#content a.row_head:hover { color: #FFFFCC; text-decoration:underline; }

/* -------------- ZEBRA STRIPING FOR TABLE ROWS ----------------- */
.row_a { background-color:#EBF0F4; }
.row_b { background-color:#DFE6EE; }
.row_c { background-color:#ccddef; }
.row_d { background-color:#C4D8E9; }
.row_hilight { background-color:#F4F0D7; }


ul, ol { margin: 2em; }

blockquote {
	margin: 0 1.5em 0 1.5em;
	font-style:italic;
}
blockquote.normal {
	margin: 0 1.5em 0 1.5em;
	font-style:normal;
}




/* -------------- CALENDAR FORMATTING ----------------- */
.calendar-month {
	font-size: 200%; font-weight: bold; color: #135CA0; line-height:1em;
}
.cal_head {
	font-weight: bold;
	text-align:center;
}
.cal_todaybox {
	background:#CCC;
}
.cal_daybox {
	background:#F7F7F7;
}
#content table.calendar {
	width:100%;
}

.calendar {
	
	line-height:normal;
}
td.calendar {
	width:14%;
	height:5em;
	background-color:#F7F7F7;
	margin:2px;
	padding:5px;
}
div.event_social, div.event_clergy, div.event_formation, div.event_youth {
	font-size:.85em;
	margin: .5em 0 .5em 0;
}
/* -------------- RECORD DETAIL BOX ----------------- */
#detail_box { 
	margin:0; padding:0; border:0; 
	line-height:normal;
	display:inline;
	width:100%;
	height:auto;
}
table.detail_box td { 
	padding:0 .5em .5em 0;
	border:0em; 
	line-height:normal;
}
h2.detail_box { margin-top:0em; }

div.image_news { width: 200px; float: right; margin: 0 0 1em 1em; font-size: .85em; clear: right; }
div.image_news img { border: 1px solid #000; }




/* -------------- RESOURCE DOCUMENT LIST (with file_icon bullets) ----------------- */
ul.resource_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
li.doc {
	background-image: url(../images/doc.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 20px;
	margin: .4em 0;
}
li.pdf {
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 20px;
	margin: .4em 0;
}
li.xls {
	background-image: url(../images/xls.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 20px;
	margin: .4em 0;
}
li.csv {
	background-image: url(../images/csv.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 20px;
	margin: .4em 0;
}
li.gif {
	background-image: url(../images/gif.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 20px;
	margin: .4em 0;
}
li.jpg {
	background-image: url(../images/jpg.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 20px;
	margin: .4em 0;
}
li.jpeg {
	background-image: url(../images/jpeg.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 20px;
	margin: .4em 0;
}
li.txt {
	background-image: url(../images/txt.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 20px;
	margin: .4em 0;
}




/* ----------------- QUICK LINKS NAVIGATION BUTTONS ----------------- */
#quick_links {
	color: #666666;
	font-size: 80%;
	font-weight: bold;
	font-size: 75%;
}
#quick_links ul {
	list-style-type: none;
}
#quick_links li {
	display: block;
	padding: 5px;
	margin: 2px;
	width: 30%;
	color: FFF;
	text-decoration: none;
	background:#CCCCCC;
	float:left;
	text-align: center;
}
#quick_links a:link, #quick_links a:visited { color:#666666; text-decoration: none; }
#quick_links a:hover, #quick_links a:active { color:#999999; text-decoration: underline; }


/* ----------------- FOOTER -------------------- */
#footer {
	color: #FFF;
	font-size: 65%;
	border-top: 1px solid #FFFFFF;
	padding: 11px;
	/* padding-left: 400px; */
}
#footer a:link, #footer a:visited { color:#FFF; text-decoration: underline; }
#footer a:hover, #footer a:active { color:#FFF; text-decoration: none; }
#footer span { position: relative; background: #ccc; width:700px; padding-left: 400px; }



/* ----------------- CATHOLIC SOCIAL TEACHING SUB-NAVIGATION BUTTONS ----------------- */
#subnav_cst {
	color: #FFF;
	background: #E2E2E2;
	font-weight: normal;
	font-size: 75%;
	float: right;
	width: 30%;
	padding: 1em;
	margin: 0 0 0 1em;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#subnav_cst h3 { font-size: 1.2em; font-weight: bold; color: #135CA0; margin: 0 0 1em 0; line-height: 1.1em; }
#subnav_cst ul {
	list-style-type: none;
	margin:0;
}
#subnav_cst li {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
#subnav_cst a:link, 
#subnav_cst a:visited, 
#subnav_cst a:link, 
#subnav_cst a:visited { 
	display: block; 
	color: #FFF; 
	padding: 5px; 
	text-decoration: none; 
	margin: .5em 0 .5em 0; 
	/margin: 0; /* hack for ie */
}

#subnav_cst a:link, #subnav_cst a:visited { background: #3C80BF; }
#subnav_cst a:hover, #subnav_cst a:active { background: #135ca0; }




/* -------------- INPUT FORM ----------------- */
fieldset { margin-bottom:1em; padding:1em; }
legend { padding:.5em; font-weight:bold; }
input { font-size:85%; line-height:normal; font-family: "Lucida Grande", Verdana, Helvetica, sans-serif; }
textarea { font-size:85%; line-height:normal; font-family: "Lucida Grande", Verdana, Helvetica, sans-serif; }
select { font-size:85%; line-height:normal; }
label { 
	display: inline;
	text-align: right;
	float: left;
	width: 20%;
	margin: 5px;
}


/* ------------ Error messages ------------------ */
.msg { color: #FF0000; font-weight:bold; }
#msg {
	width:auto;
	height:auto;
	padding:5px;
	margin:0em;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.success {
	border:1px solid #006600;
	background:#26A626;
}
.error {
	border:1px solid #660000;
	background:#C40000;
}
.neutral {
	border:1px solid #FF6600;
	background:#FFCC66;
}




.noborder { border: none; }




/* ------------ Luncheon Tickets ------------------ */
table.luncheon_ticket {
	background: #DFE6EE;
	border: 1px solid #036;
	width: auto;
	margin-bottom: 3em;
}
table.luncheon_ticket td {
	padding:10px;
	vertical-align: top;
}
table.luncheon_ticket th {
	padding: 10px 10px 0 10px;
	font-size: 1.5em;
	color: #135CA0;
}


