@charset "utf-8";


#page {
	background-image: none!important;
	background: none!important;
}


#main {
	background-image: none!important;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background: transparent;
}

.news_page_list {
	margin: 0!important;
	padding: 0!important;
	list-style: none;
	width: 100%;
	text-indent: 0!important;
}

.news_page_list li.article {
	margin: 0 auto 20px auto!important;
	padding: 0 0 0 0!important;
	text-indent: 0;
	background: #efefef;
	list-style: none;
	display: inline-block;
	width: 100%;
}

.news_page_list li.article img {
	max-width: 100%;
	max-height: 100%;
}

.news_item {
	/*min-height: 300px;*/
	padding: 0;
	margin: 0;
	position: relative;
}

.news_item .article_image .helper { /*This allows vertical alignment of image see //stackoverflow.com/questions/7273338/ */
    display: inline-block;
    height: 100%;
    vertical-align: middle!important;
}

.news_item .article_image {
	width: 24%;
	vertical-align: middle!important;
	display: inline-block;
	min-height: 100%;
}

.news_item .article_content {
	width: 90%;
	padding: 3% 3% 3% 7%;
	font-size: 15px;
}

#main_content .news_item .article_content h3 {
	min-height: 25px;
	background-color: transparent;
	padding: 10px 15px 5px 0;
	margin: 0 0 10px 0;
	font-weight: bold;
    color: #404040;
}

#main_content .news_item .article_content p {
	padding-left: 0;
}

.news_item.with_image .article_content {
	vertical-align: middle!important;
	display: inline-block;
	width: 70%;
	padding: 3% 3% 3% 3%;
}

.news_item.full_article .article_content img {
/*	float: right;
	margin-left: 3%;
	margin-bottom: 3%;*/
}

.news_item.full_article .article_content h3:first-of-type {
	display: none;
}

.news_item .article_image img {
	vertical-align: middle!important;
	width: 100%;
    max-width: 100%;
	border: 0;
}

.news_item .article_image img { /* Uncomment below to make image actual width shrink to fit */
	/*width: auto;*/ /* IE8 Fix - otherwise max-width: 100% hides completely */
	height: auto; /* IE8 Fix - otherwise max-width: 100% hides completely */
	max-width: 100%;
	max-height: 100%;
}

.article_date,
.article_link {
	z-index: 999;
}

.article_date {
	vertical-align: middle!important;
	text-align: center;
	width: 6%;
	height: 70px;
	background: #43bbc3;
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	-khtml-border-radius: 0 0 20px 0;
	-moz-border-radius: 0 0 20px 0;
	-ms-border-radius: 0 0 20px 0;
	-o-border-radius: 0 0 20px 0;
	-webkit-border-radius: 0 0 20px 0;
	border-radius: 0 0 20px 0;
	overflow: hidden;
}

.article_date .helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle!important;
}

@media (max-width: 972px) {

	.article_date .helper {
		display: none;
	}


	.article_date {
		padding: 10px 5px 0 5px;
		height: 50px;
	}
}

.article_link img{
	vertical-align: middle!important;
	text-align: center;
	width: 70px;
	height: 70px;
	min-height: 70px;
	line-height: 70px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	background: url('/images/assets/blog_more0.png');
}

.article_link:hover img{
	background: url('/images/assets/blog_more1.png');
}

.article_link .helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle!important;
}

.author_and_add_this {
	width: 100%;
}

.author_and_add_this {
	clear: both;
	width: 100%;
	padding-top: 10px;
}

.article_author {
	font-weight: bold;
	font-size: 1.0em;
	width: 43%;
	padding: 0 0 0 7%;
	float: left;
}

.add_this_button {
	float: right;
	width: 43%;
	padding: 0 7% 10px 0;
	text-align: right;
}

@media (max-width: 972px) {
	.article_author,
	.add_this_button {
		width: 93%;
	}
}

/* -------------------------------------------------------------------------------------------- */

#comments_form, .comment_display {

	display: none;


	margin: 0 auto 20px auto;
	padding: 0 0 64px 0;
	text-indent: 0;
	background-image: url('/images/assets/background_area_cyan.png');
	color: #fff;
	background-position: center bottom;
	background-repeat: repeat;
	list-style: none;
	display: inline-block;
	width: 100%;
}

#comments_form_inner {
	width: 88%;
	padding: 6%;
}

#comments_form h2, .comment_display h2,
#comments_form h3, .comment_display h3 {
	color: #fff;
}

#comments_form h2, .comment_display h2 {
	font-size: 22px;
}

#comments_form h2 small, .comment_display h2 small{
	font-size: 12px;
}

#comments_form h3, .comment_display h3 {
	font-size: 18px;
}

.comment_display small {
	font-size: 10px;
	color: #696969;
}

/* -------------------------------------------------------------------------------------------- */

.blog_archive_year {
	margin: 0 auto 20px auto;
	padding: 0!important;
	text-indent: 0;
	background: #fff;
	list-style: none;
	display: inline-block;
	width: 100%;
}

.blog_archive_year_inner {
	width: 98%;
	padding: 1% 1% 3% 1%;
}

.blog_archive_year_inner a h3,
.blog_archive_year_inner h3 a{
	color: #222;
}

.blog_archive_month {
	list-style: none;
	margin: 10px 1%!important;
	display: inline-block;
	width: 22%;
	text-align: center;
	float: left;
	background: #ccc;
	padding: 20px 0!important;
	color: #fff;
	word-wrap: break-word;
	-khtml-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-ms-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	vertical-align: middle!important;
	font-size: 1.2em;
}

.blog_archive_month a {
	color: #fff;
	text-decoration: none;
	word-wrap: break-word;
	vertical-align: middle!important;
}

/*@media (max-width: 972px) {
	.blog_archive_month span{
		font-size: 0.8em;
	}
}*/

.blog_archive_month.has_entries {
	background: #3b4d5a;
	cursor: pointer;
	word-wrap: break-word;
}

.blog_archive_month.category{
	height: 70px;
}

.blog_archive_month.category span {
	word-wrap: break-word;
	width: 80%;
	padding: 10%;
}

.blog_archive_month.has_entries:hover {
	background: #43bbc3;
}

/* -------------------------------------------------------------------------------------------- */

.blog_navigation_bar {
	margin: 0 auto;
	padding: 0;
	text-indent: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.blog_navigation_bar_inner {
	width: 100%;
	padding: 2% 0;
}

.blog_navigation_bar_inner li {
	list-style: none;
	margin-left: 1%!important;
	margin-right: 0.5%!important;
	display: inline-block;
	width: 18%;
	text-align: center;
	float: left;
	background: #3b4d5a;
	cursor: pointer;
	padding: 20px 0!important;
	color: #fff;
	word-wrap: break-word;
	-khtml-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-ms-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	vertical-align: middle!important;
	font-size: 1.3em;
}

.blog_navigation_bar_inner a {
	color: #fff;
	text-decoration: none;
	word-wrap: break-word;
	vertical-align: middle;
}

.blog_navigation_bar_inner li:hover {
	background: #43bbc3;
}

@media (max-width: 972px) {
	.blog_navigation_bar_inner a {
		font-size: 0.8em;
	}
}

/* -------------------------------------------------------------------------------------------- */

#tagcloud {
    color:#fff;
    padding: 20px;
    text-align:center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	background: #06263a;
}

#tagcloud h4 {
    color:#fff;
	text-transform: UPPERCASE;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: left;
}

#tagcloud a:link, #tagcloud a:visited {
    text-decoration:none;
    color:#fff;
}

#tagcloud a:hover {
    text-decoration: underline;
}

#tagcloud span {
    padding: 4px;
	float: left;
}

#tagcloud .smallest {
    font-size: 10px;
}

#tagcloud .small {
    font-size: 15px;
}

#tagcloud .medium {
    font-size:20px;
}

#tagcloud .large {
    font-size:25px;
}

#tagcloud .largest {
    font-size:30px;
}
