@charset "utf-8";
/*---------------------------------------------
Donna Young's Liquid Center Three Column Layout adapted into responsive design
Created March 29, 2011, revised for responsive design 2014
Copyright 2011, 2014 Donna Young
-----------------------------------------------*/

#nav li.mem a, #nav li.onmem a, #nav li.onmemnow a, #nav li.fademem a { color:#666666; background:#eee;}
#nav li.mem a:hover, #nav li.onmem a:hover, #nav li.onmemnow a:hover, #nav li.fademem a:hover {color:#666666;background:#ddd;}

.filesmem:before {content:"YoungMinds Subscription Required";
font-weight: bold;
padding:10px;}
.sidebarclear { clear:both; padding-bottom:30px;}
.filesmemlist, .filesmemlist a, .filesmemlist li a, .filesmemlist li a:hover { background:#CCCCCC !important; color:#666;}
.filesmemhide:before { content:"Subscription Content";
font-weight: bold;
padding-top:10px;}
.subscription { padding:100px 30px; background:#f5f5f5; border:#999999 dashed 5px; margin:40px; font-weight:bold; text-align:center;}
.headersubscription { padding:7px; background:#f5f5f5; border:#999999 dashed 2px; text-align:center;}
/*---STORE and Button ---*/
.store { border:#CCCCCC dashed 2px; padding:15px;}
.storeleft { width:24%; float:left; text-align:center;}
.storeright { width:70%; float:right;}
.storer280 { width:280px; float:right;}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-store{
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}.btn-store {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-store:hover,
.btn-store:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-store:active,
.btn-store.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-store.disabled,
.btn-store:disabled,
.btn-store[disabled] {
  background-color: #eb9316;
  background-image: none;
}
