﻿/*
 *  File:          Master.css
 *  Purpose:       Houses the CSS styling for the main elements within all pages of the site
 *  By:            Matt L.
 *  Last Revised:  12/4/2012
*/

/* Primary Styles */
/* sets 0 margin, 0 padding, and no border on the following tags */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,  ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr
{ 
	margin: 0 auto; 
	padding: 0;
	border: none;
}

html { min-height: 100%; height: 100%; }

body 
{
	font: normal 10pt 'Trebuchet MS', Helvetica, sans-serif;
	text-align: left;
	width: auto;
	min-width: 1200px;
	color: #404040;
	background-color: #fff;
	height: 100%;
	min-height: 100%;
}

.NoMargin { margin: 0px; }
.NoPadding { padding: 0px; }
.NoHorizontalPadding { padding-left: 0px !important; padding-right: 0px !important; }
.NoVerticalPadding { padding-top: 0px !important; padding-bottom: 0px !important; }

/* Float classes */
.Left { float: left; }
.Center { margin: 0 auto; text-align: center; position: relative; }
.Right { float: right; }
.Clear { clear: both; }

/* Containers */
#TopHeadContainer { min-width: 1200px; height: 30px; background: url('Images/Backgrounds/wild_oliva_light.png') repeat-x; border-bottom: 1px solid #000; }
#HeadContainer { min-width: 1200px; height: 145px; background: url('Images/Backgrounds/furley_bg.png') repeat-x; border-bottom: 1px solid #aaa; }
#FooterContainer { min-width: 1200px; padding: 25px 0px; margin: 0; height: 100%; background: url('Images/Backgrounds/furley_bg.png') repeat-x; border-top: 1px solid #bbb; }
#GoDaddyContainer { min-width: 1200px; padding: 10px 0px; margin: 0; height: 40px; background: url('Images/Backgrounds/debut_dark.png') repeat-x; border-top: 1px solid #000; }

/*#ContentContainer { min-width: 1200px; padding: 50px 0px 25px 0px; background: url('Images/Backgrounds/fabric_of_squares_gray.png') repeat-x; }*/
#ContentContainer { min-width: 1200px; padding: 35px 0px 25px 0px; background-color: #fff; }
.ContentArea { margin: 0px auto; width: 1000px; }
.ContentHeader { background-color: #f7f7f7; padding: 20px; border: 1px solid #999; }
.Content { background-color: #fff; padding: 20px; border-bottom: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #999; }

.LoggedOut, .LoggedIn { padding: 0px 15px; background: url('Images/Backgrounds/TopOverlay.png') repeat-x; }
.Steps { background-color: #fafafa; padding: 20px; border-left: 1px solid #999; border-right: 1px solid #999; border-bottom: 1px dashed #999; }
.Registration { background-color: #fff; padding: 20px; border-left: 1px solid #999; border-right: 1px solid #999; border-bottom: 1px dashed #999; }
.ThumbLetterContainer { height: 240px; width: 429px; border-left: 1px solid #999; border-right: 1px solid #999; border-bottom: 1px solid #999; padding: 10px; overflow: auto; background-color: #444; }
.ThumbLetterContainerHeader { border: 1px solid #ccc; background-color: #f3f3f3; padding: 10px; }
.GrayContainer { border-left: 1px solid #aaa; border-top: 1px solid #aaa; border-bottom: 1px solid #19587b; background-color: #f3f3f3; padding: 0px 9px; height:40px; line-height:40px; }
.CartContainer, .CreatePictureContainer { border: 1px solid #999; background-color: #fcfcfc; width: 956px; }
.CartContainerHeader, .CreatePictureContainerHeader { background: url('Images/SelectBG.gif') repeat-x; border-bottom: 1px solid #999; }
.CartContainerFooter { background-color: #eee; border: 1px solid #999; }
.Added, .ThankYou { border: 1px solid darkgreen; background-color: #C2F0C2; padding: 15px; }
.Added { width: 190px; }
.Info { border: 1px dashed darkgreen; background-color: #C2F0C2; padding: 15px; width: 925px; }
.ReceiptContainer { border: 1px solid #aaa; background-color: #f9f9f9; padding: 25px 15px; }
.Receipt { margin: 0 auto; width: 800px; }
.ReceiptTable { width: 800px; }
.ReceiptTable th { text-align: center; padding-bottom: 15px; }
.ReceiptTable td.Center { text-align: center; }
.ReceiptHeader { background-color: #ddd; padding: 10px; }
.ReceiptFooterLabel { float: left; width: 200px; text-align: right; padding-right: 20px; }
.ReceiptFooterData { float: right; width: 100px; text-align: center; }
.ButtonContainer { float: right; position: relative; left: -50%; text-align: left; }
.Buttons { position: relative; left: 50%; }
.PreviewContentHeader { background-color: #f9f9f9; padding: 15px; border: 1px solid #aaa; width: 894px; }
.SiteSealContainer { border: 1px solid #aaa; padding: 15px; background-color: #f7f7f7; }
#FacebookContainer { padding-top: 4px; }
#PinItContainer { padding-top: 5px; }


/* My Account, Logo, and Shutter */
.MyAccountContainer { position: relative; margin: 0 auto; width: 1000px; height: 30px; line-height: 30px; }
#Logo { width: 250px; position: relative; top: 30px; }

/* Text */
h1, h2, h3, h4, h5 { font-weight: normal; color: #404040; }
.Bold { font-weight: bold; }
.Dotted { padding-bottom: 5px; border-bottom: 1px dotted #404040; }
.Dashed { padding-bottom: 5px; border-bottom: 1px dashed #ddd; }
.Underline { padding-bottom: 5px; border-bottom: 1px solid #404040; }

/* Padding */
.Pad5 { padding: 5px; }
.Pad10 { padding: 10px; }
.Pad15 { padding: 15px; }
.Pad20 { padding: 20px; }
.Pad25 { padding: 25px; }
.PadTop5 { padding-top: 5px; }
.PadTop10 { padding-top: 10px; }
.PadTop15 { padding-top: 15px; }
.PadTop20 { padding-top: 20px; }
.PadTop25 { padding-top: 25px; }
.PadBottom2 { padding-bottom: 2px; }
.PadBottom5 { padding-bottom: 5px; }
.PadBottom10 { padding-bottom: 10px; }
.PadBottom15 { padding-bottom: 15px; }
.PadBottom20 { padding-bottom: 20px; }
.PadBottom25 { padding-bottom: 25px; }
.PadLeft5 { padding-left: 5px; }
.PadLeft10 { padding-left: 10px; }
.PadLeft15 { padding-left: 15px; }
.PadLeft20 { padding-left: 20px; }
.PadLeft25 { padding-left: 25px; }
.PadRight5 { padding-right: 5px; }
.PadRight10 { padding-right: 10px; }
.PadRight15 { padding-right: 15px; }
.PadRight20 { padding-right: 20px; }
.PadRight25 { padding-right: 25px; }
.PadSides5 { padding: 0px 5px; width: 1px; height: 1px; }
.PadSides10 { padding: 0px 10px; width: 1px; height: 1px; }
.PadSides15 { padding: 0px 15px; width: 1px; height: 1px; }
.PadSides20 { padding: 0px 20px; width: 1px; height: 1px; }
.PadSides25 { padding: 0px 25px; width: 1px; height: 1px; }

/* Elements */
.Label { width: 130px; padding-right: 10px;}
.Step { padding: 0px 10px; background: url('Images/Arrow_Dark.png') no-repeat center center; width: 40px; height: 20px; }
.Step, .StepText { line-height: 20px; }
.ActiveStep { color: #6A9A1F !important; font-weight: bold; }

/* Letters */
.Letter
{
	padding: 9px;
}

.Letter a img
{
	border: 1px solid #f0f0ed !important;
	padding: 2px;
	margin: 2px;
}

.Letter a:hover img
{
	border: 3px solid #fff !important;
	margin: 0px;
}

/* BORDER FOR DIV TESTING - DELETE WHEN DEPLOYED */
.B { border: 1px solid red;}

/* Shadows */
.shadow {
	-moz-box-shadow: 0px 2px 10px #aaa;
	-webkit-box-shadow: 0px 2px 10px #aaa;
	box-shadow: 0px 2px 10px #aaa;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#aaa')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#aaa');
}

.shadowlight {
	-webkit-box-shadow: 0px -3px 10px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px -3px 10px rgba(50, 50, 50, 0.25);
	box-shadow:         0px -3px 10px rgba(50, 50, 50, 0.25);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=270, Color='#555')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=270, Color='#555');
}

.shadowsuperlight {
	-moz-box-shadow: 0px 3px 15px #999;
	-webkit-box-shadow: 0px 3px 15px #999;
	box-shadow: 0px 3px 15px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#999');
}

.shadowBG
{
	position: relative;
	top: 0;
	left: 0;
	background: url('Images/Backgrounds/Shadow.png') repeat-x; width: 100%;
	height: 15px;
}

.shadowLightBG
{
	position: relative;
	top: 0; left: 0;
	background: url('Images/Backgrounds/ShadowLight.png') repeat-x; width: 100%;
	height: 15px;
}

.shadowLightBG_Reversed
{
	margin: 0; 
	padding: 0;
	position: relative;
	top: 0; left: 0;
	background: url('Images/Backgrounds/ShadowLight_Reversed.png') repeat-x; width: 100%;
	height: 12px;
}

#preview
{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	color:#fff;
    z-index:999999;
}