/* --------- stylesheets/reset.css --------- */
/* reset defaults*/
/*
Not being applied as a child of div.standard-form for some reason
div.standard-form body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
*/
button::-moz-focus-inner {
  padding: 0;
  border: none;
}

/* IE extra padding on buttons fix */
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* Other default tag styles */
div.standard-form p {
  margin-bottom: 10px;
  line-height: 18px;
}

div.standard-form strong {
  font-weight: 700;
}

/* link styles for content area */
div.standard-form a {
  color: #5a8ec4;
  text-decoration: none;
}

div.standard-form a:hover {
  color: #2a5887;
  text-decoration: underline;
}

/* Block-Specific Styles */
div.section-header {
  margin-bottom: 10px;
}

div.section-header h2 {
  font-size: 20px;
  margin-left: 27px;
  margin-bottom: -8px;
}

div.section-header p {
  color: #999;
  line-height: 14px;
  margin-bottom: 0;
}

/* --------- stylesheets/forms.css --------- */
/* Standard forms (create page, edit page, create user, etc...) */
div.standard-form {
  clear: both;
}

div.standard-form label {
  display: block;
/*    width:200px;*/
  padding-top: 2px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #666;
}

div.standard-form label.required {
  font-weight: 700;
}

div.standard-form label.required:before {
  content: '* ';
}

div.standard-form .label-link a {
  float: left;
  margin-top: 13px;
  margin-left: 15px;
  font-size: 11px;
  font-weight: 400;
}

div.standard-form p.tos {
  font-size: 14px;
  color: #666;
}

div.standard-form p.tos label {
  display: inline;
}

div.standard-form p.tos a {
  color: #444;
  text-decoration: underline;
}

div.standard-form p.tos a:hover {
  color: #111;
}

div.standard-form input.text,div.standard-form textarea {
  font-size: 14px;
  padding: 8px;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  color: #000;
}

div.standard-form input.disabled {
  border: 1px solid #bbb;
  color: #999;
}

div.standard-form .actions {
  color: #999;
  clear: both;
  margin: 0;
  padding-top: 20px;
  text-align: right;
  margin-right: 5px;
}

div.standard-form .actions span.or {
  padding: 0 10px;
}

div.standard-form .actions strong.alternate {
  margin-left: 10px;
}

div.standard-form .actions strong.alternate a {
  margin-left: 10px;
}

/* Centered Form for big tasks (user creation, logging in) */
div.centered-form {
  margin: auto;
  width: 450px;
  font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
  font-size: 12px;
  color: #1f2c33;
}

#dlgSignup .centered-form {
  width: 100%;
}

div.centered-form .padding {
  margin-top: 3px;
  padding: 16px 25px 25px;
}

div.centered-form label {
  color: #666;
}

div.centered-form p span.border {
  display: block;
  padding: 0 12px;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 10px;
}

div.centered-form p span.border input.text {
  padding: 8px 0;
  border: none;
  width: 100%;
  margin-bottom: 0;
}

div.centered-form div.two-fields p {
  width: 48%;
  float: left;
  margin-bottom: 0;
}

div.centered-form div.two-fields p.confirm {
  float: right;
}

div.centered-form div.underline,div.centered-form p.underline {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

div.centered-form .actions {
  color: #999;
/*  border-top:1px solid #aaa;*/
}

.centered-form label,.form-new-page label {
  color: #666;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}

div.centered-form form span.border input.text {
  width: 94%;
  padding: 10px;
  font-size: 18px;
  border: none;
  background: transparent;
}

div.centered-form form span.border {
  background: url(/images/signup/input-bg.png) repeat-x top left #fff;
  display: block;
  padding: 0;
  border: 1px solid #777;
  border-bottom-color: #bbb;
  border-right-color: #bbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
}

/* --------- stylesheets/buttons.css --------- */
/* Gray form buttons with a little gradient and gray border (unless border is specified for button) */
.standard-form button,.standard-form a.button {

  line-height: 30px;
  padding: 0 12px;
  font-size: 14px;
  border-radius:5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  float: none;
  display: inline;
  display: inline-block;
}

div.standard-form input.checkbox {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  width: 20px;
  height: 20px;
  zoom: 1.05;
}

div.standard-form p.tos {
  font-size: 14px;
  color: #666;
  padding-top: 5px;
  margin-top: 5px;
}

div.standard-form p.same_username {
  padding-top: 5px;
  margin-top: 5px;
}

div.standard-form .btn-blue {
  border: 0;
  background-color: #39D;
  background-image: url(/images/members/bg-btn-blue.gif);
  border-color: #39D #39D #28C;
  color: #fff;
  text-shadow: -1px -1px 0 #39D;
  cursor: pointer;
  zoom: 1.15;
  border: 1px solid #CCC;
}

div.standard-form .btn-blue:hover,div.standard-form .btn-blue:focus {
  background-position: 0 -206px !important;
}

@media all and (max-width: 500px) {
  div.standard-form .actions strong.alternate a {
    float: right;
    max-width: 40%;
    max-width: calc(100% - 190px);
  }
}

body #olark-container .olark-branding-link a {
	display: none !important;
}
