/*
Theme Name: Socialize Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Socialize WordPress theme. Only activate this child theme if you intend to make modifications to the theme otherwise activate the parent theme.
Version: 1.0
Author: GhostPool
Author URI: http://www.ghostpool.com
Text Domain: socialize
Template: socialize
*/

/* Add your own CSS code here */

/* Hide conflicting information on activation page when new members are set to pending status 

.activate h1.gp-entry-title, .activate #template-notices, #activate-page p {
display: none;
}*/

form#activation-form input[type="submit"] {
	font-size: inherit;
	padding: 20px;
	margin-bottom: 20px;
	}

/* Make registration button bigger */

input#signup_submit {
	padding: 20px !important;
	font-size: medium !important;
	}