.site-header {
	padding: 2px 0;
}
.site-content {
}
.entry-header .entry-title {
  	margin-top: 30px;
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
div.post_excerpt{
	color: transparent;
}
div#slideshow-wrappergallery2.slideshow-wrapper{
  	positon: relative !important;
 	width: 66% !important;
    	height: auto !important;
}
table, tbody, td {
    	border: 1px solid transparent;
  	font-size: 120%;
}
.entry-content table tbody tr td{
  	width: 30%;
}
.entry-content table tbody tr td .fullcolumn{
  	width: 70%;
}
.qwerf table tbody tr td{
	border: 1px solid black;
  	font-color: black;
  	padding: 0 0 0 10px;
}
.qwerf table tbody tr:nth-child(even) {
    background-color: rgb(245,245,245);
}
.qwerf table tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}
th{
	border: 1px solid black;
  	font-style: bold;
}
th *{
  	font-size: 140%;
  	padding: 0 0 0 10px;
}
/* unvisited link */
a:link {
    color: dark-grey;
}

/* visited link */
p a:visited {
    color: red;
}

/* mouse over link */
a:hover {
    color: dark-blue;
}

/* selected link */
a:active {
    color: dark-green;
}

.site-info a.imp {
	padding-left: 20px;
}

.site-content div article {
	border: 1px solid transparent;
  	padding: 0 0 0 0;
}

@media only screen and (max-width: 1026px) {
    #fadeshow1 {
        display: none;
    }
}

.site {
	background-color: white;
}