body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
	    background-color: #FFF;
    background-image: url(/wp-content/uploads/2019/02/bg.gif);
    background-repeat: repeat-x;
}

.site-header {
	margin-bottom: 5rem;
}
.site-footer {
    background: none;
	display: none;
}

h1, h2, h3, #calendar_wrap caption, h4, h5, h6 {
    clear: both;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
    margin: 1rem 0;
}

.entry-header .entry-title {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 12px;
	    font-weight: bold;
}

b, strong {
    font-weight: bold;
	color: #ee7f00;
}

.widget-area .widget ul, .widget-area .widget ol {
    font-size: 12px;
}

.wp-block-media-text {
    margin-bottom: 30px;
}

.wp-block-media-text>figure>img, .wp-block-media-text>figure>video {
    width: auto;
}

.wp-block-media-text .wp-block-media-text__content {
    padding-left: 0px;
}

.widget-area .widget ul li {
    font-size: 14px;
}

#site-navigation{
	width: 200px;
	float: left;
	background: none;
	padding-top: 20px;
}
#site-navigation .menu li, #site-navigation .nav-menu li {
    list-style: none;
    margin: 0;
    text-align: right;
	width: 200px;
}

#site-navigation .menu li a, #site-navigation .nav-menu li a {
    font-weight: normal;
    text-decoration: none;
    display: block;
    color: #7e7e75;
    line-height: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: bold;
}

.entry-header {
	display: none;
}

.first-header-line{
	height: 150px;
}

.bg-orange{
	background-color: #ee7f00;
	width: 203px;
	height: 30px;
	margin-top:-5px;
	margin-left: -3px;
	float: left;
	border-left: solid white 3px;
}

.bg-grey{
	background-color: #5d5d5f;
	height: 30px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	padding-top: 5px;
}

.footer-line{
	height: 30px;
}

.footer-line .bg-orange{
	margin-top: 0px;
	margin-left: 0px;
}

.header-info-text{
	color: #FFFFFF;
	font-weight: bold;
	width: auto;
	text-align: right;
	float: right;
	border-right: solid white 3px;
		height: 30px;
		margin-top:-5px;
	padding-right: 5px;
	padding-top: 5px;
}

.left-sidebar #primary {
    float: left;
    max-width: 600px;
}
.no-border-table{
	    border: 0px solid #ffffff;
}

.to-top{
	margin-top: -40px;
}


table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 0px solid #ffffff;
	text-align: left;
}

table, td {
    border: 0px solid #eaeaea;
    line-height: 1.42857;
    padding: 0px;
	padding: 0rem;
    vertical-align: middle;
    text-align: left;
}

.entry-content table > thead > tr > th, .entry-content table > tbody > tr > th, .entry-content table > tfoot > tr > th, .entry-content table > thead > tr > td, .entry-content table > tbody > tr > td, .entry-content table > tfoot > tr > td {
  padding: 0px;
  padding: 0rem;
}

.entry-content{
	min-width: 600px;
}

.content-area{
	margin-left: 20px;
}

.verivoxad{
	width: 100%;
	height:30px;
	margin-left: 5px;
}


@media screen and (max-width: 500px) {
	#leftImage{
		display: none;
	}
	
	.header-info-text{
		display: none;
	}
	
	.entry-content{
		min-width: auto;
	}
	.to-top{
	margin-top: 0px;
}
}