﻿@media print{
/*-------------------------------------------------
@Font-face makes some printer/IE combinations not work, set this to default font.
--------------------------------------------------*/
*{font-family:Arial, Sans-serif !important; border: 0px solid transparent !important; }

div:not(.reveal-modal) {
display: inherit !important;
}
                

#charm-bar,
#top-nav,
#charm-toggle,
#alert {
display:none !important;
}

#dynamic-bg,
#top-nav,
#sidenav-col,
#bcrumbs,
#social-media-center,
#goog-gt-tt,
input.submit-btn,
#dynamic-top-nav,
#dynamic-side-btns,
#aja-calwrapper,
#big-bg-image,
#cal3hi-ShowEventsPicker,
.cvCalendar3 #widget-sidebar,
ul.month-pickers,
#encore-search,
#header-row,
#cal3hi-postback-bucket,
#newsletter-wrapper, 
#social-wrapper,
a#footer-logo,
#footer-fader,
.footer-shim,
#civica-span{
display:none !important;
}
#cal3hi-bucket .lrgCal002_Table a{ font-size: 10px !important; text-decoration: none !important; }
#cal3hi-bucket .lrgCal002_Table ul{ list-style: none !important; }
#cal3hi-bucket .lrgCal002_Table a.daylink{ font-weight: bold !important; }
section#page-content{ margin: 0px !important; }
#page-footer a, #page-footer, #PageContacts{ font-size: 13px !important;}
#pagefooter.small-12.large-3.columns{ float: left !important;}

.hidden{ display: block !important; }

#page-footer, #page-body{
display:block !important; 
float:left  !important; 
clear:both  !important; 
position:relative  !important;
}
/*disable url display */
a[href*="/"]:after, 
a[href*="/"]:visited:after {content: normal;}

/*secondary pages*/
div#content-row{ border: 0px solid #fff !important; }


/*homepage elements*/
#hp-welcome, #hp-news, #news-scroll, #hp-popular,#pop-bg, section#hp-calendar, #hp-buttons-wrapper, #hp-list, .mm-button-wrap { height: auto !important; }
/*hp dynamic buttons*/
#hp-buttons a.mm-button-link, #hp-buttons span.mm-button-txt { height: 70px !important; }
#hp-buttons span.mm-button-subtxt{ display: block !important;}
/*slideshow*/
#hp-slides .galleria-info { color: #fff !important; background: rgba( 0, 0, 0, .8) !important;}

/*footer modal styling*/
#modal-pollution, #cvOvrlyWrapper, #cvOvrlyShim { display: none !important;} 






}


/* This is the hilight color when you select text on the website. */
::selection {
background: #167657 ; /* Safari */
color: #fff;
}
::-moz-selection {
background: #167657 ; /* Firefox */
color: #fff;

}

/* Force Safari and mobile apple devices to stop rounding corners  */
#search-wrapper input {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0;
}


.fontsize a{float:none !important;height:22px; margin:0px 5px 0px 0px !important; text-decoration:underline;}
.fontsize a.selected{text-decoration:none;}                                    
#fontsize0{font-size:1em; /*=10px*/}                           
#fontsize1{font-size:1.1em; /*=11px*/}
#fontsize2{font-size:1.3em; margin-top: -3px; /*=13px*/}



/*------------.size0 */   
.size0{
font-size:.75em;
}
#side-nav.size0 .sf-menu a{
font-size:1.1em;
}



/*-------------.size1 */
.size1{
font-size:1em;
}

#side-nav.size1 .sf-menu a{
font-size:1.0em;
}

/*-----------.size2 */
.size2{
font-size:1.25em;
}

#side-nav.size2 .sf-menu a{
font-size:1.1em;
}



/******************************************************************
base.css
-------------------------------------------------------------------
Stylesheet: Base Mobile
-------------------------------------------------------------------

Be light and don't over-style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. These styles will be applied across all viewports.

******************************************************************/

/*
------------------------------------------------------------------
--> Foundation Columns
------------------------------------------------------------------*/

/* --> Column Padding --------------------------------------------*/

.row .column, .row .columns {
padding: 0 8px;
}

.hidden { display:none; }


/*
------------------------------------------------------------------
--> Branding Styles
------------------------------------------------------------------*/

/* --> Defaults --------------------------------------------------*/

body {
font-family: Verdana, Arial, sans-serif;
font-size: 62.5%; /* Sets base font-size to 10px so 1.0em = 10px */
color: #3b3b3b;
background: #decab0;
}

/* Set default font-size to 14px */
p, a, .button {
font-size: 1.4em;

transition: font-size .3s ease-in-out; 
-o-transition: font-size .3s ease-in-out; 
-moz-transition: font-size .3s ease-in-out; 
-webkit-transition: font-size .3s ease-in-out;
}

/* Make sure that links in paragraphs are not larger */
p a { font-size: inherit; }


/* --> button ---------------------------------------------------*/
.button, button{ 
background-color: #0D6649;
border-color: #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #fff !important;
text-decoration: none !important;
}

.button:hover, button:hover, .button:focus, button:focus { background-color: #003A27; }

/*reset button unnecessary form ui element */
button[name="reset"]{display: none; }
button[type="submit"]{padding: 10px 10px 0 10px; height:45px; }

/* --> Anchors ---------------------------------------------------*/

a, a:visited {
color: #18936c;

transition: color .3s ease-in-out; 
-o-transition: color .3s ease-in-out; 
-moz-transition: color .3s ease-in-out; 
-webkit-transition: color .3s ease-in-out;
}

a:hover, a:focus {
color: #4CCAA1;
text-decoration: underline;
}

a:active { color: #ff0f0f; }


/* Random Support classes */
.hider{ visibility: hidden; }

.gradient-brown{
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #643f20 2%, #341a0b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(2%,#643f20), color-stop(100%,#341a0b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#643f20 2%,#341a0b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#643f20 2%,#341a0b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#643f20 2%,#341a0b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#643f20 2%,#341a0b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#341a0b',GradientType=0 ); /* IE6-9 */
}

/* --> Headings --------------------------------------------------*/

/* All headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: 'Sorts Mill Goudy', 'Times New Roman', Georgia, serif;
font-weight: normal;
}

h1, .h1 {
font-family: 'Sorts Mill Goudy', 'Times New Roman', Georgia, serif;
font-size: 3.6em;
color: #854410;
}

h2, .h2 {
font-size: 3.2em;
}

h3, .h3 {
font-size: 2.8em;
}

h4, .h4 {
font-size: 2.4em;
}

h5, .h5 {
font-size: 1.6em;
font-weight: bold;
}

h6, .h6 {
font-size: 1.4em;
font-weight: bold;
}


/* --> Tables ----------------------------------------------------*/

table {
background: none;
border: 0;
margin: 0;
width: 100%;
}

table tr {
text-align: left;
}

/* Default scale for <table> elements */
table tr th { 
font-size: inherit;
background: #0c4a36;
color: #fff;
text-align: left;
padding: 10px 10px;
}

table tr td { font-size: inherit; }

/* Override background color from Foundation */
table tr.even, table tr.alt,
table tr:nth-of-type(even) {
background: #f0eddf;
}

/*
------------------------------------------------------------------
--> Website background images
------------------------------------------------------------------*/

/* background image wrapper */
#big-bg-image {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: -1;
overflow: hidden;
}

/* Background image - Left side  */
#dynamic-bg-left{ 
position: absolute;
top: 0;
left: 0;
width: 50%;
}

/* Background image - Right side  */
#dynamic-bg-right{
position: absolute;
top: 0;
right: 0;
width: 50%;  
}

/* Left Background Image */
#dynamic-bg-left .mm-button-link {
width: 100%;
display: block;
height: 1080px;
max-height: 1080px;
background-size: cover !important;
/*background-size: contain !important;*/
}

/* Right Background Image */
#dynamic-bg-right .mm-button-link {
width: 100%;
display: block;
height: 1080px;
max-height: 1080px;
background-size: cover !important;
/*background-size: contain !important;*/
}
/*
------------------------------------------------------------------
--> Page Header
------------------------------------------------------------------*/


/* header utilities Right*/
#header-right {
height: 175px;
}

/* wrapper that contains the logo */
#header-left {
height: 175px;
display: block;
padding-top: 10px;
}

/* Logo dark green */
#logo-base{
margin: 0 auto; 
padding: 10px;
-webkit-border-radius: 12px; 
-moz-border-radius: 12px; 
border-radius: 12px; 

background: rgb(11,107,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(11,107,76) 0%, rgb(0,70,48) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(11,107,76)), color-stop(100%,rgb(0,70,48))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(11,107,76) 0%,rgb(0,70,48) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(11,107,76) 0%,rgb(0,70,48) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(11,107,76) 0%,rgb(0,70,48) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(11,107,76) 0%,rgb(0,70,48) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6b4c', endColorstr='#004630',GradientType=0 ); /* IE6-9 */
}

/* search and utilities base background */
#search-base {
padding: 10px;	
/*height: 155px;*/
display: block;
margin: 10px 0 20px 0;    
-webkit-border-radius: 12px; 
-moz-border-radius: 12px; 
border-radius: 12px; 

background: rgb(11,107,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(11,107,76) 0%, rgb(0,70,48) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(11,107,76)), color-stop(100%,rgb(0,70,48))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(11,107,76) 0%,rgb(0,70,48) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(11,107,76) 0%,rgb(0,70,48) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(11,107,76) 0%,rgb(0,70,48) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(11,107,76) 0%,rgb(0,70,48) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6b4c', endColorstr='#004630',GradientType=0 ); /* IE6-9 */

}

#ptown-logo a.mm-button-link {
display: block;
width: 100%;
height: 150px;
text-align: center;
/*background-position-x: 27px !important;*/
background-position-y: 15px !important;
}

/*
------------------------------------------------------------------
--> Main Navigation
------------------------------------------------------------------*/

/* --> Main Navigation Container ---------------------------------*/

section#top-nav {
background: url(/img/00/wood-bg.png) no-repeat top center #decab0;
border-top: 1px solid #444;
border-bottom: 1px solid #ccc;
box-shadow: 0px -3px 16px #B1A689;
min-height: 47px;
}

#dynamic-top-nav {
background: #0E3C23;
border: 1px solid #fff;
box-shadow: 0px 5px 30px #8f7e6f;
z-index: 10;
position: relative;
padding: 0;
/*margin-left: -2%;
width: 104%;*/
}

/* Remove menu padding for mobile */
section#top-nav .nav-row .columns { padding: 0; }

/* Remove Foundation default background color for top-bar */
nav.main-nav, nav.main-nav.expanded {
background: none;
width: 100%;
}


/* --> Main Navigation Title -------------------------------------*/

/* Show the navigation Title for mobile */
nav.main-nav .name {
display: block;
}


/* --> Main Navigation Item Link ---------------------------------*/

nav.main-nav ul li.nav-item a {
color: #fff;
font-size: 1.25em;
font-family: 'Radley', serif;
font-weight: normal;
font-weight: 400;
white-space: normal;
background: none;

transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
-o-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
-moz-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
-webkit-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
}

nav.main-nav ul li.nav-item a:hover {
text-decoration: none;
background: #666;
}

/* Active Item Link */
nav.main-nav ul li.active a {
background: #000;
}


/* --> Main Navigation Mobile Styles -----------------------------*/

/* Main Navigation Title */
.main-nav ul.title-area .mainnav-mobile-title {
font-family: 'Oxygen', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: none;
line-height: 40px;
}

.main-nav ul.title-area .mainnav-mobile-title:hover {
background: none;
}

/* Menu collapse/expand link icon */
nav.main-nav .toggle-topbar.menu-icon a {
font-family: 'Oxygen', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 1.4em;
text-indent: -70px;
line-height: 30px;
}

nav.main-nav .toggle-topbar.menu-icon a:hover {
background: none;
}

/* Mobile Display Back Link */
nav.main-nav .dropdown li.title h5 a {
font-size: inherit;
font-weight: bold;
}

/* Mobile Display Back Link (Mega-Menu) */
nav.main-nav div.mega-menu li.title h5 a:hover {
background: #eee;
}

/* Mobile-Mode Back Link (Mega-Menu) */
nav.main-nav .mega-menu li.title h5 a {
color: #1a1a1a;
}

/*
------------------------------------------------------------------
--> Main Navigation Menus
------------------------------------------------------------------*/

/* Dropdown Menu Item Link */
nav.main-nav .dropdown li.nav-item a {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: none;
font-size: 0.9em;
line-height: 18px;
background: none;
padding: 10px 15px;
border-bottom: 1px solid #444;
}

nav.main-nav .dropdown li.nav-item a:hover {
background: #175A32;
color: #fff;
padding-left: 30px;
}


/* --> Main Navigation Dropdown Container ------------------------*/

nav.main-nav .dropdown {}

/* Dropdown Menu Last Item Link */
nav.main-nav .dropdown li.nav-item.last a {
border-bottom: 0;
}



/* --> Header Logo -----------------------------------------------*/

h1#header-logo {
color: #fff;
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 0;
letter-spacing: 1px;
font-size: 6.0em;
cursor: default;
}

h1#header-logo a {
font-size: inherit;
color: inherit;
text-shadow: 0px 2px 4px #042540;

transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
-o-transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
-moz-transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
-webkit-transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
}

h1#header-logo a:hover {
text-decoration: none;
color: #afdbff;
text-shadow: 0px 2px 12px #042540;
}

h5#header-tagline {
color: #eaf6ff;
font-weight: normal;
margin-top: 0;
text-indent: 6px;
cursor: default;
}


/* --> Header Links ----------------------------------------------*/

ul.head-links {
margin: 5px 0 10px 0;
list-style: none;
height: 35px;
}

ul.head-links li {
float: left;
}

.head-link {
float: left;
}

span#header-date {
color: #fff;
cursor: default;
}

a.head-link {
float: left;
font-size: 1em;
display: block;
color: #fff;
margin-bottom: 3px;
}

ul.head-links li {
margin: 0 10px 10px 0;
font-size: 1.155em;
}

/* --> Google Translate ------------------------------------------*/
/* Override Google default styles  */
.goog-te-gadget-simple {
background-color: transparent !important;
border: none !important;
font-size: 1em !important;
padding: 0px !important;
}
.goog-te-gadget-simple .goog-te-menu-value span { color: #fff; 
text-decoration: none;
font-size: .8em;
}
.goog-te-gadget-simple .goog-te-menu-value:hover {
color: pink ;
text-decoration: none !important;
}


#google_translate_element {
width: 100%;
max-width: 300px; 
}

select.goog-te-combo { padding: 5px; }
#google_translate_element .goog-te-gadget { color: #fff; }
#google_translate_element .goog-te-gadget a.goog-logo-link { color: #eaf6ff; }



/*
------------------------------------------------------------------
--> Site Search
------------------------------------------------------------------*/

/* --> Search Input ----------------------------------------------*/
#search-wrapper{ height: 50px; }

input#site-search {
margin: 0;
background: url(/img/00/search-glass.png) 5px 0px no-repeat #fff;
padding: 0 0 0 40px;
font-size: 1.3em;
display: block;
float: right;
outline: none;
height: 40px;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;

transition: box-shadow .6s ease-in-out; 
-o-transition: box-shadow .6s ease-in-out; 
-moz-transition: box-shadow .6s ease-in-out; 
-webkit-transition: box-shadow .6s ease-in-out;
}

input#site-search:hover {
border-color: #178f68;
}

input#site-search:focus {
box-shadow: 0 0 16px #013928;
-moz-box-shadow: 0 0 16px #013928;
-webkit-box-shadow: 0 0 16px #013928;
}


/* --> Search Button ---------------------------------------------*/

a#site-search-btn {
border: 1px solid #187859;    
font-weight: normal;
font-size: 1.80em;
line-height: 17px;
height: 40px;
margin:0;
background: url(/img/00/noise/heavy.png) #187859;
padding-top: 9px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-webkit-appearance: none;
}

a#site-search-btn:hover {
text-decoration: none;
background-color: #178f68;
}

:-moz-placeholder { /* Firefox 18- */
color: #7d98a9;
}

::-moz-placeholder {  /* Firefox 19+ */
color: #7d98a9;
}

:-ms-input-placeholder {  
color: #7d98a9;
}


/*
------------------------------------------------------------------
--> Header Portal Log in Sign Up link
------------------------------------------------------------------*/
#portal-wrapper{ text-align: center; }

/* My pleasanton link */
#portal-link{ 
color: #fff; 
font-family: 'Times New Roman', serif;
font-style: italic;
font-size: 2em;
text-shadow: 0 1px 1px #013928;
margin-right: 10px;
}

/* log in and sign up links */
#login-link{ 
color: #ffe4cd;
font-family: 'Times New Roman', serif;
text-shadow: 0 1px 1px #013928;
}

/* hover states */
#portal-link:hover{ color: #18936c; text-decoration: none; }
#login-link:hover{ color: #e08336; text-decoration: none; }


/*
------------------------------------------------------------------
--> Side Navigation / BreadCrumbs / System Buttons
------------------------------------------------------------------*/

#sidenav-col {
background: url(/img/00/noise/medium.png) #fcfcfc;
border: 1px solid #fff;
border-radius: 10px;
box-shadow: 0px 5px 10px #666;
/*width: 284px;*/
padding-top: 15px;
margin-bottom: 30px;
}

/* --> Side Navigation Heading -----------------------------------*/

.page-nav-heading {
font-family: 'Times New Roman', Garamond, Serif;
color: #0d7151;
font-size: 2.25em;
border-bottom: 2px solid #0d7151;    
cursor: default;
margin-bottom: 5px;
text-shadow: 0 1px 0 #fff;
margin-top:0px;
}


/* --> Side Navigation List ---------------------------------------*/

nav#side-nav ul.side-nav-list {
margin-bottom: 30px;
border: 1px solid transparent;
}


/* --> Side Navigation Item ---------------------------------------*/

nav#side-nav .sf-vertical,
nav#side-nav .sf-vertical li {
width: 100%;
}

nav#side-nav .sf-menu li {
background: transparent;
}


/* --> Side Navigation Item Link ----------------------------------*/

nav#side-nav .sf-menu a {
color: #515151;
font-family: 'Times New Roman', Garamond, Serif;
border: 0;
line-height: 20px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #fff;
padding: 10px 0;
font-size: 1.65em;

transition: background-color .6s ease-out, padding .6s ease-out; 
-o-transition: background-color .6s ease-out, padding .6s ease-out; 
-moz-transition: background-color .6s ease-out, padding .6s ease-out; 
-webkit-transition: background-color .6s ease-out, padding .6s ease-out;
}

/* adjust the border on the first list item */
nav#side-nav .sf-menu .nav-item-1 a { border-top: 1px solid transparent; }

nav#side-nav .sf-menu a:hover {
background: #0f563f;
color: #fff;
text-decoration: none;
padding-left: 8px;
}

/* Last Item Link */
nav#side-nav .sf-menu li.last a {
border-bottom: 0;
}


/* --> Side Navigation Flyout Menu -------------------------------*/

nav#side-nav .sf-menu ul {
left: 100%;
width: 300px;
border: 1px solid #ccc;
}

/* side navigation menu styles */
.side-nav-flyout{ background: #fcfcfc; padding-left: 5px; }


/* Flyout Indicator (Arrow) */
nav#side-nav .sf-sub-indicator {
top: 14px;
background: url('/inc/public/js/superfish/images/arrows-cccccc.png') no-repeat -10px 0px;
}

/* --> Breadcrumbs ----------------------------------------------*/

/* Breadcrumb Span */
section#bcrumbs { width: 100%; }

div#breadcrumb-wrapper {
background: #fff;
margin: 0;
padding: 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
display: block;
padding: 0 20px;
}
div#breadcrumb-wrapper1{
background: #fff;
margin: 0 15px;
padding: 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
display: block;
padding: 0 20px;
}

/* Breadcrumb List */
ul.bcrumb-list {
float: left;
list-style: none;
margin: 0;
font-size: 1em;
}

/* Breadcrumb Item */
ul.bcrumb-list li {
float: left;
margin-right: 10px;
font-family: 'Times New Roman' , Garamond, Serif; 
}

ul.bcrumb-list li a{ color: #515151; }
ul.bcrumb-list li a:hover{ color: #167657; }
/* Breadcrumb Home Item */
ul.bcrumb-list li.home a { color: #18936c; }
ul.bcrumb-list li.home a:hover { color: #4CCAA1; }


/* Breadcrumb Item Arrow & Current Item */
ul.bcrumb-list li.arr,
ul.bcrumb-list li.current {
font-size: 1.4em;
cursor: default;
}


/* --> System Buttons ----------------------------------------------*/

/* Column that contains the system buttons */
.columns.system-btns-col { padding: 0; }

/* Email, Edit, Print List Container */
ul.system-btns-list {
float: left;
width: 100%;
list-style: none;
margin: 11px 0 0;
}

/* System Button Item */
ul.system-btns-list > li {
float: left;
margin: 0 auto;
width: 50%;
margin-bottom: 15px;
padding: 0 10px;
}

/* System Button Link Text */
ul.system-btns-list li a.button {
font-size: 1.6em;
margin-bottom: 0;
text-align: left;
}

/* System Button Styles */
.button.system-button {
width: 100%;
color: #333;
background-color: #eee;
border-color: #666;
padding: 10px 10px;
box-shadow: none;

transition: background-color .6s ease-out, box-shadow .6s ease-out;
-o-transition: background-color .6s ease-out, box-shadow .6s ease-out; 
-moz-transition: background-color .6s ease-out, box-shadow .6s ease-out; 
-webkit-transition: background-color .6s ease-out, box-shadow .6s ease-out;
}

.button.system-button:hover,
.button.system-button.hover {
background-color: #fff !important;
box-shadow: 0 0 8px #666;
}

/* System Button Dropdown Menu */
ul.system-menu {
list-style: none;
display: none;
position: absolute;
width: inherit;
background-color: #fff;
margin: 0;
padding: 5px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
box-shadow: 0 4px 6px #666;
z-index: 90;
}

/* Show dropdown menu on hover */
li:hover ul.system-menu {
display: block;
}

ul.system-btns-list li {
display: inline-block;
width: 80px;
height: 26px;
}

/* System Button Dropdown Menu Item Link */
ul.system-menu li a {
display: block;
font-weight: bold;
padding: 6px 0;
color: #333;
text-indent: 35px;
border: 1px solid transparent;
}

ul.system-menu li a:hover {
color: #4CCAA1;
text-decoration: none;
border-color: #fff;
}

/*add this*/
li.addthis-cont {
margin: 5px 10px 0 0 !important;
}

/* Email */
#btn-email {
color: #064e38;
background: #fff url('/img/00/icons/icon-email.png') no-repeat 5px 3px;
padding-left: 40px;
border: 0px solid transparent;
display: none; 

}

/* Edit */
#btn-edit {
color: #064e38 !important;
background: #fff url('/img/00/icons/icon-edit.png') no-repeat 5px 4px;
padding-left: 40px;
border: 0px solid transparent;
}

/* Print */
#btn-print {
color: #064e38 !important;
background: #fff url('/img/00/icons/icon-print.png') no-repeat 5px 3px;
padding-left: 40px;
border: 0px solid transparent;
/*position: absolute;
top: 0;
right: 0;*/
max-width: 80px;
}

/* Alter styles of system buttons that have a dropdown menu */
#btn-email:hover,
#btn-email.hover,
#btn-edit:hover,
#btn-edit.hover {
border-color: transparent;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

/* Send A Link */
ul.system-menu li.send-link {
background: url('/img/00/icons/icon-email-send.png') no-repeat 0 center;
}

/* Contact Us */
ul.system-menu li.contact-us {
display: none !important;
visibility: hidden;
width: 0px;
height:0px;
overflow: hidden !important;
background: url('/img/00/icons/icon-email-contact.png') no-repeat 0 center;
}

/* HTML Editor */
ul.system-menu li.html-editor {
background: url('/img/00/icons/icon-edit-html.png') no-repeat 0 center;
}

/* Layout */
ul.system-menu li.layout {
background: url('/img/00/icons/icon-edit-layout.png') no-repeat 0 center;
}

/* Navbuilder */
ul.system-menu li.navbuilder {
background: url('/img/00/icons/icon-edit-navbuilder.png') no-repeat 0 center;
}

/* Services */
ul.system-menu li.services {
background: url('/img/00/icons/icon-edit-services.png') no-repeat 0 center;
}

/* Status */
ul.system-menu li.status-not-done,
ul.system-menu li.status-done {
background: url('/img/00/icons/icon-edit-status.png') no-repeat 0 center;
}

/* Site Notes */
ul.system-menu li.site-notes {
background: url('/img/00/icons/icon-edit-notes.png') no-repeat 0 center;
}

/* Issue */
ul.system-menu li.issue {
background: url('/img/00/icons/icon-edit-issue.png') no-repeat 0 center;
}

/* Admin */
ul.system-menu li.admin {
background: url('/img/00/icons/icon-edit-admin.png') no-repeat 0 center;
}



/*
------------------------------------------------------------------
--> Page Body Section
------------------------------------------------------------------*/

#page-body { width: 100%; }

/* All secondary pages have their content wrapped in a row
with either of these classes. */
.content-row{ padding-top: 30px; }

#content-row { 
background: #f8e3d2; 
border-bottom: 7px solid #8e6a49;
position: relative;
z-index: 2; 
box-shadow: 0px 0px 15px #A89381;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

#page-body > .widget-layout-row
{
padding-top: 30px;
}


/*
------------------------------------------------------------------
--> HTML Content
------------------------------------------------------------------*/

/* --> Page Title ----------------------------------------------*/

h1.content-title {
color: #167657;    
font-size: 4.25em;
padding: 10px 0;
margin-top: 0;
margin-bottom: 30px;
border-bottom: 1px solid #eed9c9;
cursor: default;
box-shadow: 0px 30px 20px #fcfcfc;
}

/* --> Page Content ----------------------------------------------*/

section#page-content {
min-height: 493px;
margin-bottom: 50px;
background-color: #fff;
padding: 0 20px 20px 20px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
box-shadow: 0 10px 12px #e6ccb8;
}

/*
------------------------------------------------------------------
--> Homepage Contents
------------------------------------------------------------------*/
/* wrapper that holds all the buttery goodness */
#hp-content-row {
background: #f8e3d2;
border-bottom: 7px solid #8e6a49;
position: relative;
z-index: 2;
box-shadow: 0px 0px 15px #A89381;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding: 20px 20px 0 20px;
}

/* Homepage Popular Links container */
#hp-popular-links{ 
background: url(/img/00/noise/medium.png) #fcfcfc;
border: 1px solid #fff;
border-radius: 8px;
box-shadow: 0px 5px 10px #b7a89b;
padding: 10px;
margin-bottom: 30px;
}

/* popular links header */
h2#hp-pop-title{ 
font-family: 'Times New Roman', Garamond, Serif;
color: #0d7151;
font-size: 2.25em;
border-bottom: 2px solid #0d7151;
cursor: default;
margin-bottom: 5px;
text-shadow: 0 1px 0 #fff;
margin-top: 0px; 
}

/* hp popular links list styles */
#hp-popular-links ul.az-list {
list-style: none;
font-family: 'times new roman', georgia, serif;
}

/* popular links list item styles */
#hp-popular-links ul.az-list li {
border-top: 1px solid #fcfcfc;
padding: 0 10px 5px; 
display: block;
width: 100%;
}

/* popular links anchor styles */
#hp-popular-links ul.az-list li a{
color: #515151;
text-shadow: 1px 1px #fff;
font-size: 1.650em;
padding: 4px 0;
}

/* Homepage Slideshow goodies */
#hp-slideshow-wrapper{
height: 440px;
padding-left: 15px;	
}

/* Galleria slideshows require a defined height */
#galleria { height: 427px; }

/* position galleria thumbs to right of container */
.galleria-thumbnails { float: right; }

/* galleria read more text */
.galleria-read-more { display: none; }

/* main information wrapper */
#hp-info-wrapper {
background-color: #f5efe9;
border-radius: 10px;
display: block;
width: 100%; 
margin: 0 0 15px 0;
padding: 10px;
box-shadow: 0px 5px 10px #c2a793;
}


/* news and icon tray wrapper */
#news-wrapper {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 10px #b8b6b4;
	margin: 0 0 15px 0;
	float: left;
}

/* Ptown News */
section#pleasanton-news{
background: #fff;
height: 420px;
border-radius: 8px;
padding: 10px;
overflow: hidden;
box-shadow: 0px 5px 10px #b8b6b4;
}

/* news archive link in header */
a#news-archive {
    position: absolute;
    top: 4px;
    right: 5px;
    font-family: 'times new roman', georgia, sans-serif;
    color: #fff;
    font-size: 1.600em;
    background: #c08d63;
    padding: 3px 18px;
    border-radius: 5px;
}
#news-headline-wrapper{ 
display: block;
width: 100%;
border-bottom: 2px solid #0d7151;
position: relative;
margin-bottom: 25px;
}

/* news scrollable container */
#news-scroll{
display: block;
height: 310px;
padding: 0 15px 0 5px;
}

/* news heading */
h2#news-headline {
margin: 30px 0px 15px 0px;
font-size: 2.25em;
font-family: 'Times New Roman', Garamond, Serif;
color: #0d7151;
cursor: default;
margin-bottom: 5px;
text-shadow: 0 1px 0 #fff;
}


/* news story / article title link */
#pleasanton-news .news-article a { color: #b78155; }

/* icon tray wrapper */
p.mobile-help{display: none;}
#icon-wrapper{
width: 99.666%;
min-height: 265px;
display: block;
position: relative;
float: left;
}

/* icon tray headline */
h2#icon-headline {
text-align: center;
font-size: 2.75em;
margin: 10px;
color: #949494;
text-shadow: 0px 1px 1px #fff;
}

/* icon tray next / previous controls */
#icon-wrapper .bx-controls-direction {
position: absolute;
top: 20px;
width: 100%;
}

/* scroll back arrow */
a.bx-prev {
float: left;
margin-left: 15%;
width: 16px;
height: 14px;
background: url(/img/00/p-arrows.png) 0 0;
}

/* scroll forward arrow */
a.bx-next {
float: right;
margin-right: 15%;
width: 16px;
height: 14px;
background: url(/img/00/p-arrows.png) -29px 0;
}

/* icon tray bg */
#icon-wrapper .bx-wrapper { background: transparent; } 

/* icon within tray */
#icon-wrapper li.mm-side-icon {
width: 150px !important;
margin-right: 45px !important;
}

/*icon tray text link*/
#icon-wrapper ul#carousel li a { text-decoration: none; color: #949494; }
#icon-wrapper ul#carousel li a:hover { text-decoration: none; color: #4CCAA1; }

/* icon tray image styles*/
#icon-wrapper ul#carousel li a img {
border-radius: 10px;
border: 1px solid #fcfcfc;
box-shadow: 2px 2px 9px #666;
max-width: inherit;
}

/* icon tray text */
span.desc {
font-family: 'Times New Roman';
font-size: 1.200em;
text-align: center;
width: 100%;
display: block;
line-height: 1.15em;
}


/* events wrapper */
#events-wrapper{
min-height: 726px;
padding: 0 0 0 10px;	
float: right;
}

/* feature buttons / btns wrapper */
#feature-btns-wrapper{
height: auto;
width: 100%;
padding: 10px 0;
display: inline-block;
background: #044a34 url(/img/00/noise/light.png) repeat;
border-radius: 10px;
border: 2px solid #fff;
box-shadow: 0px 0px 10px;
position: relative;
}

/*Homepage Events Calendar */
#events-cal{ 
    margin-top: 20px;
    margin-bottom: 0;
    background: #fff;
    min-height: 560px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #666;
    position: relative;
    padding: 5px 10px;
    overflow: hidden;
}

/* homepage feature buttons */
#hp-btns .mm-buttongen-cont .mm-button-wrap {
width: 100%;
float: left;
margin: 10px 0;
text-align: center;
/*max-width: 200px;*/
}

/* feature buttons img styles */
#hp-btns img.mm-button-img {
border: 1px solid #fff;
border-radius: 5px;
box-shadow: 0px 2px 8px #000;
}

/* text under feature buttons */
#hp-btns .mm-button-txt-wrap {
width: 100%;
font-family: 'Times New Roman', georgia, serif;
color: #fff;
font-size: 1.4500em;
font-weight: bold;
text-shadow: 0px 1px 1px #000;
}

/* Calendar Title */
h2#cal-title {
width: 100%;
border-bottom: 2px solid green;
margin: 0;
cursor: default;
margin-bottom: 5px;
text-shadow: 0 1px 0 #fff;
margin-top: 0px;
}

/* calendar title link */
h2#cal-title a {
font-family: 'Times New Roman', Garamond, Serif;
color: #0d7151;
font-size: 1em;
}

/* calendar title link hover */
h2#cal-title a:hover{ text-decoration: none; }

/* calendar date */
#events-cal .calday.small-2.columns {
width: 50px;
}

/* calendar event wrapper  */
#events-cal .calbody.small-10.columns {
float: left;
margin-left: 10px;
}

/* event wrap */
#hp-cal .ev-wrap {
max-height: 480px;
height: auto;
}


/*-------------------------------------------*/





/* calendar icon */
.ev-wrap .calday {
border: 1px solid #ebebeb;
display: block;
padding: 0 !important;
}

.ev-wrap .calday span {
font-family: 'Times', georgia, serif;
clear: both;
color: #293640;
display: block;
float: left;
font-size: 1.2em;
line-height: 1.2em;
text-align: center;
text-transform: lowercase;
width: 100%;
}

/* calendar icon, abbreviated month */
.ev-wrap .calday span.month {
background: none repeat scroll 0 0 #C2AA8C;
color: #fff;
line-height: 1.7em;
text-transform: uppercase;
}

.ev-wrap .calday span.day {
font-size: 2em;
line-height: 1.5em;
padding: 1%;
}

.ev-wrap .calbody span {
clear: both;
display: block;
float: left;
font-size: 1.4em;
}

.ev-wrap .calbody .caltime {
font-size: 1.25em;
color: #2E9453;
}

.ev-wrap .calbody .caltitle {
font-size: 1.600em;
font-weight: normal;
margin-bottom: 5px;
font-family: 'times new roman', georgia, serif;
}

.ev-wrap .calbody .caltitle a { color: #b78155; }
.ev-wrap .calbody .caltitle a:hover{ color: #c56e27; }

.ev-row {
margin: 0 0 15px 0 !important;
padding: 0 0 10px 0;
border-bottom: 1px solid #EBEBEB;
}

#aj-calwrapper {
margin-bottom: 30px;
}

#aj-calwrapper #month {
color: #b7864e;
font-size: 1.4em;
margin-bottom: 10px;
text-transform: uppercase;
}

#aj-calwrapper #month a {
color: #b7864e;
font-size: 1.4em;
font-weight: normal;
}

#aj-calwrapper #month a:hover {
text-decoration: none;
}

#smlCal002_Head {
font-size: 1.600em;
font-weight: bold;
text-align: center;
font-family: 'times new roman', georgia, serif;
}

.chooser-date {
font-weight: bold;
margin: 0 10px;
}

#smlCal002_Head .short, 
#smlCal002_Head .long {
display: none;
}

.smlCal002_Table td {
padding:4%;
text-align: center;
}

.smlCal002_Table .CurrentDay {
background:#ffebdc;
background:rgba(255,235,220,0.5);
border:1px solid #b7864e;
}

.smlCal002_Table .CurrentDay a {
color: #b7864e;
}

.smlCal002_Table .Day {
background:#fff;
background:rgba(255,255,255,0.8);
}

#hp-grid {
display: none;
position: relative;
width: 97%;
}

#hp-list {
display: none;
position: relative;
width: 100%;
}

#hp-cal .active {
display: block;
}

#hp-cal .toggler {
clear: both;
display: block;
position: absolute;
right: 1%;
top: 1em;
width: 70px;
z-index: 100;
cursor: pointer;
}

#hp-cal .toggler span {
background-color: transparent;
background-image: url("/img/00/cal_toggle.png");
background-repeat: no-repeat;
display: block;
float: left;
font-size: 0;
height: 30px;
width: 30px;
}

#hp-cal .toggler .list.active {
background-position: 0px -35px;
}

#hp-cal .toggler .grid {
background-position: right top;
}

#hp-cal .toggler .grid.active {
background-position: -30px -35px;
}

































/*
------------------------------------------------------------------
--> Secondary Pages
------------------------------------------------------------------*/

/* --> Side Buttons ----------------------------------------------*/


/* Side Button Wrapper */
#dynamic-side-btns {
display: block;
float: left;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

/*define interior button styles*/
#dynamic-side-btns .mm-button-wrap {
/*width: 284px;*/
max-width: 284px;
display: block;
height: 160px;
margin-bottom: 20px;
box-shadow: 0px 4px 11px #000;
border-radius: 35px;
}


/* button link style */
#dynamic-side-btns a.mm-button-link {
display: block;
color: #fff;
width: 100%;
max-width: 284px;
height: 160px;
position: relative;
font-size: 1.8em;
margin-bottom: 15px;
padding-bottom: 10px;
border: 2px solid #fff;
border-radius: 10px;
overflow: hidden;
}

/* align the text within the buttons */
#dynamic-side-btns .mm-button-txt-wrap  {
position: absolute;
width: 100%;
height: 50px;
bottom: 0;
left: 0;
text-align: center;
padding: 10px 3px;
background: url(/img/00/greenparency.png) repeat;
}

#dynamic-side-btns a.mm-button-link:hover{ color: #18936c;}


/*
------------------------------------------------------------------
--> Page Footer
------------------------------------------------------------------*/

/* --> Footer Base -----------------------------------------------*/
#footer-fader {
display: block;
width: 100%;
height: 100px;
background: url(/img/00/footer-fade.png) 0 0 repeat-x;
margin-top: -100px;
z-index: 1;
position: relative;
}

#page-footer {
padding-top: 30px;
background: #decab0;
}

/* normalize the typography */
p.footer-title, #page-footer p, #page-footer a {
color: #044a34;
font-family: "Times New Roman", Georgia, Serif;
font-size: 1.700em;
text-decoration: none;
text-shadow: 1px 1px 1px #F3EDD9;

}
/* normalize the footer li's */
#page-footer li{ list-style: none; }

/* page footer link hover state */
#page-footer a:hover{ color: #16A075; }

/* remove extra margin and padding from title p*/
p.footer-title {
margin: 0;
padding: 0;
}

/* add the pleasanton logo */
a#footer-logo{ 
display: block;
width: 278px;
height: 50px;
margin:0;
padding: 0;
background: url(/img/00/footer-logo.png) 0 0 no-repeat;
}

/* shim the empty columns  */
span.footer-shim{ 
display: block;
width: 278px;
height: 55px;
margin:0;
padding: 0;
}

/* define the wrapper for the newsletter and social media buttons */
#newsletter-wrapper, #social-wrapper{ 
height: 55px;
display: inline-block;
width: 100%; 
position: relative;   
}

/* newsletter button style */
a#newsletter-link{
font-size: 2.25em;
display: block;
border: 2px solid #fff;
width: 100%;
height: 50px;
color: #fff;
text-align: center;
padding-top: 10px;
text-shadow: 1px 1px 1px #666;
box-shadow: 2px 2px 2px #666;
border-radius: 4px;

background: #0b7955; /* Old browsers */
background: -moz-linear-gradient(top,  #0b7955 0%, #003b27 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b7955), color-stop(100%,#003b27)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0b7955 0%,#003b27 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0b7955 0%,#003b27 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0b7955 0%,#003b27 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0b7955 0%,#003b27 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b7955', endColorstr='#003b27',GradientType=0 ); /* IE6-9 */

/*
transition: background .6s ease-in-out, color .6s ease-in-out;
-o-transition: background .6s ease-in-out, color .6s ease-in-out;
-moz-transition: background .6s ease-in-out, color .6s ease-in-out;
-webkit-transition: background .6s ease-in-out, color .6s ease-in-out;
*/
}

/* Hover style for footer newsletter link */
a#newsletter-link:hover{  
color: #16a075;

/*
background: #341a0b; 
background: -moz-linear-gradient(top, #341a0b 0%, #643f20 98%, #1e5799 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#341a0b), color-stop(98%,#643f20), color-stop(100%,#1e5799)); 
background: -webkit-linear-gradient(top, #341a0b 0%,#643f20 98%,#1e5799 100%); 
background: -o-linear-gradient(top, #341a0b 0%,#643f20 98%,#1e5799 100%); 
background: -ms-linear-gradient(top, #341a0b 0%,#643f20 98%,#1e5799 100%); 
background: linear-gradient(to bottom, #341a0b 0%,#643f20 98%,#1e5799 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#341a0b', endColorstr='#1e5799',GradientType=0 );*/
}

#social img.mm-button-img {
width: 28px;
float: left;
margin: 4px 10px 0 0;
}

/* Civica Logo */
#civica-span{ background: #decab0; }


/* Footer social media center button */
div#social-center{
border: 2px solid #fff;
height: 50px;
border-radius:4px;
box-shadow: 0px 2px 5px #666;
position: relative;
background-size: contain !important;
background: #0b7955; /* Old browsers */
background: -moz-linear-gradient(top,  #0b7955 0%, #003b27 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b7955), color-stop(100%,#003b27)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0b7955 0%,#003b27 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0b7955 0%,#003b27 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0b7955 0%,#003b27 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0b7955 0%,#003b27 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b7955', endColorstr='#003b27',GradientType=0 ); /* IE6-9 */
}

div#social-center a{ 
color: #fff; 
padding-top:11px;
padding-left:48px;
text-shadow: 1px 1px 1px #666;
display: inline-block;
width: 100%;
position: absolute;
top:0;
left:0;
height:100%;
}
div#social-center a:hover{ text-shadow: none; }
/* --> Divider (Mobile only)--------------------------------------*/

hr.footer-divider {
border-color: #0099ff;
box-shadow: 0 1px 4px #000;
}


/* --> Powered by Civica -----------------------------------------*/

/* 'Powered by' text */
span.powered-by-civica {
display: block;
color: #fff;
font-size: 1.3em;
margin-bottom: 5px;
}

/* Civica logo */
#civica-foot-logo { display: block; }


/*
------------------------------------------------------------------
--> Map Alerts
------------------------------------------------------------------*/

/* Alert Box */

#alert_block {
background: #e2f3ff;
border: 1px solid #8fb2c9;
padding: 10px;
margin-bottom: 20px;
}

#alert_block #status_headline {
font-family: 'Abadi', sans-serif;
font-size: 3.4em;
margin-bottom: 10px;
}

#alert_block #status_description {
margin: 0;
}


/* Alert Aggregate Page */

.date_formatted {
display: block;
font-weight: bold;
margin-bottom: 5px;
}

.Status .entry-name {
font-family: 'Abadi', sans-serif;
font-size: 2.4em;
margin-bottom: 5px;
}

.StatusDiv .Status {
padding-bottom: 5px;
margin-bottom: 30px;
border-bottom: 1px solid #ccc;
}



/*
------------------------------------------------------------------
--> Additional
------------------------------------------------------------------*/

/* Foundation tooltip styles */
.tooltip { font-size: 1.4em; }

/* Foundation Reveal modal - Close 'X' */
.reveal-modal .close-reveal-modal { font-size: 2.0em; }




/*  Photobook Styles  */

.PhotoBG {
/*background-image: url('/custom/photomanager/images/gallery_set_Background.png');*/
background:#fff;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
width: 150px;
height: 150px;
}

.floater{ float:left; margin: 0;}

.Photosizer img{
overflow: hidden;
max-height: 150px;
max-width:150px;
}

/* Search result Pagination Style */
a.youreHere{
cursor: default;
font-weight: bold;
}

a.youreHere:hover{
text-decoration:none;
}

/** Imported from M.Segura's CSS**/

#page-last-updated{clear:both;}
#media-bucket-0 .galleria-read-more {display:none;}

/**Project Map CSS**/

#projectMap {position:relative;height:auto;}                                                       

#projectMap .hide-for-small { 
display: block;
height: 95%;
left: 2%;
position: absolute;
top: 2%;
width: 74%;} 

#projectMap #Picture1{width: 74%;}

#projectMap .hide-for-small a{ position:absolute;line-height:0px;} 
#projectMap .hide-for-small img{margin:0px;width:100%;height:100%; } 
#projectMap .hide-for-small a:hover{ position:absolute;border:1px dashed #366647; text-decoration:none;} 

#projectMap .hide-for-small a.parking{    height: 2.6%;left: 17.8%;top: 19.5%;width: 2.3%;}               
#projectMap .hide-for-small a.current_ops{    height: 5%;left: 80%;top: 80%;width: 5%;} 
#projectMap .hide-for-small a.parking_improv{    height: 1.2%;left: 41.5%;top: 58.4%;width: 2.5%;}   
#projectMap .hide-for-small a.retail{    height: 9.5%;left: 39%;top: 28%;width: 4.5%;} 

/* --> Tabs ----------------------------------------------*/

#tab-container {
display: block;
}

.tab-nav{
margin: 0 auto;
padding: 0;
bottom: 0;
position: relative;
z-index: 10;
width: 100%;
text-align: center;
height: 47px;
}


.tab {
display: inline-block;
float: left;
border: solid 1px #fff;
border-bottom: none;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;

transition: border-color .6s ease-in-out;
-o-transition: border-color .6s ease-in-out;
-moz-transition: border-color .6s ease-in-out;
-webkit-transition: border-color .6s ease-in-out;
}

.tab.active{
border-top:solid 2px #0D7151;
border-bottom:solid 2px #fff;
border-left:solid 2px #0D7151;
border-right:solid 2px #0D7151;
background: #fff;
}

.panel-container{
border-top: 1px solid #d1cfcc;
float: left;
width: 100%;
top:-1px;
margin:0 0 15px 0;
padding: 0;
position: relative;
z-index: 0;
background: none;
height: 100%;
min-height: 380px;
}

.panel-container::before{
content: "";
z-index: 0;
top: -8px;
display: block;
left: -2px;
z-index: -1;
height: 15px;
}

.tab a{
font-size: .5em;
line-height: 1em;
display: block;
color: #a8a8a8;
padding:0 10px;
text-decoration: none;
}

.tab a.active h2{
color: #0d7151;
}

.tab h2{
  color: #a8a8a8;
  font-family: 'Times New Roman', Garamond, Serif;
  font-size: 6em;
  line-height: 0.8em;
}

.tab a:hover{

}

.tab a:hover {
text-decoration: underline;
}

#hp-events-box{
  padding-top: 20px;
  width: 100%;
}

/*SITE WIDE ALERT*/

#alert 
{
background: url("/img/00/noise/light.png") repeat scroll 0 0 #9C2800;
border: 1px solid #691A00;
box-shadow: 0 0 8px #BBBBBB;
font-size: 1.4em;
font-weight: normal;
height: 5%;
line-height: 25px;
margin: 0;
transition: background-color 0.6s ease-in-out 0s;
max-width:100%;
width:100%;  
}


#alert .title{font-size:0.8em; color:#efefef; text-align:center; line-height:1em;}

#alert .title img { margin-top:0; }

#alert .title span{ position:relative; top:-10px; font-size:1.1em;}

#alert .body a
{
background: none repeat scroll 0 0 #580300;
color: #FECA00;
display: block;
font-size: 0.85em;
margin-bottom: 0.2%;
margin-top: 0.2%;
width: 90%;
padding-left:1%;
-webkit-box-shadow: inset 0px 0px 5px 0px #360100;
box-shadow: inset 0px 0px 5px 0px #360100;}


#alert .body .date {font-size:1em;color:#DBB900;}





#pm-gallery-sml00 .scrollable div.img-wrap {
height: 60px;
border-bottom: 1px solid #000;
}


ul.faq-upper-links {
list-style:none;
}

ul.faq-upper-links a:hover { 
text-decoration:none;
}

.auto-height{height:auto;}

input.submit-btn{
font-weight: normal;
font-size: 1.4em;
color:#fff;
height: 40px;
border: 1px solid #691a00;
margin: 0;
line-height: 36px;
background: #9c2800 url('/img/00/noise/light.png') repeat;
box-shadow: 0 0 8px #bbb;
transition: background-color .6s ease-in-out;
-o-transition: background-color .6s ease-in-out;
-moz-transition: background-color .6s ease-in-out;
-webkit-transition: background-color .6s ease-in-out;
}

input.submit-btn:hover{
text-decoration: none;
background-color: #18679a;
border-color: #104466;
cursor:pointer;
}

.invisible{
display:none;
}

/*Form styling*/
legend {
font-size: 2em;
color: #167657;
}

label p{
margin:0;
padding:0;
float:left;
}

label div{
float: left !important;
margin: 0 20px 0 0;
display: block;
}

input[type="text"], select {
max-width: 80%;
/*float: right;*/
border: 1px solid #ccc;
}

fieldset{ border-radius: 8px; box-shadow: 0px 5px 5px #ccc; } 











/* Encore Search Styles */
div#encore-search {
border: 1px solid #fff;
border-radius: 10px;
float: left;
width: 100%;


padding: 10px;
margin-bottom: 20px;
background: rgb(11,107,76);
background: -moz-linear-gradient(top, rgb(11,107,76) 0%, rgb(0,70,48) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(11,107,76)), color-stop(100%,rgb(0,70,48)));
background: -webkit-linear-gradient(top, rgb(11,107,76) 0%,rgb(0,70,48) 100%);
background: -o-linear-gradient(top, rgb(11,107,76) 0%,rgb(0,70,48) 100%);
background: -ms-linear-gradient(top, rgb(11,107,76) 0%,rgb(0,70,48) 100%);
background: linear-gradient(to bottom, rgb(11,107,76) 0%,rgb(0,70,48) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6b4c', endColorstr='#004630',GradientType=0 );
}

h5.library-catalog {
color: #fff;
text-align: center;
text-shadow: 1px 1px 1px #000;
font-size: 1.825em;
letter-spacing: 0.025em;
font-weight: normal;
}

div#encore-search input{ font-size: 1em; }

#encore-search input[type="submit"] {
background: #F8E3D2 url(/img/00/noise/medium.png);
border: 0px;
width: 50%;
margin: 0 10px 10px 0;
height: 25px;
box-shadow: 0px 2px 2px #000;
border: 1px solid #fff;
border-radius: 3px;
color: brown;
transition: background-color .3s ease-in-out, color .3s ease-in-out;
-o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
-moz-transition: background-color .3s ease-in-out, color .3s ease-in-out;
-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

#encore-search input[type="submit"]:hover{ background: #C8B29C url(/img/00/noise/medium.png); color: #fff;  }


/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
Shared Styles
----------------------------------------- */
/* Mobile */
@media only screen and (max-width: 767px) {

table.responsive { margin-bottom: 0; }
	.scrollable.swipeMsg:before {
			content:"<<  Swipe for more content  >>";
			display:block;
			width:100%;
			font-size:0.8em;
			padding:0.2em;
			margin:0.3em 0;
			background:#00ffff;
			background:rgba(255, 200, 0, 0.20);
			border:#ffCC00 1px solid;
			border-radius:5px;
			text-align:center;
			color:#666;
	}
.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
.pinned table { border-right: none; border-left: none; width: 100%; }
.pinned table th, .pinned table td { white-space: nowrap; }
.pinned td:last-child { border-bottom: 0; }

div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }

div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	

table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { }



/*
------------------------------------------------------------------
--> Photo Manager and Photo Book Styles
------------------------------------------------------------------*/
#jqGalleryDiv{
width: 100%;
}

#img-wrap{ 
margin-bottom: 10px;
}

#image_wrap img{
cursor: default;
width: 200px;
padding-bottom: 10px;
padding-left:5px;
}

#image_wrap_g img{
cursor: default;
/*width: 200px;*/
padding-bottom: 10px;
padding-left:5px;
}

.img-wrap{
float: left;
width: 20%;
height: 50px;
margin: 8px;
overflow: hidden;
}

#galBackOuter { 
margin: 15px 0 0 5px;
}



/*Start: Code Snippet Custom Side Columns*/
#pageHTML { position: relative; }
.edt-main-content{ float: left; padding: 10px !important; }

.edt-side-content{
background: #f5f5f5;
float: right;
padding: 10px !important;
}

.edt-side-content-custom{
background: #00747e;
color: #fff;
float: right;
padding: 10px !important;
}
/*End: Code Snippet Custom Side Columns*/

}

