/*===================================================================


    $$$$$$$\                                                    $$\ 
    $$  __$$\                                                   $$ |
    $$ |  $$ | $$$$$$\  $$$$$$$\  $$$$$$$\  $$\   $$\  $$$$$$$\ $$ |
    $$ |  $$ |$$  __$$\ $$  __$$\ $$  __$$\ $$ |  $$ |$$  _____|$$ |
    $$ |  $$ |$$$$$$$$ |$$ |  $$ |$$ |  $$ |$$ |  $$ |\$$$$$$\  \__|
    $$ |  $$ |$$   ____|$$ |  $$ |$$ |  $$ |$$ |  $$ | \____$$\     
    $$$$$$$  |\$$$$$$$\ $$ |  $$ |$$ |  $$ |\$$$$$$$ |$$$$$$$  |$$\ 
    \_______/  \_______|\__|  \__|\__|  \__| \____$$ |\_______/ \__|
                                            $$\   $$ |              
    Denny's (c) 2011                        \$$$$$$  |              
    FTW, PTL!                                \______/               

    

===================================================================*/



/*===================================================================
 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, 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-weight: inherit; font-style: normal; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}

html
{
    height: 100%;
    margin-bottom: 1px;
    overflow-y: scroll !important;
    background: 
        url(../img/bg_gradient.png) repeat-x fixed top center,
        url(../img/bg_pattern.png) repeat fixed top center;
}

body
{
	line-height: 1;
	color: black;
	background: white;
}
	
ol, ul
{
	list-style: none;
}

table
{
	border-collapse: separate;
	border-spacing: 0;
}
	
caption, th, td
{
	text-align: left;
	font-weight: normal;
}

img
{
    display: block;
}



/*===================================================================
 Essential Vitamins
===================================================================*/

body
{

	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 13px;
	color: #777;
	line-height: 1.2;
	background: #ffdc00;
}

noscript .inner {
    position: absolute;
    color: #4B4644;
    font-weight: bold;
    width: 50%;
    font-size: 18px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    top: 25%;
    left: 22%;
    line-height: 1.5em;
    padding: 30px;
    background: #FECF00;
    border: 10px solid #FFF;
    z-index: 10;

}

p, blockquote, li
{
	font-size: 13px;
	font-style: italic;
	line-height: 1.5em;
	color: #4b4644;
}

p, blockquote, ul, ol
{
	margin-bottom: 1.75em;
}

ul, ol
{
	list-style-type: none;
}

ol
{
	list-style-type: none;
}

strong
{
	font-weight: bold;
}
	
em
{
	font-style: italic;
}

input, textarea
{
	padding: 4px 3px 3px 3px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
}

a
{
	text-decoration: none;
}

a:link, a:visited
{
	color: #d31d44;
}

a:hover, a:active
{
	color: #1b99c8;
}

a img
{
	border: none;
}

img
{ 
	-ms-interpolation-mode:bicubic;
}

h1 span, h2, h3 {
	font-family: "proxima-nova", "proxima-nova-condensed-1","proxima-nova-condensed-2", Helvetica, sans-serif;
    color: #4B4644;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

h3 {
    font-size: 16px;
    font-weight: bold;  
    margin-bottom: 10px; 
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

.inner h3 {
	color: #D31D45;
    font-size: 30px;
    font-weight: 800;
    margin: 10px 27px 0 0;
    position: relative;
    text-transform: uppercase;
}

body:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
	visibility: hidden;
}

/*===================================================================
 Header
===================================================================*/	

#header
{
    background: transparent url(../img/header_background.png) repeat-x 0px 0px;
	position: fixed;
	top: 0px;
	margin: 0;
	width: 100%;
	height: 74px;
	z-index: 10;
}

#header #container
{
    position: relative;
    margin: 0 auto;
    width: 900px;
}

#header img
{
    float: left;
    margin-top: 3px;
}

#header #headerLogo
{
    cursor: pointer;
}

#header #welcome
{
	position: absolute;
    top: 17px;
    left: 135px;
    background: url(../img/misc/hdr_welcome.png) no-repeat;
    display: block;
    height: 41px;
    width: 282px;
}

#header #welcome * {
    display: none;
}


/*===================================================================
 Navigation
===================================================================*/

a#nav
{
	background: transparent url(../img/btns/quick_nav.png) no-repeat 0 0;
	width: 186px;
	height: 45px;
	float: right;
	display: block;
	margin: 8px 0 0 0;
	text-indent: -9999px;
}



a#nav:link, a#nav:visited
{
	color: #fff;
}

a#nav:hover
{
	color:  #ccc;
}

a#nav:active
{
	color: #fff;
}

#navMenu
{
	height: 255px;
	width:  100%;
	position: fixed;
	z-index: 9;
	top: -190px;
	background: transparent url(../img/nav_menu_bg.png) repeat-x;
}

#navMenu ul
{
	width: 900px;
	position: relative;
	margin: 0 auto;
}

#navMenu li
{
	float: left;
	cursor: pointer;
	text-align: center;
	width: 179px;
	background: #fff;
	height: 221px;
	padding: 10px 0;
	margin: 4px 0 0 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
}

#navMenu li:hover,
#navMenu li.active
{
	background-color: #eee;
}

#navMenu li.active:hover {
    cursor: default !important;
}

#navMenu li img
{
	margin: 10px auto 0 auto;
	position: relative;
}

#navMenu li h3
{
	font-family: "proxima-nova-condensed-1","proxima-nova-condensed-2", Helvetica, sans-serif;
	color: #d31e45;
	font-weight: bolder;
	font-size: 18px;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #fff, 0 3px 0 #C9BCB5;
	margin: 15px 0 0 0;
}

#navMenu li span
{
	display: block;
	font-family: Georgia, serif;
	padding: 10px 10px 0;
	font-size: 12px;
	font-style: italic;
}

#navMenu li .floatIcon
{
    position: absolute;
}

#navMenu li .floatIcon:after
{
	content: ".";
	visibility: hidden;
	clear: both;
}

#navMenu li #eating { bottom: 4px; right: 5px; }
#navMenu li #coffee { bottom: 4px; right: 5px; }
#navMenu li #heart { bottom: 3px; right: 5px; }
#navMenu li #pin { bottom: 3px; right: 5px; }
#navMenu li #house { bottom: 3px; right: 5px; }

.dotted
{
	border-right: 1px dotted #333;
}

/*===================================================================
 Main Containers
===================================================================*/	


#wide_container
{
    position: fixed;
    width: 4600px;
    margin-left: 50%;
    left: -2290px;

}

#wide_container #home, #wide_container #location, #wide_container #menu,
#wide_container #about, #wide_container #love
{
    position: absolute;
    width: 900px;
    float: left;
    margin: 80px 20px 0 0;
    opacity: .50;
    overflow: hidden;
    filter: alpha(opacity=50) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50 !important);
    z-index: 1 !important;
}

#wide_container #about { left: 0; }
#wide_container #location { left: 920px; }
#wide_container #home { left: 1840px; }
#wide_container #menu { left: 2760px; }
#wide_container #love { left: 3680px; }

#focus_container
{
    position: absolute;
    left: 50%;
    width: 900px;
    margin-left: -450px;
    margin-top: 80px;
    padding-bottom: 70px;
}

#focus_container #home, #focus_container #menu, #focus_container #location,
#focus_container #about, #focus_container #love
{
    margin: 0;
    position: relative;
}

#focus_container .bg_snippet
{
    height: 10px;
    width: 900px;
    background: url(../img/bg_gradient.png) center -60px repeat;
    position: fixed;
    top: 70px;
    z-index: 8;
}

/*===================================================================
 Left and Right Page Arrows
===================================================================*/


#pageLeftArrow
{
    display: block;
    width: 39px;
    height: 118px;
    position: absolute;
    top: 300px;
    left: 0;
    background: url(../img/icons/rightPageArrow.png) no-repeat;
    cursor: pointer;
    display: none;
}

#pageRightArrow
{
    display: block;
    width: 37px;
    height: 118px;
    position: absolute;
    top: 300px;
    right: -1px;
    background: url(../img/icons/leftPageArrow.png) no-repeat;
    cursor: pointer;
    display: none;
}

/*===================================================================
 Sections
===================================================================*/

#home
{
    background: none;
}

#home h1, #location h1, #menu h1, #about h1, #love h1 {
    font-size: 54px;
        font-family: "proxima-nova-condensed-1","proxima-nova-condensed-2", Helvetica, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #4b4644;
    text-shadow: 0 1px 1px #fff, 0 4px 0 #C9BCB5;
}

#home h2, #location h2, #menu h2, #about h2, #love h2 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #4b4644;
    text-shadow: 0 1px 1px #fff, 0 3px 0 #C9BCB5;
}

h2 sup
{
    font-size: 55%;
    position: relative;
    top: -.5em;
}


/*===================================================================
 Grid Classes
===================================================================*/
.leftTwoThird, .leftOneThird, .leftHalf,
.rightOneThird, .rightHalf, .rightTwoThird,
.whole
{
/*    -webkit-box-shadow: 2px 2px 10px rgba(253, 135, 1, 0.75);
    -moz-box-shadow: 2px 2px 10px rgba(253, 135, 1, 0.75);
    box-shadow: 2px 2px 10px rgba(253, 135, 1, 0.75);*/
}


.leftTwoThird, .leftOneThird, .leftHalf,
{
    margin-top: 20px;
    padding: 0;
    position: relative;
    background-color: #fef7d4;
}

.rightOneThird, .rightHalf, .rightTwoThird
{
    margin-top: 20px;
    padding: 0;
    position: relative;
    background-color: #fef7d4;
}

.marginTop
{
    margin-top: 20px;
}

.whole, .leftTwoThird, .leftOneThird, .leftHalf
{
    float: left;
}

.rightTwoThird, .rightOneThird, .rightHalf
{
    float: right;
}

.clear
{
    clear: both;
}

.whole
{
    padding: 0;
    position: relative;
    background-color: #fef7d4;
    width: 900px;
    height: auto;
    overflow: hidden;
}

.leftTwoThird
{
    background-color: #fef7d4;
    margin-top: 20px;
    width: 587px;
}

.leftOneThird
{
    width: 293px;
}

.rightTwoThird
{
    width: 587px;
}

.rightOneThird
{
    width: 293px;
}

.leftHalf
{
	margin-top: 20px;
	padding: 0;
	position: relative;
	background-color: #fef7d4;
    width: 440px;
}

.rightHalf
{
    width: 440px;
}

.innerBox
{
    background: url(../img/borders/dot.png) top repeat-x;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

/*===================================================================
 Misc Classes
===================================================================*/

.scrollTip
{
	
}

.bigHr
{
	text-align: left;
	float: left;
	position: relative;
	width: 900px;
	z-index: 1;
}

.bigHr h1
{
	font-size:  54px;
	text-align: left !important;
	font-weight: 900;
	color: #F69B20 !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) !important;
	text-shadow: none;
	margin-bottom: -.25em;
}

.bigHr p
{
	font-family:  Georgia, serif;
	font-size: 16px;
	font-style: italic;
	color: #F69B20;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.bigHr div.hr
{
    height: 17px;
    width: 900px;
    border: 0;
    border-style: none;
    background: transparent url(../img/misc/big_hr.png) repeat-x;
    clear: both;
}


/*===================================================================
 Footer
===================================================================*/	

#footer
{
    background: transparent url(../img/footer_background.png) repeat-x;
	position: fixed;
	bottom: 0px;
	margin: 0;
	width: 100%;
	height: 55px;
	z-index: 10;
}

.noFixedSupport #footer {
    position: absolute !important;
    bottom: auto !important;
}


#footer #footer_container
{
    position: relative;
    width: 900px;
    margin: 0 auto;
}

#footer ul
{
    display: block;
}

#footer ul li
{
    float: left;
    font-family: "proxima-nova-condensed-1","proxima-nova-condensed-2", Helvetica, sans-serif;
}

#footer #mainFootLinks
{
    width: 720px;
    margin: 14px auto 0 auto;
}

#footer #mainFootLinks li { margin-right: 35px; }
#footer #secondFootLinks li { margin-right: 15px; }

#footer #mainFootLinks li a:link, #footer #mainFootLinks li a:visited
{
    font-size: 14px;
    color: #fff;
    text-shadow: 0 2px 2px #fdb110;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}

#footer #mainFootLinks li a {
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;   
}

#footer #mainFootLinks li a:hover {
    color: #D31D45;
}

#footer #mainFootLinks li a.active
{
    color: #D31D44;
}

#footer #secondFootLinks li a:link, #footer #secondFootLinks li a:visited
{
    font-size: 9px;
    color: #cf8d00;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #e7bb04;
}

#footer #secondFootLinks li.light
{
    color: #d2aa06;
    font-style: normal;
}

#footer #secondFootLinks li a:hover
{
    color: #777;
}

#footer #secondFootLinks
{
    width: 520px;
    margin: 0 auto;
    position: relative;
}

#footer a.social
{
    position: absolute;
    width: 28px;
    height: 30px;
    text-indent: -9999px;
}

a#facebook
{
    right: 121px;
    top: 0;
    background: url(../img/social/f_footer.png) no-repeat;
}

a#twitter
{
    right: 86px;
    top: 0;
    background: url(../img/social/t_footer.png) no-repeat;
}

a#youtube
{
    right: 52px;
    top: 0;
    background: url(../img/social/t_youtube.png) no-repeat;
}


img#logo_small
{
    position: absolute;
    right: 50px;
    top: 0;
    display: none;
}

a#rewards_cta_small
{
    position: absolute;
    background: url(../img/icons/rewards.png) no-repeat;
    right: 0;
    top: 0;
    width: 41px;
    height: 33px;
    text-indent: -9999px;
}

/*===================================================================
 Classes
===================================================================*/	

.right { float: right; }

.left { float: left;}

.topLinks
{
	height: 38px;
	background: url(../img/borders/dot.png) bottom repeat-x #FEF7D4;
	padding: 0 10px;
	text-align: center;
	color: #d31d44;
    width: 880px;
    position: absolute;
    zoom: 1;
    overflow: hidden;

}

#focus_container .topLinks {
    position: fixed;
    z-index: 8;
}

.topLinks span
{
    zoom: 1;
    cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	min-width: 350px;
	max-width: 500px;
	height: 32px;
	position: relative;
	margin: 0 auto;
	padding: 10px 60px 5px 0;
    background-repeat: no-repeat;
    background-position: right 0;
	height: 32px;
	display: none;
    top: 11px;
}

.topLinks img {
    position: absolute;
    right: -84px;
    top: 4px;
    display: none;
}

.topLinks span a
{
	color: #4b4644;
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
}

.topLinks span a:hover
{
	color: #666;
	border: 0;
}

.topLinks .salutation {
    display: none;
}

.topLinks .salutation.current {
    display: inline !important;
}

.leftLink
{
    position: absolute;
    top: 12px;
    left: 5px;
}

.rightLink
{
	position: absolute;
	top: 12px;
	right: 10px;
}

.leftLink, .rightLink
{
	font-family: "proxima-nova-1","proxima-nova-2", Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #d31d44;
	display: block;
	margin-top: -5px;
	text-align: left;
	height: 24px;
}

#aboutLoveLink.leftLink a
{
    background: url(../img/icons/left_loop_arrow.png) left top no-repeat;
}

#loveAboutLink.rightLink a
{
    background: url(../img/icons/right_loop_arrow.png) right top no-repeat;
}

.leftLink a
{   
    color: #D31D44;
    height: 20px;
	margin: 0;
    display: block;
    padding-top: 5px;
    padding-left: 30px;
    background: url(../img/icons/left_arrow.png) left center no-repeat;

}

.rightLink a
{
    color: #D31D44;
    height: 20px;
	margin: 0;
    padding-top: 5px;
    display: block;
    padding-right: 30px;
    background: url(../img/icons/right_arrow.png) right top no-repeat;
}

.leftLink:hover a, .rightLink:hover a
{
	color: #999 !important;
}

.leftLink:after, .rightLink:after
{
	content: ".";
	visibility: hidden;
	clear: both;
}

.line, .line_big, .line_sm
{
    position: relative;
    width: 96%;
    margin: 0 auto;
    background: transparent url('../img/misc/horiz_line.png') repeat-x 0 50%;
}

.line_big { width: 97.5%;}
.line_sm { width: 92%; }

.line span, .line_big span, .line_sm span
{
    background: #FEF7D4;
    padding: 0 8px;
}

.line, .line_big, .line_sm { height: 60px; }
.line h2, .line_sm h2, .line_big h2 { padding-top: 11px; }

a.btn {
    cursor: pointer;
}

a.btn:link, a.btn:visited
{
    background: url(../img/btns/overSideBtn.png) no-repeat;
    font-style: normal;
    position: absolute;
    width: 131px;
    height: 40px;
    color: #fff;
    right: -5px;
    z-index: 2;
}

.orangeGradient {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.52, rgb(253,174,15)), color-stop(0.7, rgb(253,188,25)));
    background-image: -moz-linear-gradient(center bottom, rgb(253,174,15) 52%, rgb(253,188,25) 70%);
}

a.btn:hover
{
    color: #333;
}

.darkGradient {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, rgb(89,82,78)), color-stop(0.78, rgb(101,94,91)));
    background-image: -moz-linear-gradient(center bottom, rgb(89,82,78) 13%, rgb(101,94,91) 78%);
}

a.btn span
{
    color: inherit;
    font-size: 13px;
	font-family: proxima-nova-condensed-1,proxima-nova-condensed-2,Helvetica,sans-serif;
	font-weight: bold;
    position: absolute;
    top: 10px;
    left: 22px;
}

.quoteBubble
{
    text-indent: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    background: #5d5653;
    float: left;
    margin: 5px 30px 0 30px;
    position: relative;
    padding: 15px 15px 5px 15px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, rgb(89,82,78)), color-stop(0.78, rgb(101,94,91)));
    background-image: -moz-linear-gradient(center bottom, rgb(89,82,78) 13%, rgb(101,94,91) 78%);
    font-family: Georgia, serif;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    color: #fff;
    line-height: 1.65em;
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.25);
}

.quoteArrow
{
    background: url(../img/misc/speech_bub.png) 50px top no-repeat;
    width: 100%;
    height: 8px;
    float: left;
}

.avatar
{
    border: 2px solid #FDB812;
    float: left;
    margin: 0 10px 0 0;
}

.topHighlight
{
    float: left;
    width: 440px;
    background: #fff url(../img/borders/dot.png) bottom repeat-x;
    text-align: center;
    position: relative;
    margin: 2px 0 5px 0;
    padding: 10px 0;
}

a.orangeBtn:link, a.orangeBtn:visited
{
    color: #fff;
    background: #FEF7D4 url(../img/btns/small_orange_sprite.png) 0 0 no-repeat;
    width: 86px;
    height: 41px;
}

a.orangeBtn:hover
{
    color: #eee;
}

a.orangeBtn:active
{
    padding: 2px 0 0 1px;
    width: 85px;
    color: #eee;
    background: #FEF7D4 url(../img/btns/small_orange_sprite.png) -86px 0 no-repeat;
}

a.orangeBtn span
{
    font-family: "proxima-nova-condensed-1","proxima-nova-condensed-2", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 11px;
    text-shadow: 0 1px 1px rgba(50, 50, 50, 0.5);
    color: inherit;
    text-align: center;
    background: none;
    display: block;
    text-align: center;
    line-height: 38px;
    padding: 0 4px 5px 0;
}

a.orangeBigBtn:link, a.orangeBigBtn:visited
{
    color: #fff;
    background: url(../img/btns/big_orange_sprite.png) 0 0 no-repeat;
    width: 146px;
    height: 41px;
}

a.orangeBigBtn:hover
{
    color: #eee;
}

a.orangeBigBtn:active
{
    padding: 2px 0 0 1px;
    width: 145px;
    color: #eee;
    background: url(../img/btns/big_orange_sprite.png) -146px 0 no-repeat;
}

a.orangeBigBtn span
{
    font-family: "proxima-nova-condensed-1","proxima-nova-condensed-2", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 11px;
    text-shadow: 0 1px 1px rgba(50, 50, 50, 0.5);
    color: inherit;
    text-align: center;
    background: none;
    display: block;
    text-align: center;
    line-height: 38px;
    padding: 0 4px 5px 0;
}

.clickBlocker {
    height: 1000px;
    position: fixed;
    top: 0;
    width: 0px;
    z-index: 8;
}

#clickBlockLeft {
    left: 0;
    cursor: pointer;
}

#clickBlockRight {
    right: 0;
    cursor: pointer;
}
