@import url("../../parts/styles/global.css");

/*=====================================================( GLOBALS )===*/
/*===================================================================*/

body
{
	/* set font face and size here, normally */
	font-family: Verdana, sans-serif;
	font-size: 10pt;

	margin: 0;
	padding: 0;
}

/* we now use this for lots of stuff rather than the body tag, because using the body tag has nasty side effects when the window has to scroll horizontally in IE<8 */
.allContainer
{
	margin: 0;
	padding: 5px;
	zoom: 1;

	background: #2e433f;
}
.widthContainer
{
	width: 975px;
	padding-bottom: 2em;

	/* center it */
	margin-left: auto;
	margin-right: auto;
	/* and compensate for the ie-specific text-align: center on the BODY... */
	text-align: left;
}
.contentBG
{
	box-shadow: 0 5px 14px 4px rgba(0,0,0,0.15);
	margin-bottom: 20px;
	border: 1px solid white;
}

/* set your CONTENT FONT COLORS here */
.contentBG, .editorContentMain
{
	color: #000;
	background: white;
}

/* banner */

/* typically a home link + logo */
header.page
{
	position: relative;
	padding: 20px 5px 12px;
}
header.page h1 /* the <h1> box gets the dimensions */
{
	margin: 0;
}
header.page h1 a
{
	color: white;
	font: normal 60pt/50pt "Yesteryear", cursive;
	display: inline;
	text-decoration: none;
}
.ie7 header.page h1 a
{
	line-height: 1.1;
}
header.page .slogan
{
	color: #e2cc84;
	font: normal 24pt/24pt "Pompiere", cursive;
	margin: 0 243px 0 97px;
}
.banner .hidden { display: none; }


/* banner overlay */
.overlay
{
	position: relative;
	zoom: 1;
	z-index: 2;
}
.overlay * { vertical-align: middle; }
.overlay .positioner
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/* social tools */
.socialTools
{
	/* position: absolute; */
	/* top: 8px; */
	/* right: 10px; */
	float: right;
}
.socialTools a			{ opacity: 0.8; }
.socialTools a:hover	{ opacity: 1; box-shadow: -3px 3px 6px rgba(0,0,0,0.2); }
/* old IE hover */
.ie7 .socialTools a				{ filter: alpha(opacity=80); }
.ie8 .socialTools a				{ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
.ie7 .socialTools a:hover		{ filter: alpha(opacity=100); }
.ie8 .socialTools a:hover		{ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }



.bigPhoto
{
	display: block;
	width: 973px; height: 125px;
	border-bottom: 1px solid white;
}

/* main table */
.mainTable
{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	border: 0;
}
.mainTable td.column { vertical-align: top; text-align: left; padding: 0 }


/* column dimensions */
.mainTable td.centerColumn { padding: 1em 1.6em; }
.mainTable td.narrow.column, .editorContentLeft, .editorContentRight
{
	font-size: 9pt;
	text-align: left;
}
.mainTable td.leftColumn { width: 220px; }
.mainTable td.rightColumn { width: 200px; padding-right: 10px; }


/* column colors */
.mainTable td.leftColumn, .editorContentLeft   { color: #333; }
.mainTable td.centerColumn, .editorContentMain { color: #333; }
.mainTable td.rightColumn, .editorContentRight { color: inherit; }



/* global stuff */
a {	color: #003366; }
a:hover { color: #000; }


/* SEARCH BAR */


.search.bar
{
	position: absolute;
	right: 0;
	bottom: 4px;
}
.search.bar h3
{
}
.search.bar .searchControls { display: none; }
.search.bar .searchField
{
	border-color: #888;
	width: 200px;
}
.search.box .searchField
{
}
/* non-magnifying glass search button, if you need it */
.search.plainButton A.searchButton
{
}


/*===================================================( HEADLINES )===*/
/*===================================================================*/

h1, h2, h3, h4, h5
{
}

/* section intro & main column promotion headlines */
h2, .centerColumn section h3 
{
	color: #59392d;
	font-size: 160%;
	font-weight: normal;
	line-height: 115%;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #333;
}

/* just the main-column promotions */
.centerColumn section h3 { font-size: 160%; }


h4 {}
h1 a, h2 a, h3 a, h4 a, h5 a {}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.centerColumn .box, .editorContentMain
{
}
.centerColumn .box > header
{
	margin-bottom: 10px;
}
.centerColumn .box > .body, .editorContentMain
{
}
.attachments
{
}
.centerColumn a, .editorContentMain a
{

}
.centerColumn a:hover, .editorContentMain a:hover
{

}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.leftColumn .box, .editorContentLeft
{
	margin: 25px 12px;
}
.leftColumn .box header
{
	color: #448094;
	font-size: 120%;
	line-height: 115%;
	border-bottom: 1px dotted #555;
	padding-bottom: 8px;
	margin-bottom: 8px;
	text-align: center;
}

.leftColumn .box .body, .editorContentLeft
{
}
.leftColumn a, .editorContentLeft a
{
}
.leftColumn a:hover, .editorContentLeft a:hover
{
}
/* when search is on the left, in a box */
.content .searchbox .searchbox_field
{
}
.content A.goButton
{
}
.content A.goButton:hover
{
} 
/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.rightColumn .box, .editorContentRight
{
	margin: 10px 0;
}
.rightColumn .box header
{
	color: white;
	background-color: #9e8e5c;
	padding: 0.5em 0.8em;
	font-size: 120%;
	line-height: 115%;
	text-align: center;
	margin-bottom: 1px;
}
.rightColumn .box .body, .editorContentRight
{
	color: #302c1c;
	background-color: #e2cc84;
	padding: 1em;
}
.rightColumn A, .editorContentRight a
{

}
.rightColumn A:hover, .editorContentRight a:hover
{

}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/

footer .text
{
	color: #fff;
	background-color: #0d170d;
	text-align: center;
	font-weight: bold;

	font-size: 88%;
	padding: 0.6em 1em;
}


/* links outside the content BG, often set against the same
(different) background color: footer nav, vertical logo, etc. */
footer.misc a { color: #fff; }
footer.misc a:hover { color: #fff; }

/* footer nav */
nav.horizontal.footer { padding: 1em; font-size: 8pt; background: #304430; }
nav.horizontal.footer ul { text-align: center; }
nav.horizontal.footer li
{
	border-right-color: #5a6e5a;
}
nav.horizontal.footer a
{
	font-weight: normal;
	color: white;
	text-decoration: underline;
}

footer .verticalLogo_text a {}
footer .verticalLogo_text a:hover {}


/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

/*================ first, ALL NAVS */

/* all nav links */
nav li a
{
}
/* top-level nav links */
nav > ul > li > a
{
	font-weight: bold;
}
/* hovers and highlights */
/* also, .open is used only by menu nav, and is distinct from .current */
nav li.current > a,
nav li.open > a,
nav li:hover > a
{
}



/*================ VERTICAL (they're always block) NAVS ONLY */

/* container */
nav.vertical
{
	background: #9e2f1c;
	margin-bottom: 1em;
	-moz-border-radius: 0 0 30px 0;
	-webkit-border-radius: 0 0 30px 0;	
	border-radius: 0 0 30px 0;
	padding-bottom: 30px;
}

/* home and top level (often, menu title) sections */
nav.vertical > ul > li > a
{
	color: #f6f1cb;
	border-bottom: 1px solid #f6f1cb;
}
/* home and top level (often, menu title) hovers and highlights */
nav.vertical > ul > li.current > a,
nav.vertical > ul > li.open > a,
nav.vertical > ul > li:hover > a /* the hover is on the LI for ie6 to work */
{
	color: #f6f1cb;
	background-color: #681e12;
}
/* non-top level nav links (often, menu items) */
nav.vertical li li > a
{
	color: #f6f1cb;
}
nav.vertical li li.current > a,
nav.vertical li li.open > a,
nav.vertical li li > a:hover
{
	color: #f6f1cb;
	background-color: #681e12;
}


/*================ HORIZONTAL NAVS ONLY */
/* this includes both the footer nav, other horizontal navs and
block-style horizontal menu navs */

/* container */
nav.horizontal { background: none; }

/* home and top level section containers */
nav.horizontal > ul  > li
{
	display: inline-block;
	
	border-right: 1px solid #bbb;
	border-right: 1px solid rgba(0,0,0,0.2);
	padding-right: 1.5ex;
	margin: 0 0 3px 1.5ex;
	
	line-height: 100%;
}
.ie7 nav.horizontal > ul > li { display: inline; }
nav.horizontal > ul  > li:last-child { border-right: none; }

/* home and top level section links */
nav.horizontal > ul  > li > a
{

}

/* hovers and highlights */
nav.horizontal li.current > a,
nav.horizontal li.open > a,
nav.horizontal li:hover > a
{

}

/* cookie crumb code */
/*
nav.cookiecrumb { color: #637593; } 
nav.cookiecrumb a {	color: #637593;	}
nav.cookiecrumb li.current:last-child a { color: black; }
*/

/*================ all BLOCK-LINK-STYLE NAVS, HORIZONTAL AND VERTICAL */

/* all block-style nav links */
nav.block a, nav.topLevelBlock > ul > li > a
{
	font-size: 9pt;
	padding: 7px 10px;
	/* background-color: #eee; */
}
/* top-level block-style nav links */
nav.block > ul > li > a
{
}
/* hovers and highlights */
nav.block li.current > a,
nav.block li.open > a,
nav.block li:hover > a /* the hover is on the LI for ie6 to work */
{
}


/*================ HORIZONTAL-BLOCK NAVS ONLY */
/* usually, this is the horizontal menu nav */

/* containers */
nav.horizontal.block
{
	text-align: right;
	background: #0d2d1d url(images/nav_bg_flowerpower.png) repeat-x top left;
}
nav.horizontal.block > ul { white-space: nowrap; }

/* home and top level (often, menu title) section containers */
nav.horizontal.block > ul  > li
{
	/* padding and border for these are all on the link */
	margin: 0;
	padding: 0;
	border-right: none;
	/* this is to countecsract the line-height on plain horizontal navs*/
	line-height: normal;
}
/* ie7 help for the nav layout */
.ie7 nav.horizontal.block > ul  > li
{
	float: none;
	display: inline;
}
/* home and top level (often, menu title) section links */
nav.horizontal.block > ul  > li > a
{
	color: #d7d2a9;
	border: none;
	border-left: 1px solid #fff;
}
/* nav.horizontal.block > ul  > li:first-child > a { border-left: none; } */

/* home and top level (often, menu title) hovers and highlights */
nav.horizontal.block > ul > li.current > a,
nav.horizontal.block > ul > li.open > a,
nav.horizontal.block > ul > li:hover > a 
{
	color: #d7d2a9;
	background-color: #33634A;
}

/* non-top level nav links (often, menu items) */
nav.horizontal.block li li > a
{
	color: #d7d2a9;
}
nav.horizontal.block li li.current > a,
nav.horizontal.block li li.open > a,
nav.horizontal.block li li > a:hover
{
	color: #d7d2a9;
	background-color: #214030;
}

/* let the menu title sit on top of the menu in z-order so the menu's
drop shadow doesn't fall on top of it */
nav.horizontal.block > ul > li.open > a
{
	position: relative;
	z-index: 1002;
}


/*================ SUBSECTIONS ONLY BOX */
/* colors in these should normally just take on default link colors
for the column */

nav.subsections a
{
	text-decoration: underline;
}
nav.subsections li.open > a, nav.subsections li.current > a
{
	font-weight: bold;
}


/*================ MENU NAV ONLY */

/* menus */
nav.vertical.menu > ul ul
{
	background: #9e2f1c;
	width: 240px;
	border: 1px solid #f6f1cb;
	text-align: left;
	box-shadow: -7px 7px 10px rgba(0,0,0,0.1);
}
nav.horizontal.menu > ul ul
{
	background-color: #33634A;
	width: 240px;
	border: 1px solid #fff;
	margin-top: -1px;
	text-align: left;
	box-shadow: -7px 7px 10px rgba(0,0,0,0.1);
}



/*============================================( CALENDAR PIECES )===*/
/*==================================================================*/

/* this is the SELF-STYLING CALENDAR */

/* calendar grid color */
.calMonth table
{
	border: none;
	background-color: rgba(0,0,0,0.3);

	border-spacing: 1px;
	border-collapse: separate;
}
.no-rgba .calMonth table
{
	/* IE6-8 */
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=0 ); 
	zoom: 1;
}
.calMonthHeading
{
	border: none;
	background-color: rgba(0,0,0,0.4);
}
.no-rgba .calMonthHeading
{
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000',GradientType=0 );
	zoom: 1;
}
.calDay
{
	color: #333;
	background: rgba(255,255,255,0.9);
}
.no-rgba .calDay
{
	/* IE6-8 */
	*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=0 ); 
}
.calDayHeading th
{
	background: transparent;
	color: rgba(255,255,255,0.8);
}
.no-rgba .calDayHeading th span
{
	/* IE6-8 */
	filter: alpha(opacity = 80); /* ie, of course */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.calMonth td, .calMonth th { border: none; }
.calGrayDay
{
	background: rgba(230,230,230,0.7);
	color: rgba(0,0,0,0.3);
}
.no-rgba .calGrayDay
{
	background-color: #bbb;
	color: #777777;
}
.calToday { background-color: #ffffdd; filter: none; }
.eventTip
{
	color: black;
	color: rgba(0, 0, 0, 0.8);
    border-color: #525200;
	border-color: rgba(0,0,0,0.4);
	background-color: #ffff88;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
