html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */


@font-face {
  font-family: 'icons';
  src: url('iconset.eot?32004872');
  src: url('iconset.eot?32004872#iefix') format('embedded-opentype'),
       url('iconset.woff?32004872') format('woff'),
       url('iconset.ttf?32004872') format('truetype'),
       url('iconset.svg?32004872#iconset') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
}

.icon-gplus:before { content: '\e805'; } 
.icon-twitter:before { content: '\e806'; }
.icon-facebook:before { content: '\e804'; }
.icon-rss:before { content: '\e802'; } 
.icon-angle-circled-down:before { content: '\e800'; }
.icon-menu:before { content: '\e808'; }

/* --- */

body {
	background: #555;
	font-family: sans-serif, droid-sans, arial, Tahoma;
	line-height: 22px;
	font-size: 14px;
}

a {
	color: #348755;
	text-decoration: none;
}

#litemenu {
    position: absolute;
    top: 100px;
    display: none;
    width: 100%;
    background: #FFF;
    overflow: hidden;
    z-index: -1;
}

#litemenu ul, #litemenu li, #linklist, #linklist li {
	margin: 0;
	padding: 0;
}

#litemenu ul li {
    width: 100%;
    font-size: 15px;
    color: #639062;
    display: block;
    padding: 10px 0 10px 15px;
    border-bottom: 1px dotted #DDD;
    transition: color 0.3s;
}

#litemenu ul li.categ {
    color: #FFF;
    background: silver;
}

#litemenu ul li#closelid {
    color: #FFF;
    background: #444;
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

#headerwrap {
	background: #222;
	width: 100%;
	height: 50px;
}

#menuwrap {
	background: #348755;
	width: 100%;
	position: relative;
	min-height: 45px;
}

.wcontainer {
	margin: 0 auto;
	width: 1150px;
	max-width: 100%;
}

.defpadding {
	padding: 0 0 20px;
}

#headerright {
	float: right;
	margin-top: 10px;
}

#headerright div {
	float: right;
}

a[class^='icon-']{
    float: right;
    display: block;
    color: #444;
    font-size: 20px;
    border-radius: 50%;
    background-color: #FFF;
    padding: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 10px;
    transition: 0.3s;
}

a.icon-twitter:hover {
    color: #FFF;
    background-color: #68CEF5;
}

a.icon-gplus:hover {
    color: #FFF;
    background-color: #DD4B39;
}

a.icon-facebook:hover {
    color: #FFF;
    background-color: #3B5998;
}

a.icon-rss:hover {
    color: #FFF;
    background-color: #EB7E31;
}


#linklist {
	font-size: 14px;
	width: 100%;
	list-style-type: none;
	position: relative;
}

#linklist::after {
	content: "";
	display: block;
	clear: both;
}

#linklist li.menulink, li.menulink, #menubutton {
	font-size: 1em;
	display: block;
	float: left;
}


#linklist li.menulink, li.menulink {
	text-transform: uppercase;
	font-weight: bold;
}
	

#linklist li.menulink a.linknode, li.menulink span {
	display: block;
	color: #FFF;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	transition: 0.3s;
}

#menubutton span {
	font-size: 1.5em;
	display: block;
	color: #FFF;
	padding: 0 10px;
	margin-left: 5px;
	line-height: 43px;
	transition: 0.3s;
}

#linklist li.menulink a.linknode:hover, li.menulink span:hover {
	background: #227141;
}

#menubutton {
	display: none;
	height: 45px;
}

.menunolink, #menubutton {
	cursor: pointer;
}

#linklist li#searchbox {
	position: absolute;
	right: 10px;
	height: 45px;
}

#search {
	position: relative;
	background: #FFF;
	width: 324px;
	height: 31px;
	margin-top: 6px;
	padding-left: 10px;
	line-height: 31px;
	border-radius: 3px;
	border: 1px solid transparent;
	min-width: 200px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
}

#search input {
	border: 0;
}

#search input:not([type]), #search input[type='text'] {
	height: 25px;
	width: calc(100% - 80px);
}

#search input[type='submit'] {
	background-color: #348755;
    position: absolute;
    right: 3px;
    color: #FFF;
    height: 25px;
    margin-top: 2px;
    border-radius: 2px;
}


/* Categories dropdown menu */
#categories-list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: 0.3s;
	z-index: 9999;
}

#categories-content {
	background: #FFF;
	border: 1px solid #999;
	border-top: 3px solid #999;
	border-radius: 3px;
}

#categories-content::before {
	content:"";
	display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #999;
    position: absolute;
    margin-top: -8px;
    left: 83px;
    z-index:
}

#categories-content a {
	text-transform: none;
	display: block;
	color: #121212;
	padding: 10px 20px;
	font-weight: normal;
	min-width: 150px;
	transition: 0.3s;
}

#categories-content a:hover {
    color: #FFF;
	background-color: #348755;
}

#categories-link:hover > #categories-list {
	visibility: visible;
	opacity: 1;
	padding-top: 10px;
}

/* Main column */

#content-bg {
	width: 100%;
	background: #EBEBEB;
	overflow: hidden;
}

#content {
	background: white;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	margin: 0 auto;
	overflow: hidden;
	width: 1150px;
	max-width: 100%;
}

#main-wrap, #footer-left {
	float: left;
	width: 100%;
	margin-right: -344px;
}

#main {
	margin-right: 344px;
	max-width: 100%;
	padding: 30px;
	border-right: 1px solid #B3B3B3;
}

article {
	margin-bottom: 20px;
	display: block;
	color: #121212;
	padding-bottom: 15px;
	border-bottom: 1px dotted #B3B3B3;
	overflow: hidden;
}

article a, #sidebar a, #litemenu a {
	color: #348755;
	transition: color 0.3s;
}

article a:hover, #sidebar a:hover, article.important header a:hover, #litemenu a:hover {
	text-decoration: underline;
}

article header, article h1 {
	font-size: 18px;
	line-height: 30px;
}
img.home_icons {
	float: left;
	width: 180px;
	height: auto;
	max-height: 150px;
	padding: 0 12px 4px 4px;
}
article.important header a:before {
    content: "Featured";
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    padding: 0 5px 0 29px;
    border-radius: 3px;
    display: inline-block;
    height: 25px;
    background: url('star.png') #EA972C no-repeat 5px 0;
    margin-right: 5px;
    margin-bottom: 2px;
}

article .details, article .details a {
	color: #666;
	font-size: 12px;
}
article em
{
	font-style: italic;
}
article strong
{
	font-weight: bold;
}

/* Right column */

#sidebar-wrap {
	width: 342px;
	float: left;
	border-left: 1px solid #B3B3B3;
	margin-left: -1px;
}

#sidebar {
	padding: 15px;
}

#sidebar aside {
    padding-bottom: 20px;
    color: #555;
}

#sidebar aside header, .article-box header, #about-author header, .wide-article-box header {
    font-size: 18px;
    color: #444;
    padding-bottom: 10px;
}

.popular-list {
    padding-bottom: 5px;
}

.popular-list a {
    display: block;
    margin-bottom: 0px;
}

.popular-list span.comments {
    font-size: 12px;
}

/* Footer field */
#footer {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid black;
}

#footer-content {
	padding: 20px 0 50px 0;
	overflow: hidden;
	margin: 0 auto;
	width: 1150px;
	max-width: 100%;
	text-align: center;
}

#footer-left-content {
    margin-right: 344px;
	max-width: 100%;
}

#footer-right {
    width: 344px;
    float: right;
}

#footer-right a {
	font-weight: bold;
}

.extra-info {
    text-align: left;
    display: block;
    color: #EEE;
    padding: 15px;
	font-size: 13px;
}

.extra-info {
    float: left;
}

.extra-info ul {
	padding: 0;
}

.extra-cr {
    max-width: 100%;
    width: 244px;
    float: right;
}

.extra-info a {
    color: #EEE;
}

.extra-info a:hover {
    text-decoration: underline;
}

.extra-info header {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
}

.extra-info hr {
    height: 0;
    border: 1px solid #EEE;
    margin-bottom: 5px;
}

.extra-info ul {
    list-style-type: none;
}

.extra-info ul li {
    display: block;
    padding-bottom: 5px;
}

#supportive-links {
	font-size: 18px;
	margin: 30px 0 40px;
	color: #AAA;
}


/* Full article view */
article.full {
	border-bottom: 0;
	margin-bottom: 10px;
}

article.full header, article.full h1 {
	font-size: 25px;
	font-weight: normal;
	text-align: left;
}

article.full .author {
	color: #777;
	margin-bottom: 20px;
	font-size: 16px;
	margin-top: 10px;
}

article.full p {
	padding-top: 10px;
}

article.full .content {
	margin: 15px 0;
	font-size: 16px;
	line-height: 23px;
}

article.full img {
	max-width: 100%;
	border: 1px solid #999;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 auto;
}
img[type="image/svg+xml"] {
	border: none !important;
}
article.full .image {
	text-align: center;
}
article p[align=center] em {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	color: #555;
}
#sharebar {
	overflow: hidden;
	background: #EFEFEF;
	border: 1px solid #CCC;
	padding: 7px;
	border-radius: 2px;
}

#sharebar div {
	margin-right: 1rem;
	max-height: 20px;
}

#sharebar div:last-child {
	margin-right: 0;
}

.after-article::after {
	display: block;
	content: "";
	clear: both;
}

.wide-article-box {
	margin-top: 20px;
	box-sizing: border-box;
	float: left;
	color: #555;
}

.article-box {
	margin-top: 20px;
	box-sizing: border-box;
	color: #555;
	border-right: 20px;
	padding-right: 20px;
	font-size: 16px;
}

.article-box a:hover, .wide-article-box a:hover, table a:hover {
	text-decoration: underline;
}

.article-box .node, .wide-article-box .node {
	margin-top: 2px;
}

#about-author {
	display: block;
	padding: 5px 0;
}
#about-author p {
	font-size: 16px !important;
	color: #444;
}

#about-author::after {
	content: "";
	display: block;
	clear: both;
}

#about-author .pic {
	float: left;
	padding: 5px;
	border: 1px solid #AAA;
	max-width: 100px;
	margin-right: 10px;
	margin-bottom: 5px;
	background: #FFF;
}

#about-author header {
	margin-bottom: 10px;
}

#about-author a:hover {
	text-decoration: underline;
}

h1
{
	margin: 8px 0 12px;
	font-size: 18px;
	font-weight: bold;
}
h2
{
	margin: 8px 0 12px;
	font-size: 16px;
	font-weight: bold;
}
blockquote
{
	padding: 10px 30px;
	font-style: italic;
	font-weight: 700;
	color: #555;
}
.foot {
	font-size: 16px;
}

.foot::after {
	content: "";
	display: block;
	clear: both;
}

.pagination {
	float: left;
	padding-right: 20px;
}

.comments-label {
	float: left;
}

.pagination a, .pagination span {
	padding: 3px;
	border-radius: 2px;
	color: #FFF;
	margin: 0 1px;
	line-height: 220%;
}

.pagination a {
	background: #888;
	border: 2px solid transparent;
	transition: 0.3s;
}

.pagination a:hover {
	background: #348755;
	text-decoration: none;
}


.pagination span {
	color: #777;
	border: 2px solid #888;
}
figure {
	text-align: center;
	padding: 0px !important;
	margin: 10px 0px !important;
}
figure img {
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
	outline: solid 1px rgba(0,0,0,.1) !important;
	outline-offset: -1px !important;
}
figure figcaption {
	box-sizing: border-box;
	color: #FFF !important;
	background-color: #348755 !important;
	display: block !important;
	padding: 10px 40px !important;
	margin: 0px  !important;
	font-size: 14px !important;
	width: 100% !important;
}
figure img { max-width: 100% !important; }

@media (max-width:600px) {
figure figcaption { padding: 10px 10px !important; }
}


/* Media content */
@media screen and (min-width: 1920px) {
	.wcontainer, #content, #footer-content {
		min-width: 1150px;
		width: 60%;
	}
}


@media screen and (min-width: 951px) {
	#litemenu {
	    display: none;
	}
}

@media screen and (min-width: 850px) and (max-width: 950px) {
	#search {
		width: 200px;
	}
}

@media screen and (max-width: 850px) {
	img.home_icons {
		display: none;
	}
	#linklist li.menulink {
		display: none;
	}
	
	#linklist li#searchbox {
		position: initial;
		margin-right: 10px;
		margin-left: 50px;
		/*padding: 6px 0;*/
	}
	
	#search {
		width: 100%;
		float: left;
	}
	
	#menubutton {
		display: block;
	}
	#litemenu {
	    display: block;
	    z-index: -1;
    }

    .article-box {
		max-width: 100%;
		float:  none;
		padding: 0 !important;
	}

		#sidebar-wrap {
		float: none;
		width: 100%;
	}
	
	#main-wrap, #footer-left {
		float: none;
		margin-right: 0;
	}
	
	#main {
		margin-right: 0;
		border-bottom: 1px solid silver;
		padding: 10px;
	}

	.pagination {
		float: none;
	}

	.comments-label {
		margin-top: 20px;
		float: none ;
	}

}

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

	
	#footer-left-content {
	    margin-right:0;
    }
    
    #footer-right {
        float: none;
        width: 100%;
        overflow: hidden;
    }
	
	#headerwrap {
		text-align: center;
	}
	
	#social {
	    display: none;
	}

	article.important header a:before {
   		content: "";
   		padding-right: 1px;
   		margin-bottom: -5px;
	}
}

#pmLink {
	visibility: hidden;
        text-decoration: none;        
        cursor: pointer;        
        background: transparent;        
        border: none;    
        color: white;
        font-weight: bold;
}

#pmLink:hover {        
        visibility: visible;     
        text-decoration: underline;   
} 
