/**
 * WP-Members CSS
 *
 * CSS for the WP-Members plugin using Genesis Scribble Child 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 Genesis Scribble 
child theme from StudioPress.

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 {
    width:95%;
    background-color:#E6E6E6;
}
#wpmem_msg p, .wpmem_msg p {
	padding: 0px;
}

/* Sidebar Login Widget */

#wp-members fieldset { 
	border: none; 
	margin-left:-10px;
}

#wp-members .username, #wp-members .password {
	padding:3px 5px 3px 5px;
}
#wp-members .button_div { margin-top:3px; }

#wp-members .err {
	width: 100%;
	float: left;
	outline: 5px solid: #E6E6E6;
    background-color:#E6E6E6;
}

/* Login Form and Registration Form */

#wpmem_reg {
	width:100%;
	}

#wpmem_reg, #wpmem_login {
	
	padding-top:30px;
	float:left;
}
#wpmem_reg fieldset, #wpmem_login fieldset {
	border: none;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}
#wpmem_reg legend, #wpmem_login legend {

}
#wpmem_reg label.text, #wpmem_reg label.checkbox, 
#wpmem_reg label.textarea , #wpmem_reg label.select,
#wpmem_login label {
	width:200px;
	margin-top:3px;
	padding-top:6px;
	padding-left:6px;
	float:left;
	font-size: 14px;
}
#wpmem_reg label.text, #wpmem_reg label.checkbox, 
#wpmem_reg label.select, #wpmem_login label {
	height:32px;
}
#wpmem_reg label.textarea {
	height:127px;
}
#wpmem_reg .form, #wpmem_login .form {
	margin:0;
	padding:0;
}
#wpmem_reg .clear, #wpmem_login .clear {
	clear:both;
}

#wpmem_reg .div_text, #wpmem_reg .div_checkbox, 
#wpmem_reg .div_textarea, #wpmem_reg .div_select,
#wpmem_login .div_text {
	width:360px;
	float:right;
	padding-top:3px;
	padding-bottom:3px;
}
#wpmem_reg .div_text, #wpmem_reg .div_checkbox, 
#wpmem_reg .div_select, #wpmem_login .div_text {
	height:35px;
}
#wpmem_reg .div_textarea {
	height:130px;
}
#wpmem_reg .dropdown,
#wpmem_reg .textbox, #wpmem_login .textbox,
#wpmem_reg .username, #wpmem_login .username,
#wpmem_reg .password, #wpmem_login .password {

	width:340px;
	padding:3px 5px 3px 5px;
}
#wpmem_reg .dropdown { 
	width:352px;
}

#wpmem_reg .textarea {
	width:346px;
	height:120px;
}

#wpmem_reg .button_div, #wpmem_login .button_div {
	width:353px;
	float:right;
	text-align:right;
	height:35px;
	margin-top:3px;
	padding:5px;
	white-space:nowrap;
}

#wpmem_reg .req { color: red; }
#wpmem_reg .captcha { margin: 5px 0px; }
#wpmem_reg .noinput{ 
	height: 32px;
	padding-top: 4px;
	padding-left: 6px;
}
#wpmem_reg input[type="checkbox"] { margin-top: 9px; }

#wpmem_reg .req-text {
	float:left;
	margin: 15px 0px 0px 5px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}


/** buttons */

#wp-members .buttons     /* sidebar widget */
#wpmem_reg .buttons,   /* registration form */
#wpmem_login .buttons   /* login form */
{
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-family: 'Quattrocento', arial, serif !important;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
}

#wp-members input:hover[type="submit"]    /* sidebar widget */
#wpmem_reg input:hover[type="reset"],   /* registration form - clear  */
#wpmem_reg input:hover[type="submit"],  /* registration form - submit */
#wpmem_login input:hover[type="submit"] /* login form */
{
	background-color: #d99e58;
	border: 1px solid #d99e58;
	color: #fff;
	text-decoration: none;
}

/**** EWD css overrides ****/

#wpmem_reg legend {
	font-weight: bold;
	font-size: 18px;
}

input.textbox {
	background: #666;
	border: 1px solid #111;
	color: #fefefe;
	border-radius: 3px;
}

textarea {
	background: #fefefe;
	border: 1px solid #111;
	color: #333;
	background: #666;
	border: 1px solid #111;
	color: #fefefe;
	border-radius: 3px;
}

input#dob.textbox {width: 160px;}
input#reg_first_date.textbox {width: 160px;}
input#reg_date.textbox {width: 160px;}
input#reg_comp_date.textbox {width: 160px;}
input#reg_lapsed.textbox {width: 160px;}
input#reg_mentor_training_date.textbox {width: 160px;}
input#stu_index_issued.textbox {width: 160px;}
input#stu_course_comp_date.textbox {width: 160px;}
input#stu_withdrawn_date.textbox {width: 160px;}

fieldset {
	
	border: none !important;
}

.form_splitA { display: inline; float:left;  min-width:300px; max-width:585px;}
.form_splitB { display: inline; float:right; min-width:300px; max-width:585px;}

.form_sect1 { background: #deeeff; float: left; margin: 0px 0px 20px 0px; outline: 1px solid #999; box-shadow: 5px 5px 5px #aaa; }
.form_sect2 { background: #ffe6ff; float: left; margin: 0px 0px 20px 0px; outline: 1px solid #999; box-shadow: 5px 5px 5px #aaa; }
.form_sect3 { background: #deeeff; float: left; margin: 0px 0px 20px 0px; outline: 1px solid #999; box-shadow: 5px 5px 5px #aaa; }
.form_sect4 { background: #deeeff; float: left; margin: 0px 0px 20px 0px; outline: 1px solid #999; box-shadow: 5px 5px 5px #aaa;  width: 100%;}
.form_sect5  { background: #ffffcc; float: left; margin: 0px 0px 20px 0px; outline: 1px solid #999; box-shadow: 5px 5px 5px #aaa; }


.form_sect1 * {	padding: 0% 1% 0%; }
.form_sect2 * {	padding: 0% 1% 0%; }
.form_sect3 * {	padding: 0% 1% 0%; }
.form_sect4 * {	padding: 0% 1% 0%; }
.form_sect5 * {	padding: 0% 1% 0%; }

/* If screen too narrow for 2 cols - shifts right col to stack left with the others */
@media screen and (max-width: 1293px) {
	.form_splitB {float: left; }
}

/* If screen too narrow for form labels to sit tidily next to input fields, ensures they stack instead */
@media screen and (max-width:666px) {
	.form_splitA {width:360px;}
	.form_splitB {width:360px;}
	#wpmem_reg label.textarea {height:100%;} /* Else textarea is same height as elsewhere in the form */
}

#wp-members * {display: inline; float: left; }
#wp-members { font-size: 12px; line-height: 35px;}
#wp-members label { font-size: 12px; width: 80px;}
#wp-members input {width: 120px; margin: 5px 5px 0px;}
#wp-members input.buttons {font-size: 14px; font-weight: bold; padding: 4px; margin: 2px; width: 70px;}
.widget-title { font-weight: bold; font-size: 14px; float: left; padding: 0px 20px 0px 0px; margin: 0px;}
#wp-members p {line-height: 30px;}
#wp-members a {float: none;}
#wp-members h3 {display: none;}

input:read-only, 		 textarea:read-only { background: transparent; color: #666; border: #666 dotted 1px; font-weight: bold;}