img#wcp_image {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9999;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img#wcp_image {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}

.site-info a {
   
    display: none;
}

.site-footer {
    display: none;
}


.entry-header {
    padding: 0 35%;
}

.hentry {
    
    margin: 0 29.3333%;
    padding-top: 2.3333%;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    
}

.input, textarea {
    border: 10px solid #A7BCF2;
    color: rgba(51, 51, 51, 0.7);
}

button, input[type="button"], input[type="reset"], input[type="submit"], .post-password-form input[type="submit"], .widecolumn #submit, .widecolumn .mu_register input[type="submit"] {
    background-color: #65a2f7;
    font-size: 1.4rem;
    padding: 0.8214em 1.6429em;
}


button, input, select, textarea {
    border-radius: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

#plugin-title {
  background-image: url(/assets/banner-772x250.jpg);
}
