/* @override http://www.adxcreative.com/projectHub/blackthorn-pub/css/color.css */

body{
	background-color: #000;
}
body.black ul#nav a:link,
body.black ul#nav a:visited,
#glamour #calloutTwo a:link, #glamour #calloutTwo a:visited{
	color: #FFF;
	text-decoration: none;
}
body.black ul#nav a:hover,
body.black ul#nav a:active,
#glamour #calloutTwo a:hover, #glamour #calloutTwo a:active{
	color: #999;
	text-decoration: none;
}
body.white ul#nav a:link,
body.white ul#nav a:visited{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
body.white ul#nav a:hover,
body.white ul#nav a:active{
	color: #666;
}
body.black #glamour{
	background: #000 url(../imgs/bg-home.jpg) no-repeat;
	color: #FFF;
}
body.white #glamour {
	background: #FFF url(../imgs/glamour-location.jpg) no-repeat;
}
body.white #mainContent{
	background-color: #FFF;
}
body.white #mainContent a:link,body.white #mainContent a:visited{
	color: #74b74a;
	text-decoration: none;
}
body.white #mainContent a:hover, body.white #mainContent a:active{
	text-decoration: underline;
}
#footer{
	border-bottom: 1px solid #666;
	color: #FFF;
}
#copy{
	color: #333;
}
.LV_invalid, .LV_valid{
	color: #74b74a;
}
/*social*/
ul#social li a:link, #social li a:visited{
	display: block;
	float: right;
	height: 18px;
	text-indent:-9999px;
	margin-left: 10px;
	vertical-align: text-top;
}
ul#social a.facebook{
	background: transparent url(../imgs/partner-logos.png) 0 0;
	width: 86px;
}
ul#social a.facebook:hover, ul#social a.facebook:active{
	background-position: 0 -18px;
}
ul#social a.twitter{
	background: transparent url(../imgs/partner-logos.png) -86px 0;
	width: 65px;
}
ul#social a.twitter:hover, ul#social a.twitter:active{
	background-position: -86px -18px;
}
ul#social a.youtube{
	background: transparent url(../imgs/partner-logos.png) -151px 0;
	width: 44px;
}
ul#social a.youtube:hover, ul#social a.youtube:active{
	background-position: -151px -18px;
