/* -----------
	General 
------------*/
.page {background: #d2cfc9;}
#centeringDiv {background: #f5f3ec; border: 1px solid #9f9881; border-top: none; width: 900px !important;}


/* Buttons */
input[type=submit] {
	background-color: #b13427;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	color: white;
	cursor: pointer;
	font-family: inherit;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	margin: 0 Automat 1.25em;
	padding: 0.75em 1.5em 0.8125em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	height: auto;
	width: auto !important;
	display: inline-block;
}
input[type=submit]:hover {background: #8a1b09;}

/*	Font Styles */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

h1, h2, h3, h4, h5, h6 {color: #b13427; font-family: "Lato", Helvetica, Arial, sans-serif;}
p, td, div, blockquote, span {font-family: "Lato", Helvetica, Arial, sans-serif; font-weight: 400; text-transform: none; font-size: 14px;}
strong {font-weight: 700;}

a, a:link {text-decoration: underline; }

/* Input Fields Active/Selected Color */
input[type=text], textarea, input.formFields {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus, input.formFields:focus {
  box-shadow: 0 0 5px rgba(221, 87, 61, .7);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(221, 87, 61, 1);;
}




/* -----------
	Header 
------------*/
#header {
	margin: 0 !important; 
	padding: 0 !important; 
	width: 100% !important; 
	background: url(https://www.tonypacko.com/images/pridecard/loyalty_club_image.jpg) no-repeat top center; 
	height: 280px;
}

#mainLogo {
	display: block !important;
	margin: 15px 0 !important;
	width: 380px;
}
#mainLogo img {width: 145px; height: auto;}

#titleText {
	display: block !important; 
	background: url("https://www.tonypacko.com/images/main/bg_topbar.png") repeat; 
	color: #fff; 
	padding: 15px 0 !important; 
	margin: -108px 0 0 !important;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 23px;
}





/* -----------
	#Main Section 
------------*/
#memberlinkForm {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 10px solid #e1dccd;
	border-top: 20px solid #ffd65a;
	margin: -100px auto 25px;
	width: 90%;
	min-height: 300px;
	padding-top: 15px;
	position: relative;
	z-index: 1;
}

#memberlinkForm h1 {font-weight: 400; font-size: 26px; text-transform: uppercase; color: #006f53;}
#memberlinkForm p {width: auto !important;}
#memberlinkForm hr {display: none;}
#memberlinkForm input.login {background: #006f53;}
#memberlinkForm input.login:hover {background: #004836;}

#loyaltyDiv:before {content: "Already a member?"}
#loyaltyDiv {color: #b13427; text-transform: uppercase; margin-top: 50px; font-size: 30px;}
#loyaltyDiv h1 {margin: 0 0 10px; font-size: 24px; padding: 0;}
#loyaltyDiv label {color: #808080; font-weight: 700; font-size: 14px; }
#memberlinkForm #loyaltyDiv input.login {background: #b13427;}
#memberlinkForm #loyaltyDiv input.login:hover {background: #8a1b09;}
a#forgotPasswordLink {color: #808080;}
a#forgotPasswordLink:hover {font-weight: 700;}

#homePageText:before {content: url(https://www.tonypacko.com/images/main/icon_chili.png);}
#homePageLink {display: block; font-size: 18px; color: #b13427; text-decoration: underline; font-weight: 400;}
#homePageLink:hover {font-weight: 700;}


/* -----------
	Footer
------------ */

#footer, footer {
	width: 100% !important; 
	margin: 30px 0 0 !important;
	padding: 25px 0 !important;
	background: #8a1b09;
	border-top: 20px solid #b13427;
}

#footer a, footer a, #privacyStatementDiv a {color: #e0aea9; font-size: 12px;}
#footer a:hover, footer a:hover, #privacyStatementDiv a:hover {font-weight: 700;}



/* -----------
	LOGGED IN PAGES
------------ */

/* USER TAG - ONCE LOGGED IN */
#userTag {background: #ffd84e !important; border: 1px solid #978a62 !important; z-index: 1000; color: #404040;}
#userTag strong {font-size: 18px; color: #006f53;}
#userTag a {color: #b13427; font-size: 13px; display: block; margin-top: 20px !important;}
#userTag a:hover {font-weight: 700;}


/* Nav */
#nav {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 10px solid #e1dccd;
	border-top: 20px solid #ffd65a;
	margin: -100px auto 5px !important;
	width: 90%;
	min-height: 200px;
	padding-top: 25px;
	position: relative;
	z-index: 98;
}
#instructionalText {margin-bottom: 50px !important; color: #808080;}


#nav a { color: #b13427; font-size: 16px; text-transform: uppercase;}
#nav a:hover {color: #8a1b09;}
#nav a.secondNavLink {color: #006f53;}
#nav a.secondNavLink:hover {color: #004836;}

#nav #homeButton {
	background-color: #006f53;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	margin: 25px auto 1.25em;
	padding: 0.75em .5em 0.8125em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	height: auto;
	width: 300px;
	display: block;
}
	#nav #homeButton:hover {background: #004836;}



/* Rewards Section */
.standingsDiv {border:1px solid #b0b0b0 !important; color: #606060;}
.standingsDiv h1 {color: #b13427;}
#rewardsDiv h2 {font-size: 24px; color: #006f53;}

/* Manage Accounts Fields & History Section */
#manageAccountFields input[type=submit], #historyDiv input[type=submit] {padding: 5px 1em; font-size: 16px;}

.formDiv {margin: auto !important; margin-bottom: 50px !important;}
.formDiv .endHR {display: none;}

#subpageText, #subpageText p, #subpageText li {color: #808080; text-align: left; font-size: 15px; line-height: 1.5;}
#subpageText a {color: #006f53;}
#subpageText h3 {margin-bottom: 0; padding-bottom: 0; margin-top: 35px; line-height: 1;}

