body {
	bgcolor: #ffffff;
	link: #000080;
	vlink: #800000;
	font-family: Roboto Condensed, Fira Sans Condensed, sans-serif; 
	font-weight: 300;
	font-size: 16px;
}

.wrapper {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

#topheader {
	position: relative;
        border-bottom: 1px solid #000;
        height: 90px;
}

#logo {
	position:absolute;
	bottom:0;
	width:197px;
	height:30px;
	border:0;
	float:left;
}

a {
        text-decoration: none;
}

h1 {
	font-size: 1.6em;
	font-weight: 500;
	line-height: 2em;
	margin: 24px 0 12px 0;
	text-align: center;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 0;
}

h3 {
      font-size: 1.2em;
      font-weight: normal;
      margin: 12px 0 6px 0;
}

#menu {
	position:absolute;
	bottom:0;
	right:0;
	font-family: Oswald, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	height:1.5em;
}

#menu a {color: #000000;}
#menu a:hover {color: #339900; text-decoration: underline; text-shadow:2px 3px 7px #ccc;}

@media screen and (max-width: 768px) {
	#logo {position: relative; float: none;}
	#menu {position: relative; float: none;}
	img {max-width: 100%; height: auto;}
}

.container {
	display: flex;
	flex-wrap: wrap;
}

article {
	flex: 300px;
	padding: 10px;
}

.blockmenu {

}

.blockmenu img {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 15px;
}

.blocktitle {
        padding: 10px;
        font-size: 1.1em;
        font-weight: bold;
        max-width: 80%;
	margin: 0 10% 0 10%;
        cursor: pointer;
        border-top: 2px solid #999;
        border-bottom: 2px solid #999;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
}

.blocktitle a {
              color: #000000;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -ms-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease;
}

.blocktitle:hover {
	margin: 0;
	max-width: 100%;
	text-shadow:2px 3px 7px #ccc;
}

.blocktitle a:hover {color: #ff0909;}

.blockimg {
/*	height: auto;*/
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.blockimg:hover {
	opacity: .5;
}

.linkitem {
           font-size: 1.2em;
           margin-top: 12px;
           margin-bottom: 6px;
}

.smalltext {
	font-size: 0.9em;
	margin: 3px 0px 15px 0px;
}

.footer {
        border-top: 1px solid #000;
        height: 70px;
}

.footer article {
	text-align: center;
	font-size: 0.9em;
}

.thumb {
        display:inline-block;
        text-align: center;
        width: 150px; 
        height: 150px;
        line-height: 150px;
        cursor: pointer;
        border: 8px solid #fff;
        border-radius: 15px;
        box-shadow: 5px 5px 10px #999;
        margin: 10px;
        vertical-align: middle;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
}

.thumb img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.thumb:hover {
/*    -webkit-filter: saturate(200%); */
        border: 8px solid #ac0;
        background-color: #ac0;
}

.command {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 1.2em;
}

.fancybox__caption a {
  color: #FFEE00;
}

.rssdog a {
	font-size: 1.2em;
	font-weight: normal;
}

.rssdog td {
	font-size: 0.9em;
}