@import url("../../parts/styles/global.css");

/*=====================================================( GLOBALS )===*/
/*===================================================================*/

body
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;

	margin: 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;

	padding: 0px 20px 10px 20px;
	background: #947F65 url(images/khaki_bodygrad.jpg) repeat-x top left;
}
.widthContainer
{
	width: 960px;
	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;
}

/* set your CONTENT FONT COLORS here */
.contentBG, .editorContentMain
{
	background: white;
	color: #000;
	box-shadow: 0 5px 15px 4px  rgba(0,0,0,0.3);
}

/* banner */

/* typically a home link + logo */
header.page
{

}
header.page h1 /* the <h1> box gets the dimensions */
{
	position: relative;
	padding: 15px 22px 0;
	margin: 0;
}
header.page h1 a
{
	display: inline-block;
	font: normal 36pt/100% 'Cardo', serif;
	text-decoration: none;
	color: #3D2C17;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}

.slogan
{
	color: #1a130a;
	background: #e0d8ce;
	padding: 6px 6px 6px 24px;
	font-family: Cardo;
	font-weight: normal;
	font-size: 120%;
	overflow: hidden;
}

.banner .hidden { display: none; }


/* banner overlay */
.overlay
{
	position: relative;
	zoom: 1;
	z-index: 2;
}
.overlay * { vertical-align: middle; }
.overlay .positioner
{
	position: absolute;
	bottom: 1em;
	right: 1em;
}

/* social tools */
.socialTools
{
	/* position: absolute; */
	/* top: 8px; */
	/* right: 10px; */
	text-align: left;
	float: right;
	margin-left: 1ex;
	height: 20px;
}
.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)"; }



/* 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: 90%;
	text-align: left;
}
.mainTable td.leftColumn
{
	width: 25%;
	background-image: url(images/khaki_leftgrad.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
.mainTable td.rightColumn { width: 190px; }

.mainTable td.centerColumn, .mainTable td.rightColumn
{
	padding: 0;
}
.mainTable td.centerColumn > .pull
{
	position: relative;
	background: #ffffff;
	border-radius: 3px 0 0 0;
	margin-top: -35px;
	padding: 1em 2em;
}
.mainTable td.rightColumn > .pull
{
	position: relative;
	background: #d1c5b5;
	margin-top: -35px;
}



/* column colors */
.mainTable td.leftColumn, .editorContentLeft   { color: #333; background-color: #D1C5B5; }
.mainTable td.centerColumn, .editorContentMain { color: #333; }
.mainTable td.rightColumn, .editorContentRight { color: inherit; background-color: #D1C5B5; }



/* global stuff */
a {	color: #3b100d; }
a:hover { color: #BB3127; }


/* simple search box, now in by default */
.search.bar
{
	float: right;
	height: auto;
	line-height: normal;
}
.search.bar .searchControls { display: none; }


/*=================================================( PHOTO STRIP )===*/
/*===================================================================*/


#photoStrip
{
	position: relative;
    height: 164px;
    width: 100%;
	border-collapse: collapse;
    background-color: black;
}
#photoStrip td
{
	vertical-align: top;
	padding: 8px 0;
}
#photoStrip div
{
	position: relative;
	left: -8px;
}
#photoStrip div
{
    height: 128px;
    position: relative;
	margin-left: 1px;
}
#photoStrip .photo1
{
    width: 25%;
	padding-left: 8px;
	padding-right: 8px;
}
#photoStrip .photo1 div
{
    height: 164px;
	background: url(./images/khaki_photo1.jpg) no-repeat top right;
	left: 0;
}
#photoStrip .photo2 div
{
    background: url(./images/khaki_photo2.jpg) no-repeat top center;
}
#photoStrip .photo3 div
{
    background: url(./images/khaki_photo3.jpg) no-repeat top right;
}
#photoStrip .photo4 div
{
    background: url(./images/khaki_photo4.jpg) no-repeat top left;
}
#photoStrip .photo5
{
    display: none;
}


/*===================================================( HEADLINES )===*/
/*===================================================================*/

h1, h2, h3
{
}
/* section intro & main column promotion headlines */
h2, .centerColumn section h3
{
	font: normal 180% "Times New Roman", serif;
	color: #BB3127;
	margin-bottom: 12px;
}

/* just the main-column promotions */
.centerColumn section h3 { font-size: 160%; }

h3 { }
h4 {}
h1 a, h2 a, h3 a, h4 a, h5 a {}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.centerColumn .box, .editorContentMain
{
}
.centerColumn .box h3
{
}
.centerColumn .box .body, .editorContentMain
{
}
.attachments
{
}
.centerColumn a, .editorContentMain a
{

}
.centerColumn a:hover, .editorContentMain a:hover
{

}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.leftColumn .box, .editorContentLeft
{
	padding: 1em 1.6em;
}
.leftColumn .box header
{
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 130%;
}
.leftColumn .box .body, .editorContentLeft
{

}
.leftColumn a, .editorContentLeft a
{
}
.leftColumn a:hover, .editorContentLeft a:hover
{
}
.column A.goButton
{
	display: block;
	border: 1px solid #000;
	padding: 2px 3px 2px 3px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 7pt;
	background-color: #ffcc33;
}
.column A.goButton:hover
{
	background-color: #969bb6; 
} 
/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.rightColumn .box, .editorContentRight
{
	margin-bottom: 2em;
}
.rightColumn .box header
{
	color: white;
	background-color: #BB3127;
	padding: 0.5em 1em;
	font-size: 130%;
}
.rightColumn .box .body, .editorContentRight
{
	padding: 1em;
}
.rightColumn A, .editorContentRight a
{

}
.rightColumn A:hover, .editorContentRight a:hover
{

}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/

footer .text
{
	font-size: 88%;
	color: #fff;
	background-color: #553E20;
	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: #e7d5bd;
}
footer.misc a:hover
{
	color: #fff4a9;
}

/* footer nav */
nav.footer { padding: 1em; }
nav.footer ul
{
	text-align: center;
	font-size: 88%;
}
nav.footer li
{
}
footer .verticalLogo_text a
{
	font-size: 88%;
}

/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

/* first, rules that apply to all navs */

/* nav links */
nav li a
{
	font-size: 10pt;
}
/* all 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 NAV STYLE */

/* container */
nav.vertical
{
	margin-bottom: 1em;
}
/* home and top level sections */
nav.vertical > ul > li
{
}
nav.vertical > ul > li > a
{
	zoom: 1;
}
nav.vertical > ul > li.current > a
{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
nav.vertical > ul > li.open > a,
nav.vertical > ul > li:hover > a /* the hover is on the LI for ie6 to work */
{
	
}
/* non-top level nav links (often, menu items) */
nav.vertical li li > a
{
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	/* margin: -1px 0 -1px 0; */
	zoom: 1;
}
nav.vertical li li.current > a
{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
nav.vertical li li.open > a,
nav.vertical li li > a:hover
{
}



/* HORIZONTAL NAVS */

/* container */
nav.horizontal { background: none; }

/* home and top level sections */
nav.horizontal > ul  > li
{
	border-right: 1px solid #B7AA99;
	line-height: 180%;
	padding-right: 1.5ex;
	margin-left: 1.5ex;
}
nav.horizontal > ul  > li:last-child { border-right: none; }
nav.horizontal > ul  > li > a
{
	font-size: 100%;
}

/* hovers and highlights */
nav.horizontal li.current > a,
nav.horizontal li.open > a,
nav.horizontal li:hover > a
{

}


/* BLOCK-STYLE NAVS, BOTH VERTICAL AND HORIZONTAL */

nav.block a, nav.topLevelBlock > ul > li > a
{
	color: white;
	padding: 0.6em 1em;
	line-height: normal;
}
/* all top-level 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 */
{
	background: #553E20;
}



/* HORIZONTAL-BLOCK STYLE */

nav.horizontal.block
{
	text-align: right;
	background: #876740 url(images/khaki_horizgrad.jpg) repeat-y top left;
	zoom: 1;
	box-shadow: inset 0 5px 15px rgba(0,0,0,0.25);
}

nav.horizontal.block > ul
{
	/* ie7 does not support the inline-block way of laying out navs, so we
	   do this instead */
	float: right !ie;
}
/* home and top level sections */
nav.horizontal.block > ul  > li
{
	/* padding and border for these are all on the link */
	margin: 0;
	padding: 0;
	border-right: none;
	text-align: left;
}
nav.horizontal.block > ul  > li:first-child > a { border-left: none; }

/* hovers and highlights */
nav.horizontal.block > ul  > li.current > a,
nav.horizontal.block > ul  > li.open > a,
nav.horizontal.block > ul  > li:hover > a 
{
	border-left-color: #553E20;
}
/* hovers and highlights */
nav.horizontal.block > ul  > li.current > a
{
}


/* SUBSECTIONS ONLY BOX */
nav.subsections a
{
	text-decoration: underline;
}
nav.subsections li.current > a/*, nav.subsections li.open */
{
	font-weight: bold;
}


/* ============================= */
/* == menu nav specific stuff == */
/* ============================= */

/* menus */
nav.menu > ul ul
{
	background: #9B8160;
	width: 240px;
	box-shadow: -7px 7px 7px 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;
}

