@import url("blueprint/screen.css");
@import url("jquery.fancybox-1.3.4.css");
@import url("jquery.thumbnailScroller.css");
@import url("splashscreen.css");

/* =BODY
-------------------------------------------------------------- */
html, body, #wrapper {
	background: url(../img/bg-about-index-steakhouse.jpg) black no-repeat center top;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

body {
	background: url(../img/bg-about-index-steakhouse.jpg) black no-repeat center top;
	font-family: Tahoma, Geneva, sans-serif;
	width: 100%;
}

body.index #wrapper, body.media #wrapper {
	background: url(../img/bg-about-index-steakhouse.jpg) black no-repeat center top;
}

body.contact #wrapper, body.guestlist #wrapper, body.thank-you #wrapper {
	background: url(../img/bg-about-index-steakhouse-2.jpg) black no-repeat center top;
}

body.events #wrapper {
	background: url(../img/bg-menu-events-2cats.jpg) black no-repeat center top;
}

body.specials #wrapper, body.venue-rental #wrapper {
	background: url(../img/bg-menu-specials-2cats-cocktail-lounge.jpg) black no-repeat center top;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.element-container {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* =TYPOGRAPHY
-------------------------------------------------------------- */

h1 {
	width: 390px;
	height: 50px;
	text-indent: -9999em;
	overflow: hidden;
}

body.index h1 {
	background-image: url(../img/h1-index.jpg);
}

body.events h1 {
	background-image: url(../img/h1-events.jpg);
}

body.media h1 {
	background-image: url(../img/h1-media.jpg);
}

body.gallerypage h1 {
	background-image: url(../img/h1-gallery.jpg);
}

body.specials h1 {
	background-image: url(../img/h1-specials.jpg);
}

body.venue-rental h1 {
	background-image: url(../img/h1-venuerental.jpg);
}

body.guestlist h1 {
	background-image: url(../img/h1-guestlist.jpg);
}

body.contact h1 {
	background-image: url(../img/h1-contact.jpg);
}

body.thank-you h1 {
	background-image: url(../img/h1-thankyou.jpg);
}

h2 {
	padding: 0;
	margin: 0;
}

p {
	margin-top: 19px;
	line-height: 20px;
	text-align: justify;
}

a {
	color: white;
}

a:hover {
	color: #a7a7a7;
}

a:visited {
	color: #bfbfbf;
}

b {
	color: white;
}

/* =CAROUSEL
-------------------------------------------------------------- */

.carousel-container {
	width: 100%;
	text-align: center;
	width: 520px;
	margin: 0px auto 0px auto;
	padding: 0 0 0px 0;
	background-color: black;
	box-shadow: 0px 0px 5px 1px #000000;
}

.carousel {
	margin-left: auto;
	margin-right: auto;
	width: 1176px;
	background-color: black;
	height: 750px;
	color: white;
	text-align: center;
}

#content-container {
	text-align: left;
	width: 86%;
	margin: 40px auto 0px auto;
	color: #a6a6a6;
}

#slider1 {
	width: 1176px;
	padding: 0;
	margin: 0;
}

/* =MENU NAVIGATION
-------------------------------------------------------------- */
#menu {
	margin: 10px 0 10px 0;
	width: 520px;
	padding: 10px 0 7px 0;
	border-top: 2px solid #A31B38;
	border-bottom: 1px dotted #474747;
}

#menu a {
	font-family: serif;
	font-size: 15px;
	margin: 0;
	padding: 0 13px 10px 13px;
	text-decoration: none;
	color: #878787;
}

#menu a:hover {
	color: white;
	border-bottom: 1px solid #A31B38;
}

.index .home, .events .events, .hours .hours, .location .location, .specials .specials, .contact .contact, .venue-rental .venue-rental, .guestlist .guestlist, .gallerypage .gallerymenu  {
	color: white !important;
	border-bottom: 1px solid #A31B38;
}

/* =MENU NAVIGATION
-------------------------------------------------------------- */
#footer {
/*	position: absolute;
	bottom: 0;
	right: 0;
*/	width: 100%;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 5px;	
	z-index: 2000;
}

.body-male #footer, .body-female #footer {
	z-index: 20;
}

#footer a {
	text-decoration: none;
	color: #474747;
}

#footer a:hover {
	color: white;
}

/* =OVERRIDE SKYPE
-------------------------------------------------------------- */
span.skype_pnh_container {
	display: none!important;
}

span.skype_pnh_print_container {
	display: inline!important;
}
