/* @group HTML5 Reset */

/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */

/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body {
	font: 13px/1.231 sans-serif;
	*font-size: small;
}

/* Hack retained to preserve specificity */

select, input, textarea, button {
	font: 99% sans-serif;
}

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */

pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}

/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */

html {
	overflow-y: scroll;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */

a:hover, a:active {
	outline: none;
}

ul, ol {
	margin-left: 2em;
}

ol {
	list-style-type: decimal;
}

/* Remove margins for navigation lists */

nav ul, nav li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}

small {
	font-size: 85%;
}

strong, th {
	font-weight: bold;
}

td {
	vertical-align: top;
}

/* Set sub, sup without affecting line-height: gist.github.com/413930 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	/

* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	padding: 15px;
}

textarea {
	overflow: auto;
}

/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend {
	margin-left: -7px;
}

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}

.ie6 input {
	vertical-align: text-bottom;
}

/* Hand cursor on clickable input elements */

label, input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */

button, input, select, textarea {
	margin: 0;
}

/* Colors for form validity */

input:valid, textarea:valid {
	
}

input:invalid, textarea:invalid {
	border-radius: 1px;
	-moz-box-shadow: 0px 0px 5px red;
	-webkit-box-shadow: 0px 0px 5px red;
	box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
	background-color: #f0dddd;
}

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */

::-moz-selection {
	background: #FF5E99;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #FF5E99;
	color: #fff;
	text-shadow: none;
}

/* j.mp/webkit-tap-highlight-color */

a:link {
	-webkit-tap-highlight-color: #FF5E99;
}

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */

button {
	width: auto;
	overflow: visible;
}

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

/**
 * You might tweak these..
 */

body, select, input, textarea {
	/

* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
/* 

Set your base font here, to apply evenly */
  /* 

font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

a, a:active, a:visited {
	color: #607890;
}

a:hover {
	color: #036;
}

/* @end */

/*       HOLY ROSARY SCHOOL WEBSITE MAIN CSS FILECreated September 20051st Revision September 2007
2nd Revision July 2011
 Michael Go                              */

/*---Basic Selectors------*/

html {
	font-family: ff-meta-web-pro-1, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif, ff-meta-web-pro-2;
}

body {
	font-family: ff-meta-web-pro-1, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	font-size: 85%;
	background: #e1e3e4 url(images/backback.gif) repeat fixed;
}

h2 {
	color: #600;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 15px 0 0 0;
	text-shadow: #ccc 1px 1px 1px;
	clear: both;
	font: 2em/1.1em ff-meta-serif-sc-web-pro-1, Georgia, "Times New Roman", Times, serif, ff-meta-serif-sc-web-pro-2;
}

/*Use with div class="relatednews" */

h2.subsection {
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1em;
	color: #A68353;
	text-align: left;
}

h2.ad,
h2.csa {
	color: #8C4040;
	padding-top: 20px;
}





h3 {
	clear: both;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #600;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

h3.posted {
	color: #B9B398;
	padding-top: -10px;
	padding-left: 3px;
	margin-top: -10px;
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
}



h4 {
	font-size: 1em;
	line-height: 1.2em;
	color: #A68353;
	text-align: center;
	font-weight: bold;
}

#rightcolumn h4, #leftcolumn h4 {
	font-size: 1em;
	line-height: 1.8em;
	color: #fff;
	font-weight: bold;
	padding-bottom: 2px;
	background-color: #8c4040;
	text-align: center;
	vertical-align: middle;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	border-bottom: #600 1px solid;
	color: #660033;
}

h6 {
	display: inline;
	font-size: inherit;
	font-weight: bold;
	color: #600;
}

a:link {
	text-decoration: none;
	border-bottom: 1px #600 dotted;
	color: #600;
}

a:visited {
	text-decoration: none;
	color: #660;
	border-bottom: 1px #660 dotted;
}

a:hover {
	color: #a40001;
	border-bottom: 1px #600 solid;
	text-decoration: none;
}

img {
	display: block;
}

em {
	font-style: oblique;
}

strong {
	font-weight: bolder;
}

button {
	background: none;
	border: none;
	cursor: pointer;
}

abbr, acronym {
	cursor: help;
}

/*--SKIPLINK------------------------*/

/*Skiplink class hides this class to all but text web browsers -- accessibility */

.skiplink {
	position: absolute;
	left: -999em;
}

/*--WRAPPER------------------------*/

/* We have two wrapper divs which are necessary for the 3 column fix width layout we're using: wrapper and content.*/

#wrapper {
	margin: 10px auto;
	width: 960px;
	background: #F7F6EE url(images/wrapperback.gif) repeat-x 0 bottom;
}

#searchbox {
	width: 100%;
	height: 40px;
	background: #600;
}

#cse-search-form {
	width: 30%;
	height: 100%;
	float: right;
	padding-right: 2%;
	background: transparent;
}

/* @group Header */

header {
	background: #600 url(images/Masthead960px.jpg);
	text-align: center;
	color: #7f7f7f;
	border: none;
	height: 120px;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

header h1 {
	position: absolute;
	left: -999em;
}

header a:link,
header a:link img {
	border: none;
	text-decoration: none;
}

/*---Pixy Rollover of Header Image---*/

/* I'm taking this out because of long load times.
*/

header a {
	display: block;
	height: 120px;
	width: 798px;
	background: #600 urlimages/Masthead1596x120.jpg) no-repeat 0;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

/*header a:hover{	background: transparent;	background-image: url(images/Masthead1596x120.jpg);	background-repeat: no-repeat;	background-position: -798px 0;	border: none;}*/

/*Image Replacement of H1 */

header h1 {
	text-indent: -5000px;
	overflow: hidden;
	height: 0px;
}

header p {
	font-size: 1em;
	color: white;
}

/* @end */

/* @group Navbar
 */

nav {
	display: block;
	width: 960px;
	height: 38px;
	background: #600;
}

ul#mainNav li {
	list-style: none;
}

nav, nav ul {
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainNav ul {
	list-style-type: none;
}

nav li a:link,
nav li a:visited {
	display: block;
	height: 18px;
	padding: 10px 0;
	background: #660000 url(images/NavBg.png) repeat-x 0 top;
	font-size: 14px;
	color: #CAB495;
	text-decoration: none;
	line-height: 1;
	text-transform: uppercase;
}

nav li a:hover {
	background: #DCD9CC url(images/NavHoverBg.png) repeat-x 0 top;
	color: #600;
}

nav li a:active {
	background: #8C4040 url(images/NavActiveBg.png) repeat-x 0 top;
	color: #DCD9CC;
}

nav li {
	float: left;
	text-align: center;
}

nav li,
nav a {
	width: 137px;
}

nav li ul {
	background: transparent;
	left: -999em;
	position: absolute;
	width: 10em;
	text-shadow: #000000 0 0 0px;
	text-align: left;
}

nav li:hover ul, 
nav li.sfhover ul {
	left: auto;
}

nav li ul li,
nav li ul li a {
	width: 190px;
	height: 100%;
	text-align: left;
	margin-left: 0px;
	list-style-image: none;
}

nav li ul a:link,
nav li ul a:visited {
	background: #DCD9CC;
	background: rgba(220, 217, 204, .95);
	color: #8C4040;
	padding-left: 10px;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	-o-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	-webkit-transition:
	color .3s ease-in-out,
	background .3s ease-in-out;
	-moz-transition:
	color .3s ease-in-out,
	background .3s ease-in-out;
	-o-transition:
	color .3s ease-in-out,
	background .3s ease-in-out;
	transition:
	color .3s ease-in-out,
	background .3s ease-in-out;

}

nav li ul a:hover {
	background: #600;
	color:#CAB495;
}

/*1st level currents*/
nav a.current1,
#homePage a#homeNav,
.homeSection a#homeNav,
.studentSection a#studentNav,
.parentSection a#parentNav,
.givingSection a#givingNav,
.alumniSection a#alumniNav,
.admissionsSection a#admissionsNav {
	background: #8C4040 url(images/NavActiveBg.png) repeat-x 0 top;
	color: #CAB495;
}

/*2nd level currents*/
nav ul ul a.current {
	background: #600;
	color:#CAB495;	
}

/* @end */

/* @group Footer */

footer {
	padding: 5px 10px 20px 10px;
	width: auto;
	border: 1px #777 solid;
	text-align: center;
	clear: both;
	background: #600 url(images/FooterBackground.png) repeat-x left top;
	color: #fff;
}

footer a:link, footer a:visited {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

footer a:hover, footer a:active {
	border-bottom: 1px solid #fff;
}

footer h2 {
	
	color: #CBC6B2;
	text-shadow: transparent 0 0 0;
	font: 30px Georgia, "Times New Roman", Times, serif;
}

#footerContent {
	background: transparent url(images/FooterLogo.png) no-repeat 50px 0;
	padding: 0 0 8px 0;
}

#footerContent p {
	font-style: italic;
}

footer img {
	display: block;
}

footer a:link img, footer a:visited img, footer a:hover img, footer a:active img {
	background-color: #fff;
	text-decoration: none;
	padding: 1px;
}

footer a:hover img {
	background-color: #999;
}

#badges {
	display: block;
	width: 180px;
	height: auto;
	margin: 10px auto;
}

div.badge {
	display: block;
	width: 80px;
	float: left;
}



/* @end */

/* @group Leftcolumn */

#leftcolumn {
	margin: 0;
	padding: 10px;
	float: left;


/*--hack for IE6 double margin bug--*/	display: inline;
	width: 0;
	overflow: hidden;
}

/* @end */

/* @group Content */

#content {
	float: right;
	width: 960px;
/*--hack for IE6 double margin bug--*/	display: inline;
}

/* @end */

/* @group Maincontent */

#maincontent {
	float: left;
	font-size: 1.1em;
	line-height: 1.6em;
/*--hack for IE6 double margin bug--*/	display: inline;
	width: 600px;
	margin-left: 40px;
	margin-right: 10px;
	padding: 20px;
	color: #333;
	min-height: 500px;
	overflow: hidden;
}

/*For Page Title */
#maincontent h1 {
	text-align: center;
	font: bold 2em/1.1em Georgia, "Times New Roman", Times, serif;
	color: #660000;
	padding: 18px 0 5px 0;
}



#maincontent img {
	background-color: #fff;
	padding: 2px;
	border: 1px #660 dotted;
	margin-top: 6px;
	margin-bottom: 6px;
}

/*For Google Maps*/

#map img {
	background-color: inherit;
	padding: 0;
	margin: 0;
	border: none;
}

#maincontent a:link img, #maincontent a:visited img {
	border: 1px #660 dotted;
}

#maincontent a:hover img {
	background-color: #EDECE5;
	border: 1px #660 solid;
}

#maincontent p {
	padding: 5px 0 10px 7px;
}

#maincontent ul {
	display: block;
}

#maincontent ul li {
	margin-top: .5em;
	margin-bottom: 1em;
	list-style-image: url(images/star.gif);
	color: #333;
	list-style-position: outside;
}

ul li ul li {
	list-style-type: none;
	list-style-image: url(images/star_small.gif);
	list-style-position: outside;
	font-weight: normal;
	color: #333;
}

ul li ul li ul li {
	list-style-image: url(images/star_small_pink.png);
	font-style: italic;
}

#maincontent ol li {
	font-weight: normal;
	margin-top: .4em;
	margin-bottom: .3em;
	color: #333;
}

/* @group MainQuote Blockquote */

#maincontent blockquote#mainquote {
	width: auto;
	text-align: center;
	padding: 30px 30px 10px 30px;
	color: #600;
	margin: 5px auto 0 auto;
	background: #DCD9CC url(images/Blockquote.png) no-repeat 36px 20px;
	-webkit-box-shadow: #CBC6B2 0px 0px 15px;
	-moz-box-shadow: #CBC6B2 0px 0px 15px;
	-o-box-shadow: #CBC6B2 0px 0px 15px;
	box-shadow: #CBC6B2 0px 0px 15px;
}

#maincontent blockquote#mainquote p.quote {
	margin: 5px 0 0 0;
	padding: 10px;
	text-align: center;
	font-size: 1.3em;
	color: #600;
	line-height: 1.4em;
}

#maincontent blockquote#mainquote p.author {
	color: #B9B398;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.2em;
	padding: 10px 0 30px 0;
	margin: 0;
	font-style: italic;
	background: url(images/MainquoteBottom.png) no-repeat center bottom;
}

/* @end */

#maincontent blockquote {
	background: #DCD9CC;
	margin: 15px;
	font-size: 1em;
	line-height: 1.8em;
	color: #660000;
	padding: 5px 10px;
	text-align: left;
}

#maincontent blockquote p {
	padding: 15px 15px 25px 25px;
	font-family: ff-meta-serif-web-pro-1, ff-meta-serif-web-pro-2, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#maincontent blockquote ul li {
	font-family: ff-meta-serif-web-pro-1, ff-meta-serif-web-pro-2, Georgia, "Times New Roman", Times, serif;
	color: inherit;
	font-style: italic;
}

#maincontent dl.org {
	margin: 10px;
	padding: 10px;
	background-color: #eeede6;
	border: 1px solid #600;
}

#maincontent dl dt {
	color: #600;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding-top: 10px;
}

#maincontent dl dd {
	margin-top: .5em;
	margin-left: 10px;
	font-weight: normal;
	font-style: normal;
}

#maincontent dl dd.members {
	font-style: italic;
}

#maincontent ul.sections {
	border: 1px solid black;
	width: 80%;
	height: 2em;
}

#maincontent ul.sections li {
	display: inline;
	width: 20em;
	height: 2em;
	border-left: 1px solid black;
	list-style-image: none;
	list-style-type: none;
	vertical-align: middle;
	background-color: #898392;
}

#maincontent .importantnews, #maincontent .relatednews, #maincontent .principalsmessage {
	clear: both;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#maincontent .importantnews,
#maincontent .relatednews,
#maincontent .honorroll {
	padding: 5px 15px 15px 10px;
	background-color: #EDECE5;
	border: 1px solid #898E92;
}

#maincontent .principalsmessage {
	border: 1px solid #600;
	padding: 10px 17px 20px 15px;
	background: #eeede6 url(images/PrincipalsMessageEndOrnament.png) no-repeat center bottom;
}

#maincontent .importantnews blockquote,
#maincontent .relatednews blockquote,
#maincontent .principalsmessage blockquote {
	
}

#maincontent #headlines {
	padding: 0 10px 25px 25px;
	border-left: 8px solid #B38080;
	background: #EDECE5 url(images/SidenoteBody.gif) repeat-x center bottom;
	margin: 30px auto;
	-webkit-box-shadow: 3px 3px 10px #ccc;
	-moz-box-shadow: 3px 3px 10px #ccc;
	box-shadow: 3px 3px 10px #ccc;
}

#headlines h2 {
	border-style: none;
}

#headlines ul li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	text-indent: -30px;
	line-height: 1.3em;
	font-size: .93em;
	padding: 0 15px;
	margin: .5em 0;
	color: #660000;
}

#headlines ul li h2 {
	font-weight: bold;
}

#headlines ul ul li {
	font-size: inherit;
	list-style-image: none;
	background-image: none;
}

#map {
	width: 560px;
	height: 450px;
	background: #fff;
	border: 1px solid #600;
	margin: 10px auto;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
	-o-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,.3);


}

/* @group Table */

table {
	border-collapse: collapse;
	width: 570px;
	margin: 10px auto;
	border: 1px solid #B9B398;
	background: #fff;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
	-o-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}

caption {
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	background: #fff;
	border: 1px solid #B9B398;
	border-bottom: none;
}

th {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	font-size: .9em;
	text-transform: uppercase;
	line-height: 1.3em;
	padding-top: 3px;
	padding-bottom: 4px;
	border-top: 1px solid #B9B398;
	background: #660000;

}

tr {
	font-size: .9em;
	line-height: 1.5em;
	border-bottom: 1px solid #B9B398;
}


tr:nth-child(even),
tr.altRow {
	background: #EDECE5;
}

/*altRow Definition for IE Javascript*/

 {
	background-color: #EDECE5;
}


th,
td {
	border-left: 1px solid #B9B398;
}

td {
	padding: 5px 2px 3px 5px;
}

#maincontent table img,
#maincontent table a:link img {
	border: none;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

#maincontent table a:hover img {
	background: transparent;
}


/* table column widths
*/

/* Altar Server Table
*/

th.mass {
	width: 30%;
}

th.server {
	width: 70%;
}

th.tableDate {
	width: 20%;
}

/* For Honor Roll */

#maincontent table.honorroll {
	background-color: #D9BFBF;
	width: 480px;
}

table.honorroll td {
	width: 115px;
	padding-left: 15px;
}

/* For Classes.html tables*/

table.classroom th.tableClass,
table.adminFaculty th.tableFaculty {
	width: 40%;
}

table.classroom th.tableTeacher,
table.adminFaculty th.tableDesignation {
	width: 60%;
}

table.classroom td {
	padding-top: 0;
	padding-bottom: 0px;
	line-height: 2.5em;
}

td.tableTeacher {
	text-align: center;
}

td.tableClass {
	text-align: center;
}

table.classroom a:link,
table.classroom a:visited,
table.adminFaculty a:link,
table.adminFaculty a:visited {
	display: block;
	height: 100%;
	border-bottom: none;
	text-decoration: none;
}

/* For Admin.html tables*/

table.adminFaculty td {
	padding-top: 10px;
	padding-bottom: 10px;
}

td.tableFaculty, td.tableDesignation {
	text-align: center;
}

/* @group Development & Volunteer Page Tables
 */

table.devTable,
table.volunteerTable {
	background: #EDECE5;
	border: none;
}

table.devTable tr,
table.volunteerTable tr {
	border-bottom: #8C4040 1px solid;
}

th.fund,
th.ministry {
	width: 200px;
}

table.devTable td,
table.volunteerTable td {
	padding-top: 10px;
	padding-bottom: 20px;
}

td.fundName,
td.ministryName {
	text-align: center;
	border-left: none;
	padding-left: 10px;
	padding-right: 10px;
}

td.fundName img,
td.ministryName img {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

td.fundDetails,
td.ministryDetails {
	border-left: none;
	border-right: none;
	padding-left: 10px;
	padding-right: 10px;
}

/* @end */

/* For Altar Server Tables
*/

td.mass,
td.tableDate {
	text-align: center;
}

th.tableEvent {
	width: 80%;
}

td.rate {
	text-align: right;
	padding-right: 10px;
}

/* @end */

/* @end */

/* @group RightColumn */

#rightcolumn {
	margin-top: 5px;
	padding: 20px 10px;
	float: right;
	text-align: center;
	color: #7f7f7f;
	line-height: 175%;
	

/*--hack for IE6 double margin bug--*/	display: inline;
	width: 230px;
	overflow: hidden;
}

html>body>#rightcolumn {
	width: 130px;
}

#rightcolumn a:link {
	text-decoration: none;
	border-bottom: 1px #600 dotted;
	color: #600;
}

#rightcolumn a:visited {
	text-decoration: none;
	color: #660;
	border-bottom: 1px #660 dotted;
}

#rightcolumn a:hover {
	color: #a40001;
	border-bottom: 1px #600 solid;
	text-decoration: none;
}

#rightcolumn ul {
	margin-left: 5px;
	margin-right: 5px;
}

#rightcolumn ul li {
	list-style: none;
	padding-bottom: 1em;
}

#rightcolumn a:link img, #rightcolumn a:visited img, #rightcolumn a:active img {
	border: none;
	text-align: center;
	margin: 0 auto;
}

#rightcolumn a:hover img {
	border: none;
}



/*Google Search */

.gsc-control-cse,
.gsc-control-cse-en {
	background: transparent;
	
	
}

table.gsc-branding {
	display: none;
}/*

 @end */

/* @group Breadcrumbs */
 
#crumbs {
	display: block;
	width: auto;
	height: 1.85em;
	border: 1px solid #A68353;
	background: #DCD9CC;
	margin: 0;
	padding: 0;
}

#crumbs ul,
#crumbs li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;

}

#crumbs ul li {
	margin: 0;
	padding: 0 0 0 9px;
	list-style-type: none;
	list-style-image: none;
}

#crumbs ul {
	font-size: .7em;
	text-transform: uppercase;
}

#crumbs li {
	float: left;
	line-height: 2.6em;
	color: #777;
}

#crumbs a {
	display: block;
	background: #DCD9CC url(images/Crumbs.png) no-repeat right center;
	padding: 0 15px 0 8px;
	height: 100%;
}

#crumbs a:link,
#crumbs a:visited {
	text-decoration: none;
	border-bottom: none;
}


/* @end */

/* @group Forms */



#maincontent fieldset {
	border: 1px solid #600;
	width: auto;
	margin: 10px 5px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#maincontent legend {
	color: #600;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}

#maincontent form p {
	padding: 3px 0;
}

#maincontent p.note {
	font-size: .9em;
	color: #600;
}

#maincontent label {	
	display: block;
	width: auto;
}


#maincontent input.text,
#maincontent input[type="text"],
#maincontent textarea {
	width: 550px;
	height: 2em;
	font-size: 1.1em;
	color: #555;
}

#maincontent textarea {
	height: 125px;
}

#maincontent input.radio,
#maincontent input[type="radio"] {
	height: 1em;
	width: 1.5em;
}

#maincontent input.checkbox,
#maincontent input[type="checkbox"] {
	width: 2em;
	float: left;
}

#maincontent label.checkboxLabel,
#maincontent label.radioLabel {
	display: inline;
	margin-left: 10px;
	width: 350px;
	text-align: left;
}

#maincontent select {
	font-size: 1.5em;
	width: 350px;
}

input:focus, textarea:focus {
	background: #ffc;
}


#stop_return {
	width: 1px;
	height: 1px;
}

.required {
	color: #600;
	font-size: .8em;
	font-style: italic;
}


#maincontent p.error {
	text-indent: 10px;
	color: #600;
	line-height: 2em;
	margin: 0;
	padding: 0;
	clear: both;
	float: right;
	width: 280px;
}

#maincontent img.warning {
	border: none;
	background: none;
	float: left;
}

#SafewayClubCard {
	width: 107px;
}

input.submitbutton {
	font-size: 1em;
	line-height: 1.5em;
	color: #EDECE5;
	width: auto;
	height: auto;
	margin-top: 10px;
	padding: 5px 15px;
	border: 2px solid #B9B398;
	background: #600 url(images/SubmitButtonBkgd.png) repeat-x;
	font-weight: bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	-transition: color .2s ease-in;
}

input.submitbutton:hover {
	color: #600;
	border: 2px solid #A68353;
	background: #B9B398 url(images/SubmitButtonBkgdHover.png) repeat-x;
}

input.submitbutton:active {
	background: #B38080 url(images/SubmitButtonBkgdActive.png) repeat-x 0 top;
	color: #fff;
}

input:focus, textarea:focus {
	background: #ffc;
}

#maincontent input#state {
	width: 40px;
}

#maincontent input#zip {
	width: 100px;
}

/* @end */

/* @group SiteMap Selectors */

#sitemapcontent {
	width: auto;
}

/* expandable list with alternate switch symbol */

ul#sitemap {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-left: 3em;
	padding: 0;
}

ul#sitemap li {
	padding-left: 12px;
	list-style-type: none;
	position: relative;
}

ul#sitemap ul  {
	margin-left: 40px;
	padding-bottom: 1px;
}


#sitemapcontent ul#sitemap a.switch {
	font-weight: bolder;
	left: -1.5em;
	position: absolute;
	border-bottom: none;
}

#sitemapcontent ul#sitemap a.switch:hover {
	text-decoration: none;
	border-bottom: none
}

a.switch {
	background: #B9B398;
	padding: 0 4px;
}

/* @end */


/*------MISC-------------*/

div.sidenote {
	text-align: center;
	margin: 0 5px 30px 5px;
	width: 175px;	height: auto;
	word-wrap: break-word;
	padding: 0 0 5px 0;
	background: #EDECE5 url(images/SidenoteBody.gif) repeat-x center bottom;


/*see CSS3 defs below*/
}

div.sidenote h2 {
	font-size: 1em;
	line-height: 1.2em;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	background: #600 url(images/SidenoteTop.gif) repeat-x center top;
	text-shadow: none;
/

*see CSS3 defs below*/
}

div.sidenote p, 
div.sidenote form,
div.sidenote>div {
	padding: 15px 5px;
	margin: 0;
}

div.sidenote li {
	margin: 20px 5px;
}

/*------Photocaptions-----------*/

div.photocaption {
	padding: 2px;
	margin: 8px;
	border: 1px #ccc dotted;
	background-color: #edece5;
}

div.photocaption p {
	text-align: center;
	font-size: 10px;
	font-style: italic;
}

/*-----Staff/Forms/FCE pages -------*/

div.staff, div.review {
	width: 325px;
	margin: 10px;
	min-height: 100px;
	padding-top: 2px;
}

div.staff h2, div.review h2 {
	font-size: 1em;
	line-height: 1.2em;
	text-decoration: none;
	border: none;
}

div.staff h3, div.review h3 {
	font-size: 1em;
	line-height: 1.1em;
	font-style: italic;
	text-decoration: none;
	padding: 0;
}

div.staff p, div.review p {
	line-height: 1.3em;
	padding: 0;
}

/* @group Special_Event Use this div class for primarily left column items */

div.special_event {
	margin-top: 2em;
	margin-bottom: 2em;
}

div.special_event a:link {
	text-decoration: none;
	border-bottom: 1px #600 dotted;
	color: #600;
}

div.special_event a:visited {
	text-decoration: none;
	color: #660;
	border-bottom: 1px #660 dotted;
}

div.special_event a:hover {
	color: #a40001;
	border-bottom: 1px #600 solid;
	text-decoration: none;
}

div.special_event a:link img, div.special_event a:visited img, div.special_event a:hover img,
div.special_event a:active img {
	border: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* @end */{	border: 1px #600 solid;	margin: 12px auto;}

/* @group Fundraising Group Rollovers */

/*----PIXY Buttons General Selectors-----*/

#golfbutton, 
#westfestbutton, 
#treelotbutton, 
#auctionbutton, 
#magazinebutton,
#poinsettiabutton {
	width: 45px;
	height: 45px;
	margin: 20px auto 0 auto;
	padding: 0;
	display: block;
}

#golfbutton a, 
#westfestbutton a, 
#treelotbutton a, 
#auctionbutton a, 
#magazinebutton a,
#poinsettiabutton a {
	width: 45px;
	height: 45px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*----Golf Button----------*/

#golfbutton a:link, 
#golfbutton a:active, 
#golfbutton a:visited {
	width: 45px;
	height: 45px;
	background: url(images/scramble90x45.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
}

#golfbutton a:hover {
	background: transparent;
	background-image: url(images/scramble90x45.jpg);
	background-repeat: no-repeat;
	background-position: -45px 0;
	border: none;
}

/*--Westfest Button----------*/

#westfestbutton a:link,
#westfestbutton a:active, 
#westfestbutton a:visited {
	width: 45px;
	height: 45px;
	background: url(images/westfest90x45.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
}

#westfestbutton a:hover {
	background: transparent;
	background-image: url(images/westfest90x45.gif);
	background-repeat: no-repeat;
	background-position: -45px 0;
	border: none;
}

/*----Treelot Button--------*/

#treelotbutton a:link, 
#treelotbutton a:active, 
#treelotbutton a:visited {
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	background-image: url(images/Treelot90x45.gif);
}

#treelotbutton a:hover {
	background: transparent;
	background-image: url(images/Treelot90x45.gif);
	background-repeat: no-repeat;
	background-position: -45px 0;
	border: none;
}

/*------Auction Button-----------*/

#auctionbutton a:link, 
#auctionbutton a:active, 
#auctionbutton a:visited {
	width: 45px;
	height: 45px;
	background: url(images/HEART-Auction-Logo-PIXY90x45.png) no-repeat 0 0;
	border: none;
}

#auctionbutton a:hover {
	background: transparent;
	background-image: url(images/HEART-Auction-Logo-PIXY90x45.png);
	background-repeat: no-repeat;
	background-position: -45px 0;
	border: none;
}

/*----------Magazine Button---------------------------*/

#magazinebutton a:link, 
#magazinebutton a:active, 
#magazinebutton a:visited {
	width: 45px;
	height: 45px;
	background: url(images/Magazines90x45.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
}

#magazinebutton a:hover {
	background: transparent;
	background-image: url(images/Magazines90x45.png);
	background-repeat: no-repeat;
	background-position: -45px 0;
	border: none;
}

/*----------Poinsettia Button---------------------------*/

#poinsettiabutton a:link, 
#poinsettiabutton a:active, 
#poinsettiabutton a:visited {
	width: 45px;
	height: 45px;
	background: url(images/Poinsettia90x45.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
}

#poinsettiabutton a:hover {
	background: transparent;
	background-image: url(images/Poinsettia90x45.png);
	background-repeat: no-repeat;
	background-position: -45px 0;
	border: none;
}

/*----------------Miscellaneous--------------------*/

/* @end */

.left {
	float: left;
	margin: 5px;
	margin-right: 20px;
}

.right {
	float: right;
	margin: 5px;
	margin-left: 20px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

.clearfix {
	clear: both;
}

.title, .theme, .term {
	font-style: italic;
	color: #8C4040;
}

.update {
	font-style: bold;
	color: #8C4040;
}

address, .address {
	margin-left: 35px;
	font-weight: bold;
	font-style: normal;
}

.date {
	font-weight: bold;
	text-align: center;
}

a.topAnchor {
	background: transparent url(images/top-arrow.png) no-repeat center top;
	display: block;
	width: 2em;
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: .4em;
	padding: 4px;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.grade {
	font-weight: bold;
	color: #660000;
}

.whatisthis {
	font-size: 9px;
	font-style: normal;
}

.signature {
	font-style: italic;
}

.disclaimer {
	margin-top: 5px;
	font-size: .9em;
}

/* @group CSS3 Definitions */

/* CSS3 Definitions */

#wrapper {
	-webkit-box-shadow: 3px 3px 10px #777;
	-moz-box-shadow: 3px 3px 10px #777;
	box-shadow: 3px 3px 10px #777;
	-webkit-border-bottom-right-radius: 10px
}

#maincontent img,
#maincontent a:link img,
#maincontent a:visited img {
	-webkit-box-shadow: 3px 3px 10px #888;
	-moz-box-shadow: 3px 3px 10px #888;
	box-shadow: 3px 3px 10px #888;
}

#maincontent a:hover img {
	-webkit-box-shadow: 3px 3px 10px #aaa;
	-moz-box-shadow: 3px 3px 10px #aaa;
	box-shadow: 3px 3px 10px #aaa;
}

#maincontent a:active img {
	-webkit-box-shadow: 3px 3px 10px #444;
	-moz-box-shadow: 3px 3px 10px #aaa;
	box-shadow: 3px 3px 10px #aaa;
}

div.sidenote {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.sidenote h2 {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#maincontent blockquote {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#maincontent .honorroll {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

img.tilt2:hover {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	position: relative;
}

/* @end */
