@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;
	background: #8b9aa9 url(images/bodybg.jpg) no-repeat top right;
}

/* 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: 20px;
	zoom: 1;

	background: url(images/bodygrad.png) repeat-x bottom left;
}
.widthContainer
{
	min-width: 995px;
	max-width: 1280px;
	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: transparent;
}

/* banner */

/* typically a home link + logo */
header.page
{
}
header.page h1 /* the <h1> box gets the dimensions */
{
	position: relative;
	height: 150px;
	margin: 0;
}
header.page h1 a
{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	text-decoration: none;
}
header.page h1 img
{
	display: inline-block;
	border: none;
}

.banner .hidden { display: none; }


/* banner overlay */
.overlay
{
	position: relative;
	zoom: 1;
	z-index: 2;
}
.overlay * { vertical-align: middle; }
.overlay .positioner
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}


/* main table */
.mainTable
{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	border: 0;
	background: #fff url(images/contentgrad.png) repeat-x top left;
}
.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: 200px; padding: 10px; }
.mainTable td.rightColumn { width: 200px; padding: 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: #383d36; }
a:hover { color: #000; }


/* SEARCH BAR */


.search.bar
{
}
.search.bar h3
{
}
.search.bar .searchControls 
{ 
	display: inline;
	color: white;
}
.search.bar .searchControls a
{
	color: #f3d15f;
	font-weight: bold;
}
.search.bar .searchField
{
	border-color: #888;
	width: 200px;
}
.search.box .searchField
{
}
/* non-magnifying glass search button, if you need it */
.search.plainButton A.searchButton
{
}


/* simple photo strip */
.photoBox
{
	clear: both;
	background: black;
	margin-bottom: 5px;
	padding: 10px 10px 35px 10px;
}
.photoBox div { height: 123px; border: 2px solid white; }
.photoBox .random1 { background: url(images/banner1.jpg) no-repeat top center; }
.photoBox .random2 { background: url(images/banner2.jpg) no-repeat top center; }
.photoBox .random3 { background: url(images/banner3.jpg) no-repeat top center; }

/*===================================================( HEADLINES )===*/
/*===================================================================*/

h1, h2, h3, h4, h5
{
}

/* section intro & main column promotion headlines */
h2, .centerColumn section h3 
{
	font: normal 180% "Times New Roman", serif;
}

/* 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-bottom: 10px;
}
.leftColumn .box header
{
	background-color: #182241;
	color: white;
	padding: 0.5em 0.8em;
	font-size: 120%;
	margin-bottom: 3px;
}
.leftColumn .box .body, .editorContentLeft
{
	padding: 1em;
	background: #cfcfcf;
	border: 1px solid black;
}
.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-bottom: 10px;
}
.rightColumn .box header
{
	background-color: #152208;
	color: white;
	padding: 0.5em 0.8em;
	font-size: 120%;
	margin-bottom: 3px;
}
.rightColumn .box .body, .editorContentRight
{
	color: #333;
	background: #bfc7a4;
	padding: 1em;
	border: 1px solid black;
}
.rightColumn A, .editorContentRight a
{

}
.rightColumn A:hover, .editorContentRight a:hover
{

}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/

footer.main
{
	border-bottom: 2px solid black;
}
footer .text
{
	font-size: 88%;
	font-weight: bold;
	color: #657095;
	text-align: center;
	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: #ddd;
}

/* footer nav */
nav.horizontal.footer { margin: 10px; }
nav.horizontal.footer ul { text-align: center; }
nav.horizontal.footer li {}
nav.horizontal.footer a { font-weight: normal; font-size: 9pt; }

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
{
	margin-bottom: 15px;
}

/* home and top level (often, menu title) sections */
nav.vertical > ul > li > a
{
	background: #506290 url(images/navgrad.png) repeat-x top left;
	border: 1px solid black;
	margin-bottom: 5px;
}
/* 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: #fae7ac;
}
/* non-top level nav links (often, menu items) */
nav.vertical li li > a
{
}
nav.vertical li li.current > a,
nav.vertical li li.open > a,
nav.vertical li li > a:hover
{
	color: #fae7ac;
}


/*================ 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
{
	border-right: 1px solid #bbb;
	line-height: 180%;
	padding-right: 1.5ex;
	margin-left: 1.5ex;
}
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: 10pt;
	padding: 0.4em 1em;
	color: white;
	/* 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
{
	margin-bottom: 5px;
	border: 1px solid black;
}
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;
}
/* home and top level (often, menu title) section links */
nav.horizontal.block > ul  > li > a
{
	background: #506290 url(images/navgrad.png) repeat-x top left;
	border: none;
	border-left: 1px solid #000;
}
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: #fae7ac;
}

/* non-top level nav links (often, menu items) */
nav.horizontal.block li li > a
{
	color: #fff;
}
nav.horizontal.block li li.current > a,
nav.horizontal.block li li.open > a,
nav.horizontal.block li li > a:hover
{
	color: #fae7ac;
}

/* 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: #506290;
	width: 240px;
	text-align: left;
	box-shadow: -7px 7px 10px rgba(0,0,0,0.1);
}
nav.horizontal.menu > ul ul
{
	background: #506290;
	width: 240px;
	text-align: left;
	box-shadow: -7px 7px 10px rgba(0,0,0,0.1);
}
nav.horizontal.menu.block > ul > li > ul
{
}
nav.horizontal.menu.block > ul > li > ul > li:first-child > a
{
}




/*============================================( 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;
	background-color: #21330e;
}
.calMonthHeading
{
	border: none;
	background: #21330e;
}
.calDayHeading th
{
	background: #4a602c;
	color: #fff;
}
.calMonth td, .calMonth th { border: none; }
.calGrayDay
{
	background: #b9c6a2;
	color: rgba(0,0,0,0.3);
}
.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;
}
