/* this is included in the main site, the store, and the forums */

#footer-legal, #footer-legal a, .footer1, .footer1 a, .footer1 a:visited, .footer1 a:hover {
	font-size:10px;
	color: #b3b7c5; /*757b8f;*/
}
#copyright, .footer2, .footer2 a:hover {
	font-size:10px;
	padding-top:3px;
	padding-bottom:10px;
	color: #9497a3;
}
#nojavascript {
	background:#FF0033;
	color:#000000;
	font-size:10px;
	margin-top:5px;
	margin-bottom:-10px;
	padding:5px;
	border:1px solid #000000;
	text-align:center;
}
.holidaysale {
	background:#FF0033;
	color:#ffffff;
	font-size:14px;
	/*margin-top:5px;*/
	line-height:18px;
	padding:5px;
	border:1px solid #000000;
	text-align:center;
}
.holidaysale a {
	color:#ffffff;
	font-size:inherit;
}

.warning-red { color:#ff3b35; }

.title-yellow12 {
	color: #ffff77;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.title-yellow16 {
	color: #ffff77;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.title-white12 { 
	color: white; 
	font-style: italic; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.buy-now-price { 
	color: white; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* this is the fix/safeguard for the "thin fonts in Safari" issue in NoteBook */
html { -webkit-font-smoothing: subpixel-antialiased; }
/*html { -webkit-font-smoothing: antialiased; }*/

.linkcolor-orange { color: #ffa500 !important; }
.linkcolor-yellow { color: #ffff44 !important; }
.linkcolor-black { color: #000000 !important; }
.linkcolor-offwhite { color: #dddddd !important; }

/* this is the fix for some text on main page displaying larger than other sections for iPhone*/
/* 736 iPhone 6 plus: http://stackoverflow.com/questions/25759046/iphone-6-and-6-plus-media-queries */
/* cannot completely remove width limitation or it disables any text zooming on a laptop */

@media screen and (max-device-width: 736px){
  body{
    -webkit-text-size-adjust: none;
  }
}
