/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
        #Menu + Logo
	#Misc 
        #Sidebar
        #Footer
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	pre {
		margin-bottom: 20px !important;
	}

/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 16px/1.5em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		}
	 #wpadminbar {
		position: fixed!important;
	}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { line-height: 50px; padding: 20px 0; font-family: 'Dancing Script', cursive;  font-size: 40px;  color: #ffffff; }
	h2 { font-size: 32px; line-height: 40px; color: #35564d; margin: 10px 0 10px 0;  }
	h3 { font-size: 25px; line-height: 34px; color: #35564d; margin: 0 0 10px 0; }
	h4 { font-size: 18px; line-height: 30px; color: #35564d; margin: 0 0 10px 0;  }
	h5 { font-size: 15px; line-height: 24px; color: #35564d; margin: 0 0 10px 0;  }
	h6 { font-size: 12px; line-height: 21px; color: #35564d; margin: 0 0 10px 0;  }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong, b  { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #000000; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }

/* #Lists
================================================== */
	ul, ol { margin-bottom: 10px; }
	ul { list-style: disc outside; margin-left:40px; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li {   margin: 0 0 10px 0; line-height: 27px; color: #506d65; font-size: 16px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */
	img.scale-with-grid {
		max-width: 100%;
		height: auto; 
	}	
	.alignleft {
		float:left;
	}	
	.alignright {
		float:right;
		margin:0 0 10px 20px;
	}	
	.aligncenter {
		clear:both;
		display:block;
		margin:0 auto;
	}	

/* #Forms
================================================== */
	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		background: #fff; }
	select {		 
		padding: 0 !important;}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
	padding: 0 0 10px 0;
		display: block;
		font-weight: bold; }
	select {
		height: 25px;
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; 
	}
	
/* Comments
================================================== */
.comments-holder li{
	margin: 50px 20px 20px 20px;
	list-style: none;
	}
.comments-holder li {
	border-bottom:1px solid;
}
.comments-holder ul {
	list-style:none;
}
.comments-holder li {
	border:none;
}
.comment-author.vcard{
	float:left;
	margin:0 20px 10px 0;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: auto;
}
.comment-author.vcard img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.reply-holder {
	margin: 50px 20px 20px 20px;
}
.reply-holder .comment-form label {
	float:left;
	clear:both;
	width:100%;
}
.reply-holder .comment-form textarea {
	max-width:100%;
	width:100%;
}
.reply-holder .comment-form .comment {
	padding: 10px;
	width:100%;
}
   
/* #Header
================================================== */        
    .header-logo {
	    line-height: 0px;
	} 
    .logo {
	    text-align: center;
    }        
    .logo a{
        text-decoration: none;
    }
    .header-top{
	    background: #4e4d5c;
    }
    .phone-number-header{
	    float: left;
	    letter-spacing: 1px;
    }
    .phone-number-header p{
		font-family: 'Oswald', sans-serif;
		font-size: 15px;
		color: #49672c;
		margin: 0;
		padding: 10px 0;
		text-transform: uppercase;
    }
    .phone-number a {
		color: #FFF;
		text-decoration: none;
    }
    .social-icons{
		float: right;
    }
    .social-title{
		  font-family: 'Dancing Script', cursive;
		  font-size: 20px;
		  color: #FFF;
		  margin: 0;
		  padding: 10px 0;
		  text-transform: lowercase;
		  float: right;
	}
	.social-icons a{
		text-decoration: none;
		float: right;
    }
    .social-icons img {
	    padding: 10px 5px 0 0;
    }
    .header-search-form {
	    display: inline-block;
	    margin: 0 10px 0 0;
	    text-align: right;
	    line-height: 40px;
    }
    .header-search-form input#searchsubmit {
		  color: #FFF;
		  font-family: 'Oswald', sans-serif;
		  height: 29px;
		  -webkit-border-radius: 5px;
		  border: 1px solid;
		  text-transform: uppercase;
		background-color: #4e4d5c;
	}
	.header-search-form input#searchsubmit:hover {		
		background-color: #36353E;

	}
    .social-icons label.screen-reader-text {
		display: none;
    }
    .social-icons input#s {
		float: left;
		margin: 7px 5px 0 10px;
        -webkit-border-radius: 5px;
    }
    .social-icons form#searchform.searchform {
	    margin: 0;
    }
        
 /* #Primary Navigation
================================================== */   
	.header-menu {
		background: #43665d;
		border-bottom: 6px solid #173930;
	}
	.header-menu-buttons {
		width: 100% !important;
		text-align: center;
	}
	.menu-holder {
		z-index: 2000;
	}
	#access {
		position:relative;
		font-family: 'Oswald', sans-serif;	
		z-index: 2000;
		text-align: center;
	}
	#access li {	
		  margin: 0;
		  padding: 0;
		  letter-spacing: 1px;
		  border-right: 1px solid #829c7d;		
	}
	#access ul {	
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#access .menu-header,
	div.menu {
		font-size: 13px;
	}
	#access .menu-header ul,
	div.menu ul {
		list-style: none;
		margin: 0;
	}
	#access .menu-header li,
	div.menu li {
		margin: 0 0;
	}
	#access a {
		  position: relative;
		  color: #FFF;
		  font-size: 16px;
		  display: block;
		  line-height: 78px;
		  padding: 0 25px;
		  text-decoration: none;
		  text-transform: uppercase;
		  margin: 0;
	}
	#menu-main-menu {
		text-align:center;
	}	
	#menu-main-menu li{	
		display:inline-block;
		position:relative;			
	}
	#menu-main-menu li:last-child { 
		border: none; 
	}					
	<!--[if IE 8]>
	#menu-main-menu li{	
		float: left;
	}	
	#access ul ul {
		box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		display: none;
		position: absolute;
		width: 180px;
		z-index: 2000;
		margin: 0 0;
		padding: 0 0;
		text-align:left;
	}
	#access ul ul li {
		min-width: 180px;
		margin: 0 0;
		border-bottom:#666 solid 1px;
		border-left:#666 solid 1px !important;
		padding: 0;	
	}
	#access ul ul ul {
		left: 100%;
		top: 0;
	}
	#access ul ul a {
		background: #777;
		line-height: 20px;
		padding: 10px;
		width: 160px;
		height: auto;
		font-size:14px;
		color:#fff;
	}
	#access li:hover > a {
		background-color: #43665d;
		color:#fff;
	}
	#access ul ul :hover > a {
		background-color: #666;
	}
	#access ul li:hover > ul {
		display: block;	
	}
	/*#access ul li.current_page_item > a,
	#access ul li.current-menu-ancestor > a,
	#access ul li.current-menu-item > a,
	#access ul li.current-menu-parent > a {
		color: #333;
	}*/
	* html #access ul li.current_page_item a,
	* html #access ul li.current-menu-ancestor a,
	* html #access ul li.current-menu-item a,
	* html #access ul li.current-menu-parent a,
	* html #access ul li a:hover {
		color: #FFF;
	}
	
 /* #Topnav
================================================== */  	
	.menu-topnav-container {
		padding: 20px 0 0 0;
	}
	ul#menu-topnav {
		float:right;
	}
	ul#menu-topnav li {
		display:inline-block;
		padding: 0 10px;
		border-left: 1px #aaa solid;		
		line-height:18px;
	}
	ul#menu-topnav li:first-child {
		border-left: none;		
	}
	ul#menu-topnav li a {
		font-size: 14px;
		color: #666;
		text-decoration: none;	
		cursor:pointer;
		padding: 5px;	
		display: block;
	}	
	ul#menu-topnav li ul li a {
		color:#fff;
	}
	ul#menu-topnav li a:hover {
		background-color: #666;
		color:#fff;
	}	
	ul#menu-topnav ul.sub-menu  {
		box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		display: none;
		position: absolute;
		width: 170px;
		z-index: 99999;
		margin: 0 0;
		padding: 0 0;
		text-align: left;
		background: #777;
	}	
	ul#menu-topnav ul.sub-menu li {
		min-width: 170px;
		margin: 0 0;
		border-bottom:#666 solid 1px;
		border-left:#666 solid 1px !important;
		border-right: #999 solid 1px !important;
		padding: 0;	
		background:#777;
	}
	ul#menu-topnav ul.sub-menu li:first-child {
		border-top:#666 solid 1px !important;
	}
	ul#menu-topnav ul ul {
		left: 100%;
		top: 0;
	}
	ul#menu-topnav ul a {
		font-style:italic;
		font-weight: 700;
		line-height: 1em;
		padding: 10px;
		width: 150px;
		height: auto;
		font-size:12px;
		display: block;
	}
	ul#menu-topnav ul :hover > a {
		color: #FFF;
		background-color: #666;
	}
	ul#menu-topnav li:hover > ul {
		display: block;	
	}
	ul#menu-topnav li:hover > a {
		color: #FFF;
		background-color: #666;
	}	
	.select-menu {
		display: none;
	}
	.the-selectors {
		margin: 10px auto;
		width: 70%;
	}
	
 /* Callouts
================================================== */
.callout-image {
	box-sizing: border-box;
    float: left;
    width: 50%;
    text-align: center;
    transition: .25s;
    display: block;
	max-height: 350px;
    background-size: cover !important;
    padding: 70px;
	text-decoration: none;
}
.callout-image a {
	text-decoration: none;
}
.callout-image:hover {
	opacity: 0.5;
-moz-transition: all 1s;
-webkit-transition: all 1s;
transition: all 1s;	
;
 
}
.callout-image span {
	font-family: 'Lato', sans-serif;
	font-size:17px;
	color:#fff;
	font-weight: 300;
	text-transform: uppercase;
	
}
.callout-image h2 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.callout-image1 {
	background:url(../images/city-government-bg-btn.jpg);
}
.callout-image2 {

	background:url(../images/public-safety-bg-btn.jpg);
}
.callout-image3 {

	background:url(../images/public-works-bg-btn.jpg);
}
.callout-image4 {

	background:url(../images/city-development-bg-btn.jpg);
}

 /* Parallax
================================================== */	
.parallax-area {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.do-parallax {
    background-attachment: fixed;
}
.event-area {
    background-image: url(../images/para-bg-events.jpg);
    max-height: 1653px;
    text-align: center;
    padding: 10% 0;
}
.events-feed {
    padding-top: 75px;
    padding-bottom: 75px;
    max-width: 1050px;
    margin: auto;
}

.more-events {
	clear: both;
	padding-top: 25px;
}
.more-events a {
	background-color:#243b4a;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #243b4a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-famiy: 'Oswald', sans-serif;
	font-size:17px;
	padding:16px 65px;
	text-decoration:none;
    font-weight: 700;
}
.more-events a:hover {
    background-color: #385D75;

}



/* Events Feed
================================================== */
.events-wrapper {
	background: url("../images/About_bg.jpg") no-repeat right top;
	padding: 100px 0 !important;
}
.events-feed h1, #tribe-events-adv-list-widget-3 h3 {
	text-align: center !important;
	font-size: 100px !important;
	color: #FFF !important;
	padding-bottom: 30px !important;
	line-height: 100px !important;
	font-family: 'Dancing Script', cursive !important;
}
.event-area {
	padding: 50px 0 !important;
	text-align: center;
}
.event-area h2{
	font-size: 100px;
	line-height: 60px;
	color: #FFF;
	margin-bottom: 40px;
}
.events-feed-item {
	display: inline-block;
	width: 22%;
	padding: 0 1.5% 20px 1.5%;
	color: #FFF;
	vertical-align: top;
	text-align: center;
}
.events-feed-item a {
	display: block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
.tribe-mini-calendar-event {
	font-family: 'Oswald', sans-serif !important;
}
.events-feed-date, .list-dayname {
	font-size: 30px !important;
	line-height: 28px !important;
	letter-spacing: .75px !important;
	font-weight: 700 !important;
	background: none !important;
	color: #FFF !important;
	padding-bottom: 10px !important;
}
.tribe-mini-calendar-event .list-date {
	display: inline-block !important;
}

.tribe-mini-calendar-event .list-date .list-dayname {
	font-family: 'Oswald', sans-serif;
	color: #666;
	display: block;
	font-size: 11px;
	letter-spacing: .5px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.tribe-mini-calendar-event .list-date {
	font-family: 'Oswald', sans-serif;
	background: none !important;
	float: none !important;
	overflow: hidden;
	font-weight: bold;
	width: auto !important;
	text-align: center;
	display: inline;
	margin: 0 0 0 !important;
	padding: 15px 30px !important;
}

.events-feed-date span, .tribe-mini-calendar-event .list-date .list-daynumber {
	font-size: 30px !important;
	line-height: 28px !important;
	color: #537870 !important;
	width: 80px !important;
	height: 55px !important;
	background: url(../images/leaf.png) no-repeat center center !important;
	padding-top: 25px;
}
.tribe-mini-calendar-event .list-date .list-daynumber {
	background: url(../images/leaf.png) no-repeat center center !important;
	display: inline-block !important;
	line-height: 1 !important;
}
.events-feed-text {
	color: #FFF;
	padding: 10px;
	font-size: 20px;
	font-weight: 700 !important;
	line-height: 30px;
	text-transform: uppercase;
}
.event-time {
	text-transform: uppercase;
}
.event-description img{
	float: left;
	padding: 0 20px 20px 0;
}
.tribe-mini-calendar-event {
	float: left !important;
	width: 22% !important;
	padding: 0 1.5% 20px 1.5% !important;
	text-align: center !important;
	color: #FFF !important;
	vertical-align: top !important;


}
.tribe-mini-calendar-event .list-info, .tribe-mini-calendar-event .list-info h2 a{
	font-family: 'Oswald', sans-serif !important;
	width: 100% !important;
	color: #FFF !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	text-decoration: none;
}

.tribe-mini-calendar-event {
	border-bottom: none !important;
}
.tribe-events-widget-link,
#tribe-events-adv-list-widget-2 h3 {
	display: none;
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
	background: #2d6c6b !important;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #6c6c6c !important;
}

.events-holder #tribe-events-adv-list-widget-2 .tribe-clearfix:after {
	clear: none !important;
}
.tribe-events-duration {
	font-size: 16px;
}
 /* Vid stuffs
================================================== */	
	.vid-holder iframe,  .video-wrapper iframe, .vid-holder object,  .vid-holder embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.video-thumb-holder {
		position: relative;
	}
	.video-thumb {
		position: absolute;
		display: block;
	}
	.vidsrunner-thumbs img {
		width: 20%;
		padding: 2.5%;
		float: left;
	}
/* #Misc
================================================== */
	#content {
		padding: 35px 0 0 0;
	}
	.middle-content {
		padding: 75px 0 75px 0;
	}
	.title{
		padding-bottom: 15px;
	}	
	
	.full-width{
		padding-left: 10px;
	}
	.slideshow-wrapper{
		border-bottom: 7px solid #fff;
	}
	.bttn-wrapper{
		display: inline-block;
		position: relative;
		margin: 0;
	}
	<!--[if IE 8]>
	.bttn-wrapper{
		float: left;
	}
	.bttn-holder{
		padding: 0 1%;
		text-align: center;
	}
	.news-item-holder{
		border-top: none;
		margin-bottom: 35px;
	}
	.news-item{
		padding: 0;
	}
	.how-odd{
		background: #e4e4df;
		float: left;
		width: 100%;
	}
	.news-header{
		background: #243b4a;
	}
	.news-header h2{
		font-family: 'Oswald', sans-serif;
		font-size: 27px;
		color: #FFF;
		text-align: center;
		padding: 10px 0;
		letter-spacing: 1px;
		margin: 0;
	}
	.news-header a {
		text-decoration: none;
	}
	.news-excerpt {
		width: 80%;
		float: left;
		margin: 20px 10px;
	}
	.news-excerpt p{
		font-family: Arial, sans-serif;
		font-weight: 500;
		color: #658843;
		margin: 0;
	}
	.news-date{
		background: #b2b747;
		font-family: 'Oswald', sans-serif;
		font-size: 24px;
		color: #FFF;
		float: left;
		margin: 20px 0;
		padding: 10px 5px 10px 15px;
	}
	.news-month{
		color: #dddf9d;
	}
	.news-more{
		width: 12%;
		float: right;
		margin: 20px 0;
	}
	.circle-more {
		  height: 25px;
		  width: 25px;
		  background-color: #4e4d5c;
		  border-radius: 50%;
		  display: inline-block;
		color: #fff;
		padding: 10px;
		margin-top: 20px;
}
	.circle-more a {
		color: #fff !important;
}
	.read-more{
		font-family: 'Oswald', sans-serif;
		font-size: 13px;
		color: #658843 !important;
		text-transform: uppercase;
		text-decoration: none;
	}
	body.single.single-event h1 {
		background: #D2D582;
		color: #FFF;
		padding-left: 15px;
	}
	
/* #home Slides
================================================ */
.bg-homer-wrapper {
	position: relative;
	text-align: center;
	min-height: 340px;
}
.random-bg {
	position: absolute;
		width: 100%;
}
.random-img {
	position: absolute;
	top:30px;
		left: 5%;
		width: 90%;
}

	
	
/* #home Page Mayor Stuffs
================================================ */
	.mayor-msg-wrapper{
		background: #3c5b53;
		font-family: Arial, sans-serif;
	}
	.mayor-msg{
		padding: 60px;
	}
	.mayor-msg h2{
		font-family: 'Dancing Script', cursive;
		font-size: 37px; 
		color: #cdd25c;
		padding-bottom: 32px;
	}
	.mayor-msg h3 {		
		color: #FFF;
		font-size: 21px;
		line-height: 22px;
		padding-bottom: 32px;
	}
	.mayor-msg p {
		color: #FFF;
		font-size: 18px;
		line-height: 25px;
	}
	.mayor-msg a{
		color: #FFF;
	}		
	 /* #PAGE VARIATIONS
================================================== */

/* City Government */
	body.page-id-114 .page-wrapper, body.parent-pageid-114 .page-wrapper{
	}
	body.page-id-114 h1 span, body.parent-pageid-114 h1 span{
		background: #567A75;
	}
	body.page-id-114 ul.subnav, body.parent-pageid-114 ul.subnav{
		background: #567A75;
		border-bottom: 2px solid #46635F;
		border-right: 2px solid #46635F;
		border-left: 2px solid #46635F;				
	}	
	body.page-id-114 ul.subnav li:hover, body.parent-pageid-114 ul.subnav li:hover{
		background: #354B48;
	}		
		
/* Public Saftey */
	body.page-id-149 .page-wrapper, body.parent-pageid-149 .page-wrapper{
	}
	body.page-id-149 h1 span, body.parent-pageid-149 h1 span{
		background: #4e4d5c;
	}
	body.page-id-149 ul.subnav, body.parent-pageid-149 ul.subnav{
		background: #4e4d5c;
		border-bottom: 2px solid #3A3944;
		border-right: 2px solid #3A3944;
		border-left: 2px solid #3A3944;
	}
	body.page-id-149 ul.subnav li:hover, body.parent-pageid-149 ul.subnav li:hover{
		background: #3B3A46;
	}			
	body.page-id-149 .sb-headers img, body.parent-pageid-149 .sb-headers img {

	}	
	
/* Public Works */
	body.page-id-167 .page-wrapper, body.parent-pageid-167 .page-wrapper{
	}
	body.page-id-167 h1 span, body.parent-pageid-167 h1 span{
		background: #587b99;
	}
	body.page-id-167 .sb-headers img, body.parent-pageid-167 .sb-headers img {

	}
	body.page-id-167 ul.subnav, body.parent-pageid-167 ul.subnav{
		background: #587b99;
		border-bottom: 2px solid #405A70;
		border-right: 2px solid #405A70;
		border-left: 2px solid #405A70;
	}
	body.page-id-167 ul.subnav li:hover, body.parent-pageid-167 ul.subnav li:hover{
		background: #48667E;
	}
		
/* Development */
	body.page-id-151 .page-wrapper, body.parent-pageid-151 .page-wrapper{
	}
	body.page-id-151 h1 span, body.parent-pageid-151 h1 span{
		background: #315064;		
	}
	body.page-id-151 ul.subnav li:hover, body.parent-pageid-151 ul.subnav li:hover{
		background: #223948;
	}
	body.page-id-151 ul.subnav, body.parent-pageid-151 ul.subnav{
		background: #315166;
		border-bottom: 2px solid #263E4E;
		border-right: 2px solid #263E4E;
		border-left: 2px solid #263E4E;
	}
	body.page-id-151 .sb-headers img, body.parent-pageid-151 .sb-headers img {

	}	

/* Fire Department
================================================== */
	body.single.single-fire-department ul.subnav {
			background: #b95732;
			border-bottom: 2px solid #aa4823;
			border-right: 2px solid #aa4823;
			border-left: 2px solid #aa4823;
		}
	body.single.single-fire-department ul.subnav li:hover {
			background: #ab502e;
		}

/* Police Department
================================================== */
	body.single.single-police-department ul.subnav {
			background: #6e99a2;
			border-bottom: 2px solid #55858f;
			border-right: 2px solid #55858f;
			border-left: 2px solid #55858f;
		}
	body.single.single-police-department ul.subnav li:hover {
		background: #648c94;
	}
	
 /* Saftey Styles
================================================== */	
	.psafety-half{
		  width: 42%;
		  float: left;
		  margin: 0px 30px 20px 0;
	}	
	.psafety-half img {
			width: 100%;
	}
	a.psafe-link {
		text-align: center;
		display: block;
		background-color: #4e4d5c;
		color: #FFF !important;
		text-decoration: none;
		font-family: 'oswald';
		font-size: 12px;
		margin: 30px 0 0 0;
		text-transform: uppercase;
		padding: 5px;
	}
	a.psafe-link:hover {
		background-color: #3A3944;
	}		

/* #Meeting Minutes
================================================== */	
	.board-minutes-holder{
		margin-top: 10px;
	}
	.board-minutes-object{
		float: left;
		width: 100%;
		border-bottom: #7e6848 solid 1px;
		padding: 0 0 10px 0;
	}
	.board-minutes-title{
		font-size: 22px;
		font-family: 'Yanone Kaffeesatz', sans-serif;	
		color: #505f7d;
		xborder-top: #7e6848 solid 1px;
		padding: 20px 0 10px 0;
		clear: both;
	}
	.board-minutes-agenda, .board-minutes-minutes {
		color: #7e6848;
		font-weight: 700;
	}
	.mm-wrapper{
		float: left;
		width:33%;
	}
	.mm-wrapper a{
		font-size: 14px;
	}
	
	
/* #Pagestuff
================================================== */	
	h1.entry-title span {
		padding: 5px 50px;
		background: #57847f;
		display: block;
	}
	.entry-content a {
		font-family: 'oswald', bold;
		color: #587b99;
		text-transform: uppercase;
	}
	p.wp-caption-text {
		font-family: Georgia !important;
		font-size: 12px !important;
		text-align: center;
	}
	.entry-content a:hover {
		color: #43665d;
	}	
	.entry-content p {
		margin: 0 0 10px 0;
		font-family: 'Arial';
		line-height: 27px;
		color: #506d65;
		font-size: 16px;
	}
	.entry-content tbody {
		margin: 0 0 10px 0;
		font-family: 'Arial';
		line-height: 27px;
		color: #506d65;
		font-size: 16px;
	}
 /* #Sidebar
================================================== */	
	.sb-buttons a span{
		display: none;
	}
	.sb-buttons {
		display: block;		 
	}
	.sb-buttons img{
		display: block;			
		margin-bottom: 15px;	
	}
	.hide-btn {
		display: none;
	}
	.sb-headers a{
		display: none;
		line-height: 0px;
	}
	.sb-headers span{
		display: none;
	} 
	a.show-head {
		display: block;
	}   
	ul.subnav {
		padding: 0;	
		max-width: 226px;
		font-family: 'Oswald';
		font-size: 14px;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin: 0 0 25px 0;
		list-style: none;
	}	
	ul.subnav li{
		padding: 0;
		margin:  0;
		line-height: 30px;
		border-top: 1px solid #ffffff;
	}
	ul.subnav li:first-child {	
		border-top: none;
	}
	ul.subnav li a {
		display: block;
		line-height: 30px;
		text-decoration: none;
		padding: 5px 0 5px 10px;
		color: #ffffff;
		font-size: 14px;
	}
	  
 /* #Footer Menu
================================================== */
	.footer-menu {
		font-family: 'Oswald', sans-serif;
		font-size: 13px;
		padding: 10px;
		z-index: 2000;
		text-align: center;
		border-top: #b8c7c4 8px solid;
	}
	.footer-menu ul {	
		list-style: none;
		margin: 0;
		padding: 0;
		display: inline-block;
		float: none !important;
	}
	.footer-menu li{
        list-style: none;
        float: left;
        margin: 0;
    }
	.footer-menu a {
		color: #41605a;
		font-size: 14px;
		display: block;
		line-height: 30px;
		padding: 0 10px;
		text-decoration: none;
		text-transform: uppercase;
		margin: 0;		
		letter-spacing: 1px;
	}
	.footer-menu li a:hover {
		background-color: #fff;
		color: #2c672c;
	}
    .menu-footer-nav-container {
	    line-height: 0px;
	    padding: 15px;
    }   	
    
 /* #Footer
================================================== */
    .lower-footer{
	    background: #cecece;
    }
.footer-holder {
	padding-top: 40px;
}
    .footer-buttons{
	    text-align: center;
		padding-bottom: 20px;
    }
    .footer-info{
	    text-align: center;
    }
    .footer-info p{
	    font-family: 'Oswald', sans-serif;
	    color: #4f4f5a;
	    text-transform: uppercase;
    }
    .city-footer{
	    font-family: 'Dancing Script', cursive !important;
	    font-size: 29px;
	    line-height: 29px;
	    margin: 0 0 5px 0;
	    text-transform: none !important;
    }
    .copyright{
	    font-size: 10px;
    }
    .footer-phone, .footer-address{
	    padding: 0 20px;
	    letter-spacing: 1px;
    }
    .mstar-tag{
	    float: left;
	    font-size: 11px;
	    line-height: 26px;
	    padding-left: 5px;
	    letter-spacing: 1px;
    }
    .mstar-area{
	    display: inline-block;
    }
    .mstar-area img{
    }
 /* #MStar Calendar
================================================== */
	th.calendar-month-head {
		color: #FFF;
		background: #243b4a !important;
	}
    .week-selector {
    background: #243b4a !important;
}
	h2.calendar-result-announcement {
	background: #243b4a !important;
}
	td.calendar-day {
		background: #587b99 !important;
}
div.day-number a {
	color: #B0D3F2 !important;
}
td.calendar-day.todays-date div.day-number {
	color:#243b4a !important;
}
.reset-holder input[type="button"] {
		background: #587b99 !important;

}
     /* Blog (I made these the same (duplicates) as entry-content for placeholders; they will be changed later)
================================================== */
	.blog-object p {
	  	margin: 0 0 10px 0;
	  font-family: 'Arial';
	  line-height: 27px;
	  color: #506d65;
	  font-size: 16px;
	}
	.blog-object a{
		font-family: 'oswald', bold;
		color: #628e34;
		text-transform: uppercase;
	}
	h2.blog-title {
		font-size: 26px;
	}
	.blog-entry-meta small {
		font-family: 'oswald', bold;
		color: #628e34;
		text-transform: uppercase;
	}
	.archive_tax-board-name_term-city-council_term-30 {
		font-size: 100px;
	}
/* Zoom Settings (Plugin)
================================================== */
	.zoombuttons img {
		max-width: 4%;
	}
	.zoombuttons {
		padding: 0 0 20px 0;
	}
/* 404 page styles
================================================== */
	article#post-0.error404 {
		margin: 0 0 21px 0;
	}
	.homes-built {
		text-align: center;
		margin: 20px 0;
	}
	.homes-built-wrapper {
		background: #f2f4f2;
		padding: 1px 20px;
		border: 1px #dddfdd solid;
		display: inline-block;
		margin: 0 auto;
	}
	.homes-built h3{
		color: #43665d;
		text-transform: uppercase;
		font-family: 'oswald';
		font-weight: 400;
		font-size: 20px;
	
	}
	.homes-built-number h2 {
		background: url(../images/numbers-bg-tile.jpg) repeat-x;
		font-size: 68px;
		line-height: 68px;
		font-family: 'oswald';
		padding: 10px 15px;
		border: 1px #dddfdd solid;
	}
.top-notice {
	background-color:#32324A;
	padding: 20px 20px
}
.top-notice p {
	color:#fff;
	text-align: center;
}
.top-notice a {
	color:#fff;
	text-align: center;
}
	
	
	
	
	
	
	
	
	
	
	
	