/**
 * WP-Members Styles CSS
 *
 * CSS for the WP-Members plugin using Twenty Twelve Theme
 * 
 * This file is part of the WP-Members plugin by Chad Butler
 * You can find out more about this plugin at http://rocketgeek.com
 * Copyright (c) 2006-2013 Chad Butler (email : plugins@butlerblog.com)
 * WP-Members(tm) is a trademark of butlerblog.com
 *
 * @package WordPress
 * @subpackage WP-Members
 * @author Chad Butler 
 * @copyright 2006-2013
 */

/*	
This stylesheet is designed to integrate WP-Members with the TwentyEleven theme.
There are quite a few examples in here of what you can do with the table-less 
forms.  You can build off of this or start from scratch and setyour own 
custom css for the plugin (set the location in the admin panel).

See http://rocketgeek.com/tips-and-tricks/setting-up-a-custom-wp-members-stylesheet/
for information on how to set up the plugin with a cusotm stylesheet.

For information how to load custom stylesheets with wp_enqueue_style,
see http://rocketgeek.com/tips-and-tricks/load-a-custom-stylesheet/
*/

/* Error and Dialog Messages */

#wpmem_msg, .wpmem_msg {
	margin-left:-6px;
	padding-top: 10px;
	width: 90%;
	border:1px solid lightGrey;
	border-radius: 3px;
	padding-left:20px;
	padding-right:20px;
	font-size: 14px;
	font-weight: bold;
}
#wpmem_msg { background: #FFE4F1; }
.wpmem_msg { background: #F9F9F9; }

#wpmem_msg h2, .wpmem_msg h2 {
	font-size: 24px;
	color: #373737;
	line-height: 30px;
}

/* Sidebar Login Widget */

#wp-members  { 
	width: 100%;
	margin-bottom: 20px;
}
#wp-members p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
#wp-members fieldset {
	margin-top: 15px;
}
#wp-members label { 
	font-weight: normal;
	color: #777;
}
#wp-members input {
	padding: 6px;
	padding: 0.428571429rem;
	font-family: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#wp-members input[type="text"],
#wp-members input[type="password"]{ 
	width: 225px;
}
#wp-members .div_text { padding-top: 4px; }
#wp-members .button_div { margin-top:10px; }
#wp-members .buttons {
	height: 30px;
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
}
#wp-members .buttons:hover{
	color: #5e5e5e;	
}
#wp-members .buttons:active {
	color: #777;
}
#wp-members .err {
	width:225px;
    padding: 5px;
    background-color:#F9F9F9;
	font-family: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
}

/* Login Form and Registration Form */

#wpmem_reg, #wpmem_login {
	margin-left:-26px;
	padding-top:30px;
}

#wpmem_reg fieldset, #wpmem_login fieldset {
	width: 95%;
	padding:20px;
	margin-bottom:20px;
	border: none;
}
#wpmem_reg legend, #wpmem_login legend {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
#wpmem_reg label.text, #wpmem_reg label.checkbox, 
#wpmem_reg label.textarea , #wpmem_reg label.select,
#wpmem_login label {
	width: 25%;
	float:left;	
	/*padding: 15px 0;*/
	height: 40px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

#wpmem_reg .form, #wpmem_login .form {
	margin:0;
	padding:0;
}
#wpmem_reg .clear, #wpmem_login .clear {
	clear:both;
}
#wpmem_reg .holder, #wpmem_login .holder {
	background-color:#fff;
}
#wpmem_reg .div_text, #wpmem_reg .div_textarea, 
#wpmem_reg .div_select, #wpmem_login .div_text,
#wpmem_reg .div_checkbox {
	width:70%;
	float:right;
	/*padding: 6px 0;*/
	height: 50px;
	
}



#wpmem_reg .dropdown,
#wpmem_reg .textbox, #wpmem_login .textbox,
#wpmem_reg .username, #wpmem_login .username,
#wpmem_reg .password, #wpmem_login .password {
	border: 1px solid #999999;
}
#wpmem_reg .div_textarea textarea,
#wpmem_reg .textbox, #wpmem_login .textbox,
#wpmem_reg .username, #wpmem_login .username,
#wpmem_reg .password, #wpmem_login .password {
	display: block;
	width: 90%;
	padding: 10px;
	font: inherit;
}
#wpmem_reg .dropdown {
	border-radius: 0 0 0 0;
	border-color: #999999;
	color: inherit;
	padding: 10px;
	width:95%;
}
#wpmem_reg .textbox:focus, #wpmem_reg .textbox:hover, #wpmem_login .textbox:focus, #wpmem_login .textbox:hover,
#wpmem_reg .username:focus, #wpmem_reg .username:hover, #wpmem_login .username:focus, #wpmem_login .username:hover,
#wpmem_reg .password:focus, #wpmem_reg .password:hover, #wpmem_login .password:focus, #wpmem_login .password:hover {
	background-color:inherit;
}

#wpmem_reg .textarea {
	width:95%;
	height:190px;
}

#wpmem_reg input[type="checkbox"] {
    margin: 15px 0 0 0;
}

#wpmem_reg .button_div, #wpmem_login .button_div {
	width:100%;
	float:right;
	text-align:right;
	padding: 12px 18px 0 0;
}

#wpmem_reg .buttons, #wpmem_login .buttons {
    display: block;
    margin: 0 0 10px;
    min-width: 90px;
    width: 35%;
	
    background-color: #AAAAAA;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
#wpmem_reg .buttons:hover, #wpmem_login .buttons:hover {
	background-color: #777777;
}
#wpmem_reg .buttons:active, #wpmem_login .buttons:active {
	background-color: #777777;
}
#wpmem_reg .req { 
	color: #bd3500;
	font-size: 22px;
	line-height: 50%;
}

.wpmem-required-field {
	float:left;
}


/**
 * Custom elements for the head-banner468 class
 */


#head-login .left {
	float:left;
}

#head-login fieldset { 
	border: none; 
	/*width: 460px;*/
	padding:10px;
	position: relative;
	left: -20px;
}

#head-login input[type="text"], #head-login input[type="password"] {
	
}

#head-login .button {
	display: block;
	width: 35%;
	margin: 0px 0px 10px;
	min-width: 90px;
	clear: both;
	background-color: #696A69;
	border: 0px none;
	border-radius: 4px 4px 4px 4px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0px 5px 10px 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;

}	
#head-login .button:hover {
	background-color: #777777;
}
#head-login .button:active {
	background-color: #777777;
}
#head-login .welcome {
	vertical-align: sub;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
}
#head-login .welcome-pad {
	padding: 8px;
}
#head-login .reg-button {
	margin-right: 10px;
}


#wpmem_login .login-text-link {
	float: left;
	width: 96%;
}


/** for smaller screens */

@media screen and (max-width: 720px) {
	#wpmem_reg label.text, #wpmem_reg label.checkbox, 
	#wpmem_reg label.textarea , #wpmem_reg label.select,
	#wpmem_login label, #wpmem_reg .div_text, #wpmem_reg .div_textarea, 
	#wpmem_reg .div_select, #wpmem_login .div_text,
	#wpmem_reg .div_checkbox, #wpmem_reg .button_div, #wpmem_login .button_div {
		float: none;
	}
	
	#wpmem_reg label.text, #wpmem_reg label.checkbox, 
	#wpmem_reg label.textarea , #wpmem_reg label.select,
	#wpmem_login label {
		width: 90%;
		padding: 5px 0 0 0;
	}
	#wpmem_reg label.textarea {
		height: 26px;
	}
	#wpmem_reg .div_text, #wpmem_reg .div_textarea, 
	#wpmem_reg .div_select, #wpmem_login .div_text,
	#wpmem_reg .div_checkbox, #wpmem_login .button_div,
	#wpmem_reg .button_div {
		width: 94%;
	}
	#wpmem_reg .dropdown {
		width: 98%;
	}
	#wpmem_login .login-text-link {
		width: 91%;
	}
}