@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: #e7d7aa url(images/topright.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;
	zoom: 1;
	background: url(images/bottom.jpg) no-repeat bottom center;
	min-height: 1129px;
}

.allContainer > .gradient
{
	background: url(images/topgrad.png) repeat-x top left;
}

.widthContainer
{
	width: 1004px;
}
.contentBG
{
	color: #000;
	padding-right: 10px;
}


/* banner */

/* typically a home link + logo */
header.page
{
	position: relative;
}
header.page h1 /* the <h1> box gets the dimensions */
{
	position: relative;
	height: 250px;
	margin: 0;
}
header.page h1 a
{
	position: absolute;
	top: 30px;
	left: 10px;
	display: inline-block;
	text-decoration: none;
}
header.page h1 img
{
	display: inline-block;
	border: none;
}

header.page .brownsearchbox
{
	position: absolute;
	top: 85px;
	right: 10px;
	background-color: #5d4227;
	width: 225px;
	height: 160px;
	color: white;
	font-family: 'Palatino Linotype', 'Alex Brush', cursive;
	font-size: 120%;
	padding: 10px 15px;
}

/* banner overlay */
.overlay
{
	position: relative;
	zoom: 1;
	z-index: 2;
}
.overlay * { vertical-align: middle; }
.overlay .positioner
{
	position: absolute;
	bottom: 85px;
	right: 23px;
}
.ie8 .overlay .positioner
{
	right: 20px;
}

.photobanner
{	
	position: absolute;
	top: 160px;
	left: -10px;
}

.Photo
{
	/* border: 8px solid white; */
	height: 125px;
	width: 175px;
	/* height: 125px; */
	/* width: 175px; */
}
.Pwrap
{
	height: 115px;
	width: 165px;
	-webkit-box-shadow: inset -1px 1px 1px 1px #222, -1px 1px 1px 1px #222;
	box-shadow: inset -1px 1px 1px 1px #222, -1px 1px 1px 1px #222;
	border: 8px solid white;
}
.Pwrap1, .Photo1 { position: absolute; top: 190px; left: -5px; }
.Pwrap2, .Photo2 { position: absolute; top: 205px; left: 175px; }
.Pwrap3, .Photo3 { position: absolute; top: 190px; left: 350px; }
.Pwrap4, .Photo4 { position: absolute; top: 180px; left: 500px; }
.Pwrap5, .Photo5 { position: absolute; top: 205px; left: 670px; }
.Pwrap6, .Photo6 { position: absolute; top: 195px; left: 850px; }

.Pwrap1, .Pwrap4, .Pwrap6, .Photo1, .Photo4, .Photo6
{
	-webkit-transform: rotate(5deg);  /* Saf3.1+, Chrome */
	-moz-transform: rotate(5deg);  /* Firefox 3.5-15 */
	-ms-transform: rotate(5deg);  /* IE9 */
	-o-transform: rotate(5deg);  /* Opera 10.5 */
	transform: rotate(5deg);  /* Firefox 16+ */
}
.oldie .Pwrap1, .oldie .Pwrap4, .oldie .Pwrap6, .oldie .Photo1, .oldie .Photo4, .oldie .Photo6
{	
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9961946980917455, M12=-0.08715574274765817, M21=0.08715574274765817, M22=0.9961946980917455, sizingMethod='auto expand');
	zoom: 1;
}
.Pwrap2, .Pwrap5, .Photo2, .Photo5
{
	-webkit-transform: rotate(-5deg);  /* Saf3.1+, Chrome */
	-moz-transform: rotate(-5deg);  /* Firefox 3.5-15 */
	-ms-transform: rotate(-5deg);  /* IE9 */
	-o-transform: rotate(-5deg);  /* Opera 10.5 */
	transform: rotate(-5deg);  /* Firefox 16+ */
}
.oldie .Pwrap2, .oldie .Pwrap5, .oldie .Photo2, .oldie .Photo5
{
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9961946980917455, M12=0.08715574274765817, M21=-0.08715574274765817, M22=0.9961946980917455, sizingMethod='auto expand');
	zoom: 1;
}
.Pwrap3, .Photo3
{
	-webkit-transform: rotate(12deg);  /* Saf3.1+, Chrome */
	-moz-transform: rotate(12deg);  /* Firefox 3.5-15 */
	-ms-transform: rotate(12deg);  /* IE9 */
	-o-transform: rotate(12deg);  /* Opera 10.5 */
	transform: rotate(12deg);  /* Firefox 16+ */
}
.oldie .Pwrap3, .oldie .Photo3
{
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.984807753012208, M12=-0.17364817766693033, M21=0.17364817766693033, M22=0.984807753012208, sizingMethod='auto expand');
	zoom: 1;
}

.socialmedia
{
	line-height: 33px;
}
.socialmedia span, .socialmedia a, .socialmedia img
{
	color: #89744b;
	vertical-align: middle;
}




/* 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; padding-bottom: 30px; }
.mainTable td.narrow.column, .editorContentLeft, .editorContentRight
{
	font-size: 90%;
	text-align: left;
}
.mainTable td.leftColumn { width: 200px; padding: 10px; padding-bottom: 30px;}
.mainTable td.rightColumn 
{ 
	width: 245px;  
	padding-right: 10px; 
	background: #8a6e36 url(images/rightgrad.png) repeat-x top left;
	padding: 0px 5px;
	border: 1px solid black;
	border-top: none;
	border-bottom: none;
	padding-bottom: 30px;
}


/* column colors */
.mainTable td.leftColumn, .editorContentLeft   { color: #333; }
.mainTable td.centerColumn, .editorContentMain { color: #333; }
.mainTable td.rightColumn, .editorContentRight { color: inherit; }



/* global stuff */
a {	color: #333d25; text-decoration: none; }
a:hover { color: #000; }


/* SEARCH BAR */


.search.bar
{
}
.search.bar h3
{
}
.search.bar .searchControls { display: block; color: white; font-size: 8pt; }
.search.bar .searchControls a { color: #5bafe7; } 
.search.bar .searchControls a:hover { color: #fff; } 
.search.bar .searchControls .searchTips { margin-left: -2px; }
.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;
	border-bottom: 1px solid white;
}
#photoBox table
{
	width: 100%;
	height: 124px;
	border-collapse: collapse;
}
#photoBox td
{
	vertical-align: top;
	padding: 0;
	width: 20%;
	border-left: 1px solid white;
	background-position: top center;
}
#photoBox td:first-child
{
	border-left: none;
}
.general #photo1 { background-image: url(images/photo1.jpg); }
.general #photo2 { background-image: url(images/photo2.jpg); }
.general #photo3 { background-image: url(images/photo3.jpg); }
.general #photo4 { background-image: url(images/photo4.jpg); }
.general #photo5 { background-image: url(images/photo5.jpg); }


/*===================================================( HEADLINES )===*/
/*===================================================================*/

h1, h2, h3, h4, h5
{
}
/* section intro & main column promotion headlines */
h2, .centerColumn section h3 
{
	font-family: 'Palatino Linotype', 'Alex Brush', cursive;
	color: #0166a8;
	font-size: 18pt;
}

/* 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
{
	color: #0166a8;
	font-size: 18pt;
	font-family: 'Palatino Linotype', 'Alex Brush', cursive;
	padding: 0.5em 0.8em;
}
.leftColumn .box .body, .editorContentLeft
{
	padding: 1em;
}
.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
{
	font-family: 'Palatino Linotype', 'Alex Brush', cursive;
	color: #000;
	padding: 5px 10px 0 10px;
	font-size: 18pt;
}
.rightColumn .box .body, .editorContentRight
{
	color: #000;
	padding: 0px 10px 5px 10px;
}
.rightColumn A, .editorContentRight a
{
	color: white;
}
.rightColumn A:hover, .editorContentRight a:hover
{
	color: #ddd;
}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
footer .text .rightfootbox
{
	position: absolute;
	top: 0px;
	right: 11px;
	width: 255px;
	height: 20px;
	background: #8a6e36;
}

footer .text
{
	font-size: 88%;
	color: #e7d7aa;
	background-color: #000;
	text-align: left;
	padding: 0.6em 1em;
	position: relative;
}

/* links outside the content BG, often set against the same
(different) background color: footer nav, vertical logo, etc. */
footer.misc a
{
	color: #000;
}
footer.misc a:hover
{
	color: #222;
}

/* footer nav */
nav.horizontal.footer { margin: 1em; }
nav.horizontal.footer ul { text-align: center; }
nav.horizontal.footer li {}
nav.horizontal.footer a { font-weight: normal; font-size: 8pt; }

footer .verticalLogo_text a { font-size: 8pt; }
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: 10px;
}

/* home and top level (often, menu title) sections */
nav.vertical > ul > li > a
{
	text-align: center;
	color: #d1c49b;
	margin-bottom: 3px;
	border: 1px solid black;
	background: #1f2615 url(images/leftnavgrad.png) repeat-x top left;
}
/* 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: #fff;
}
/* non-top level nav links (often, menu items) */
nav.vertical li li > a
{
	color: #d1c49b;
}
nav.vertical li li.current > a,
nav.vertical li li.open > a,
nav.vertical li li > a:hover
{
	color: #fff;
}


/*================ 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 #000;
	line-height: 180%;
	padding-right: 5px;
	margin-left: 1px;
}
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 { margin-bottom: 10px; }
nav.cookiecrumb ul { padding-left: 3px; }
nav.cookiecrumb li { display: inline; }
nav.cookiecrumb a {	padding: 5px; }
nav.cookiecrumb li.current:last-child a { text-decoration: underline; }
nav.cookiecrumb li:last-child .triangle { display: none; }
nav.cookiecrumb { font-family: "Palatino Linotype", Georgia; color: #995e1a; font-size: 80%; font-weight: normal; } 
nav.cookiecrumb a { color: #995e1a;	font-weight: normal;}
nav.cookiecrumb li.current:last-child a { text-decoration: none; font-weight: bold;}


/*================ all BLOCK-LINK-STYLE NAVS, HORIZONTAL AND VERTICAL */

/* all block-style nav links */
nav.block a, nav.topLevelBlock > ul > li > a
{
	font-family: "Palatino Linotype", Georgia;
	font-size: 11pt;
	padding: 0.2em 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 */
.navwrap
{
	background: url(images/navgrad.png) repeat-x bottom left;
	height: 30px;
	padding-top: 90px;
}

nav.horizontal.block
{
}
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
{
	padding: 0em 1.5em;
	color: #d1c49b;
	border: none;
	border-left: 1px solid #d1c49b;
}
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: #fff;
}

/* non-top level nav links (often, menu items) */
nav.horizontal.block li li > a
{
	color: #d1c49b;
}
nav.horizontal.block li li.current > a,
nav.horizontal.block li li.open > a,
nav.horizontal.block li li > a:hover
{
	color: #fff;
}

/* 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 ul
{
	list-style-type: none;
}
nav.subsections li
{
	margin: 0;
}

nav.subsections a
{
	text-decoration: none;
	font-family: "Palatino Linotype", Georgia;
	color: white;
	font-size: 11pt;
}
nav.subsections li.current > a
{
	font-weight: bold;
	color: black;
}


/*================ MENU NAV ONLY */

/* menus */
nav.vertical.menu > ul ul
{
	background: #1e2616;
	width: 240px;
	text-align: left;
	box-shadow: -7px 7px 10px rgba(0,0,0,0.1);
}
nav.horizontal.menu > ul ul
{
	background: #272F1B;
	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
{
}

/* current section dimming */
nav.menu.open .current > a { opacity: 0.5; }
nav.menu.open .current.open > a { opacity: 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;
}
.calMonthHeading
{
	border: none;
	background-color: #555a32;
}
.calDay
{
	color: #333;
	background: rgba(255,255,255,0.9);
}
.calDayHeading th
{
	background: #64693e;
	color: #ccc;
}
.calMonth td, .calMonth th { border: none; }
.calGrayDay
{
	background: #9da377;
	color: rgba(0,0,0,0.3);
}
.calToday { background-color: #ffffaa; }
.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;
}
