/*
Theme Name: East Donegal Township
Theme URI: http://www.eastdonegaltwp.com
Description: Design by Cathy Ginder, Development by Austin Ginder
Author: Anchor Development
Author URI: http://www.anchordev.com
Version: 1.0
*/
@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('fonts/ChunkFive-fontfacekit/Chunkfive-webfont.eot');
    src: url('fonts/ChunkFive-fontfacekit/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ChunkFive-fontfacekit/Chunkfive-webfont.woff') format('woff'),
         url('fonts/ChunkFive-fontfacekit/Chunkfive-webfont.ttf') format('truetype'),
         url('fonts/ChunkFive-fontfacekit/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	padding:0px;
	margin:0px;
}

html {
	background-color:#b4b4b4;
	font-family:Arial;
}

body {
	background:url('images/content-repeat.jpg') repeat-y top center;
}

a img {
	border:0px;
}

#content {
	padding: 10px 10px 0px 10px;
	clear:both;
	overflow: hidden;
}

#header {
	position:relative;
		z-index:1000;
}

#header-logo {
	float:left;
	width:710px;
	padding: 15px 0 0 0;
	height: 104px;
}

#header-desc {
	float:left;
	width:182px;
	text-align:right;
	padding: 30px 0 0 0;
}

#header-desc p {
	padding:0px;
}

#wrapper {
	background:url('images/background.jpg') no-repeat top center;
}

.clear {
	clear:both;
}

#footer-container {
	margin:0px auto;
	width:892px;
	padding: 20px 0 0 0;
	font-size: 11px;
}

#container {
	min-height:782px;
	margin:0px auto;
	width:892px;
}

a {
	color:#4f6e8c;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#nav {
	z-index:400;
	clear:both;
	padding: 0px;
	position:relative;
}

#nav ul li {
	z-index:300;
	float:left;
	list-style:none;
	position:relative;
}

#nav ul li a {
	display:block;
	color:#555555;
	padding:10px;
	font-weight:bold;
	font-size:18px;
	font-family:Arial;
	text-decoration:none;
	background-color:#e4e4e4;
	margin: 0 15px 0 0;
	/* height:21px; */
}

#nav ul li a:hover {
	display:block;
	color:#000;
}

#nav ul li.current_page_item a {
	color:#000;
	background:#fff;
}

#nav ul li ul {
	z-index:200;
	margin: 6px 0 0 0;
	padding: 20px 0 20px 0;
	position: absolute;
	top:35px;
	left: -12000px;
	float: left;
	clear: left;
	background: #e4e4e4;
	padding: 5px;
	border-top:5px solid #fff;
}

#nav ul ul ul {
	background: none;
	position:relative;
	display:block;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	background:transparent;
	border-top:0px;
}

#nav ul li.hover ul {
	left: -10px;
}

#nav ul li.hover ul ul {
	left: 0px;
}

#menu ul li ul li {	
	float: none;
	display: block;
	padding:0px;
	margin:0px;

}

#nav ul li.hover ul li a {	
	display:block;
	font-size:15px;
	color: #000;
	padding:7px 5px 7px 5px;
	margin:0px;
	background-color:#eeeeee;
	width:230px;
	font-weight:bold;
}

#nav ul li.hover ul li ul a {
	width:220px;
	padding: 7px 5px 7px 15px;
	font-weight:normal;
}

#nav ul li.hover ul li a:hover {
	color:#fff;
	background-color:#578abf;
}

h1 {
	float:left;
  font-family: 'ChunkFiveRegular';
	color:#fff;
	padding: 18px 0 10px 20px;
	font-weight:normal;
	letter-spacing:1px;
}

h2 {
	text-transform:uppercase;
	font-size:20px;
}

p {
	padding: 10px 0 10px 0;
}

#content-header {
	position:relative;
	display:block;
	background-color:#578abf;
	clear:both;
	height:60px;
	margin: 0 0 10px 0;
}

#breadcrumbs {
	color: #fff;
	padding: 0px;
	font-size: 14px;
	position: absolute;
	text-align: right;
	width: 868px;
	color:#bbb;
	font-size:11px;
	right: 17px;
	top: 66px;
}

#breadcrumbs a {
	color:#bbb;
	font-size:11px;
}

#content-block ul, #content-block ol {
	padding: 10px 0 10px 25px;
}
#content-block li {
	line-height:27px;
}

#content-half-left {
	float:left;
	width:450px;
	padding: 30px 0 0 0;
}

#content-half-right {
	float:left;
	width:420px;
	padding: 30px 0 0 0;
}

#content-block {
	float:left;
	width: 610px;
	padding: 30px 30px 0 10px;
}

#content-full {
	float:left;
	width: 852px;
	padding: 30px 10px 10px 10px;
}

#content-subnav {
	float:left;
	width:206px;
	padding:10px 0 0 0;
}

#content-subnav ul {
	clear: both;
}

#content-subnav li {
	list-style:none;
}

#content-subnav li.current_page_item {
	background:url('images/submenu-active.png') no-repeat 0px 7px;
}
#content-subnav li.current_page_item ul li {
	background:none;
}

#content-subnav a {
	font-weight:bold;
	color:#000;
	background:url('images/submenu-border.png') no-repeat bottom left;
	padding:8px;
	width:200px;
	display:block;
	height:18px;
}

#content-subnav a:hover {
	
} 

#content-subnav ul ul ul a {
	font-weight:normal;
	font-size:12px;
	font-style:italic;
	color:#000;
	background:url('images/submenu-border.png') no-repeat bottom left;
	padding:10px 8px 8px 8px;
	width:200px;
	display:block;
}

#content-subnav h2 {
	text-transform:uppercase;
	padding:30px 0 0 5px;
	margin:0px;
	color:#000;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	border-bottom: 5px solid #578abf;
	width:200px;
}

#content-subnav h2 a {
	font-weight:bold;
	color:#000;
	background:none;
	padding:0px 8px 2px 5px;
	width:200px;
	display:block;
}

div.gform_wrapper {
	float:right;
	width:315px;
	padding: 10px 10px 10px 15px;
	background-color:#f8f8f8;
}

form h2 {
	padding: 0 0 10px 0;
}

div.wpcf7-validation-errors {
	border: 0px solid #F7E700;
	margin:0px;
	padding:0px;
}

input, textarea {
	border: 1px solid #568abf;
	padding:5px;
	font-size:14px;
	width:306px;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	font-size: 14px;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 97.2%;
}

.gform_wrapper textarea {
	font-size: 14px;
}

input.gform_button {
	width:auto;
	background-color:#568abf;
	border:0px;
	color:#fff;
	font-size:16px;
	font-family:Arial;
	padding: 4px 15px 4px 15px;
}

#search {
	float:right;
}

#search .textbox {
	border:1px solid #568abf;
	background-color:#fff;
	color:#959595;
	height:20px;
	width:130px;
	padding:3px;
	float:left;
}

#search .button {
	background:url('images/search.png') no-repeat;
	width:42px;
	height:28px;
	border:0px;
	cursor:pointer;
	float:left;
}

h2 .post-edit-link {
	font-size:12px;
	padding: 0 0 0 10px;
}

.divider {
	width: 588px;
	background: url('images/post-divider.png') no-repeat top left;
	height: 3px;
	padding: 0 0 30px 0;
	margin: 20px 0 0 0;
}

#sidebar {
	display:none;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.navigation {
	width:588px;
}

.post-link {
	width:846px;
	background:url('images/post-link-divider.png') no-repeat bottom left;
	padding: 0 0 10px 3px;
	margin: 0 0 10px 3px;
}

.post-link-image {
	float:left;
	width:80px;
	height:80px;
}

.post-link-image img {
	border:3px solid #ededed;
	padding:3px;
}

.post-link-content {
	float:left;
	padding: 28px 0 0 20px;
}

.post-link-content a {
	font-size:18px;
}

.post {
	width:588px;
	background:url('images/post-divider.png') no-repeat bottom left;
	padding: 0 0 30px 3px;
	margin: 0 0 30px 3px;
}

.post p img.alignleft {
	padding: 0 14px 10px 0;
}

.post h2 {
	font-size:18px;
	text-transform: capitalize;
}

.post .datetime {
	float:right;
	padding: 0 0 0 10px;
}

.post .datetime .day {
  font-family: 'ChunkFiveRegular';
	width:42px;
	background-color:#971216;
	color:#fff;
	text-align:center;
	font-size:26px;
	letter-spacing:1px;
	padding: 7px 0 3px 0;
	font-weight:normal;
}

.post .datetime .month {
	width:42px;
	background-color:#b4b4b4;
	color:#fff;
	text-align:center;
	font-size:14px;
	text-transform:lowercase;
}

#footer {
	background:url('images/footer.jpg') no-repeat top center;
	height:78px;
}

/* being slider */

#slider {
	height:199px;
	padding: 0 0 8px 0;
}

.flexslider {
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px;
}

.flex-control-nav {
	bottom: 9px;
}

.flex-control-paging li a {
	text-indent: -9999px;
	display: block;
}
.flex-control-nav li {
	margin: 0 2px;
}
/* end sldier */

.home-column-1 {
	width:274px;
	float:left;
	padding: 0 8px 0 0;
}

.home-column-2 {
	width:380px;
	float:left;
	padding: 0 8px 0 0;
}

.home-column-2-full {
	width:590px;
	float:left;
	padding: 0px;
}

.home-column-3 {
	width:202px;
	float:left;
}

.home-column-3 .pay-online {
	background: url('images/pay-online.png') no-repeat;
	display: block;
	width: 182px;
	height: 91px;
	padding: 90px 0 0 20px;
}

.home-column-3 .pay-online .btn {
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	color:#fff;
	font-size: 15px;
	padding: 4px 10px;
	margin: 3px 0 3px 0;
}

.home-column-3 .pay-online .btn.red {
	border-color: rgb(154, 33, 33);
	background-color: rgb(184, 8, 8);
}

.home-column-3 .pay-online .btn.blue {
	border-color: rgb(30, 71, 111);
	background-color: rgb(52, 97, 142);
}
body .tribe-events-list-widget ol li {
	margin-bottom: 10px;
}
.police-block-dark-blue h2 {
	background-color:#243d6d;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	padding: 2px 0 1px 8px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 7px 0px 0px;
	border-radius: 0px 7px 0px 0px;
	white-space: nowrap;
	position:relative
}

.police-block-dark-blue h2 a {
	font-size:15px;
	color:#fff;
	padding: 3px 14px 0 0;
	display:inline;
	font-weight:normal;
	text-transform:capitalize;
	text-decoration:none;
	white-space: nowrap;
	position: absolute;
	right: 0px;
}

.police-block-dark-blue .block-content p {
	font-size:14px;
	padding: 0 0 5px 0;
}

.police-block-dark-blue .block-content {
	height:364px;
	width:250px;
}

.police-block-light-blue .block-content {
	height:364px; 
}

.block-blue h2, .police-block-light-blue h2 {
	background-color:#5283b6;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	padding: 2px 0 1px 8px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 7px 0px 0px;
	border-radius: 0px 7px 0px 0px;
	white-space: nowrap;
	position:relative
}

.block-blue h2 a {
	font-size:15px;
	color:#fff;
	padding: 3px 14px 0 0;
	display:inline;
	font-weight:normal;
	text-transform:capitalize;
	text-decoration:none;
	white-space: nowrap;
	position: absolute;
	right: 0px;
}

.block-red h2 {
	margin: 8px 0 0 0;
	background-color:#9a1216;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	padding: 2px 0 1px 8px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 7px 0px 0px;
	border-radius: 0px 7px 0px 0px;
}

.block-green h2 {
	background-color:#40750c;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	padding: 2px 0 1px 8px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 7px 0px 0px;
	border-radius: 0px 7px 0px 0px;
}

.block-blue .block-content {
	/*height:432px;*/
	width:250px;
}

.block-red .block-content {
	height:99px;
	width:250px;
}

.block-green .block-content {
	/*height:585px;*/
}

.button-red a {
	background-color:#971216;
	color:#fff;
	padding: 4px 12px 4px 12px;
	display:inline-block;
}

.button-blue a {
	background-color:#4d7baa;
	color:#fff;
	padding: 4px 12px 4px 12px;
	display:inline-block;
}

.button-green {
	background-color:#40750c;
	padding: 4px 12px 4px 12px;
	color:#fff;
	display:inline-block;
}

.block-content {
	background-color:#f8f8f8;
	padding: 10px 12px 10px 12px;
}

.block-content p {
	padding: 0 0 16px 0;
}

.block-content p.last {
	padding:0px;
}

.block-content li {
	list-style:none;
	padding: 0 0 16px 0;
}

.block-content li.last {
	padding:0px;
}

.block-content li a {
	color:#000;
	font-weight:bold;
}

#stay-informed {
	background:url('images/stay-informed.jpg');
	width:176px;
	height:153px;
	padding:15px 13px 0px 13px;
}

#stay-informed h2 {
  font-family: 'ChunkFiveRegular';
	font-size:19px;
	font-weight:normal;
}

#stay-informed p {
	font-size:13px;
	font-family: Arial;
	font-weight:bold;
	padding: 10px 0 0 0;
	height: 84px;
}

#stay-informed-signup #email {
	border: 1px solid #568ABF;
	background-color: white;
	color: #959595;
	height: 20px;
	width:114px;
	padding: 3px;
	float:left;
}

#stay-informed-signup #join {
	background-color: #568ABF;
	width: 49px;
	height: 28px;
	border: 0px;
	cursor: pointer;
	float: left;
	color:#fff;
	font-size: 15px;
	font-family: Arial;
}

.home-column-3 li {
	padding: 0 0 5px 0;
	list-style:none;
}

.home-column-3 li.last {
	padding:0px;
}

.jetpack-image-container img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* begin calendar */
.grid #tribe-events-calendar-header {
	text-align: center;
	height:32px;
	padding: 20px 0 0 0;
}

.tribe-events-month-nav {
	position:relative;
}

#tribe-events-content {
	clear:both;
}

.tribe-events-calendar-buttons {
	display:none;
}

#tribe-events-content table.tribe-events-calendar {
	width: 100%;
}

table.tribe-events-calendar {
	margin: 18px 0 12px;
	clear: both;
	font-size: 12px;
	border-collapse: collapse;
	border: 6px solid #e4e4e4;
}

.tribe-events-calendar th {
	width: 87px;
	height: 10px;
	color: white;
	padding: 4px 0;
	background-color:#578abf;
	font-size:16px;
	text-transform:uppercase;
	text-align: center;
}

.tribe-events-calendar .daynum {
	background-color: #fafafa;
	color: #000;
	font-size: 14px;
	padding: 3px 9px;
}

.tribe-events-calendar td {
	height: 100px;
	width: 120px;
	color: #114B7D;
	vertical-align: top;
	border: 1px solid #c3c3c3;
	padding: 0;
}

.tribe-events-calendar td a {
	color:#981316;
	font-size:10px;
}

.tribe-events-calendar td .tec-event {
	padding: 6px 9px;
	line-height: 10px;
}

select#tribe-events-events-month {
	background:url('images/month.png') no-repeat;
	width:126px;
	font-size:14px;
	height:28px;
	text-overflow: ellipsis;
  white-space: nowrap;
	-webkit-appearance: button;
	-webkit-border-radius: 0px;
	-webkit-user-select: none;
	border:0px;
	padding: 0 0 0 6px;
}

select#tribe-events-events-year {
	background:url('images/year.png') no-repeat;
	width:76px;
	font-size:14px;
	height:28px;
	text-overflow: ellipsis;
  white-space: nowrap;
	-webkit-appearance: button;
	-webkit-border-radius: 0px;
	-webkit-user-select: none;
	border:0px;
	padding: 0 0 0 6px;
}

.tribe-events-cal-title {
	display:none;
	clear:both;
}

.tec-next-month a, .tec-prev-month a {
	color:#000;
	font-weight:bold;
}

/* end calendar */

.dig-in {
	display:none;
}

.home-post {
	padding: 0 0 15px 0;
}

.home-post a {
	color:#000;
}

/* begin footer */
#social {
	float: right;
	padding: 0 4px 0 0;
}
#social a {
	margin-left: 3px;
}
#social a.twitter {
	color:#55acee;
}
#social a.facebook {
	color:#3b5998;
}
#social i {
	font-size: 2.8em;
}
/* end footer */