﻿/*
Stylesheet for Vendor Driven Marketing Landing Page

Table of Contents

1.) Common Page Styles
2.) Retailer Info
3.) Program Info
4.) Modals
5.) Not Available Box


*/

/**************1. Common Page Styles*******************/
body, pre {
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin: 0;
}
body {
	padding: 10px 0;
}
a {
	color: #666;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	color: #757575;
}
.vdmLanding {
	margin: 0 auto;
	width: 600px;
}
.btnReserve,
.btnReserve:hover {
	-moz-box-shadow: inset 0 -1px 0 #f6f6f6, 1px 1px 8px #AAA;
	-webkit-box-shadow: inset 0 -1px 0 #f6f6f6, 1px 1px 8px #AAA;
	box-shadow: inset 0 -1px 0 #f6f6f6, 1px 1px 8px #AAA;
	font-size: 16px;
	padding: 10px 40px;
}
.clearDiv {
	clear: both;
}
.separatorLine {
	border-top: 1px solid #CCC;
	margin: 30px 0;
}

/******************2. Retailer Info ******************/
.logoArea {
	display: inline-block;
	float: left;
}
.logoArea h1 {
	margin: 20px 0 0 0;
}
.socialArea {
	display: inline-block;
	float: right;
	margin: 20px 0 0 0;
}
.socialArea div {
	float: left;
}
.socialArea .follow-us {
	margin: 0 8px 0 0;
}
.retailerStoreInfo div {
	float: left;
	margin: 0 20px 0 0;
	width: 35%;
}
.navigation {
	line-height: 3;
}

/********************3. Program Info********************/
.planTitle {
	width: 500px;
}
.programTitle {
	float: left;
	display: inline-block;
}
.itemInfoArea {
	margin: 0 0 20px 0;
	position: relative;
}
.itemInfoText {
	z-index: 4;
}
.bgColorBar {
	bottom: 110px;
	height: 140px;
	margin: 0;
	position: absolute;
	width: 100%;
	z-index: -2;
}
.itemImage {
	display: block;
	float: none;
	margin: 20px 0;
	position: relative;
	text-align: center;
	vertical-align: bottom;
}
.itemImage img {
	max-width: 600px;
}
.itemNameDescription {
	display: block;
	float: right;
	height: 388px;
	margin: 30px 30px 30px 10px;
	position: relative;
	vertical-align: top;
	width: 50%;
}
.itemNameH2 {
	margin-top: 50px;
}
.itemReserve {
	bottom: 128px;
	position: absolute;
}
.ie7 .itemReserve {
	bottom: 70px;
}
.itemNote {
	bottom: 0;
	font-style: italic;
	position: absolute;
	width: 375px;
}
.ie7 .itemNote {
	bottom: -40px;
}
.callout {
	font-size: 20px;
	font-family: Arial, Sans-Serif;
	margin-top: 30px;
	margin-left: 40px;
}

/******************4. Modals************************/
.reservationModal {
	padding: 0 50px;
}
.reservationModal label {
	display: block;
	float: left;
	margin:10px;
	text-align: left;
	width: 50px;
}
.reservationModal label.retailerName {
	width: 180px;
}
.reservationModal input {
	margin: 10px;
	width: 150px;
}
.reservationModal textarea {
	margin: 10px;
	width: 306px;
	height: 64px;
}
.confirmH2 {
	padding: 0 110px;
}

/******************5. Not Available Box************************/

.notAvailableArea {
	position: relative;
	width: 315px;
}
.notAvailableMsg {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	height: 90px;
	padding: 20px;
	position: absolute;
	right: -225px;
	top: -60px;
	width: 300px;
}
.ie8 .notAvailableMsg {
	top: -30px;
}
.sorryText {
	font-size: 45px;
	left: 15px;
	line-height: 1;
	position: absolute;
	top: 10px;
}
.sorry {
	font-size: 12px;
	padding-left: 120px;
	text-align: left;
}
.viewCurrentOffer {
	bottom: 20px;
	font-size: 14px;
	left: 30%;
	position: absolute;;
}
.sorryCorner {
	position: absolute;
	right: 110px;
	top: -55px;
}
.ie8 .sorryCorner {
	top: -25px;
}
