@charset "UTF-8";
/* CSS Document */
/*-- Color Scheme  --
Gold: #fbb829
Maroon: #600
Tan: #ffffcc
Light Yellow: #fddc82
White: #fff
Black: #000
--*/
/*--Reset all browser default styles--*/

/*Normalized margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2 h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding : 0;}

/*Normalizes font-size for headers */
h1, h2, h3, h4, h5 h6 { font-size: 100%;}

/*Removes list-style from lists */
ol, ul { list-style: none; }

/* Normalizes font-style and fon-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal;}

/* Removes list-style from lists */
table {border-collapse : collapse; border-spacing: 0;}

/* Removes border from fieldset and img */
fieldset, img {border: 0 }

/* Lef-aligns text in caption and th */
caption, th { text-align: left }

/* Removes quotation marks from q */
q:before, q:after {content : '';}
/*-------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   * Based on the typography.css portion of Blueprint CSS @ http://blueprintcss.org/
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (1 * 16px ~ 16px) */
body {
	font-size: 100%;
	background: #fff;
	font-family:Georgia, serif;
	line-height: 110%;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; }
h2 {font-size: 2em; margin-bottom: 0.75em; padding:0 0 0 1em; line-height: 1;}
h3 { font-size: 1.75em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.5em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: .9em; font-weight: bold; }
#pgBottom h6 { font-size: .7em; font-weight: lighter; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
h2+h6 {
	margin:-1.5em 0 1em;
	padding:0 0 0 2.25em;
	;
}
h4 + h6 {margin:-2em 0 0 0;}
.oneColFixCtr #mainContent h4 {
	font: italic lighter 130%/100% Georgia, Serif;
	text-align: left;
	color: #333;
}
.oneColFixCtr #mainContent h5 {
	font: italic bold 120%/1.25 Georgia, Serif;
	color: #600;
	letter-spacing: -1px;
}
.oneColFixCtr #mainContent table.menu h5 {
	font:130%/140% Sylfaen, "Palatino Linotype", Palatino, "Franklin Gothic Medium", Garamond, 'MS Serif', "New York", Georgia, Serif;
	padding:0;
	margin:0;
}
	.oneColFixCtr #mainContent #menu h6 {
	padding:.2em 0;
	margin:0;
}
	.oneColFixCtr #mainContent #menu h6 ul {
	list-style: disc inside;
}
		.oneColFixCtr #mainContent #menu h6 ul li{padding: .2em 0;}
	.oneColFixCtr #mainContent h4 + h3 {margin:-.75em 0 0 0;padding:0;}
.oneColFixCtr #mainContent #aside h4{
	color:#ccc;
	text-align:center;
	font-size:1.5em;
	padding:.25em 0;
	margin:0;
	border-bottom: 3px double #fff;
	text-shadow: #222 1px 1px;
}
.oneColFixCtr #mainContent #aside ul{color:#000;text-align:left;font-size:1em;background-color:#ffc;padding:5px;border-top: solid 1px #666;border-right: double 2px #fbb829;border-bottom: double 2px #fbb829;border-left: double 2px #fbb829;
/* CSS3 dropped shadows  */
/* Firfox, Mozilla, Gecko browsers */-moz-box-shadow: 2px 2px 2px #333;
/* Safari,Chrome, web-kit broswers */ -webkit-box-shadow: 2px 2px 2px #333;
    box-shadow: 2px 2px 2px #333;
}

.oneColFixCtr #mainContent #aside p{text-align:center;}

/* Text elements
-------------------------------------------------------------- */

p           {
	margin: 0 0 1.5em;
	line-height: 120%;
}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           {
	color: #96190E;
	text-decoration: underline;
	font-family: Georgia, Serif;
	padding: 0;
	margin: 0;
}

blockquote  {
	margin: 1.5em;
	color: #600;
	font-style: italic;
}
.pullquote {
	margin: 0 0 1.5em;
	font:italic 130%/150% Sylfaen, "Palatino Linotype", Palatino, "Franklin Gothic Medium", Garamond, 'MS Serif', "New York", Georgia, Serif;
	letter-spacing:0.1em;
	color:#600
}
cite {
	font: italic small-caps 80%/90% "Lucida Console", Monaco, monospace;
	margin: -.5em 0 0 0;
	padding:0.25em;
	border-top: solid 1px #000;
	border-bottom:solid 1px #000;
	display:block;
	color: #333;
}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup	{
	line-height: 0;
}
sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
/* Acquaintance Fieldset, used on Acquaintance page */
fieldset {
	width: 100%;
	font-size: 1em;
	line-height: 1.5;
	color: #00F;
}

legend {
	color: #000;
	font-size: 1.75em;
	padding: 0 0 .25em 0;
	background:url(../images/hr.png) no-repeat right 100%;
	display:block;
	margin:1em auto 0;
	width: 880px;
}
label {
	font-size:1.2em;
	color: #000;
}
/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


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

table       {
	margin-bottom: 1.4em;
	width: 99%;
}
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     {
}


/* Misc classes
-------------------------------------------------------------- */
.cushycms {}
hr {padding: 0;margin:0;}
.hr {
	display:block;
	width:880px;
	height:10px;
	margin:0em auto 1em;
	background: url(../images/layout/hr.png) no-repeat center center;
	clear:both;
}
.amp {font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;font-size:110%;font-style:italic;} /*--Used to make & symbols prettier--*/
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.underline 	{text-decoration:underline;}
.oneColFixCtr #mainContent table tr th#menuHead {width:600px;}
.oneColFixCtr #mainContent #hours {
	float:right;
	margin:0 0 0 1em;
	padding:0.5em;
	border:double 3px #fddc82;
	background-color:#000;
	z-index: 108;
}
.oneColFixCtr #mainContent table tr td#tableHours {
	margin:0 0 0 1em;
	padding:0.5em;
	border:double 3px #fddc82;
	background-color:#000;
	display:block;
	z-index:500;
}
.oneColFixCtr #mainContent #hours h4, .oneColFixCtr #mainContent table tr td#tableHours h4 {
	margin:0;
	color:#FBB829;
	text-align:center;
}
.oneColFixCtr #mainContent #hours ul,.oneColFixCtr #mainContent table tr td#tableHours ul {
	padding:0;margin:0;color:#FDDC82;
}
.oneColFixCtr #mainContent #hours ul li h6, .oneColFixCtr #mainContent table tr td#tableHours h6 {color:#fff;letter-spacing:1px;font-variant:small-caps;}

#events h5 {margin:0;padding:0;}
