/*  
Theme Name: Base Theme
Theme URI: http://www.pagelines.com/
Description: A starter child theme for PageLines.  Use this as a reference for building your own child themes for PageLines Store.
Version: 1.0.2
Author: PageLines
Author URI: http://www.pagelines.com
Tags: developer

Template: pagelines

*/

/*
Themes follow the basic WordPress themes header scheme with the following additions:

	Template: pagelines
	Tells wordpress this is a childtheme and where the parent files are stored.
	
	Demo: http://a.link.com
	Use this to point to a demo for this product.
	
	External: http://a.link.com
	Use this to point to an external site, authors home page for example.	
*/

/*
 * File Naming Conventions
 * -------------------------------------
 *	style.css 		 - Main theme style file.
 *  thumb.png		 - Thumbnail image used in the store and on pagelines.com for your product.
 *  screenshot.png	 - Primary screenshot, logo or graphic for your extension item (300px by 225px).
 *	screenshot-1.png - Additional screenshots -1 -2 -3 etc (optional).
 *	page.example.php - Custom page template, check the file for syntax. This is autoloaded.
 *	sections/		 - Bundle sections with your theme in this folder, each section in a seperate folder.
 */

div#site.one-sidebar-right {
	background-color: white;
}

footer {
	font-size: small;
}

#footer-copyright {
	text-align: center;
}

body {
	background-color: #000;
}

#mc_signup * {
        font-size: 13px !important; 
}
label.mc_var_label {
    display: none;
}
.mc_signup_submit {
        text-align: right !important;
}
.mc_signup_submit:before {
  content: "We will not share your data. Unsubscribe anytime.";
  font-size: 10px !important;
  line-height: 14px !important;
  width: 150px;
  float: left;
}

#mc_mv_EMAIL {
        width: 252px !important;
}