/*
Theme Name: FeedWordPress
Theme URI: https://fwpplugin.com/
Author: C. Johnson
Author URI: https://fwpplugin.com/
Description: Custom mods to the TwentyEleven theme for feedwordpress.radgeek.com
Version: 2018.0219
License: GNU General Public License
License URI: license.txt
Template: twentyeleven
*/

/* Start out with the basics... */

@import url("../twentyeleven/style.css");

/* Extend... */

article.sticky {
	background-color: #eee;
	font-size: smaller;
	margin-left: -2.0em; padding-left: 2.0em;
	margin-right: -2.0em; padding-right: 2.0em;
	border-radius: 10px;
}
article.sticky .entry-header .comments-link a {
	margin-right: 2.0em;
}
article.sticky .entry-format { display: none; }

#branding {
	position: relative;
}
#branding hgroup {
	position: absolute;
	margin: 0;
	
	/* expand to fill whole parent container */
	left: 0; right: 0; top: 0; bottom: 0;
}
#site-title {
	position: absolute;
	top: 15px; right: 0px;
	width: 400px;
	height: 150px;
	color: white;
	background: transparent url(//fwpplugin.com/wp-content/uploads/2011/10/feedwordpress-ribbon.png) no-repeat 0 0;
	margin: 0;
}
#site-description {
		position: absolute;
		bottom: 20px;
		right: 38px;
		left: auto;
		background-color: #eeeeee;
		color: black;
		opacity: 0.90;
		padding: 10px;
		text-align: center;
		font-size: 10.5pt;
		border-radius: 10px;
		margin: 0;
}

#branding #searchform {
	background: white;
	top: auto;
	bottom: 26px;
	left: 48px;
	right: auto;
}
#site-title a {
	position: absolute;
	display: block;
	text-align: center;

	font-size: 24pt;
	color: white;
	line-height: inherit;
	left: 0px;
	top: 10px;
	width: 400px;
	height: 150px;
}

#wpw_tab_nav {
	position: absolute;
	left: 10%;
	text-align: left !important;
	right: auto;
	top: 4.375em;
}
.contents {
	position: absolute;
	right: 88%;
	top: auto;
}
.content_list {
	margin-left: 0;
	padding-left: 0;
}

.download-box {
    background-color: #E0EFE0;
    border: 1px dotted #777777;
    float: right;
    font-size: 0.8em;
    margin-left: 0; /*1.5em;*/
    padding: 0 0.5em; /* 1.5em; */
    width: /*25em;*/ auto;
}

.download-box h3 {
    border-bottom: 1px dotted black;
    color: inherit;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    font-size: 100%;
}
.download-box ul {
    list-style: none outside none;
    margin-left: 0;
    padding-left: 0;
}
.download-box ul li {
    list-style: none outside none;
    margin-left: 0;
    padding-left: 0;
}
.download-options .description {
    color: #777777;
    font-size: 0.8em;
    font-style: italic;
}


address.vcard {
	background: #e0e0e0;
	padding: 10px;
	border-radius: 5px;
	margin: 1.0em 5.0em;
}
.for-contact-form address.vcard h4 {
	font-size: 10.5pt;
}
.for-contact-form address.vcard {
	width: 40%;
	font-size: 9pt;
	float: right;
	margin: 0;
}
.for-contact-form .email {
	font-size: 7.5pt;
}
.wpcf7-form-control-wrap br {
	display: none;
}
.wpcf7-form-control-wrap input {
	width: 35%;
}
.wpcf7-form .input-desc {
	width: 18%;
	text-align: right;
	display: inline-block;
	font-weight: bold;
	font-size: 90%;
	font-variant: small-caps;
	vertical-align: top;
}
.wpcf7-form div {
	margin-bottom: 5px;
}
.wpcf7-form textarea {
	width: 80%;
}
.submit-button {
	margin-top: 1.0em;
	text-align: center;
}
.wpcf7-submit {
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: green;
	border-radius: 5px;
	padding: 10px;
	text-transform: uppercase;
}

address.vcard ul {
	display: block;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
address.vcard ul li {
	display: block;
	margin-left: 0;
	padding-left: 0;
}
address.vcard h4 {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted black;
}

.widget h3 {
	text-align: center;
}

#text-3 {
	padding-top: 1em;
}
#text-3 .textwidget {
	text-align: center;
}
.FlattrButton {
	width: 64px; margin-left: auto; margin-right: auto;
	margin-top: 0.5em;
}
.paypal-donations {
	text-align: center;
}
