/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:   2.0
date:      01/25/2010
author:    [Dawn Daehn]
website:   [calvary-rochester.org]
-----------------------------------------------------------------------------*/

body {
	color: #505050;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	font: 85% georgia, serif;
	line-height: 125%;
	}


/* Layout
-----------------------------------------------------------------------------*/

#address-band {
	color: #766d66;
	background-color: #e6e4d7;
	border-bottom: 4px solid #fff;
	padding: 3px 10px 3px 0;
	font: normal 100% georgia;
	text-align: right;
	}

#nameplate {
	background: transparent url('images/nameplate.jpg') top left repeat;
	font: normal 130% georgia;
	height: 111px;
	text-align: right;
	}
	
#home-photo {
	background: #fff;
	margin: 6px 0 10px 0;
/*	margin: 10px;      use this after removing the 150th ribbon */
	height: 340px;
	}
	
#ribbon {
	position: absolute;
	top: 141px;
	right: 88px;
	z-index: 2;
	}

#content-main {
	float: left;
	color: #655e56;
	background-color: #e6e4d8;
	border-top: 1px solid #b0ad9a;
	padding: 10px;
	min-height: 400px;
	}

#column-mainleft { 
	position: relative;
	float: left;
	margin: 20px 36px 68px 0;
	width: 280px;
	}
	
#column-maincenter { 
	position: relative;
	float: left;
	margin: 20px 36px 68px 0;
	width: 280px;
	}
	
#column-mainright {
	position: relative;
	float: left;
	margin: 20px 0 68px 0;
	width: 308px;
	}

#content-sub {
	float: left;
	color: #655e56;
	background-color: #fff;
	padding: 10px;
	min-height: 400px;
	}

#column-subleft { 
	position: relative;
	float: left;
	margin: 20px 36px 68px 0;
	width: 280px;
	}
	
#column-subcontent { 
	position: relative;
	float: left;
	margin: 20px 0 68px 0;
	width: 623px;
	}
	
#footer-main {
	color: #766d66;
	background-color: #e6e4d8;
	float: left;
	padding-bottom: 40px;
	border-top: 3px solid #c0bb93;
	text-align: center;
	width: 100%;
	font-size: 95%;
	}	

#footer-sub {
	color: #766d66;
	background-color: #e6e4d8;
	float: left;
	padding-bottom: 50px;
	border-top: 1px solid #c0bb93;
	text-align: center;
	width: 100%;
	font-size: 95%;
	}	


/* Navigation
-----------------------------------------------------------------------------*/

#menubar {
	float: right;
	display: block;
	margin: 70px 10px 20px 0;
	}

#menubar a:link, #menubar a:visited {
	color: #e5e6e1;
	margin-left: 25px;
	font: 120% normal georgia;
	}

#menubar a:hover, #menubar a:active {
	color: #e5e6e1;
	border-bottom: 4px solid #7c94ba;
	padding-bottom: 2px;
	text-decoration: none;
	}

#menubar a#this:link, #menubar a#this:visited, #menubar a#this:hover, #menubar a#this:active {
	border-bottom: 4px solid #7c94ba;
	padding-bottom: 2px;
	}

#left-nav {
	position: relative;
	display: block;
/*	padding-top: 30px; */
	width: 280px;
	}

#left-nav ul {
/*
	border-top: 1px solid #ddd;
	padding-top: 4px;
*/
	list-style: none;
	}

#left-nav ul li {
	padding: 0 0 4px 0;
	}

#left-nav a:link, #left-nav a:visited, #left-nav a:hover, #left-nav a:active {
	display: block;
	color: #5a72a2;
	border-bottom: 1px solid #ddd;
	padding: 4px 20px;
	}
 
#left-nav a#here:link, #left-nav a#here:visited, #left-nav a#here:hover, #left-nav a#here:active {
	color: #000;
	font-weight: bold;
	}

#column-subleft h2 {
	color: #485871;
	font: normal 180% georgia, serif;
	margin-bottom: 8px;
	border-bottom: 3px solid #ddd;
	padding: 0 0 6px 20px;
	line-height: 110%;
/*	letter-spacing: .1em; */
	}


/* Link Styles 
-----------------------------------------------------------------------------*/

a[href$='.pdf'], a[href$='.PDF'] {
	display: inline-block;
	padding-right: 16px;
	background: transparent url('images/icon-pdf.gif') center right no-repeat;
	}

a[href$='.doc'], a[href$='.DOC'], a[href$='.rtf'], a[href$='.RTF'], a[href$='.txt'], a[href$='.TXT'], a[href$='.wps'] {
	display: inline-block;
	padding-right: 16px;
	background: transparent url('images/icon-doc.gif') center right no-repeat;
	}

a[href^="mailto:"] {
	display: inline-block;
	padding-right: 18px;
	background: transparent url('images/icon-email.gif') center right no-repeat;
	}

a[name*="noicon"] {
	padding-left: 0px;
	background-image: none;
	}


/* Common Content Formatting
-----------------------------------------------------------------------------*/

span #clear {
	clear: both;
	}

a img {
	border: 0;
	text-decoration: none;
	}

a, a:visited, a:active {
	color: #5a72a2;
	outline: none;
	text-decoration: none;
	}

a:hover, a:focus {
	text-decoration: underline;
	}

ol, ul, li {
	margin: 0;
	padding: 0;
	}

#content-main li, #column-subcontent li {
	padding: 0 0 6px 0;
	}

#content-main ul, #column-subcontent ul {
	margin: 10px 10px 10px 30px;
	clear: both;
	}

#content-main ul ul, #column-subcontent ul ul {
	margin-bottom: auto;
	clear: both;
	}

#content-main ul li, #column-subcontent ul li {
	list-style-image: url('images/bullet-style1.gif');
	padding-left: 10px;
	}

#content-main ul ul li, #column-subcontent ul ul li {
	list-style-image: url('images/bullet-style2.gif');
	}

#content-main ol, #column-subcontent ol {
	margin: 10px 10px 10px 35px;
	clear: both;
	}

#content-main ol ol, #column-subcontent ol ol {
	margin-bottom: auto;
	clear: both;
	}

#content-main ol li, #column-subcontent ol li {
	list-style-type: decimal;
	padding-left: 7px;
	}

#content-main ol ol li, #column-subcontent ol ol li {
	list-style-type: lower-alpha;
	}

#quicklinks {
	margin-bottom: 20px;
	}

#quicklinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#quicklinks ul li {
	margin: 0 !important;
	padding: 0 !important;
	list-style-image: none;
	}
	
#quicklinks ul li a {
	display: block;
	background: url('images/icon-square-arrow.gif') 0 50% no-repeat;
	border-bottom: 1px solid #c0bb93;
	padding: 5px 5px 5px 20px;
	}

abbr {
	border-bottom: 1px dotted #666666;
	}

hr {
	color: #d2d2d2;
	}

blockquote {
	margin: 2px 20px;
	}

img.image-border {
	border: 1px solid #c2bfb0;
	}

img.image-left-border {
	float: left;
	margin: 0 10px 6px 0;
	border: 1px solid #c2bfb0;
	}

img.image-right-border {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #c2bfb0;
	}

img.image-left-noborder {
	float: left;
	margin: 0 10px 6px 0;
	}

img.image-right-noborder {
	float: right;
	margin: 0 0 10px 10px;
	}

p.para-box-border, p.para-box-border1, p.para-box-border2 {
	border: 1px solid #c0bb93;
	padding: 10px;
	}

p.para-box-border:after, p.para-box-border1:after, p.para-box-border2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.box-border, .box-border1, .box-border2 {
	margin-bottom: 15px;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	overflow: hidden;
	clear: both;
	}

.box-border p, .box-border1 p, .box-border2 p {
	margin-top: 10px;
	margin-bottom: 0;
	}

.box-border > p:first-child, h2:first-child, h3:first-child {
	margin-top: 0;
	}

.box-border1 > p:first-child, h2:first-child, h3:first-child {
	margin-top: 0;
	}

.box-border2 > p:first-child, h2:first-child, h3:first-child {
	margin-top: 0;
	}

.box-border:after, .box-border1:after, .box-border2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

p.news-highlight {
	margin-top: 4px;
	}

p.event-day {
	margin: 12px 0 4px 0;
	border-bottom : 1px solid #ececec;
	padding : 2px;
	font-weight : bold;
	}

p.event-desc {
	margin : 6px 20px;
	}

p.pullquote1-left {
	float: left;
	margin: 0 15px 15px 0;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	width: 300px;
	clear: both;
	}

p.pullquote1-right {
	float: right;
	margin: 0 0 6px 15px;
	width: 300px;
	clear: both;
	}

p.pullquote2-left {
	float: left;
	margin: 0 15px 15px 0;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	width: 300px;
	clear: both;
	}

p.pullquote2-right {
	float: right;
	margin: 0 0 15px 15px;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	width: 300px;
	clear: both;
	}


/* RSS Formatting
-----------------------------------------------------------------------------*/

#column-right ul.rss-items {
	margin: 10px 10px 20px 0;
	clear: both;
	}

#column-right ul li.rss-item {
	background: transparent url('images/global-bullet-clear.gif') 2px 4px no-repeat;
	padding-left: 0;
	}


/* Unique Content Formatting
-----------------------------------------------------------------------------*/

#alert1-border {
	background-color: #d3dff6;
	margin-bottom: 15px;
	border: 1px solid #a5c0f9;
	padding: 4px;
	}

#alert1 {
	background: #e6edfa url('images/icon-alert.gif') 6px 6px no-repeat;
	padding: 0 0 4px 45px;
	}

#alert1 h2 {
	color: #333;
	margin-top: 0;
	padding-top: 10px; 
	font-family: arial, sans-serif;
	font-size: 135%;
	font-weight: bold;
	clear: both;
	}


/* Fonts
-----------------------------------------------------------------------------*/

h1 {
	color: #37475e;
	margin-top: 0;
	padding: 2px 0 4px 0;
	font-family: georgia, serif;
	font-size: 220%;
/*	line-height: 105%; */
	font-weight: normal;
	}

h2 {
	font-family: arial, sans-serif;
	font-size: 135%;
	font-weight: bold;
	line-height: 110%;
	clear: both;
	}

h2.heading2-ruleshadow {
	background: url('images/global-slice-h2background.gif') bottom left repeat-x;
	padding: 10px 0px 12px 0;
	clear: both;
	}

h2.heading2-ruled {
	margin: 10px 0 10px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 5px;
	clear: both;
	}

h2.heading2-fancy {
	font-family: palatino, georgia, serif;
	font-weight: normal;
	font-size: 150%;
	line-height: 105%;
	clear: both;
	}

h3 {
	color: #792509;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: arial, sans-serif;
	font-size: 120%;
	line-height: 110%;
	}
    
h4, h5, h6 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: arial, sans-serif;
	font-size: 100%;
	}


/* Tables
-----------------------------------------------------------------------------*/

#column-right table {
	margin-left: 1px;
	font-size: 11px;
	}

th {
	background-color: #fff;
	color: #792509;
	font-size: 120%;
	}

tr.background1, td.background1 {
	background-color: #e5ecfb;
	}

tr.background2, td.background2 {
	background-color: #f1f5fc;
	}

td.title	 {
	border-bottom: 1px solid #cccccc;
	padding-top: 8px; 
	font-weight: bold;
	}

td p {
	margin: 6px;
	font-size: 100%;
	}


/* ---------- spacing behaviors ---------- */

div#column-mainleft > p:first-child {
	margin-top: 0px;
	}

div#column-maincenter > p:first-child {
	margin-top: 0;
	}

