/* ==========================================================================
   Author's CSS (includes normalization, custom code, and blanket classes)
   ========================================================================== */
   
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
header,
footer,
menu {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/**
 * Normalize ridiculous margins on H tags
 */
 
 h1, h2, h3, h4, h5, h6 {
	 margin: 10px 0px;
 }

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0 !important;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.searcher 
{
	display: none !important;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* Adjust margin for form elements below */
input[type="file"],
/*input[type="checkbox"],*/
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #cccccc;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: inherit;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/***********************  FONTS  **********************************/

.openSans {
	font-family: 'Open Sans', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text1 {
	font-family: 'Open Sans', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #3c3026;
}

.text2 {
	font-family: 'Open Sans', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #3c3026;
	line-height: 18px;
	font-weight:400;
}

.ptitles {
	font-family: 'Open Sans', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #3c3026;
	line-height: 32px;
}

.search_titles {font-size:20px !important;}

.body_text {
	font-family: 'Open Sans', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #3c3026;
	line-height: 18px;
}

#special_alert_slideshow {
	position: absolute;
	top: 0;
}

.alerts_info_no_img {color: white;}

.body_text > a,
.body_text a,
.text2 > a,
.text2 a,
#cms_body_content > a,
#cms_body_content a {
	color: #3c3026 !important;
}


/************************ MAIN BODY *******************************/

body {
	margin:0px;
	font-family: 'Open Sans', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: url(../images/misc/bkgd.jpg);
	background-position: top;
	background-repeat:repeat-x;
	background-color: #FFF;
	background-size:100% 641px;
}

h2 {
  -webkit-margin-before: 0.3em;
  -webkit-margin-after: 0.3em;
}

a:hover {cursor:pointer !important;}

p {margin-top:0px;}

.sitewidth {
	width: 100%;
	max-width: 1000px;
}

.pointer {cursor: pointer;}
   
.center {margin: 0 auto;}

.table {display: table;}

.table-row {display: table-row;}

.table-cell {display: table-cell;}

.inline-block {display: inline-block;}

.inline {display: inline;}

.block {display: block;}

.relative {position: relative !important;}

.expand {width: 100% !important;}

.clear {clear: both;}

.bold {font-weight: bold !important;}

.italic {font-style: italic !important;}

.uppercase {text-transform: uppercase !important;}

.lowercase {text-transform: lowercase !important;}

.vertical-baseline {vertical-align: baseline;}

.vertical-middle {vertical-align: middle;}

.noUnderline {text-decoration: none !important;}

.underline {text-decoration: underline !important;}

.underlineHover:hover {text-decoration: underline !important;}

.noUnderlineHover:hover {text-decoration: none !important;}

.internetExplorerFix {display: none;}

.size12 {font-size: 12px !important;}

.size14 {font-size: 16px !important;}

.size15 {font-size: 16px !important;}

.size16 {font-size: 16px !important;}

.size18 {font-size: 18px !important;}

.size20 {font-size: 20px !important;}

.size21 {font-size: 21px !important;}

.size22 {font-size: 22px !important;}

.size24 {font-size: 24px !important;}

.size26 {font-size: 26px !important;}

.size36 {font-size: 36px !important;}

.size46 {font-size: 46px !important;}

/************************ COLORS *******************************/

.brown-bkgd {background:#3c3026;}

.beige-bkgd {background:#d3d0c7;}

.brown {color:#3c3026 !important;}

.beige {color:#d3d0c7 !important;}

.shadow {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.90);
	-moz-box-shadow:    5px 5px 5px 0px rgba(50, 50, 50, 0.90);
	box-shadow:         5px 5px 5px 0px rgba(50, 50, 50, 0.90);	
}

.darker {font-weight:900 !important;}

.text-shadow {text-shadow: 3px 3px 3px #782327;}

::selection {
	background-color: #782327;
	color: #fff;	
}

::moz-selection {
	background-color: #782327;
	color: #fff;	
}

.ease3s {
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.colorbox{}


/************************ HEADER *******************************/
header a,
#mobile-dropdown a {
	text-decoration:none !important;
	color:inherit;
}

#headerContainer {z-index:100;}

#fb_bar {
	height:116px;
	width:46px;
	background:#d3d0c7;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}

#fb-logo {
	margin-top:73px;
	margin-left:9px;	
}

#header-menu-btn {
	margin-right: 1em;
}

#map-mobile {
	position:absolute; 
	top:2.2em; 
	right:0; 
	max-width:105px;
	width:100%;
}

#weatherBox {margin-top: 34px;margin-right:0px;margin-bottom:21px;min-height:50px;}

.weather {
	padding: 1.5em 0.5em;
	margin: auto !important;
	position:relative;
	top:-34px;
	left:-16px;
}

#mobile-dropdown {padding: 2em 0;}

#mobile-dropdown a {margin: 1em 0;}

.display-button {
	margin: 1em 0; 
	max-width: 250px; 
	font-size: 16px; 
}

/* ==========================================================================
    Search Box Properties
   ========================================================================== */

.searchCont {
	margin-top:5px;
}

.search_left {
	width:16px;
	height:24px;
	background:url(../images/search/search_left.png) no-repeat;
	float:left;
}

.search_box {
	width:120px !important;
	height:24px !important;
	background:url(../images/search/search_bkgd.png) repeat-x;
	border:none !important;
	float:left;
	padding: 0px !important;
}

.search_text {
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	color:#666 !important;
	height: 24px !important;
	line-height: 23px;
}

.search_button {
	width:26px;
	height:24px;
	background:url(../images/search/search_button.png) repeat-x;
	float:left;
}

::-webkit-input-placeholder {color:#3d3027 !important;}
:-moz-placeholder {color:#3d3027 !important;} /* Firefox 18- */ 
::-moz-placeholder {color:#3d3027 !important;} /* Firefox 19+ */
:-ms-input-placeholder {color:#3d3027 !important;}
   
/************************ BODY *******************************/

#bodyContainer {
	width:100%;
	margin-top:-29px;
}

#interior {width:100%;}

/* INTERIOR */
#intBodyCopy {
	width: 100%;
	margin-top: 70px;
	padding: 0.4em;
}

#lm-menu {
	width:180px;
	color:#FFF;
	padding:8px;
	text-align: center;
}

.lm-pages {
	width:175px;
	padding:5px 0px 10px 0px;
	font-size:16px;
	text-decoration:none !important;
	color:#3c3026 !important;
	text-align: center;
	border-bottom: 2px dotted #3c3026;
}

.lm-pages:hover {
	text-decoration:underline !important;
	font-weight: bold;
}

.sm_link {
	display: inline-block;
	text-decoration: none !important;
	margin: 5px;
	text-align: center;
	cursor: pointer;
	padding: 16px;
	font-size: 18px;
	color: #FFFFFF !important;
	background: #3c3026;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	-ms-border-radius: 9px;
	border-radius: 9px;

}

.sm_link:hover {
	background: #5D544B;
	color: #FFF !important;
	text-decoration: none !important;
}

#mobileMenuUPE {
	width: 100%; 
	padding: 10px 0px; 
	display: none; 
	border-bottom: 2px dotted #3c3026;
}


/************************ LINK BOXES *******************************/

#linkBoxes a {
	text-decoration:none !important;
	max-width: 244px;
	margin-right:0.5em;
}

.boxBottom { 
	height:70px;
	padding:5px;
	border-bottom:8px solid #3c3026;
	margin-top:-4px;
	margin-bottom:7px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d3d0c7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d3d0c7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d3d0c7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d3d0c7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d3d0c7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d3d0c7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d0c7',GradientType=0 ); /* IE6-9 */
}

.link-boxes {
	text-decoration:none !important;
	max-width: none !important;
	margin-right:0 !important;
}

.link-boxes img {
	width: 112px;
	padding-right: 1em;
}
	

/* ==========================================================================
   Mini Calendar Feature for Home Page
   ========================================================================== */
#calendarBox {
	width: 100%;
	max-width:244px;
	margin: auto;
}

#calendarBox a {
	text-decoration:none !important;
	color:#FFF !important;}	

#drawmonth {
	background:#6B6B6B;
	color:#FFF;
	padding:5px;
	font-weight:600;
	text-align:center;
	font-size:18px;
}

#viewCalendar {
	background:	#6B6B6B;
	color:#FFF;
	padding:7px;
	font-weight:500;
	text-align:center;
	font-size:15px;
}

.calendar-day-head {
	padding: 4px;
	color: #3c3026;
	font-family: 'Open Sans', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:600;
	font-size:18px;
	height:25px;
	width:36px;
	text-align:center;
}

#miniCalendar .table-row { 
	padding: 10px;
	font-size: 16px;
}

.calendar-day-nothing {
	background-color: #6B6B6B;
	color: #EEEEEE;
	border: solid 1px #EEEEEE;
	font-size:16px;
	height:34px;
	width:30px;
	text-align:center;
	padding-top:6px;
}

.calendar-day-something {
	color: #FFFFFF;
	background-color: #3B2F27;
	border: solid 1px #EEEEEE;
	font-size:16px;
	height:34px;
	width:30px;
	text-align:center;
	padding-top:6px;
}

.calendar-day-something:hover {
	color: #EEEEEE;
	border: solid 1px #EEEEEE;
	background: #333333;
	cursor:pointer;
}

/* Calendar Styles */
	
@media (max-width: 31.250em){
	
	#calendar li.column{
		width: 98% !important;
		float: left;
		clear: left;
		padding: 0px !important;
		padding-left: 2% !important;
	}
	
	#calendar fieldset{margin: 0px;}
	
	#calendar .row, li.column, .columnNarrow, input, label, select, textarea {font-size: 16px;}
	
	#calendar input, label, select, textarea {height: 35px;}
	
	#calendar .columnNarrow{
		width: 98% !important;
		float: left;
		clear: left;
		padding: 0px !important;
		padding-left: 2% !important;
	}
	
	#calendar .rightBumper{float: left !important;}
	
}
	
	#calendar ul {
    	list-style-type: none;
		padding: 10px 20px;
	}
	
	#calendar li {
		width:100%;
		margin-top: 5px;
	}
	
	#calendar .field {
		font-size: 16px;
		color: #555555;
		margin-top: 15px;
		clear: left;
	}
	#calendar .sub-heading {
		font-size: 15px;
		color: #555555;
		font-weight: bold;
		clear: left;
		margin-left: 5px;
	}
	#calendar .sub-field {
		font-size: 11px;
		color: #555555;
		float: left;
		padding: 0px 2px;
		margin-top: 5px;
	}
	#calendar li.column {
		width: 46%;
		float: left;
		padding: 0px 2%;
	}
	#calendar .columnNarrow {
		width: 29%;
		float: left;
		padding: 0px 2%;
	}
	
	#calendar fieldset .row {
		width: 98%;
		float: left;
		clear: left;
		padding-left: 2%;
	}
	
	#calendar fieldset {
		border: 1px solid #333333;
		margin: 0px !important;
	}
	
	#calendar fieldset input, label, select, textarea {
		width: 96%;
		color: #555555;
		font-size: 16px;
	}
	
	#calendar fieldset input, select, textarea {margin-top: 5px;}
	
	#calendar .calendar {
		text-decoration: underline !important; 
		color: #3d3027 !important;
	}
	
	#calendar .calendar:hover {text-decoration: none !important;}
	
	#calendar .date_bubble {
		min-width: 45px;
		min-height: 45px;
		padding: 2px;
		line-height: 1.5;
	}
	#calendar .rightBumper {float: right;}
	
	#calendar .categoryTitles {
		padding: 5px 0px; 
		font-size: 17px; 
		color: #3d3027;
		font-weight: bold;
		text-decoration: none;
	}
	
	#calendar .eventTitle {
		color: #3d3027; 
		font-size: 20px;
		text-decoration: none;
	}
	
	#calendar .calendar_extra_tag {
		float: left;
		width: 150px;
		font-weight: bold;
	}
	
	#calendar .calendar_extra_item {
		float:left;
	}
	
	#hr {max-width: 40%;}
	
	
	@media (max-width: 64.063em) {
		
		#hr {max-width: 90%;}
		
	}


	.addthisevent span {display:none;}

/* Weather Styles */
	.weatherCity, 
	.weatherRange, 
	.weatherWind, 
	.weatherLink {
		display: none !important;
	}
	
	.weatherItem {
		background-size: 80px !important;
		height: 50px !important;
		font-size: 16px;
		font-weight:600;
		max-width: 330px;
		padding-left: 30px;
		margin-right: 20px;
	}
	
	.weatherDesc, 
	.weatherTemp {
		display: inline-block;
		padding-top: 12px;
		color: #FFFFFF !important;
	}
	
	.weather-condition, 
	.weather-temp {
		display: inline-block;
		padding-top: 4px;
		padding-left: 4px;
		color: #FFFFFF !important;
	}
	.weather-region {
		display: block;
		padding-top: 4px;
		padding-left: 4px;
		color: #FFFFFF !important;
	}
	
	.weatherTemp{
		padding-left: 26px;
	}
	
	.weatherDesc{
		padding-left: 5px;
	}
	
	@media (max-width: 64.063em) {
		.weatherDesc {display:none !important;}
	}
	

/************************ FOOTER *******************************/
footer {
	background:#5D544B;
	min-height:420px;
	margin-top:60px;
	color:#FFF;
}

footer a {
	color:#FFF !important;
	text-decoration:none !important;	
}

footer a:hover {text-decoration:underline !important;}

footer hr { 
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #3c3026;
    margin:1em 0;
	padding: 0;
}

.footer-links {
	padding:0px 10px;	
	display:inline-block;
}

.footer-link-container {
	display:inline-block;
	padding-top:45px;	
}

#left-links {float:left;}
#right-links {float:right;}

.crest {margin-top:-16px;}

#footerBottom {margin-top:30px;}

#footerLine {
	height:112px;
	width:1px;
	border-left: 1px solid #3c3026;
}

#copycred {float:left;}

#bjm-logo {float:right;
	text-align:right; }


/* ========================================================
		MEDIA QUERIES
	======================================================= */
@media (max-width: 700px) {
	
	.footer-link-container {display:block; padding-top:0px !important;}
	
	#left-links {float:none;margin-top:20px;}
	#right-links {float:none;}	
	
}

/* mobile mode */	
@media (max-width: 40.063em) {
	
	#weatherBox {display: none;}
	.weather {
		padding: 1em, 0.25em;
		padding-left: 1.85em !important;
		top:-12px;
		left:0px;
	}
	
	#header-menu-btn {margin-top: 8.55em;}
	
	#map-mobile { 
		top: 1em; 
		max-width: 115px;
		right:0px !important;
	}
	
}

/* tablet mode */
@media (min-width: 40.063em) and (max-width: 64.063em) {
	
	.weather {
		padding: 1em, 0.25em;
		padding-left: 1.85em !important;
		top:-12px;
		left:0px;
	}
	#weatherBox {margin-right: 8.5em;}
	#headerContainer .weather {display:none;}
	#headerContainer .weather-temp {display:none;}
	#headerContainer .weather-condition {display:none;}
	
}

/* up to tablet mode */
@media (max-width: 64.063em) {
	
	#mobile-dropdown .weather {margin:auto !important;}
	#mobile-dropdown .weather-current {position:relative;top:-14px;left:-16px;}
	
	.weatherTemp {color:#000000 !important;}
	.weather-temp {color:#000000 !important;}
	
	.centerfix {text-align:center !important;}
	
	#text-body,
	#footerBottom {padding: 0.5em;}
	
	#copycred, 
	#bjm-logo {float: none;}
	
	#bjm-logo {text-align:inherit;}
	
	#bjm-logo img {margin:1em 0;}
	
	#right_nav {padding: 2em 0.4em;}
	
	.hide-title {display: none;}
	
	#intBodyCopy {margin-top:36px;}
	
	.footer-links {
		display:block;
		margin:10px;	
	}
	
	.footer-link-container {padding-top:20px;}
	
	#map-mobile {right:48px;}
	
}

/* from desktop mode up */
@media (min-width: 64.063em) {
	
	#intBodyCopy {padding:0;}
		
}

/* =========================================================== */

/* ============================================================
		SITE SEARCH STYLING
=============================================================== */

/*Search page body */
/*body {background-color:#FFFFFF; font-family:arial,sans-serif;}*/

/*Top categories*/
.main_cat1 {font-size: 16px; font-weight: bold; color:#3c3026 !important;}
.main_cat2 {font-size: 12px; font-weight: bold; color:#3c3026!important;}
.cat1:visited {font-size: 16px; font-weight: bold; color:#3c3026!important;}

/*Small urls*/
.url {color: #3c3026!important;}


/*a:visited{color:#5555AA}*/
/*hr{color:#000066}*/

/*Page descriptions*/
.description{font-size: 13px;}

/* */
/*td {font-family:arial,sans-serif; font-size: 13px; }*/

/* Title/link of pages */
.title{color:#3c3026 !important; font-size:15px}



.searchBox{border:1px solid #3C3026 !important;}

#result_report {
	background-color:transparent !important;
}

.catBanner {
	background-color:transparent !important; 
}
.webPageBanner {
	background-color:transparent !important; 
}


#cat_table {
		border-top:1px solid #888 !important;
		border-bottom:1px solid #888 !important;

}

.divline{
	border-bottom:1px solid #888 !important;
}

/* =========================================================== */

/* CMS Body Content */
#cms_body_content a:active,
#cms_body_content a:hover,
#cms_body_content a:link,
#cms_body_content a:visited { 
	color:inherit;
}


/*  =========================================
		FOR RESPONSIVE TABLES 
	========================================= */

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

@media (min-width: 40.063em) and (max-width: 64.063em),
(min-device-width: 40em) and (max-device-width: 60em) {
	
	td {border-bottom:1px solid #acacac;}
	
	tr:first-child td {border-top:1px solid #acacac;}
	
}

@media only screen and (max-width: 40.063em),
(max-device-width: 48em) {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
		width:100% !important;
		height:auto !important;
	}
	
	table {padding-bottom:1em;}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	/*thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}*/
	
	tr { border: 1px solid #acacac; }
	
	td { 
		/* Behave like a "row" */
		border: none;
		border-bottom: 1px solid #ccc; 
		position: relative;
		padding: 2% 0 2% 1% !important;
		width:100% !important;
		height:auto !important;
		text-align: center !important;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	td:after {content:" "; clear:both;}

}

/* ============================================================================================ */