/* Matilda Bay Restaurant Home */

@import "matildabay-common.css";

html { min-width: 960px; height: 100%; }
body { min-width: 960px; height: 100%; background: #23170c; /*url(images/home-body-bg.gif) no-repeat center 60%*/ }

form#aspnetForm { height: 100%; }

.outer-wrapper { padding: 0; height: 60%; background: url(images/home-img-big.jpg) no-repeat bottom center; }

.sitecontainer { margin: -241px 0 0 -480px; height: 400px; position: absolute; top: 50%; left: 50%; background: url(images/home-logo.png) no-repeat 24px 48px; }
.sitecontainer h1 { margin: 0; display: none; }

* html .sitecontainer { background-image: url(images/home-logo-ie6.gif); }

.sitecontainer.admin { margin: 0; position: relative; left: 0; top: 0; }


/* - Content Container */
#content-container { width: 654px; height: 250px; padding: 131px 0 0 306px; }

#main-menu ul li { padding-left: 16px; background-position: -2px center; }


/* - Home Promotions */
.promo { float: left; width: 88px; margin-right: 29px; }
.promo a { display: block; text-decoration: none !important; }
.promo a img { border: 1px solid #b7ada0; }
.promo a span { display: block; margin: 7px 0 0 0; font-weight: bold; color: #918b86; text-transform: uppercase; cursor: pointer; }
.promo a:hover img { border: 1px solid #fff; }
.promo a:hover span { color: #fff; }

#footer { width: 936px; margin: 0 auto; padding: 0 0 0 24px; color: #6a625a; font-weight: bold; }
#footer a { color: #918b86; text-decoration: none; }
#footer a:hover { color: #fff; }
#footer p { width: auto; margin: 0; color: #918b86; }
#footer ul { display: block; width: auto; margin: 7px 0 3px; padding: 0; list-style: none; }
#footer ul li.first a { padding-left: 0; background: none; }
#footer span.footer-email { padding: 0; background: none; }
#footer .footer-left { float: left; }
#footer .footer-copyright { padding-top: 12px; width: 520px; }
#footer .copy-left { float: left; }


/* Sumo Link */
#footer .footer-left #sumo-link { float: left; display: block; background: url(/images/sumo-sprite.gif) no-repeat right -4px; color: #6a625a; padding: 14px 32px 0 16px; top: auto; right: auto; }

/* Sumo Link Attributes */	
#footer #sumo-link.sumo-grey {background-position: right -95px;}



/* Flash Styling */
#homepage-container { height: 80.7%; background: #23170c url(images/home-body-bg.gif) no-repeat center 60%; }
#homepage-container #MatildaBayFrontMenu,
#homepage-container #flashContainer{ height: 100%; width: 100%; }


/*#social-media { position: absolute; top: 50%; left: 50%; padding: 80px 0 0; margin: 0 0 0 -178px; }*/
#social-media { float: right; }
#social-media .twitter { display: block; float: left; width: 20px; height: 20px; margin: 0 10px 0 0; text-indent: -9999em; overflow: hidden; background: url(images/home-icon-twitter.png) no-repeat 0 0; }
#social-media iframe { float: left; }

.social-icon { float: right; width: 129px; height: 40px; margin: 0 0 0 20px; background: url(images/home-social-icons.png) no-repeat 0 0; text-indent: -9999em; overflow: hidden; }
.social-icon.fb { background-position: 0 0; }
.social-icon.tw { background-position: 0 -40px; }


