/*
 Theme Name:   persuasion-child  
 Description:  Persuasion Child Theme
 Author:       Rose Vines
 Author URI:   http://geekgirls.com
 Template:     persuasion
*/

@import url("../persuasion/style.css");

/* *************************************** BEGIN HELEN'S CUSTOM CSS *************************************** */

/************* REDUCE SPACE BEFORE MAIN CONTENT (originally 50px ************/
#content_inner {
  padding:20px 0;
}


/************* REDUCE PADDING AROUND DONATE! BUTTON ON HOME PAGE ************/
/************* THIS REPLACES CODE IN SHORTCODES.CSS **************/
.alignright {float:right; margin:0px 0 0px 4%; }

/************** HIDE COMMENTS BUBBLE *************/
.post_comments_bubble {display:none!important;}

/************** Adjust tagline in site header *************/
#header_inner { position: absolute; top: -10px; left: 570px; }
.tagline { position: absolute; top: 50px; color: #999999; font: sansation; font-size:14px; font-weight: normal; }

/************** USED WITH LIST CATEGORY PLUGIN *************/
.lcp_title { font-size:24px; color:#c3c3c3; }

/************** USED WITH THE MAILCHIMP SIGN-UP *************/
#mc_embed_signup input.email {
display: block;
padding: 6px 0;
margin: 0 4% 15px 0;
text-indent: 5px;
width: 58%;
min-width: 220px;
margin-left: 7px;
line-height: 14px;
border-radius: 3px;
}

#mc_embed_signup {
background: #909090;
clear: left;
font: 14px;
width: 250px;
max-width: 250px;
border-radius: 3px;
}

#mc_embed_signup input.button {
display: block;
margin: 0 0 11px 0;
width: 220px;
min-width: 220px;
margin-left: 7px;
}

#mc_embed_signup .button {
clear: both;
background-color: #eb952c;
border: 0 none;
border-radius: 4px;
color: white;
font-size: 15px;
font-weight: bold;
height: 34px;
line-height: 31px;
padding: 0;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
}

#mc_embed_signup input {
border: 1px solid grey;
-webkit-appearance: none;
}

#mc_embed_signup form {
display: block;
position: relative;
text-align: left;
padding: 20px 0 8px 3%;
}

#mc_embed_signup label {
display: block;
font-size: 14px;
padding-bottom: 5px;
font-weight: normal;
color: white;
margin-right: 0px;
}