@charset "utf-8";
/* CSS Document */

body {
    background-image: url(https://thefedorachronicles.com/images/background/Radio-Show-blur-3000-dollar.jpg);
    background-color: #34733d;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.adaptive-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.three {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-300x {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-400x {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-500x {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-600x {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-800x {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-float {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	border: 0px;
}

#content #mainContent #authorInfo {
    /* Author info section */
    background-color: #34733d;
}

.clear {
    clear: both;
}

blockquote {
  margin-left: 20px;
}

.placeholder {
    width: 100%;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: auto;
    object-fit: contain;
}