/* Stylesheet for Bliss holding page */

body {
	background-color: #1fa2b2;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
	font-size: 10px;
	color: #121212;
}

#mainPanel {
	height: 390px;
	width: 720px;
	position: absolute;
	margin: -225px 0 0 -390px;
	top: 50%;
	left: 50%;
	padding: 30px;
	background-color: #fff;
	display: block;
	-moz-box-shadow: 6px 6px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 6px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 6px 6px 0px #444;
}

.leftColumn {
	height: 100%;
	width: 339px;
	padding-right: 20px;
	float: left;
	border-right: 1px solid #d8d8d8;
}
.rightColumn {
	width: 340px;
	padding-left: 20px;
	float: left;
}

#logo {
	height: 82px;
	width: 180px;
	margin-top: -20px;
	background-color: #1fa2b2;
	display: block;
}
#logo h1 {
	height: 82px;
	background: url(/images/logo.png) no-repeat;
	display: block;
}
#logo h1 span { display: none; }

h3#followUs {
	height: 25px;
	width: 160px;
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
}
h3#followUs a {
	height: 25px;
	display: block;
	background: url(/images/followUs.gif) no-repeat top;
}
h3#followUs a:hover { background-position: bottom; }
h3#followUs span { display: none; }


/* Contact Form */

form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
form dl { margin: 0; }
form label {
	float: left;
	width: 70px;
	margin-right: 10px;
	text-align: right;
	font: normal bold 1.1em "Lucida Grande";
	color: #666;
	letter-spacing: -0.1px;
	line-height: 23px;
}
form input[type="text"], form textarea {
	background: url(../images/inputBg.gif);
	border: 1px solid #d1d1d1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 12px;
	width: 230px;
	font: normal normal 1.2em "Lucida Grande";
	color: #656565;
	padding: 4px 5px;
	letter-spacing: -0.15px;
	line-height: 20px;
}
form input[type="text"] { height: 15px; }
form textarea { height: 90px; }
#subscribe-label label {
	float: right;
	text-align: left;
	width: 230px;
	font-weight: normal;
}
#subscribe-element input {
	margin-left: 40px;
	margin-top: 4px;
}
ul.errors { 	
	color: #1fa2b2;
	font-weight: bold;
	text-align: right;
	list-style: none;
	margin: -8px 20px 10px 0;
}
#send-element { margin-left: 80px; }
input#send {
	background: #222 url(../images/submitButton.png) repeat-x;
	padding: 3px 8px 4px;
	color: #fff;
	font-weight: bold;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	cursor: pointer;
}
input#send:hover { background-color: #1fa2b2; }


/* Misc */

h2 {
	color: #1fa2b2;
	font: normal normal 2.2em "Myriad Pro", Myriad, Tahoma, sans-serif;
	letter-spacing: -0.3px;
	line-height: 26px;
	margin: 28px 0;
}
p {
	font-size: 1.5em;
	line-height: 25px;
	letter-spacing: -0.5px;
}
p.contactDetails {
	color: #1fa2b2;
}
a { color: #000; }
a.bodyLink {
	background-color: #bbe3e8;
	text-decoration: none;
	padding: 2px 1px;
}
a.bodyLink:hover { background-color: #fff !important; }
