/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after {
	content: '';
	display: table;
}

.clear:after {
	clear: both;
}




/* =Menu
----------------------------------------------- */


.navigation-main,
.main-small-navigation { 
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: 36px;
	background-color: #ECECEC;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	margin-bottom: 16px;
}
.main-small-navigation {
	float: none;
	height: auto;
}
.menu-toggle, .main-small-navigation ul.nav-menu.toggled-on h1,
.navigation-main h1 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	height: 40px;
	float: left;
}
.navigation-main li {
	float: left;
	position: relative;
	padding: 8px 16px;
	border-left: #f3f3f3 solid 1px;
	border-right: #e4e4e4 solid 1px;
}
.navigation-main a {
	display: block;
	text-decoration: none;
	color: #909090; 
	font-size: 14px;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 100px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
	color: #333;
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

.navigation-main form.searchform {
	padding-top: 3px;
	float: right;
}
.navigation-main form.searchform input[type="search"] {
	width: 60%;
}
.navigation-main form.searchform input[type="submit"] {
	margin-top: -8px;
	padding: 0;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}
.main-small-navigation ul li {
	list-style: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
	.navigation-main form {
		display: none;
	}
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

.site-header {
	text-align: center;
}
.site-header h2 {
	font-size: 24px;
}

.home-feature {
	padding-bottom: 10px;
	border-bottom: dotted 1px #e4e4e4;
 	margin-bottom: 30px;
}

.home-feature-img  {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.home-feature > div header,  .widget > article div header, .close-articles article div header  {
	position: absolute;
	bottom: 0px;	
	left: 0px;
	background-color: #000;
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	width: 100%;

}
.home-feature > div header > h1, .widget > article div header > h1, .close-articles article div header > h1  {
	line-height: 14px;
	padding: 0 8px 12px 8px;
}
.home-feature > div header > h1 a, .widget >  article div header > h1 a, .close-articles article div header > h1 a {
	color: #fff;
	font-size: 14px;
}
.home-content {
}
.home-content .article-list {
}
.header-titles {
	background: url("../img/header-img.png") no-repeat scroll 0 0 transparent;
}
h1.entry-title,
#secondary h1.widget-title {
	font-size: 20px;
	margin-bottom: 4px;
	line-height: 22px;
}
#secondary h1.widget-title {
	margin-bottom: 16px;
}
.entry-meta a {
	color: #666;
	font-size: 14px;
}
.continue-reading { 
}
.home-content article.post {
	margin: 0px 20px 20px 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #f4f4f4;
}
span.sep {
	padding: 0 4px;
}
.widget .entry-meta {
	margin-top: 4px;
	text-align: center;
}
article.post footer.entry-meta {
	border-top: solid 1px #f4f4f4;
	margin-top: 8px;
	padding-top: 8px;
}
article.post footer.entry-meta, article.post footer.entry-meta a {
	font-size: 12px;
	font-family: Arial;
}
div.empty-img {
	height: 200px;
	background-color: #000;
}
.close-articles div.empty-img {
	height: 170px;
}
footer.site-footer {
	background-color: #F9F9F9;
	padding: 16px 0;
	text-align: center;
	border-top: solid 1px #f1f1f1;
}

#nav-below {
}
#nav-below div.nav-previous {
	float: left;
	margin-left: 20px;
}
#nav-below div.nav-next {
	float: right;
	margin-right: 20px;
}
#bg-map-canvas {
	width: 100%;
	min-height: 200px;
	max-height: 300px;
}
.widget_bg_related_widget .home-feature-img {
	max-height: 200px;
	overflow: hidden;
}
.widget_bg_related_widget .home-feature-img img {
	width: 100%;
}
#comment {
	width: 85%;
}
.comment-author img {
	width: 100%;
}
.comment-meta {
	background-color: #f4f4f4;
	padding: 8px;
	margin-bottom: 4px;
}
li.comment {
	margin: 36px 0;
	list-style: none;
}
.tag-cat-list {
	margin-bottom: 20px;
}
.tag-cat-list > li {
	list-style: none;
	float: left;
	width: 32.5%;
	padding: 4px 0;
}
@media only screen and (max-width : 600px) {
	.tag-cat-list > li {
		width: 49.5%;
	}
}
@media only screen and (max-width : 380px) {
	.tag-cat-list > li {
		width: 99.5%;
	}
}
.loc-list > li {
	width: 49.5%;	
	list-style: none;
	float: left;
	padding: 4px 0;

}
.loc-list > li > ul > li {
	padding: 2px 0;
}
.tagcloud a {
	line-height: 56px;
	margin-right: 6px;
}
h1.page-title {
	margin-bottom: 24px;
}
.page-header {
	margin-top: 0;
}
article.page {
	padding-right: 40px;
}
#article-map {
	width: 100%;
	height: 500px;
}
#article-map h2 {
	font-size: 16px;
	line-height: 16px;
}
.recent-popular .controls {
	margin-bottom: 12px;
	padding-bottom: 7px;
	border-bottom: solid 1px #ccc;
}
.recent-popular .controls a {
	text-decoration: none;
	font-size: 16px;
	border: solid 1px #ccc;
	padding: 8px 16px 8px 16px;
	background-color: #f4f4f4;
}
.recent-popular .controls a.active {
	position: relative;
	background-color: #fff;
}
.recent-popular li {
	margin-bottom: 6px;
}

#menu-primary-menu .sub-menu {
	margin-top: 16px;
}
#menu-primary-menu .sub-menu li {
	background-color: #fcfcfc;
	text-align: left;
}
