﻿/*#####################################*/
/*### 		CSS RESET				###*/
/*#####################################*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/*#####################################*/
/*### 		FONTS					###*/
/*#####################################*/

@font-face {
	font-family: "Gotham";
	src:
		local("Gotham-Medium"), 
		local("GothamMedium"),
		local("☺"),
		url("../fonts/gotham/GothamMedium.otf"),
		url("../fonts/gotham/GothamMedium.otf?#iefix") format("opentype");
}
@font-face {
	font-family: "GothamBold";
	src:
		local("GothamBold"),
		local("☺"),
		url("../fonts/gotham/GothamBold.otf"),
		url("../fonts/gotham/GothamBold.otf?#iefix") format("opentype");
}
@font-face {
	font-family: "Refreshment-Stand";
	src:
		local("refreshment-stand"),
		local("☺"),
		url("../fonts/refreshment-stand/refreshment-stand.ttf"),
		url("../fonts/refreshment-stand/refreshment-stand.ttf?#iefix") format("truetype");
}


/*#####################################*/
/*### 		PRIMARY CONTAINERS		###*/
/*#####################################*/

body {
	background-image:url('../images/bg_checkered.jpg');
	background-position:center;
	text-align:center;
	margin:0px auto;
}
.wrapper {
	width:900px;
	margin:0px auto;
	text-align:left;
}
#header {
	border-bottom:5px solid #615c58;
	height:73px;
}
#footer {
	border-top:5px solid #615c58;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#content {
	background-color:#fff;
	background-image:url('../images/bg_blue.jpg');
	background-repeat:repeat-x;
	padding-bottom:20px;
}
.spacer {
	margin-top:40px;
}
.spacer_content {
	margin-top:80px;
}
/*#####################################*/
/*### 		HEADERS					###*/
/*#####################################*/

h1 {
	background-image:url('../images/logo_maid-rite.png');
	background-repeat:no-repeat;
	display:block;
	width:235px;
	height:142px;
	position:absolute;
	margin-top:14px;
}
h1 span {
	display:none;
}

/*#####################################*/
/*### 		NAVIGATION				###*/
/*#####################################*/
#navigation {
}
#navigation ul {
	position:absolute;
	left:-9999px;
	z-index:1000;
	margin-top:-12px;
}
#navigation li {
	float:left;
}
#navigation a {
	background-image:url('../images/bg_nav_big.png');
	background-repeat:repeat-x;
	background-position:center;
	display:block;
	text-decoration:none;
	color:#030000;
	text-transform:uppercase;
	padding:19px 10px 28px 10px;
	font-family:"GothamBold", Arial, Helvetica, sans-serif;
	font-size:14px;
}
#navigation a:hover {
	color:#fff;
}
#navigation a.first {
	background-position:left;
	padding-left:24px;
}
#navigation a.last {
	background-position:right;
	padding-right:32px;
}
#navigation ul li {
	float:none;
}
#navigation li:hover ul {
	left:auto;
}
#navigation ul li a {
	background-image:none;
	padding:8px;
	background-color:#acd1d4;
	font-size:.8em;
	border-bottom:1px solid #444;
}
#navigation ul li a:hover {
	background-color:#89b2bf;
}
#navigation ul li a.last {
	border-bottom:none;
}

/*#####################################*/
/*### 		STYLING					###*/
/*#####################################*/

.container1, .container2 {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:16px;
}
.container1 {
	background-color:#ddd46f;
	width:500px;
	float:left;
	margin-left:25px;
	height:175px;
	margin-bottom:20px;
}
.container2 {
	background-color:#72a0b0;
	width:175px;
	float:right;
	margin-right:25px;
	height:100px;
	margin-top:10px;
}
.container1 h3, .container2 h3 {
	font-family:"Gotham", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.2em;
	line-height:1.2em;
}
.container1 p, .container2 p {
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0;
	font-size:.7em;
	line-height:1.4em;
	font-weight:bold;
}
.container3 {
	float:right;
	width:140px;
	padding:20px;
	font-weight:bold;
	font-size:.8em;
	text-align:center;
}
.containerblue {
	background-color:#add0d4;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:20px;
}
.containerblue h6 {
	margin:0 0 8px 0;
	font-size:1.2em;
	color:#000;
	line-height:1.15em;
}
.containergrey {
	background-color:#c5bec6;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:20px;
}
.mobileapp {
	width:210px;
	margin-top:8px;
}
.mobileapp a.download {
	color:#ee3a43;
	text-decoration:none;
	font-family:"Gotham", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	padding:4px;
}
.mobileapp a.download:hover {
	background-color:#ee3a43;
	color:#fff;
}
.partypack {
	width:260px;
	margin-top:8px;
}
.search {
	margin-top:-10px;
}
.search h3 {
	color:#fff;
	margin-top:-10px;
	text-align:center;
}
.search p {
	margin-bottom:6px;
}
.search input[type=text] {
	margin-top:12px;
	color:#918d8d;
	padding:2px;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #fff;
	width:100%;
}
.search input[type=submit] {
	margin-bottom:-3px;
}
#diner {
	background-image:url('../images/diner.png');
	background-repeat:no-repeat;
	width:85px;
	height:138px;
	float:right;
	margin-top:0px;
}
#social {
	width:200px;
	float:left;
	margin:14px 15px 14px 25px;
}
#social p {
	font-size:.8em;
	font-weight:bold;
	margin-bottom:5px;
}
#social ul li {
	float:left;
	font-size:.7em;
	font-weight:bold;
	vertical-align:middle;
}
.footerlinks {
	float:left;
	width:620px;
}
#footnav1 {
	text-align:center;
	font-size:.9em;
	margin-top:16px;
}
#footnav1 a {
	color:#ee3a43;
	text-decoration:none;
	text-transform:uppercase;
	border-right:1px solid #ee3a43;
	padding:2px 10px;
	font-weight:bold;
	float:left;
}
#footnav1 a:hover {
	background-color:#ee3a43;
	color:#fff;
}
#footnav2 {
	text-align:center;
	font-size:.8em;
	margin-left:12px; margin-top:10px;
}
#footnav2 a {
	color:#000;
	text-decoration:none;
	border-right:1px solid #000;
	padding:1px 10px;
	font-weight:bold;
}
#footnav2 a:hover {
	background-color:#000;
	color:#fff;
}
#footnav1 a.last, #footnav2 a.last {
	border-right:none;
}
#footnav1 li, #footnav2 li {
	float:left;
}
#meta {
	float:right;
	margin:16px 10px 0 0;
	text-align:center;
}
.retro {
	background-color:#fff;
	padding:30px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border:7px solid #615d59;
	margin:30px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.retro h2 {
	position:absolute;
	background-color:#ded56f;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:auto;
	display:table-cell;
	font-family:"GothamBold", Arial, Helvetica, sans-serif;
	font-size:1.3em;
	padding:20px 40px;
	text-transform:uppercase;
	margin-left:-70px;
	-moz-box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 5px #333;
	box-shadow: 2px 2px 5px #333;
	min-width:120px;
}
.retro h3 {
	color:#ee3a43;
	font-size:1.4em;
	font-weight:bold;
	margin:18px 0;
}
.retro h4 {
	color:#ee3a43;
	font-size:1.3em;
	font-weight:bold;
	margin:18px 0 -6px 0;
}
.retro h4.menuheader {
	margin:38px 0 -6px 0;
	font-family:"Refreshment-Stand", Arial, Helvetica, sans-serif;
	font-size:2.95em;
	color:#000;
}
.retro h5 {
	color:#ee3a43;
	font-size:1.0em;
	font-weight:bold;
	margin:18px 0 -6px 0;
}
.retro p, .retro ul, retro ol {
	margin:10px 0;
	font-size:.8em;
	line-height:1.4em;
}
.retro ul {
	list-style:disc;
}
.retro ol {
	list-style:decimal;
}
.retro li {
	margin-left:20px;
}
.retro p a, .retro ul a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #666;
}
.retro p a:hover, .retro ul a:hover {
	border-bottom:1px solid #000;
}
.retro .mainbar {
	float:left;
/*	background-color:red; DEBUG */
}
.retro .sidebar {
	float:right;
/*	background-color:blue; DEBUG */
}
.employees {
	font-size:.9em;
}
.employees td {
	padding:8px;
	line-height:1.4em;
	vertical-align:top;
}
.employees td a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #777;
}
.employees td a:hover {
	border-bottom:1px solid #000;
}
.employees img {
	background-color:#eee;
	padding:4px;
	margin:0px 8px 2px 2px;
}
.blacklinks a {
	color:#000;
}
.blacklinks a:hover {
	border-bottom:1px solid #000;
}
.copyright {
	text-align:center;
	font-size:.7em;
	margin-left:92px; float:left;
	margin-top:10px;

}
.em {
	font-style:italic;
}
.strong {
	font-weight:bold;
}
.faq .strong {
	margin-top:30px;
}
#contact td {
	vertical-align:top;
	padding:4px;
}
#contact input[type=text] {
	padding:3px;
	font-size:.9em;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
}
#contact textarea {
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	padding:3px;
}
.asterisk {
	margin-left:1px;
}
.label {
	font-weight:bold;
	margin-top:8px;
	display:block;
}
#locations td {
	padding:12px;
	vertical-align:top;
	font-size:.8em;
	line-height:1.2em;
	border-bottom:1px solid #f6f6f6;
	vertical-align:top;
}
#locations_construction {
	background-color:#eee;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:10px 0 0 45px;
}
#locations_construction td {
	padding:12px;
	vertical-align:top;
	font-size:.8em;
	line-height:1.2em;
	border-bottom:1px solid #f6f6f6;
}
.retro .small {
	font-size:.6em;
}
.nowrap {
	white-space:nowrap;
}
.left, .floatleft {
	float:left;
}
.right, .floatright {
	float:right;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}

/*#####################################*/
/*### 		BANNER				###*/
/*#####################################*/
#banner {
	background-image:url('../images/banner/banner_bg.png');
	background-repeat:no-repeat;
	width:900px;
	height:436px;
	margin-top:40px;
	margin-bottom:20px;
}
#bannerRotator {
	z-index:1;
}

/*#####################################*/
/*### 		LINK STYLING			###*/
/*#####################################*/


.redbutton {
	background-color:#d6343b;
	background: -webkit-linear-gradient(top, #d5343a, #a00525);
	background: -moz-linear-gradient(top, #d5343a, #a00525);
	background: -ms-linear-gradient(top, #d5343a, #a00525);
	background: -o-linear-gradient(top, #d5343a, #a00525);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:4px 16px;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	border:1px solid #d6343b;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	-moz-box-shadow: 1px 1px 5px #333;
	-webkit-box-shadow: 1px 1px 5px #333;
	box-shadow: 1px 1px 5px #333;
	display:block;
	cursor:pointer;
	line-height:1.3em;
}
.redbutton2 {
	background-color:#d6343b;
	background: -webkit-linear-gradient(top, #d5343a, #a00525);
	background: -moz-linear-gradient(top, #d5343a, #a00525);
	background: -ms-linear-gradient(top, #d5343a, #a00525);
	background: -o-linear-gradient(top, #d5343a, #a00525);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:12px 18px;
	margin-bottom:16px;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	border:1px solid #d6343b;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	-moz-box-shadow: 1px 1px 5px #333;
	-webkit-box-shadow: 1px 1px 5px #333;
	box-shadow: 1px 1px 5px #333;
	cursor:pointer;
	display:inline-block;
	line-height:1.3em;
}
.redbutton:hover, .redbutton2:hover {
	background-color:#d6343b;
	border-color:#a00525;
	background: -webkit-linear-gradient(top, #d6343b, #77061d);
	background: -moz-linear-gradient(top, #d6343b, #77061d);
	background: -ms-linear-gradient(top, #d6343b, #77061d);
	background: -o-linear-gradient(top, #d6343b, #77061d);
}
.retro .redbutton {
	padding:4px 16px;
	color:#fff !important;
	display:inline;
}
.search h3 {
	color:#fff;
}
h3.refreshment {
	font-family:"Refreshment-Stand", Arial, Helvetica, sans-serif;
	font-size:3.3em;
	margin-top:60px;
	line-height:1.05em;
}
h3.refreshmentfirst {
	font-family:"Refreshment-Stand", Arial, Helvetica, sans-serif;
	font-size:3.3em;
	margin-top:25px;
}
#location_results td {
	padding:12px 0;
	vertical-align:top;
	font-size:.8em;
	line-height:1.2em;
	border-bottom:1px solid #f6f6f6;
}
.redbullets li {
	list-style-image:url('../images/red-bullet.png');
}
#merch {
	text-align:center;
	width:100%;
}
#merch td {
	padding:8px;
}
#merch .pic {
	text-align:center;
	vertical-align:middle;
	padding-top:20px;
}
#merch .pp {
	vertical-align:top;
}
#merch .copy {
	text-align:center;
}
#merch .copy p {
	margin:6px 12px;
	padding-bottom:14px;
	text-align:center;
}
#merch .copy p strong {
	padding:6px 0 6px 0;
}
#merch .copy p em {
	padding:6px 0 6px 0;
}
#merch .copy .redbutton2 {
	margin-top:20px;
}