/*
Theme Name: Claregalway.info
Theme URI: http://claregalway.info
Description: A simple responsive theme based on the Bootstrap framework for Claregalway.info
Version: 1.0.0
Author: Niall Farrell
Author URI: http://niallfarrell.net
*/

/* micro clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* wp-specific classes */
.wp-caption{

}

.wp-caption-text{
	font-size: 17px;
	line-height: 24px;
	padding-right: 18%;
	margin-bottom: 40px;
}

.event .wp-caption-text{
	font-size: 17px;
	line-height: 24px;
	padding-right: 18%;
	margin-bottom: 40px;
}

.sticky{

}

.gallery-caption{

}

/* layout */

body{
	padding-top: 0;
	color: #3c3c3b;
	background: #f3f3f3;
	font-family: "rooney-sans",sans-serif;
    font-weight: 400;
	font-size: 21px;
    line-height: 29px;
	font-size-adjust: 0.48;
    font-weight: normal;
    font-style: normal;
}

strong, .strong {
	font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	font-size-adjust: 0.49;
	font-style: normal;
}

/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{
	top: 28px;
}

.attachment-wpbs-featured {
	margin-bottom: 10px;
}

.navbar {
	position: static;
}

.navbar .brand{
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
	font-weight: bold !important;
	float: none;
}

.navbar .btn-navbar {
	margin-top: 35px;
}

.header-bg {
	background-color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 106px;
	z-index: -1;
    -webkit-box-shadow: 0 5px 3px -3px #eaeae3;
    -moz-box-shadow: 0 5px 3px -3px #eaeae3;
    box-shadow: 0 5px 3px -3px #eaeae3;
}

@media only screen and (min-width: 980px) {
	.navbar #menu-stones-menu {
		white-space: nowrap;
		height: 100px;
		width: 100%;
		overflow-x: hidden;
	}

    .navbar #menu-stones-menu > li > a {
        width: 149px;
        height: 42px;
        padding: 58px 0 0 0;
        line-height: 1.3em;
		margin-right: -8px;
        font-size: 21px;
        color: #fefefe;
        text-align: center;
        text-shadow: none;
        background: url('images/headers.png') no-repeat;
        background-position: 0 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    .navbar #menu-stones-menu > .active > a, .navbar #menu-stones-menu > .active > a:hover {
        color: #fefefe;
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .navbar #menu-stones-menu > li > a:hover {
        background-color: none;
        color: #fefefe;
    }

    .navbar #menu-stones-menu a[title=News] {
        margin-right: -18px;
    }

    .navbar #menu-stones-menu a[title=Events] {
        margin-right: -14px;
    }

    .navbar #menu-stones-menu a[title=Photos] {
        margin-right: -22px;
    }

    .navbar #menu-stones-menu a[title=History] {
        margin-right: -11px;
    }

    .navbar #menu-stones-menu a[title=Directory]  {
        margin-right: -8px;
    }

    .navbar #menu-stones-menu a[title=Contact] {
        margin-right: -3px;
    }

    .navbar #menu-stones-menu a[title=Other] {
        margin-right: -12px;
    }

    .navbar #menu-stones-menu > .menu-item > a[title=News] {
        background-position: 0 0;
    }

    .navbar #menu-stones-menu > .menu-item > a[title=News]:hover, .navbar #menu-stones-menu > .current-menu-item > a[title=News] {
        background-position: 0 -100px;
    }

    .navbar #menu-stones-menu > .menu-item > a[title=Events] {
        background-position: 0 -200px;
    }

    .navbar #menu-stones-menu > .menu-item > a[title=Events]:hover, .navbar #menu-stones-menu > .current-menu-item > a[title=Events]  {
        background-position: 0 -300px;
    }

    .navbar #menu-stones-menu > .menu-item > a[title=Photos] {
        background-position: 0 -400px;
    }

    .navbar #menu-stones-menu > .menu-item > a[title=Photos]:hover, .navbar #menu-stones-menu > .current-menu-item > a[title=Photos]  {
        background-position: 0 -500px;
    }

    .navbar #menu-stones-menu > .menu-item > a[title=History] {
        background-position: 0 -600px;
    }

    .navbar #menu-stones-menu > .menu-item > a[title=History]:hover, .navbar #menu-stones-menu > .current-menu-item > a[title=History]  {
        background-position: 0 -700px;
    }

    .navbar #menu-stones-menu > .menu-item > a[title=Directory] {
        background-position: 0 -800px;
    }

    .navbar #menu-stones-menu > .menu-item > a[title=Directory]:hover, .navbar #menu-stones-menu > .current-menu-item > a[title=Directory]  {
        background-position: 0 -900px;
    }

    .navbar #menu-stones-menu > .menu-item > a[title=Contact] {
        background-position: 0 -1000px;
    }

    .navbar #menu-stones-menu > .menu-item > a[title=Contact]:hover, .navbar #menu-stones-menu > .current-menu-item > a[title=Contact]  {
        background-position: 0 -1100px;
    }

    .navbar #menu-stones-menu > .menu-item > a[title=Other2] {
        background-position: 0 -1200px;
    }

    .navbar #menu-stones-menu > .menu-item > a[title=Other2]:hover, .navbar #menu-stones-menu > .current-menu-item > a[title=Other2] {
        background-position: 0 -1300px;
    }

    .navbar-lower {
    	clear: left;
    	font-size: 24px;
        line-height: 29px;
        font-family: "rooney-sans",sans-serif;
        font-weight: 700;
		text-align: center;
    	color: #9D9D9C;
        height: 73px;
        padding-top: 27px;
   	}

    .navbar-language {
        position: absolute;
        top: 0;
		right: 0;
		font-size: 14px;
    }

   .navbar-language p {
		display: inline-block;
	}

    .navbar-language ul {
		list-style-type: none;
		display: inline-block;
		margin: 0;
		margin-right: 20px;
	}

	.navbar-language ul > li {
		display: inline-block;
		padding: 5px;
	}
}

@media only screen and (max-width: 979px) {

	.navbar #logo {
		padding-top: 5px;
	}

	.navbar #logo img {
		height: 75px;
		padding-left: 20px;
		padding-top: 5px;
	}

    .navbar-language {
        display: none;
    }
    
    .navbar .navbar-inner {
		padding: 0;
	}

	.nav-container .span10 {
		min-height: 0;
	}
	
	.nav-container .navbar-lower .navbar-custom-search {
		float: none;
		margin-bottom: 0px;
		background-color: #ddd;
		padding: 5px 10px;
	}
	
	.nav-container .navbar-lower .navbar-custom-search .search-query {
		min-width: 94%;
		font-size: 16px;
		margin: 0 3%;
		box-sizing: border-box;
	}
	
	.nav-container .navbar-lower .description {
		display: none;
	}
	
	body #content {
		padding-top: 0;
	}
}

.nav-container{
	padding-left: 0;
	padding-right: 0;
}

#inner-header{
	width: 100%;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
}

#s{
	width: 100px;
}

#content{
	position: relative;
	padding: 27px 0 0;
}

.more-link{
	white-space: nowrap;
	float: right;
    clear: both;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 21px;
    background: #BDBCBC;
    opacity: 0.8;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.more-link:hover {
    color: #fff;
    opacity: 1;
}

.footer-links{
	margin-bottom: 18px;
}

.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}

.footer-links .menu a {
	display: block;
	font-size: 17px;
	line-height: 1.8em;
	margin-left: 0;
	padding: 0 0 3px 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dfdfd7;
}

.footer-links .menu a:hover {
	border-bottom: 1px solid #7e9d0f;
}

.footer-stones {
    background: url('images/footer.png') no-repeat top center;
    height: 120px;
    width: 100%;
}

/* overall styling */
a {
    color: #9E6329;
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}

a:hover {
    color: #6C8749;
    text-decoration: none;
}

blockquote {
    margin: 5px 0 15px 0;
    border-left: none;
}

blockquote p {
    font-weight: normal;
}

h1 {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 44px;
    color: #000;
}

h1 a {
	color: #000;
}

h2 {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    font-size-adjust: 0.49;
    font-style: normal;
	font-size: 34px;
	line-height: 37px;
}

h2 a {
    color: #000;ß
}

h3 {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    font-size-adjust: 0.49;
    font-style: normal;
    font-size: 21px;
    line-height: 27px;
    margin-top: 20px;
}

h4 {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    font-size-adjust: 0.49;
    font-style: normal;
    font-size: 21px;
    line-height: 27px;
}

/* post styling */

p.lead {
    margin-bottom: 10px;
    font-weight: normal;
    -webkit-margin-after: 0.8em;
    line-height: 29px;
}

.page-header {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.home .page-header {
	margin-top: 5px;
	margin-bottom: 5px;
}

.single-event .page-header {
    margin-bottom: 25px;
    margin-top: 0;
}

h1.page-title {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	font-size: 42px;
	color: #77787B;
}


.home h1 {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	font-size: 42px;
	color: #77787B;
	margin: 5px 0 25px 30px;
}

.textwidget {
    line-height: 29px;
}

.home-sidebar .textwidget img {
	margin: 10px 0 12px 0;
	border: 4px solid #fff;
	border-radius: 3px;
}

.home-sidebar .widgettitle {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    font-size-adjust: 0.49;
    font-style: normal;
    font-size: 21px;
    line-height: 27px;
}

.home-stones {
	margin-top: 40px;
}

.home-stones .new-stone {
	text-align: center;
}

.home-stones .new-stone input {
	display: inline-block;
}

.home-stones .new-stone input[type=text] {
	width: 75%;
	margin-right: 10px;
}

.home-stones #stones li {
    font-size: 21px;
    line-height: 29px;
    text-shadow: none;
    display: inline-block;
    color: #fff;
    padding: 15px 2%;
    margin-right: 1%;
    margin-bottom: 0.9%;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    background-color: #FFDB80;
    border-radius: 4px;
    opacity: 0.9;
}

.home-stones #stones li a {
    color: #fff;
}

#stones ul {
	margin-left: 0px;
}

.home-credits {
	font-size: 21px;
	line-height: 29px;
	margin-top: 10px;
}

.home-credits li {
	font-size: 17px;
	margin-top: 4px;
	line-height: 24px;
}

/* No margin on home blocks - for Masonry layout */
@media (min-width: 768px) {
	.masonry .masonry-brick {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.masonry .directory-item {
		margin-left: 0 !important;
		margin-right: 1em !important;
	}
}

#sidebar-news {
    margin-left: 4%;
}

.mc4wp-form {
    margin: 0;
}

.mc4wp-form p {
    display: inline-block;
}

#sidebar-news .mc4wp-form input[type="email"] {
    display: inline-block;
}

#sidebar-about {
	padding: 25px;
	background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
}

.menu-about-menu-container ul {
	margin: 0;
}

.menu-about-menu-container li {
	list-style-type: none;
}

.menu-about-menu-container a {
    display: block;
	font-size: 27px;
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	line-height: 1.8em;
	margin-left: 0;
	padding: 5px 0 3px 10px;
	border-bottom: 2px dotted #dfdfd7;
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}

.menu-about-menu-container a:hover {
	border-bottom: 2px dotted #7e9d0f;
}

.block {
	background: #fefefe;
    padding: 0 0 25px 0;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
}

.directory-item .block {
    padding: 0 0 10px 0;
}



/* Start: Featured image stretch to edges */

.block > * {
    margin-left: 25px;
    margin-right: 25px;
}

.block header {
    margin: 0;
}

.block header > * {
    margin-left: 25px;
    margin-right: 25px;
}

.block header.header-no-margin > * {
    margin-left: 0;
    margin-right: 0;
}

.block a {
    margin-left: 0;
    margin-right: 0;
}

.block img {
    margin-left: 0;
    margin-right: 0;
}

.block > :first-child {
    margin-top: 25px;
}

.block > header:first-child {
    margin-top: 0;
}

.block > header:first-child > :first-child,
.block > header:first-child > a > :first-child {
    margin-top: 25px;
}

.block > img:first-child,
.block > header:first-child > img:first-child,
.block > header:first-child > a > img:first-child {
    margin-top: 0;
}

.block:>last-child {
    margin-bottom: 25px;
}

/* End: Featured image stretch to edges */

.block p {
	font-size: 17px;
	line-height: 24px;
}

#main p.meta, #main p.tags{
	color: #808080;
	font-size: 14px;
	line-height: 18px;
}

p.notices-date {
	color: #808080;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px 0;
}

#main article{
	margin-bottom: 18px;
	border-bottom: 1px solid #eeeeee;
}

#main article footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}

#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.post:hover a.edit-post{
	display: inline;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

#breadcrumbs {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

/* =Aside post format
-------------------------------------------------------------- */
#main article.format-aside {
	padding: 0;
}

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
}
article.format-aside h1 a:hover {
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
article.format-aside footer.aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

article.format-link footer.entry-meta {
	clear: both;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
}

article.format-quote .entry-content blockquote p:before {
	content: "\201C  ";
	font-size: 2rem;
}

article.format-quote .entry-content blockquote p:after {
	content: " \201D ";
	font-size: 2rem;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

p.tags{
	line-height: 20px;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}

#main .hero-unit img{
	margin-bottom: 1em;
}

#main article img{
	height: auto;
	max-width: 100%;
}

img.alignleft{
	display: block;
	margin-left: 0px;
	margin-right: auto;
	float: left;
}

img.alignright{
	display: block;
	margin-left: auto;
	margin-right: 10px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

.post header img{
	margin-bottom: 5px;
}

.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}

video {
	max-width: 100%;
	height: auto;
}

.post iframe {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
	width: 970px;
	height: 600px;
}

.carousel-caption p{
	display: none;
}

.page-template-page-homepage-php #main article{
	border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}

.hero-unit h1 {
	font-size: 3em;
}

/* comments */



#comments{
	line-height: 24px;
	margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
}

.comment .vcard > div{
	margin-top: 8px;
	padding: 0 10px;
}

ol.commentlist time{
	font-size: .8em;
	color: #eeeeee;
}

ol.commentlist div.comment-author{
	position: relative;
}

ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 8px;
}

ol.commentlist li.bypostauthor{
	background-color: #dddddd;
}

ol.commentlist ul.children li{
	background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li{
	background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li{
	background-color: #aaaaaa;
}

ol.commentlist article{
	border-bottom: none !important;
}

a.comment-reply-link{
	position: absolute;
	right: 0;
	bottom: 0;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

.comment .vcard .avatar{
	padding-right: 0;
}

.comment .vcard .comment-text{
	margin-left: 0;
}

img.avatar{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #ddd;

}

ol.commentlist li{
	padding-right: 10px;
	background-color: #F0F0F0;
}

#pings{
	margin-bottom: 9px;
}

ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}

#comment{
	width: 270px;
}

ol.commentlist #respond{
	padding: 5px 10px;
}

/* specific post-type styles */

.single .post .post_content, .event p {
    font-size: 21px;
    line-height: 29px;
    padding-right: 8%;
}

.single .post .post_content img {
    margin-top: 5px;
    margin-bottom: 20px;
}

.event img {
    margin-top: 10px;
    margin-bottom: 20px;
}

.single #main {
	background: #f3f3f3;
    padding: 25px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.category-news .post_content blockquote p {
    font-size: 34px;
    line-height: 40px;
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 23px;
	padding-left: 0;
}

.category-features .post_content blockquote p {
    font-size: 34px;
    line-height: 40px;
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 23px;
	padding-left: 0;
}

.category-sport .post_content blockquote p {
    font-size: 34px;
    line-height: 40px;
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 23px;
	padding-left: 0;
}

.event blockquote p {
    font-size: 34px;
    line-height: 40px;
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 23px;
	padding-left: 0;
}


/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget{
	margin-bottom: 18px;
}

/*.widget h2 {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	font-size: 42px;
	line-height: 44px;
	color: #77787B;
}*/

.widgettitle{
	margin-bottom: 9px;
}

#widget-footer .widgettitle {
	margin-bottom: 10px;
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	font-size: 42px;
	line-height: 44px;
	color: #77787B;
}

#sidebar-news .widgettitle {
    margin-bottom: 10px;
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 44px;
    color: #77787B;
}

#sidebar-news-item .widgettitle {
    margin-bottom: 10px;
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 44px;
    color: #77787B;
}

#awesomeweatherwidget-3 .widgettitle {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    font-size-adjust: 0.49;
    font-style: normal;
    font-size: 21px;
    line-height: 27px;

}

#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: none;
	display: inline;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #9E6329;
	vertical-align: baseline;
	white-space: normal;
	text-shadow: none;
	background-color: transparent;
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #6C8749;
	text-decoration: none;
}

#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

.widget_search input{
	width: 121px;
}

/* calendar widget */

#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

#wp-calendar{
	width: 100%;

}

#wp-calendar caption{
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	padding: 8px;
}

#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
	border-bottom: none;
}

#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}

blockquote.pull-left{
	padding-right: 15px;
}

@media only screen and (min-width: 768px) {
	.carousel-caption p{
		display: block;
	}
}

@media only screen and (min-width: 980px) {
	body{
		padding-top: 0;
	}

	.container-fluid{
		max-width: 1280px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	#inner-footer{
		padding: 0;
	}

	#content{
		padding-left: 0;
		padding-right: 0;
	}

	.topbar-inner{
		padding: 0;
	}

	.topbar form.pull-right {
		float: right;
	}

	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}

	header {
		position: relative;
	}

	.navbar-inner {
		background: none;
	}

	.navbar-search{
		padding-left: 0;
	}

	.sidebar{
		margin-top: 0 !important;
	}

	.widget_search input{
		width: 230px;
	}

	.blog .hero-unit{
		margin-top: 10px;
	}

	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit{
		padding: 60px;
	}

	.hero-unit h1 {
		font-size: 60px;
	}

	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}

	.vcard:hover .edit-comment{
		display: inline-block;
	}

	#s{
		width: 210px;
		margin-bottom: 6px;
	}

	.widget_search input{
		width: 209px;
	}

	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
}

/* Form styling */
form label {
    display:none;
}

form label[for=user-submitted-captcha] {
    display: block;
    font-size: 21px;
    line-height: 29px;
}

form #user-submitted-captcha {
    clear: left;
}

input[type="password"], input[type="search"] {
    background-color: #f3f3f3;
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    font-size-adjust: 0.48;
    font-weight: normal;
    font-style: normal;
    font-size: 21px;
    line-height: 29px;
    color: #77787B;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 15px 20px 10px;
    margin: -5px 5% 0 5%;
    width: auto;
	margin: 1% 4 1% 0;
}

input[type="text"], input[type="email"] {
    background-color: #fff;
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    font-size-adjust: 0.48;
    font-weight: normal;
    font-style: normal;
    font-size: 21px;
    line-height: 29px;
    color: #77787B;
  border: 1px solid rgba(119,120,123,0.18);
  background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 0px 16px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 16px -2px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 16px -2px rgba(0,0,0,0.1);
    padding: 15px 20px;
    width: 80%;
    margin: 1% 4 1% 0;
}

textarea {
    background-color: #fff;
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    font-size-adjust: 0.48;
    font-weight: normal;
    font-style: normal;
    font-size: 21px;
    line-height: 27px;
    color: #77787B;
    border-radius: 4px;
  border: 1px solid rgba(119,120,123,0.18);
  background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 0px 16px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 16px -2px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 16px -2px rgba(0,0,0,0.1);
    padding: 15px 20px;
    width: 80%;
    margin: 1% 4 1% 0;
}

input[type="submit"] {
    background-color: #6DB53C;
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    font-size-adjust: 0.48;
    font-weight: normal;
    font-style: normal;
    font-size: 21px;
    line-height: 29px;
    color: #fff;
    opacity: 0.8;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow:  2px 3px 8px rgba(0,0,0,.125);
    -moz-box-shadow:  2px 3px 8px rgba(0,0,0,.125);
    box-shadow: 2px 3px 8px rgba(0,0,0,.125);
    padding: 15px 20px;
}

input[type="submit"]:hover {
    opacity: 1;
}

input[type="title"] {
    background-color: #fff;
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    font-size-adjust: 0.48;
    font-weight: normal;
    font-style: normal;
    font-size: 21px;
    line-height: 29px;
    color: #77787B;
    width: 80%;
    opacity: 1;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 2px 3px 8px rgba(0,0,0,.125);
    -moz-box-shadow: inset 2px 3px 8px rgba(0,0,0,.125);
    box-shadow: inset 2px 3px 8px rgba(0,0,0,.125);
    padding: 15px 20px;
    margin: 10px 0;
}

/* History pages */
.history-block {
	background: #f3f3f3;
    padding: 25px 0;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.history-block .post_content > h1 {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	color: #77787B;
    padding: 0 25px;
    font-size: 42px;
}

.history-block .post_content > h2 {
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
	color: #77787B;
    padding: 0 25px;
	margin-top: 0;
    font-size: 42px;
    font-weight: normal;
}

.history-block > article > .post_content > p {
    padding: 0 25px;
    line-height: 29px;
}

.history-list {
    margin: 20px 10px;
}

.history-list .history-list-item {
    background-color: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    margin-bottom: 10px;
}

.history-list .history-list-item .page-header {
    margin: 0;
}

.history-list .history-list-item .page-header h3 {
    margin: 0 10px 10px 10px;
}

.history-list .history-list-item a {
    color: #000;
}

.history-list .history-list-item a:hover {
    color: #6C8749;
}

.history-snippets {
    padding-right: 2.5%;
}

.history-snippets h1, .news-snippets h1 {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	color: #77787B;
    padding: 0 5px 15px 15px;
    font-size: 42px;
    text-align: center;
}

.history-snippets .block, .news-snippets .block {
    margin-bottom: 15px;
    padding-bottom: 18px;
}

.history-snippets .wp-post-image, .news-snippets .wp-post-image {
    margin-bottom: 20px;
}

.full-width-bg-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.single-history #main p {
    font-size: 17px;
    line-height: 24px;
}

.single-history #breadcrumbs {
    text-shadow: 0px 0px 2px rgba(200, 200, 200, 1);
    font-size: 17px;
}

.single-history #main {
    padding: 35px;
    margin: 27px 0 15px 0;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    background: #fefefe;
    position: relative;
    border-radius: 4px;
}

.single-history #contents.stick {
    position: fixed;
    opacity: 0.4;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.single-history #contents.stick:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.single-history #contents {
	font-size: 17px;
	line-height: 21px;
    margin: 30px 0 20px 0;
    padding: 20px 20px 25px 20px;
    opacity: 0;
    -webkit-box-shadow: 0 5px 3px -3px #dfdfd7;
    -moz-box-shadow: 0 5px 3px -3px #dfdfd7;
    box-shadow: 0 5px 3px -3px #dfdfd7;
    background: #fefefe;
    position: relative;
    z-index: 1;
    filter: alpha(opacity=0);
    border-radius: 0 4px 4px 0;
}

.single-history #contents li {
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 5px;
}

.single-history #main ol, .single-history #main ul, .single-history #main li {
    font-size: 17px;
    line-height: 24px;
    margin-top: 5px;
}

/* Sidebar galleries */
.single-history .post_content .gallery,
.single-post #gallery-1,
.single-post #gallery-2,
.single-event #gallery-3, 
.single-event #gallery-4 {
    display: none;
}

.side-images {
    padding-right: 35px;
    padding-top: 15px;
}

#side-images {
    padding-right: 35px;
    padding-top: 15px;
}

.side-images .side-image-container {
    margin: 40px 0;
}

.side-images .side-image-container p {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px 15px 10px;
}

.side-featured-image-caption {
    margin-top: 1000px;
	font-size: 14px;
    line-height: 20px !important;
    padding-top: 5px;
}


/* Related posts in sidebar */
.single-post .post_content .wp_rp_wrap  {
    display: none;
}

/* Archives page */
.archives-container {
	margin-top: 40px;
    margin-bottom: 40px;
}

.archives-header-hidden {
    display: none;
}

.archives-year-list-header {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	color: #000;
	font-size: 34px;
}

.archives-year-list {
    list-style-type: none;
    margin: 0;
    line-height: 1.4em;
}

.archives-year-list li {
    list-style-type: none;
    display: inline-block;
}

.archives-year-list li a {
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 10px 20px;
    margin-top: 8px;
    font-size: 21px;
    line-height: 29px;
    background: #BDBCBC;
    opacity: 0.8;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.archives-year-list li a:hover {
    color: #fff;
    opacity: 1;
}

.archives-block {
    display: inline-block;
    padding: 0;
    margin: 0 10px 10px 0;
    width: 150px;
    vertical-align: top;
}

.archives-block header > * {
    margin: 0;
}

.archives-block > :first-child {
	margin-top: 10px;
}

.archives-block > * {
	margin: 10px;
}

.archives-list-title {
    font-size: 17px;
    line-height: 21px;
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    font-weight: normal;
    margin: 0;
    padding: 5px 5px 0 5px;
    text-align: center;
}

.stone-numbers {
	display: inline-block;
	background: url(images/numbers.png) no-repeat;
	width: 75px;
	height: 100px;
	background-position: 0 0;
	margin-bottom: 10px;
}
.stone-numbers.stone0 {
	background-position: 0 0;
}
.stone-numbers.stone1 {
	background-position: -100px 0;
}
.stone-numbers.stone2 {
	background-position: -200px 0;
}
.stone-numbers.stone3 {
	background-position: -300px 0;
}
.stone-numbers.stone4 {
	background-position: -400px 0;
}
.stone-numbers.stone5 {
	background-position: -500px 0;
}
.stone-numbers.stone6 {
	background-position: -600px 0;
}
.stone-numbers.stone7 {
	background-position: -700px 0;
}
.stone-numbers.stone8 {
	background-position: -800px 0;
}
.stone-numbers.stone9 {
	background-position: -900px 0;
}

/* News categories */
.filters {
	list-style-type: none;
}

.filters li {
	display: inline-block;
	margin: 10px 5px 20px 5px;
}

.filter-item {
	background: #BDBCBC;
	color: #fff;
	padding: 10px 20px;
	font-size: 21px;
    line-height: 29px;
	opacity: 0.8;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
	box-shadow: 0 3px 8px rgba(0,0,0,0.125);
}

.filter-item:hover {
    opacity: 1;
    color: #fff;
}

.all-colour {
    background: #BDBCBC;
}

.all-colour:hover, .all-colour.selected {
    background: #F49847;
}

.news-colour {
    background: #A8A8A7;
}

.news-colour:hover, .news-colour.selected {
    background: #9F6329;
}

/* news-news for Wordpress news subcategory */
.news-news-colour {
    background: #A8A8A7;
}

.news-news-colour:hover, .news-news-colour.selected {
    background: #9F6329;
}

.events-colour {
    background: #BDBCBC;
}

.events-colour:hover, .events-colour.selected {
    background: #93B1DD;
}

.features-colour {
    background: #B2B2B2;
}

.features-colour:hover, .features-colour.selected {
    background: #B665A5;
}

.sport-colour {
    background: #A8A8A7;
}

.sport-colour:hover, .sport-colour.selected {
    background: #C4D76B;
}

/* Directory */
.search-directory-container {
    text-align: left;
}

#search-directory {
    width: 300px;
    margin: 0;
}

#showAll {
    font-size: 17px;
    padding: 10px;
}

.directory-filter {
	list-style-type: none;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.2s linear 0.2s; /* For Safari 3.1 to 6.0 */
    transition: max-height 0.2s linear 0.2s;
}

ul.directory-filter {
	margin-left: 0px;
	margin-top: 20px;
}

.directory-filter li {
	display: inline-block;
	margin: 4px 0;
}

.directory-filter-item {
	display: inline-block;
	background: #BDBCBC;
	color: #fff;
	padding: 10px 20px;
	font-size: 21px;
    line-height: 29px;
	text-align: center;
	opacity: 0.8;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
	box-shadow: 0 3px 8px rgba(0,0,0,0.125);
}

.directory-filter-item:hover {
    opacity: 1;
    color: #fff;
}

.directory-item-title {
	clear: both;
}

.directory-item.block {
	padding-bottom: 5px;
}

.directory-list-content {
	display: none;
	margin-bottom: 25px;
}

.directory-contact-list {
	list-style-type: none;
	margin-top: 20px;
}

.directory-contact-list  li{
	padding: 0;
}

.directory-contact-list .directory-key {
	display: inline-block;
	background: url(images/icons.png) no-repeat;
	line-height: 120%;
	padding-left: 25px;
}
.directory-contact-list .directory-key-phone {
	background-position: 0 5px;
}
.directory-contact-list .directory-key-email {
	background-position: 0 -20px;
}
.directory-contact-list .directory-key-address {
	background-position: 0 -45px;
}
.directory-contact-list .directory-key-website {
	background-position: 0 -70px;
}

.single-directory .directory-address {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
}

.single-directory .post_content .gallery {
    display: none;
}

.single-directory .directory-image-container {
    display: inline-block;
    margin-bottom: 10px;
}

.single-directory .directory-image-container img {
    max-width: 100px;
}

.toggle-filters {
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
	width: 250px;
	height: auto;
	border: 1px solid #cccccc;
	color: #77787B;
    padding: 12px 20px;
    font-size: 21px;
    line-height: 27px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    background: url('images/dropdown.png') no-repeat right #e4e4e4;
    margin-right: 0;
    display: inline-block;
    margin-left: 2%;
}



.map-row {
    margin-bottom: 20px;
}

.map-content {
    display: none;
}

/* Facebook Photo Gallery */
.photo-list,
.album-list {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.album-list li,
.photo-list li {
	position: relative;
	display: inline-block;
	margin: 8px;
	width: 200px;
	vertical-align: top;
	background-color: #fff;
    padding: 6px;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
	box-shadow: 0 3px 8px rgba(0,0,0,0.125);
}

.album-list li {
	height: 260px;
}

.photo-list .photo-thumb,
.album-list .album-thumb {
	text-align: center;
	background-size: cover;
	background-position: 50% 50%;
	height: 200px;
	width: 200px;
}

.album-list .album-info {}

.album-list .album-info h5 {
	margin: 5px 0;
	font-weight: normal;
}
.album-list .album-info h5 a {
	text-decoration: none;
}

.photo-list .photo-info .photo-title,
.album-list .album-info .album-title {
	font-size: 17px;
	padding: 6px;
	text-align: center;
}

.photo-list .photo-info .counts,
.album-list .album-info .counts {
	position: absolute;
	top: 180px;
	left: 6px;
	font-size: 14px;
	width: 200px;
	color: #fff;
    text-shadow: 0px 0px 2px rgba(50, 50, 50, 1);
	text-align: center;
}

.photo-list .photo-info .counts div,
.album-list .album-info .counts div {
	display: inline-block;
	background: url(images/icons.png) no-repeat;
	line-height: 120%;
	padding-left: 13px;
}

.photo-list .photo-info .counts .photos-count,
.album-list .album-info .counts .photos-count {
	background-position: 0 -148px;
}

.photo-list .photo-info .counts .comments-count,
.album-list .album-info .counts .comments-count {
	background-position: 0 -98px;
	margin-left: 10px;
}

.photo-list .photo-info .counts .likes-count,
.album-list .album-info .counts .likes-count {
	background-position: 0 -123px;
	margin-left: 10px;
}

.photo-list-header {
	position: relative;
	margin: 0 0 10px;
}
.photo-list-header h4 {
	font-size: 15px;
}

.photo-list-header .counts {}
.photo-list-header .counts div {
	display: inline-block;
	background: url(images/icons.png) no-repeat;
	line-height: 120%;
	padding-left: 13px;
}
.photo-list-header .counts .photos-count {
	background-position: 0 -98px;
}
.photo-list-header .counts .comments-count {
	background-position: 0 -123px;
	margin-left: 10px;
}
.photo-list-header .counts .likes-count {
	background-position: 0 -148px;
	margin-left: 10px;
}

.facebook-album-last-updated {
    font-size: 0.8em;
	margin: 0 0 8px 0; 
    color: #77787B;
}

.facebook-album-link {
    white-space: nowrap;
    float: right;
    clear: both;
    color: #fff;
    padding: 10px 20px;
    font-size: 21px;
    line-height: 29px;
    text-align: center;
    background: #BDBCBC;
    opacity: 0.8;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.facebook-album-link:hover {
    color: #fff;
    opacity: 1;
}

.facebook-album-link a {
    color: #fff;
    text-align: center;
}

/* Pagination */
.pagination {
	display: block;
	padding: 0 5px 5px 0;
	margin: 0;
}

.pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
    display: inline-block;
}

.pagination ul > li > a, .pagination a, .pagination span {
    color: #fff;
    background: #77787B;
    padding: 8px 13px;
    margin: 15px 0 0 6px;
    font-size: 21px;
    line-height: 29px;
    opacity: 0.8;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
}

.pagination a:hover {
	text-decoration: none;
	background: #BDBCBC;
    color: #77787B;
}

.pagination .active, .pagination  .current {
	background: #E8E8E8;
	color: #BDBCBC;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}


/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}




hr {
	margin: 25px 0;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 2px;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0.5, rgb(221,221,221)),
      color-stop(0.5, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      center top,
      rgb(221,221,221) 50%,
      rgb(255,255,255) 50%
  );
}

p.quote {
	font-size: 34px;
	line-height: 37px;
}

p.smallquote {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	font-size: 21px !important;
	line-height: 27px !important;
	margin-top: 0;
}

p.attribution {
	font-size: 17px;
	line-height: 21px;
}

.navbar-lower p {
	display: inline-block;
   	font-size: 24px;
	margin: 12px 5% 10px 10px;
	vertical-align: middle;
}

#main-map p {
	font-size: 21px;
	line-height: 27px;
}

em {
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    font-style: italic;
}

.recent-facebook-posts {
	background-color: #d7ddea;
	border: 2px solid #3b5998;
    -webkit-box-shadow: 2px 2px 2px rgba(100,100,100,0.1);
    -moz-box-shadow: 2px 2px 2px rgba(100,100,100,0.1);
    box-shadow: 2px 2px 2px rgba(100,100,100,0.1);
    border-radius: 4px;
}

.recent-facebook-posts > div:first-child:before {
    background: #ffffff url('images/facebook-posts-header.png') no-repeat;
	height: 95px;
	width: 100%;
	margin-bottom: 20px;
	content: '';
    display: block;
    -webkit-box-shadow: 2px 2px 2px #3B5998;
    -moz-box-shadow: 2px 2px 2px #3B5998;
    box-shadow: 2px 2px 2px #3B5998;
}

.recent-facebook-posts p {
	font-size: 17px;
	line-height: 21px;
	color: #1d2c4c;
}

.recent-facebook-posts a {
	color: #3B5998;
}

.rfbp-post {
	border-bottom: 2px solid #b0bcd5;
}
.rfbp-timestamp, .rfbp-like-count, .rfbp-comment-count {
	font-size: 14px;
	color: #3b5998;
}

.rfbp-text, .rfbp-link-wrap, .rfbp-post-link-wrap {
	margin: 0 25px;
}

.rfbp-link-name, .rfbp-link-caption, .rfbp-link-description, span.rfbp-link-text-wrap span {
	font-size: 14px;
	line-height: 17px;
	color: #1d2c4c;
}

span.rfbp-link-name {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
}

.rfbp-post-link {
	margin: 7px;
}

.rfbp-page-link {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	font-size: 21px;
	line-height: 27px;
	padding-left: 25px;
}

.rfbp-page-link-wrap {
	padding-bottom: 3px;
}

.rfbp-image {
	border: 0;
}

div.wpcf7 {
	margin-top: 20px;
}

.history-snippets #ssba,
.masonry-brick #ssba,
.archives-block #ssba
 {
	display: none;
}

.printed-edition-sidebar iframe {
    width: 100%;
    height: 300px;
}

#sidebar-news .printed-edition-sidebar p {
	font-size: 34px;
    line-height: 37px;
    margin: -5px 0 5px 0;
}

.single-print_edition iframe {
    width: 100%;
    height: 500px;
}



table {
    border-spacing: 10px;
    width: 100%;
	background-color: transparent;
}

table.fullcalendar td {
	border: none;
	text-align: center;
    border-radius: 4px;
}

table.fullcalendar ul {
	list-style-type: none;
	margin: 0;
}

table.fullcalendar li {
	font-size: 17px;
	line-height: 21px;
	margin: 0 0 15px 0;
	text-align: left;
}

table.fullcalendar li a {
	font-size: 17px;
}

table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
	background-color: rgba(255,206,78,0.5);
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 4px rgba(100,100,100,0.1);
    -moz-box-shadow: 4px 4px 4px rgba(100,100,100,0.1);
    box-shadow: 4px 4px 4px rgba(100,100,100,0.1);
    padding: 10px;
}

table.em-calendar td.eventless-pre, table.em-calendar td.eventful-pre {
	background-color: #f3f3f3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 0px 13px 2px rgba(50, 50, 50, 0.05);
    -moz-box-shadow: inset 0px 0px 13px 2px rgba(50, 50, 50, 0.05);
    box-shadow: inset 0px 0px 13px 2px rgba(50, 50, 50, 0.05);
    padding: 10px;
    color: #c3c3c3;
}

table.em-calendar td.eventless-pre a, table.em-calendar td.eventful-pre a {
    color: #c3c3c3;
    text-decoration: none;
}

table.em-calendar td.eventful {
     border: 1px solid #9E6329;
	background-color: #ffffff;
 -webkit-border-radius: 7px;
 -moz-border-radius: 7px;
 border-radius: 7px;
    padding: 10px;
}

table.em-calendar td.eventless {
	background-color: #f9f9f9;
     border: 1px solid #e6e6e6;
    border-radius: 4px;
    -webkit-box-shadow:  0px 0px 13px 4px rgba(50, 50, 50, 0.05);
    -moz-box-shadow:  0px 0px 13px 4px rgba(50, 50, 50, 0.05);
    box-shadow: 0px 0px 13px 4px rgba(50, 50, 50, 0.05);
    padding: 10px;
}

table.em-calendar td.eventful-post, table.em-calendar td.eventless-post {
	background-color: #f3f3f3;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 10px;
}

table.em-calendar td.eventful-post a, table.em-calendar td.eventless-post a {
    color: #9E6329;
    text-decoration: none;
}

table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
    color: #9E6329;
    text-decoration: none;
}

table.em-calendar td.eventful a:hover, table.em-calendar td.eventful-today a:hover {
    color: #FD7E29;
    text-decoration: none;
}

table.em-calendar thead {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    text-align: center;
	color: #77787B;
    padding: 0 25px;
    font-size: 42px;
}

tr.days-names {
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
	color: #77787B;
    padding: 10 0px;
    font-size: 17px;
    text-align: center;
}

table.em-calendar td.eventful-today a {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
}

.em-location-map-container {
	border: 4px solid #fff;
	border-radius: 3px;
}

.gm-style div, .gm-style span, .gm-style label, .gm-style a {
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    font-size: 17px;
	line-height: 21px;
}

.em-map-balloon .em-map-balloon-content {
margin: 0px 0px 0px 0px !important;
padding: 0px 0px 10px 0px !important;
font-size: 17px !important;
line-height: 21px;
color: #000000 !important;
width: auto !important;
max-width: none !important;
height: auto !important;
max-height: none !important;
}

.gm-style-iw h3  {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    font-size-adjust: 0.49;
    font-style: normal;
    font-size: 21px;
    line-height: 27px;
    margin: 0;
}


p.event-date {
	background: #fefefe;
    padding: 25px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    width: 80%;
    margin: 0 0 30px 0;
}

a.em-calnav-prev {
	color: transparent;
    background: url('images/previous.png') no-repeat;
	height: 45px;
	width: 45px;
}

a.em-calnav-next {
 	color: transparent;
   background: url('images/next.png') no-repeat;
	height: 45px;
	width: 45px;
}

#main-map blockquote p {
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
	margin-bottom: 25px;
}

#main-map blockquote {
	padding: 0;
}

h1.h2 {
	margin-bottom: 0;
}

div.wpcf7-mail-sent-ok {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 44px;
	border: none;
	margin: 0;
	color: #6DB53C;
}

div.wpcf7-validation-errors {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 44px;
	border: none;
	margin: 0;
	color: #f8994f;
}

span.wpcf7-not-valid-tip {
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
	margin: 0 20px 10px 0;
	color: #f8994f;
}

div.wpcf7-response-output {
	padding: 0;
}

select {
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
	width: 250px;
	height: auto;
	border: 1px solid #cccccc;
	color: #77787B;
    -webkit-appearance: none;
    padding: 12px 20px;
    font-size: 21px;
    line-height: 27px;
    border-radius: 4px;
    margin-top: -10px;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    background: url('images/dropdown.png') no-repeat right #e4e4e4;
}

input[type="file"] {
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
	width: 250px;
	height: auto;
	border: 1px solid #cccccc;
 	color: #77787B;
   -webkit-appearance: none;
    padding: 12px 20px;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 27px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    background: url('images/upload.png') no-repeat right #e4e4e4;
}

.single .directory-contact-list {
	background: #fefefe;
    padding: 25px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    width: 80%;
    margin: 20px 0;
}

p.noMatches {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 44px;
}

#logo img {
	padding-top: 10px;
}

abbr {
	border-bottom: 2px dotted #9E6329;
	margin-bottom: -2px;

}

abbr:hover {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

#tooltip {
font-size: 17px;
line-height: 24px;
text-align: left;
color: #333;
background: #fff;
background: -webkit-gradient( linear, left top, left bottom, from( rgba( 255, 255, 255, 1 ) ), to( rgba( 255, 255, 255, 1 ) ) );
background: -webkit-linear-gradient( top, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, 1 ) );
background: -moz-linear-gradient( top, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, 1 ) );
background: -ms-radial-gradient( top, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, 1 ) );
background: -o-linear-gradient( top, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, 1 ) );
background: linear-gradient( top, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, 1 ) );
border-radius: 5px 0px 0px 5px;
-moz-border-radius: 5px 0px 0px 5px;
-webkit-border-radius: 5px 0px 0px 5px;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
z-index: 100;
padding: 20px 15px 20px 25px;
}


/* Front page Events widget */
.widget_em_widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_em_widget .block {
	margin-bottom: 18px;
    padding: 0;
}

.widget_em_widget .block > * {
	margin-right: 0;
}

.widget_em_widget .date-block {
	text-align: center;
	margin: 5px 0;
    font-size: 17px;
    line-height: 27px;
}

.widget_em_widget .date-block .day-large {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    color: #77787B;
    font-size: 42px;
    display: block;
    padding-top: 18px;
}

h2.event-list {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 27px;
    padding: 10px 20px 10px 5px;
}


.widget_wp_related_posts {
    background-color: #f3f3f3;
}

.widget_awesomeweatherwidget h2 {
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	font-size-adjust: 0.49;
	font-style: normal;
	font-size: 21px;
	line-height: 27px;
}

.archive_title {
	margin-bottom: 30px;
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	font-size: 42px;
	line-height: 44px;
	color: #77787B;
	text-align: center;
}

.search h1 {
	margin-bottom: 30px;
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
	font-size: 42px;
	line-height: 44px;
	color: #77787B;
	text-align: center;
}

.table-contents #list {
	font-size: 17px;
	line-height: 24px;
    margin: 30px 0 20px 0;
    padding: 20px 20px 25px 20px;
    opacity: 0;
    -webkit-box-shadow: 0 5px 3px -3px #dfdfd7;
    -moz-box-shadow: 0 5px 3px -3px #dfdfd7;
    box-shadow: 0 5px 3px -3px #dfdfd7;
    background: #fefefe;
    position: relative;
    z-index: 1;
    filter: alpha(opacity=0);
    border-radius: 0 4px 4px 0;
}

.table-contents ol {
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 5px;
	margin-left: 25px;
}

.table-contents ul {
	margin-bottom: 20px;
	margin-left: 0;
}

.table-contents ul li {
	margin-top: 6px;
	list-style-type: circle;
}

#comments-toggle, .all-events-link {
    white-space: nowrap;
    float: right;
    clear: both;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 21px;
    line-height: 29px;
    text-align: center;
    background: #BDBCBC;
    opacity: 0.8;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#comments-toggle {
    margin-top: 0;
}

#main article {
    border-bottom: none;
}

.all-events-link:hover {
    color: #fff;
    opacity: 1;
}

.all-events-link a {
    color: #fff;
    text-align: center;
}

p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0.8em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.single-print_edition h1.single-title {
    text-align: center !important;
}

ul, ol {
    margin: 0 0 25px 25px;
}

.wpp-container {
	margin: 25px 0;
	padding-left: 55px;
    line-height: 25px;
}

.wpp-title {
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
	font-size: 21px !important;
	line-height: 26px !important;
}

.wpp-title a {
    color: #3c3c3b;
}

.wpp-title a:hover {
    color: #6c8749;
}

.wpp-stats {
	color: #808080;
	font-size: 14px;
	line-height: 18px;
}


ul.related_post li a.wp_rp_title {
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    font-size: 21px !important;
    line-height: 26px !important;    
    color: #3c3c3b;
    padding-right: 5px;
}

ul.related_post li a:hover {
    color: #6c8749;
}

.wp_rp_publish_date {
    color: #808080 !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.wp_rp_content .widgettitle {
    margin-bottom: 15px !important;
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    font-size: 42px !important;
    line-height: 44px !important;
    color: #77787B !important;    
}

.popular-posts .widgettitle {
    margin-bottom: 15px;
    font-family: "rooney-sans",sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 44px;
    color: #77787B;    
}

.home #tnt_pagination {
    display: none;
}

.titlebelow {
    margin: 12px 0 35px 0;    
}

.titlebelow a {
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    font-size: 19px !important;
    line-height: 23px !important;    
    color: #3c3c3b;
}

.titlebelow a:hover {
    color: #6c8749;
}

.widget_awesomeweatherwidget .awesome-weather-wrap {
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
	background: none;
	color: rgb(60, 60, 59) !important;
	text-shadow: none;
}

.widget_awesomeweatherwidget .awesome-weather-header,
.widget_awesomeweatherwidget .awesome-weather-attribution {
	display: none;
}

.widget_awesomeweatherwidget .awesome-weather-current-temp {
	width: auto;
	font-size: 45px;
}

.widget_awesomeweatherwidget .awesome-weather-todays-stats {
	float: left;
	text-align: left;
	font-size: 25px;
	padding-left: 0px;
}

.widget_awesomeweatherwidget .awesome-weather-todays-stats .awe_humidty,
.widget_awesomeweatherwidget .awesome-weather-todays-stats .awe_wind,
.widget_awesomeweatherwidget .awesome-weather-todays-stats .awe_highlow {
	display: none;
}

.widget_awesomeweatherwidget .awesome-weather-wrap .awesome-weather-current-temp {
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 90px;
}

.widget_awesomeweatherwidget .awesome-weather-wrap .awesome-weather-current-temp strong {

}

.widget_awesomeweatherwidget .awesome-weather-wrap.awe-preset-thunderstorm .awesome-weather-current-temp  { background-image: url(./awe-backgrounds/01d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-preset-drizzle .awesome-weather-current-temp { background-image: url(./awe-backgrounds/09d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-preset-rain .awesome-weather-current-temp { background-image: url(./awe-backgrounds/10d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-preset-sleet .awesome-weather-current-temp { background-image: url(./awe-backgrounds/13d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-preset-snow .awesome-weather-current-temp { background-image: url(./awe-backgrounds/13d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-preset-tornado .awesome-weather-current-temp { background-image: url(./awe-backgrounds/50d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-preset-cloudy .awesome-weather-current-temp { background-image: url(./awe-backgrounds/04d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-preset-tropical-storm .awesome-weather-current-temp { background-image: url(./awe-backgrounds/11d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-preset-hurricane .awesome-weather-current-temp { background-image: url(./awe-backgrounds/11d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-preset-windy .awesome-weather-current-temp { background-image: url(./awe-backgrounds/03d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-preset-hail .awesome-weather-current-temp { background-image: url(./awe-backgrounds/11d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-preset-calm .awesome-weather-current-temp { background-image: url(./awe-backgrounds/02d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-preset-breeze .awesome-weather-current-temp { background-image: url(./awe-backgrounds/02d.png); }


.widget_awesomeweatherwidget .awesome-weather-wrap.awe-code-800 .awesome-weather-current-temp  { background-image: url(./awe-backgrounds/01d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-code-801 .awesome-weather-current-temp  { background-image: url(./awe-backgrounds/02d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-code-802 .awesome-weather-current-temp  { background-image: url(./awe-backgrounds/03d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-code-803 .awesome-weather-current-temp  { background-image: url(./awe-backgrounds/04d.png); }
.widget_awesomeweatherwidget .awesome-weather-wrap.awe-code-804 .awesome-weather-current-temp  { background-image: url(./awe-backgrounds/04d.png); }

.home .soliloquy-container {
	background-image: url("images/preloader.gif");
	background-size: 130px 130px;
}

.home .home-photos .srizon-pagination {
	display: none !important;
}


#post-16519 img {
	margin: 25px 0 29px 0;
}

#post-16519 p {
	padding-left: 3%;
	padding-right: 15%;
}

#post-16519 blockquote p {
    font-family: "rooney-sans",sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 37px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

#post-16519 blockquote  {
	padding: 0;
}

#sabai-content {
	font-size: 14px;
}
