@import url("../../parts/styles/global.css");

/*=====================================================( GLOBALS )===*/
/*===================================================================*/

body
{
	/* set font face and size here, normally */
	font-family: Arial, 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;
	zoom: 1;
}
#widthContainer
{
	width: 960px;
}

#contentBG
{
	box-shadow: 0 10px 15px 2px rgba(0,0,0,0.2);
	-moz-border-radius: 0 0 0 35px; 	/* same as the footer */
	-webkit-border-radius: 0 0 0 35px; 	/* same as the footer */	
	border-radius: 0 0 0 35px; 	/* same as the footer */
}

/* set your CONTENT FONT COLORS here */
#contentBG, .editorContentMain, .editorContentLeft, .editorContentRight
{
	color: #eee;
	background-color: #808B7A;
}


/* banner */

/* typically a home link + logo */
header.page
{
	position: relative;
	z-index: 2;
	padding-top: 20px;
}
header.page h1 /* the <h1> box gets the dimensions */
{
	position: relative;
	z-index: 2;
	padding-left: 300px;
	margin: 0;
	/* height: 90px; */
}
.sitetitle
{
	color: #394939;
	font: normal 72pt/51pt Tangerine, Georgia, Serif;	
	display: inline-block;
	text-decoration: none;
	margin-top: 14pt;
	margin-bottom: 6pt;
	position: relative;
	
  -webkit-transition: all 0.3s ease-out;  /* Safari 3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5–12.00 */
          transition: all 0.3s ease-out;  /* Firefox 16+, Opera 12.50+ */

}
.ie7 .sitetitle { line-height: 1; margin-top: 0; margin-bottom: 0; }
.sitetitle:hover
{
	color: #394939;
}
.photostack { position: absolute; }
.ie7 .photostack, .ie7 header.page { z-index: 10000; }
.photostack#photo2 { bottom: -20px; left: 80px; }
.photostack#photo1 { bottom: 30px; left: -60px; }
.photostack#photo3 { bottom: -60px; left: -50px; }

.sloganbar
{
	/* margin-right: 20px; */
	
	background-color: #C0CFB6;
	/* height: 50px; */
	padding: 10px 15px 10px 300px;
	border-right: 20px solid #a3b697;
	-moz-border-radius: 0 40px 0 0;
	-webkit-border-radius: 0 40px 0 0;	
	border-radius: 0 40px 0 0;
	position: relative;
}
.slogan
{
	/* position: absolute; */
	/* right: 300px; */
	/* bottom: 5px; */
	color: #394939;
	font: normal 12pt "Times New Roman", serif;
}

/* banner overlay */
.overlay
{
	position: relative;
	zoom: 1;
	z-index: 2;
}
.overlay * { vertical-align: middle; }
.overlay .positioner
{
	position: absolute;
	bottom: 10px;
	right: 70px;
}


/* social tools */
.socialTools
{
	position: absolute;
	left: 158px;
	bottom: 99px;
	z-index: 3;
}
.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)"; }



/* 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: 9pt;
	text-align: left;
}
.mainTable td.leftColumn { width: 200px; }
/* no secondary nav, must add padding to column */
.mainTable td.leftColumn.addPadding { padding-top: 60px; }
.mainTable td.rightColumn { width: 200px; padding-top: 40px }
.mainTable td.centerColumn.addPadding { padding-top: 60px; }

/* column colors */
.mainTable td.leftColumn, .editorContentLeft   { }
.mainTable td.centerColumn, .editorContentMain { }
.mainTable td.rightColumn, .editorContentRight { }



/* global stuff */
a {	color: #cde6cd; }
a:hover { color: #fff; }


/* SEARCH BAR */


.search.bar
{
	float: right;
	margin: -6px 0 0 0;
}
.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 
{
	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: 14px 14px 30px;
}
.leftColumn .box header
{
	font: bold 140% "Times New Roman", serif;
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
	margin-bottom:  10px;
}
.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: 14px 14px 30px;
}
.rightColumn .box header
{
	font: bold 140% "Times New Roman", serif;
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
	margin-bottom:  10px;
}
.rightColumn .box .body, .editorContentRight
{
}
.rightColumn A, .editorContentRight a
{

}
.rightColumn A:hover, .editorContentRight a:hover
{

}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/

footer .text
{
	font-size: 88%;
	color: #394939;
	text-align: center;
	padding: 15px;
	border-top: 1px solid white;
	-moz-border-radius: 0 0 0 35px;
	-webkit-border-radius: 0 0 0 35px;	
	border-radius: 0 0 0 35px;
}

/* footer nav */
nav.horizontal.footer { padding: 1em; }
nav.horizontal.footer ul
{
	text-align: center;
	font-size: 88%;
}
nav.horizontal.footer li
{
	/* border-right: 1px solid #bbb; */
}
nav.horizontal.footer a
{
}

footer.misc
{
	margin: 20px;
}
footer.misc a
{
	color: #627a62;
}
footer .verticalLogo_text a
{
	font-size: 88%;
}
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: #394939;
	padding-top: 60px;
}

/* home and top level (often, menu title) sections */
nav.vertical > ul > li > a
{
	color: #eee;
	border-bottom: 1px solid #627a62;
}
/* 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 */
{
	background-color: #627a62;
}
/* non-top level nav links (often, menu items) */
nav.vertical li li > a
{
	color: #eee;
}
nav.vertical li li.current > a,
nav.vertical li li.open > a,
nav.vertical li li > a:hover
{
	background-color: #627a62;
}
.verticalNavDeco
{
	background: #394939;
	border-radius: 0 0 7px 0;
	margin-bottom: 30px;
	height: 10px;
}


/*================ 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
{
}


/*================ 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.6em 1em;
	/* 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
{
	padding-left: 300px;
	text-align: right;
	background: #394939;
	/* border-bottom: 1px solid #627a62; */
}
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;
}
/* home and top level (often, menu title) section links */
nav.horizontal.block > ul  > li > a
{
	color: #eee;
	border: none;
	border-left: 1px solid #627a62;
}
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 
{
	background-color: #627a62;
}

/* non-top level nav links (often, menu items) */
nav.horizontal.block li li > a
{
	color: #eee;
}
nav.horizontal.block li li.current > a,
nav.horizontal.block li li.open > a,
nav.horizontal.block li li > a:hover
{
	background-color: #627a62;
}


/*================ SUBSECTIONS ONLY BOX */
/* colors in these should normally just take on default link colors
for the column */

nav.subsections a
{
	text-decoration: underline;
	color: #eee;
}
nav.subsections li.open > a, nav.subsections li.current > a
{
	font-weight: bold;
	color: white;
}


/*================ MENU NAV ONLY */

/* menus */
nav.vertical.menu > ul ul
{
	background: #394939;
	width: 240px;
	text-align: left;
}
nav.horizontal.menu > ul ul
{
	background: #394939;
	width: 240px;
	text-align: left;
}
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;
}
.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; }
a .eventTitle { color: #4D5349; }
a .eventTitle:hover { color: #000; }
.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;
}