﻿/* Magnolia Hair Salon Website Splash Cascading Style Sheet */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	background: url('images/pagecontentbg.png') 330px repeat #000;
}
a:link, a:visited {
	text-decoration: underline;
	color: #BFBFBF;
}
a:hover, a:active {
	color: #E5E5E5;
}
h1, h2, h3, h4, h5, h6, th {
	color: #E5E5E5;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
img {
	border-width: 0;
}
table {
	border-collapse: collapse;
}
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url('images/watermark.png') center no-repeat;
}
#overlay {
	overflow: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* IE10+ */;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%,rgba(0,0,0,1) 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
#content {
	text-align: center;
	position: relative;
	top: 150px;
}
#home {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 16px;
	display: block;
	background-color: rgba(255,255,255,0);
	padding-bottom: 15px;
	transition: background-color 0.4s;
	-moz-transition: background-color 0.4s; /* Firefox */;
	-webkit-transition: background-color 0.4s; /* Safari and Chrome */;
	-o-transition: background-color 0.4s; /* Opera */;
}
#home:link, #home:visited {
	border-width: 0;
	text-decoration: none;
	text-transform: lowercase;
	color: #FFF;
	outline-width: 0;
}
#home:hover, #home:active {
	text-shadow: 0 0 15px #FFF;
	background-color: rgba(255,255,255,0.0375);
}
#home:hover img, #home:active img {
	background-image: url('images/splashlogohover.png');
}
#footer {
	position: absolute;
	text-align: center;
	bottom: 0;
	padding: 15px;
	font-size: 10px;
	color: #404040;
	right: 0;
	left: 0;
}
