/* This is where you can create custom override styles for individual sites. */
#header .container, #footer .container { max-width: 800px; }

body { background: #EBEBEB; }

/* Header */
#header { background: #F4B94C url(../../../img/site-specific/ranger-rick/bg.jpg); background-size: auto 100%; }
#header h1 a { display: block; width: 360px; height: 80px; background: url(../../../img/site-specific/ranger-rick/logo.png) no-repeat center; background-size: 100% auto; text-indent: -9999px; }

@media only screen and (max-width: 640px) {
	#header h1 a { width: 240px; background: url(../../../img/site-specific/ranger-rick/logo2.png) no-repeat center; background-size: 100% auto; }
}
@media only screen and (max-width: 520px) {
	#header h1 a { width: 100%; height: 50px; background-size: auto 100%; }
	#header #account-header { margin-top: 15px; }
}

/* Main Headings */
.option-heading { background: #f3bb4c; }
.option-heading p,
.option-heading p a { color: rgba(255,255,255,0.68); }

/* Sub Text */
.main-content a, .subscription-options .signup .info p, p.agreement, p.agreement a, .cnd-user-orders #order-detail .name { color: #4DACEA; }

/* Error Message */
.error-message { background: #D3534F; }

/* Buttons */
.button, .ui-dialog .ui-dialog-buttonset button {
  background: #D3534F;
  box-shadow: inset 0px 1px 0px #e49794, 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0 -10px 20px rgba(0, 0, 0, 0.1), inset 0px 10px 20px rgba(255, 255, 255, 0.1);
  border: 1px solid #ab2f2b;
  border-top-color: #bf3430;
  border-bottom-color: #962926;
}
.button:hover, .ui-dialog .ui-dialog-buttonset button:hover {
  background: #cb3733;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0px 1px 0px #d65f5b, inset 0 -10px 20px rgba(0, 0, 0, 0.1), inset 0px 10px 20px rgba(255, 255, 255, 0.1);
  border-color: #8e2724;
  border-top-color: #a32c29;
  border-bottom-color: #7a211e;
}



#cms_static_home div.signup .info h3 { display: none; }
#cms_static_home div.signup .info ul { padding: 0; }
#cms_static_home div.signup .info ul li { list-style: none; line-height: 20px; }
#cms_static_home div.signup .info p { color: #585858; font-weight: bold; }