body{
	font-family: 'Montserrat', sans-serif;
	color: #2f6a16;
	font-size: 14px;
	line-height: 1.75;
	font-weight: 400;
	background: #e0ddc4;
	text-align: center;
}
header{
	position: relative;
}
.testwrapper{
	/*display: inline-block;*/
	margin: 0 auto;
	max-width: 1000px;
	text-align: left;
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.5);
}
h1, h2, h3, h4, h5{
	font-weight: 700;
	margin: 0px 0px 15px;
}
a, a:link, a:visited{
	color: #E6A008;
}
.posttitle a{
	color: #2f6a16;
}
a strong{
	font-weight: 400 !important;
}
strong{
	font-weight: 700;
}
.contentsection p{
	margin-bottom: 1.25em;
}
.contentsection .post-container{
	border-bottom: #2f6a16 2px solid;
	margin-bottom: 2em;
	padding-bottom: 2em;
}
.contentsection .post-container p:last-child{
	margin-bottom: 0px;
}
/* Search Area */
.search-area{
	margin-top: 10px;
	text-align: center;
}
.search-area label{
	display: none;
}
.search-area #s{
	background: #cbc4b6;
	border: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin: 0px;
	font-size: 12px;
	color: #656565;
	font-weight: 400;
	padding: 8px 8px 7px 8px;
	line-height: 14px;
	display: inline-block;
	vertical-align: top;
}
.search-area #wannabeSubmit{
	display: inline-block;
	background: #ffb821; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjgyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjk5MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffb821 0%, #df9901 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb821), color-stop(100%,#df9901)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb821 0%,#df9901 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb821 0%,#df9901 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb821 0%,#df9901 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb821 0%,#df9901 100%); /* W3C */
	height: 30px;
	width: 30px;
	border: 0px;
	margin-left: -5px;
	cursor: pointer;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	text-align: center;
	vertical-align: top;
}
.search-area #searchsubmit:before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f002";
}
/* container fixes */
.contentsection .container{
	background: #fff;
}
.contentsection .container > .row{
	padding: 30px 10px;
}
/* Main Nav Bar Yaaay */
.logo-brand{
	text-align: center;
}
.logo-brand img{
	max-width: 100%;
	height: auto;
}
.mainmenu{
	height: auto;
	text-align: center;
}
.navbar-toggle .icon-bar{
	display: none;
}
.navbar-default{
	background: transparent;
	border: 0px;
	margin-bottom: 0px;
}
.navbar-default a{
	color: #fff;
}
.navbar-default .container{
	background: #2f6a16;
}
.navbar-default .container .row{
	padding: 10px 0px;
	-webkit-box-shadow: 0 5px 5px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 5px 5px -2px rgba(0,0,0,0.5);
	box-shadow: 0 5px 5px -2px rgba(0,0,0,0.5);
	position: relative;
	z-index: 1;
}
.navbar-toggle{
	float: none;
	margin: 0;
	padding: 5px 0px;
	display: block;
	width: 100%;
	border-radius: 0px;
	border: 0px;
	color: #fff;
	background: transparent !important;
}
.navbar-default{
	min-height: 0;
}
#menu-primary{
	float: none;
	text-align: center;
}
#menu-primary li{
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
	background: transparent;
}
#menu-primary li a, .navbar-toggle{
	color: #fff;
	font-size: 22px;
	background: transparent;
	padding: 10px 0px;
}

/* Secondary Nav Bar Also Yaaay */

.top-nav .container{
	background: #1f5b02;
}
.top-nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding: 5px 0px;
}
.top-nav .menu-secondary-container ul li{
	display: inline-block;
	margin-right: 8px;
	line-height: 14px;
	padding-right: 8px;
	border-right: #fff 1px solid;
}
.top-nav .row.tehmenus{
	text-align: center;
}
.top-nav .row.tehmenus .socialicons{
	display: block;
}
.top-nav .menu-secondary-container{
	margin-right: 0px;
	margin-top: 10px;
}
.top-nav .menu-secondary-container, .top-nav .socialicons{
	display: inline-block;
	vertical-align: middle;
}
.top-nav .menu-secondary-container ul li:last-child{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.top-nav ul li a{
	color: #fff;
	font-size: 12px;
}

.top-nav ul.socialicons{
	text-align: center;
}
.top-nav ul.socialicons li a{
	font-size: 35px;
	margin-right: 10px;
	color: #fff;
}
.top-nav ul.socialicons li a:last-child{
	margin-right: 0px;
}
/* content stuffs */

.content-bottom{
	padding: 25px;
	background: #fff;
}
/* Home page things */
.contentsection #alertsSlider{
	margin-bottom: 20px;
}
.contentsection .header{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: #1c5602 2px solid;
}
.contentsection .header h1{
	display: inline-block;
	margin: 0px;
	margin-right: 10px;
}
.contentsection .header a{
	display: inline-block;
}
/* Mailchimp is the best chimp */

.mc4wp-form{
	margin-bottom: 0px !important;
}

.mc4wp-form #mc4wp_email, .mc4wp-form .submitbutton{
	display: inline-block;
	width: auto;
	margin-right: 0px;
	padding: 5px;
	border-radius: 0px;
	margin-top: 10px;
	vertical-align: top;
}
.mc4wp-form #mc4wp_email{
	width: 100%;
	border: #ccc 1px solid;
	line-height: 20px;
	padding: 10px 10px;
	margin-right: -70px;
	padding-right: 80px;
	font-size: 14px;
	height: 42px;
}
.mc4wp-form .submitbutton{
	color: #fff;
	background: #ffb821; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjgyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjk5MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffb821 0%, #df9901 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb821), color-stop(100%,#df9901)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb821 0%,#df9901 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb821 0%,#df9901 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb821 0%,#df9901 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb821 0%,#df9901 100%); /* W3C */
	border: 0px #1860ad solid;
	font-size: 14px;
	padding: 8px;
	height: 42px;
}
	
/* Sidebar Stuffs */
.sidebar-right{
	min-height: 230px;
}

.sidebar_widget > div{
	padding: 0px 10px;
}
/* this is hacky it is meant to remove the padding from the logos widget. However if we add another widget to the end it will break that... */
.sidebar_widget:last-child > div{
	padding: 0px;
}
.sidebar-right .sidebar_widget.alerts{
	color: #d60000;
}
.sidebar_widget{
	margin-bottom: 40px;
}
.sidebar_widget:last-child{
	margin-bottom: 0px;
}
.sidebar_widget h2{
	font-size: 22px;
}
.sidebar_widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar-right h2{
	font-weight: 800;
	font-size: 28px;
	color: #fff;
	padding: 7px;
	position: relative;
	padding-left: 75px;
	background: #2f6a16;
}
.sidebar-right .widget_archive h2,.sidebar-right .widget_categories h2{
	padding-left: 7px;
	display:none;
}
.sidebar-right .widget_archive select{
	width: 100%;
}
.sidebar-right h2 .icon{
	position: absolute;
	bottom: -4px;
	left: 5px;
}
.sidebar-right h2.alerts{
	background: #d60000;
}
.contentsection .col-md-8, .contentsection .col-md-4{
	margin-bottom: 30px;
}
.sidebar-right .side-logos{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-top: 20px;
	border-top: #2f6a16 3px solid;
}
.sidebar-right .side-logos li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.sidebar-right .side-logos li:last-child{
	margin-right: 0px;
}

/* Slider Junk */
.slider img{
	max-width: 100%;
	height: auto;
}
.slider .row .col-xs-12{
	padding: 0px;
}
.slider .carousel-caption{
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
}
.slider .carousel-caption .whatever h3{
	display: none;
}
.carousel-indicators{
	top: 20px;
	display: inline-block;
	bottom: auto;
	right: 30px;
	left: auto;
	width: auto;
	margin: 0px;
}
.carousel-indicators li, .carousel-indicators li.active{
	height: 18px;
	width: 18px;
	border-radius: 18px;
}
.slider .carousel-caption .whatever, .slider .carousel-caption .whatever p, .slider .carousel-caption .whatever p a{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.slider .carousel-caption .whatever p{
	text-indent: -9999px;
}
/* footer */

footer .container{
	background: #1c5602;
	color: #fff;
}
footer .container .row{
	padding: 15px 20px;
}
footer .container .row .text-center:last-child{
	font-size: 12px;
}
footer .menu-secondary-container ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
footer .menu-secondary-container ul li{
	display: inline-block;
	margin-right: 0px 10px;
}
footer .menu-secondary-container ul li:last-child{
	margin-right: 0px;
}
footer .menu-secondary-container ul li:after{
	content: "|";
	padding: 0px 10px;
}
footer .menu-secondary-container ul li:last-child:after{
	content: "";
	padding: 0px;
}
footer .menu-secondary-container ul li a{
	color: #fff;
}

/* Weird Wordpress Defaults */

.contentsection .alignleft{
	float: left;
	padding: 10px 10px 10px 0px;
}
.contentsection .alignright{
	float: right;
	padding: 10px 0px 10px 10px;
}

.cn-right, .cn-left, .cn-bio{
	font-size: 1.25em;
}

.cn-image-none{
	display: table-cell !important;
	vertical-align: middle !important;
}

/* Select drop down sidebar thingy */


.menu-how-do-i-container select {
    padding:3px;
    margin: 0;
    background: #fff;
    color:#8b8b8b;
    border: #ccc 1px solid;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	width: 100%;
	line-height: 26px;
	height: 38px;
}

.menu-how-do-i-container select option{
	margin: 0px;
	outline: none;
	padding: 3px 8px;
	padding-left: 0px;
	border-left: #ccc 0px solid !important;
	border-right: #ccc 0px solid !important;
	box-shadow: 0px 0px 0px !important;
}
.menu-how-do-i-container select option:last-child{
	border-bottom: #ccc 1px solid !important;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .menu-how-do-i-container select {padding-right:18px}
}

.menu-how-do-i-container label {position:relative; width: 100%;}
.menu-how-do-i-container label:after {
    content:'>';
    font:24px "Consolas", monospace;
    color:#fff;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:4px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}
.menu-how-do-i-container label:before {
    content:'';
    right:0px; top:0px;
    width:30px; height:100%;
    position:absolute;
    pointer-events:none;
    display:block;
	background: #ffb821; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjgyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjk5MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffb821 0%, #df9901 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb821), color-stop(100%,#df9901)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb821 0%,#df9901 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb821 0%,#df9901 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb821 0%,#df9901 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb821 0%,#df9901 100%); /* W3C */
}

.image-links .row div{
	padding: 15px;
	border: #fff 1px solid;
	background: #2f6a16;
}
.image-links .row div a{
	font-size: 18px;
	line-height: 1.25em;
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 90px;
}
.image-links .row div.council a{
	background: url(../images/toplinks_council.png) no-repeat center top;
}
.image-links .row div.publicservice a{
	background: url(../images/toplinks_publicservice.png) no-repeat center top;
}
.image-links .row div.finance a{
	background: url(../images/toplinks_finance.png) no-repeat center top;
}
.image-links .row div.cityprojects a{
	background: url(../images/toplinks_cityprojects.png) no-repeat center top;
}
/* Archives Stuff */
.post-container .postmetadata{
	font-size: 12px;
	background: #eee;
	padding: 10px;
}
.pager li .active{
	background: #2f6a16;
	color: #fff;
}


/* Sub Menus */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */
#submenu,
#submenu ul,
#submenu li,
#submenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  position: relative;
}
#submenu a {
  line-height: 1.3;
}
#submenu {
	margin-bottom: 15px;
}
#submenu > ul > li {
  margin: 0 0 3px 0;
}
#submenu > ul > li:last-child {
  margin: 0;
}
#submenu > ul > li > a {
  font-size: 15px;
  display: block;
  color: #ffffff;
  background: #565656;
  background: -moz-linear-gradient(#565656 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#565656 0%, #323232 100%);
  background: linear-gradient(#565656 0%, #323232 100%);
  border: 1px solid #000;
  padding: 5px;
}
#submenu > ul > li > a > span {
  display: block;
  padding: 6px 10px;
  font-weight: bold;
}
#submenu > ul > li > a:hover {
  text-decoration: none;
}
#submenu > ul > li.current_page_item {
  border-bottom: none;
}
#submenu > ul > li.current_page_item > a ,
#submenu > ul > li.current_page_parent > a {
  background: #97be10;
  background: -moz-linear-gradient(#97be10 0%, #79980d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97be10), color-stop(100%, #79980d));
  background: -webkit-linear-gradient(#97be10 0%, #79980d 100%);
  background: linear-gradient(#97be10 0%, #79980d 100%);
  color: #fff;
  border: 0px solid #79980d;
}
/* Sub menu */
#submenu ul ul {
  padding: 5px 12px;
  display: none;
}
#submenu ul li.current_page_item ul, #submenu ul li.current_page_ancestor ul {
  padding: 5px 12px;
  display: block;
}

#submenu ul ul li {
  padding: 3px 0;
}
#submenu ul ul a {
  display: block;
  color: #595959;
  font-size: 13px;
  font-weight: bold;
}
#submenu ul ul a:hover,
#submenu ul ul li.current_page_item a {
  color: #79980d;
}
