.site-title {
display:none;
}
 
.site-description {
display:none;
}

.header-main { 
display:none;
}

.entry-title {
display:none;
}
  
.site {
  padding: 0 20px;
  width: 1000px;
}

.site-header img, .widget img {
    max-width: 47%;
    margin-bottom:16px;
}

.main-navigation a {
    color:grey;
}
a:hover, a:focus, a:active {
  color:#000000;
}


.site-footer {
  display:none !important;
}

.site-header {
    margin-bottom: 2px;
    margin-top: 10px;
}

.site-main article {
    border-bottom: 0 solid #DDDDDD;
    padding: 10px 0 0;
}
p {
  margin-bottom:-1.4em;
}
.main-navigation a {
  font-size:13.5px;
  line-height:1.3;
}
#text-2 { 
  font-size:8pt;
  
}
#text-2 a:link {
    color: grey;
}

.site-main article {
  padding:0;
}
.main-navigation li.current_page_item a, .main-navigation li.current-menu-item a {
   color:#000000;
}
.site-content, .site-footer {
  margin-bottom:-35px;

}
@media only screen and (max-width: 480px) {
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
 
}