@charset "utf-8";

.header { 
	background: #edeef0;
	color: #808080;
}


.logo {
	background-image: url('/images/logo-50.png');
	background-position: center center;
	background-repeat: none;
}



.top_info_right {
	border-left: 1px solid #eee;
}

.wrapper { 
	margin: 0 auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1em;
}

ol, ul {
	margin-left: 4em;
	margin-bottom: 1.4em;
}
h4 {
	margin-top: 2em;
}

 


.block h3 {
	margin-top: 10px;
}

.forum-topic-navigation {/*from drupal css*/
    padding: 1em 0 0 3em;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    text-align: center;
    padding: 0.5em;
    width: 98%;
    margin: 1em 0;
    /*float: left;*/
}


.topics-table {
	margin-top: 1.4em;
}
.topics-table td, .topics-table th{
	padding: 0.6em;
}
.last-comment-author {
	display: block;
}
.multy-pages, .multy-pages a{
	font-size: 0.9em;
}

#tracker td.replies {
	width: 15%;
}

.theme-row {
	display: flex;
	gap: 1em;
	justify-content: space-between;
}

.category-title {
	order: 1;
	width: 30%;
}
.theme-title {
	order: 2;
	width: 60%;
}
.author-name {
	order: 3;
	width: 10%;
}

@media all and (min-width: 600px) and (max-width: 1000px) {
	.theme-row {
		display: flex;
		flex-direction: column;
		gap:0.4em;
	}
	.category-title {
		order: 2;
		width: 100%;
		font-style: italic;
		font-size: 0.9em;
	}
	.theme-title {
		order: 1;
		width: 100%;
	}
	.author-name {
		order: 3;
		width: 100%;
		font-size: 0.9em;
	}

}

@media all and (max-width: 600px) {
	.theme-row {
		display: flex;
		flex-direction: column;
		gap:0.4em;
	}
	.category-title {
		order: 2;
		width: 100%;
		font-style: italic;
		font-size: 0.9em;
	}
	.theme-title {
		order: 1;
		width: 100%;
	}
	.author-name {
		order: 3;
		width: 100%;
		font-size: 0.9em;
	}
}





.avatar {
	float: right;
	border: 1px solid #abc;
	width: 85px;
	height: 85px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0  0em 0 0.5em;
}


.submitted {	
	padding: 0em;
	margin-bottom: 1em;
	font-family: Arial;
	font-size: 0.9em;
	
}
.submitted .item-publish-date {
	white-space: nowrap;
}


.comment-info {
	margin-right: 105px;
	border-bottom: 1px solid #f0f0f0;
	padding: 0.5em 0 0.5em 0; 
}

blockquote,
cite, .quote {
    margin-right: 95px !important;
    max-width: 70%;
    display: block;

    background-color: #fdfaf4;
  background-image: url('/files/ico/blockquote.svg');
  background-repeat: no-repeat;
  background-position: 1em 1em;
  margin: 1em 0 1.2em 0em;
  padding: 1em 1em 0.6em 4em;
  background-size: 4em;
  background-position: top left;
  border-radius: 0.4em 1.6em 0.4em 0.4em;
  min-height: 3em;
  font-style: normal;
  background-size: 3em;
  background-position: 0.2em 0.4em;
  border: 1px solid #f18f1557;
}

@media all and (max-width: 600px) {
	blockquote,
cite, .quote {
	margin-right: 0 !important;
	max-width: 100%;
}
}

.links a, .breadcrumb a {
	font-family: Arial;
	font-size: 0.9em;
	
}

#tracker {
	font-family: Arial, Sans-Serif;
}

@media all and (min-width: 600px) and (max-width: 800px) {
	.sidebar-left {
		flex: 0 0 10em;
		margin-top: 10px;
		margin-right: 1em;
	}
	.main-content {
		margin-top: 10px;
	}
	body {
		font-size: 13px;
	}
	.main-menu { 	
		padding-left: 10em;
	}
	.main-menu li a { 
		padding: 0.2em 0.5em 0.2em 0.5em;
		font-size: 1.2em;
	}
	
	.avatar {
		width: 65px;
		height: 65px;
	}
	cite, .quote {
		margin-right: 95px !important;
	}
	
	.comment-info {
		margin-right: 75px;
	}
	.comment .content {
		margin-right: 0;
	}
	
}

@media all and (max-width: 600px) {
	.sidebar-left  {
		display: none;
	}
	.main-content {
		margin-left: 0;
		margin-top: 15px;
	}
	.main-menu { 	
		padding-left: 0;
	}
	body {
		font-size: 12px;
	}
	/*
	#tracker tr th:first-child,
	#tracker tr td:first-child{
		display: none;
	}
	*/
	
	.multy-pages-description {
		display: none;
	}
	.avatar {
		width: 45px;
		height: 45px;
	}
	cite, .quote {
		margin-right: 110px !important;
	}
	
	.comment-info {
		margin-right: 60px;
	}
	.comment .content {
		margin-right: 0;
	}
	
}

input[type="text"],
input[type="password"] {
	padding: 0.4em 1em;
	border: 1px solid #979595;
	border-radius: 5px;
	margin: 0 0 0.4em 0;
}

input[type="submit"] {
	padding: 0.6em 2em;
    border: 1px solid #979595;
    border-radius: 5px;
    margin: 0.6em 1em 0.6em 0;
    font-size: 1.1em;
}

select {
  padding: 0.4em 1em;
}

textarea {
	padding: 0.4em 1em;
	border: 1px solid #979595;
	border-radius: 5px;
	margin: 0.6em 0;
}

.profile .category-title {
	font-size: 1.5em;
}

.profile .profile-category {
	margin-bottom: 2em;
	margin-left: 10em;
}

.profile .profile-item-container {
	margin: 1em 0;
}

.profile .item-title {
	font-weight: bold;
	margin-top: 1em;
}
.profile .item-value {
	margin-bottom: 1em;
}




.image-attach-teaser img {
	max-width: 100%;
}

.node-item:after {
	display: block;
	content:'';
	clear:left;
}


.node-item-teaser > .image-attach-teaser {
	margin-right: 2em;
	max-width: 180px;
	order:2;
	flex-basis: 18%;
}

.node-item-full-content > .image-attach-teaser,
.node-item-full > .image-attach-teaser {
	margin-right: 2em;
	max-width: 280px;
}




.node-item-teaser {
	
	margin:2em 0;



	border: 1px solid #c6c6c6;
	border-radius: 0.4em;
	padding: 1em 2em;
	
}

.image-attach-teaser {
	margin-top: 0.5em; /* magic constant font family */
}


.node-item-teaser > .image-attach-teaser {
	float: left;
}

.node-item-teaser.item-blog {
	border-radius: 3.8em 0.5em 0.5em 0.5em;
  padding: 1em 1em;
}

.node-item-full-content > .image-attach-teaser,
.node-item-full > .image-attach-teaser {
	float: left;
}

.node-item-full-content {
	clear:left;
	margin-top: 3em;
}

.node-item-teaser .item-header {
	
}
.node-item-teaser .item-header h2 {
	margin-bottom: 1em;
}
.node-item-teaser .item-header .submitted {
	margin: 0;
}

.node-item-teaser .item-content {
	
}




.node-item-teaser .item-content .content {
	margin: 0;
	padding: 0;
	margin-bottom: 1.2em;
}

.node-item-teaser .additional-info {
	margin: 0;
	margin-top: 1.2em;
	color: #777;
text-align: right;
clear: left;
}


@media all and (max-width: 600px) {

	.node-item-teaser {
		padding: 1em;

	}

	.node-item-teaser > .image-attach-teaser {
		margin-right: 0;
		float:none;
	}
	.node-item-teaser .item-content {
		
	}
	.node-item-teaser .additional-info {
		margin: 1em 0;
		text-align: left;
	}

	.node-item-full-content > .image-attach-teaser,
	.node-item-full > .image-attach-teaser {
		float: none;
	}
}

img[src$='NO-IMAGE-AVAILABLE_1024x1024.webp'] {
	max-width: 200px !important;
}