@import url("../../parts/styles/global.css");

/*=====================================================( GLOBALS )===*/
/*===================================================================*/

body
{
	/* set font face and size here, normally */
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	background-color: white;
}

/* 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 20px;
	zoom: 1;
}
.widthContainer
{
	/* width: 960px; */
	min-width: 975px;
	max-width: 1280px;
	
	padding-bottom: 0; /* corrects a bad default in global.css */

	/* 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;
}

/* set your CONTENT FONT COLORS here */
.contentBG, .editorContentMain
{
	color: #000;
	background: white;
}

/* banner */

/* typically a home link + logo */
header.page .banner
{
	position: relative;
	height: 120px;
}
header.page h1
{
	display: inline-block;
	*display: inline; /* oldie */
	margin: 0;
}
header.page h1 a
{
	display: block;
	text-decoration: none;
}
header.page h1 .logo 
{ 
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: block; 
	border: none; 
}

.searchSocialBar
{
	position: relative;
	background: #d7ca63;
	height: 35px;
}
.searchSocial
{
	position: absolute;
	bottom: 4px;
	right: 4px;
	zoom: 1;
	
}
.searchPositioner
{
	float: right;
	margin-right: 5px;
}
.ie7 .socialPositioner { width: 60px;  }
.socialPositioner
{
	float: right;
	margin-top: 4px;
}

/* SEARCH BAR */
.search.bar { }
.search.bar h3 { }
.search.bar .searchControls { display: none; }
.search.bar .searchControls a { display: none; }
.search.bar .searchField { border-color: #888; width: 188px; }

/* new social tools */
.socialTools
{
	float: right;
}
.socialTools a			{ opacity: 0.8; }
.socialTools a:hover	{ opacity: 1; box-shadow: -3px 3px 6px rgba(0,0,0,0.3); }
/* 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)"; }


.photoBox
{
	clear: both;
	background: black;
	padding: 10px;
	border-top: 1px solid white;
	border-bottom: 2px solid white;
}
.photoBox .collage
{
	height: 131px;
	background: url(images/collage.jpg) no-repeat top center;
	border: 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: 20px 30px; }
.mainTable td.narrow.column, .editorContentLeft, .editorContentRight
{
	font-size: 10pt;
	text-align: left;
}
.mainTable td.leftColumn { width: 25%;  }
.mainTable td.rightColumn { width: 25%; padding: 8px; }


/* column colors */
.mainTable td.leftColumn, .editorContentLeft   { color: inherit; background: #483f60; color: white; }
.mainTable td.centerColumn, .editorContentMain { color: inherit; background: url(images/watermark.jpg) no-repeat bottom left; }
.mainTable td.rightColumn, .editorContentRight { color: inherit;  }



/* global stuff */
a {	color: #271a4a; }
a:hover { color: #555; }



/*===================================================( HEADLINES )===*/
/*===================================================================*/

h1, h2, h3, h4, h5
{
}

/* section intro & main column promotion headlines */
h2, .centerColumn section h3 
{
	font-family: "Trebuchet MS", Trebuchet, "Times New Roman", Serif;
	font-size: 16pt;
	font-weight: normal;
	line-height: 115%;
}

/* 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
{

}

.centerColumn .readmore a {  }
.centerColumn .readmore a:hover {  }

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.leftColumn .box, .editorContentLeft
{
	margin-bottom: 10px;
}
.leftColumn .box header
{
	font-family: "Trebuchet MS", Trebuchet, "Times New Roman", Serif;
	font-size: 16pt;
	color: #d7ca63;
	padding: 3px 10px 0 10px;
	line-height: 115%;
	text-align: center;
}
.leftColumn .box .body, .editorContentLeft
{
	padding: 1em;
}
.leftColumn a, .editorContentLeft a
{
	color: #ccc;
}
.leftColumn a:hover, .editorContentLeft a:hover
{
	color: #fff;
}
.leftColumn .readmore a {  }
.leftColumn .readmore a:hover {  }

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.rightColumn .box, .editorContentRight
{
	margin-bottom: 10px;
}
.rightColumn .box header
{
	font-family: "Trebuchet MS", Trebuchet, "Times New Roman", Serif;
	font-size: 16pt;
	padding: 3px 10px;
	border-bottom: 2px solid white;
	line-height: 115%;
	background: #d7ca63;
	text-align: center;
}
.rightColumn .box .body, .editorContentRight
{
	color: #222;
	padding: 1em;
	background: #fff url(images/rightgrad.png) repeat-x top left;
}
.rightColumn A, .editorContentRight a
{
}
.rightColumn A:hover, .editorContentRight a:hover
{
}
.rightColumn .readmore a {  }
.rightColumn .readmore a:hover {  }

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/

footer .text
{
	font-size: 88%;
	color: #d7ca63;
	background-color: #000;
	text-align: center;
	padding: 0.6em 1em;
	border-top: 2px solid white;
}


/* links outside the content BG, often set against the same
(different) background color: footer nav, vertical logo, etc. */
footer.misc a
{
	color: #483f60;
}
footer.misc a:hover
{
	color: #000;
}

/* footer nav */
nav.horizontal.footer { margin: 1em; font-size: 9pt; }
nav.horizontal.footer ul { text-align: center; }
nav.horizontal.footer li {}
nav.horizontal.footer a { font-weight: normal; }

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: normal; }
nav > ul > li.current > 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: 10px;
	background: #271a4a;
	margin-top: -29px;
}

/* home and top level (often, menu title) sections */
nav.vertical > ul > li > a
{
	color: #fff;
	border-bottom: 2px solid white;
}
/* 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: #eade7d;
	background-color: #0e0626;
}
/* non-top level nav links (often, menu items) */
nav.vertical li li > a
{
	color: #fff;
}
nav.vertical li li.current > a,
nav.vertical li li.open > a,
nav.vertical li li > a:hover
{
	color: #eade7d;
	background-color: #0e0626;
}


/*================ 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 #483f60;
	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: 10pt;
	padding: 6px 10px;
	height: 17px;
}
/* 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
{
	background: #271a4a;
	padding-left: 25%;
}
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 counteract the line-height on plain horizontal navs*/
	line-height: normal;
}
.ie7 nav.horizontal.block > ul  > li
{
	/* correct a bad global default in IE7, so we can take advantage of
its incorrect interpretation of inline as inline-block */
	float: none;
	display: inline;
}
/* home and top level (often, menu title) section links */
nav.horizontal.block > ul  > li > a
{
	color: #fff;
	border: none;
	border-left: 2px 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: #eade7d;
	background-color: #0e0626;
}

/* 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: #eade7d;
	background-color: #0e0626;
}

/* 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: #271a4a;
	width: 240px;
	border: 2px solid #fff;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: -7px 7px 10px rgba(0,0,0,0.1);
}
nav.horizontal.menu > ul ul
{
	background: #271a4a;
	width: 240px;
	border: 2px solid #fff;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: -7px 7px 10px rgba(0,0,0,0.1);
}
nav.horizontal.menu.block > ul > li > ul
{
	border-radius: 0 5px 5px 5px;
}
nav.horizontal.menu.block > ul > li > ul > li:first-child > a
{
	border-top-right-radius: 5px;
}

/*
nav.menu > ul .triangle { opacity: 0.7; }
*/

/* current section dimming */
/* this is too half-baked to use, turning it off for now */
/* nav.menu.open .current > a { opacity: 0.5; } */
/* nav.menu.open .current.open > a { opacity: 1; } */


/*============================================( CALENDAR PIECES )===*/
/*==================================================================*/

/* calendar grid color */
.calMonth table
{
	border: none;
	background-color: #17102c;
	border-spacing: 1px;
	border-collapse: separate;
}
.calMonthHeading
{
	background-color: #17102c;
	border: none;
}
.calDayHeading th
{
	background: #1b1234;
	color: #ddd;
}
.calDay
{
	color: #333;
	background: #e9e8eb;
}
.calMonth td, .calMonth th { border: none; }
.calGrayDay
{
	background: #aaa7b1;
	color: #333;
}
.calToday { background-color: #ffffdd; filter: none; }
.eventTip
{
	color: black;
    border-color: #525200;
	background-color: #ffff88;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
