/*  Yakuza Lounce CSS  */

/*  IMPORTS  */

@import url("thickbox.css");

/*  IMPORTS END  */

html, body, #wrapper, #container {
	height: 100%;
}

body {
	background: #fff url(images/yakuza_bg.gif) top center repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial;
	color: #000;
}

* html body {
	background: #fff url(images/yakuza_bg_ie.gif) top center repeat-y;  /*  IE6 background offeset  */
}

*:first-child+html body {
	background: #fff url(images/yakuza_bg_ie.gif) top center repeat-y;  /*  IE7 background offeset  */	
}

html > body {  /*  Mozilla font size  */
	font-size: 14px;
	line-height: 20px;
}

* html body {  /*  IE font size  */
	font-size: 0.88em;
	line-height: 1.43em;
}

div {  /*  Holding it all together  */
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*  Links  */

a, a:active, a:visited {
	color: #cc0000;
	text-decoration: none;
 	outline: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;	
}

a.bodyLinks, a.bodyLinks:active, a.bodyLinks:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
 	outline: none;
}

a.bodyLinks:hover {
	color: #cc0000;
	text-decoration: none;	
}

a#galleryCaption {
	background: url(images/yakuza_link_gallery.gif) center center no-repeat;
	width: 100%;
	height: 3em;
	text-indent: -9999em;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
	display: block;
	left: 0px;
	bottom: 0px;
	z-index: 50;
}

a#newsletter {
	background: url(images/yakuza_link_newsletter.gif) top center no-repeat;
	width: 145px;
	height: 12px;
	text-indent: -9999em;
	position: relative;
	display: block;
}

/*  Headers  */

h1, h2, h3, p {
	padding: 0px;
	margin: 0 0 10px 0;
}

h1 {
	font-size: 2em;
	color: #000;
	line-height: 1em;
	font-weight: normal;
	text-transform: lowercase;
}

h2 {
	font-size: 1.5em;
	color: #000;
	line-height: 1em;
	font-weight: normal;
	text-transform: lowercase;
}

* html h2.header {
	height: 12px;
}

h3 {
	font-size: 1.33em;
	color: #000;
	line-height: 1em;
	font-weight: normal;
	text-transform: lowercase;
}

q {
	font-size: 1.17em;
	line-height: 1.17em;
}

cite {
	
}

cite span {
	font-size: 0.86em;
	line-height: 1em;
	display: block;
}

/*  Structure  */

#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

/*  Header  */

#header {
	padding: 20px 35px;
}

#header #logo {
	float: left;
}

#header #nav {
	float: right;
	margin: 25px 0 0 0;
	padding: 0px;
}

#header #nav li {
	list-style-type: none;
	padding: 0.25em 1em;
	border-right: 1px solid #cc0000;
	float: left;
	display: inline;
}

#header #nav li.last {
	border: 0px;
}

#header #nav li a {
	display: block;
	height: 10px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-indent: -9999em;
}

#header #nav li a:hover {
	text-decoration: none;
}

/*  Nav  */

#menu a { background: url(images/yakuza_nav_menu.gif) no-repeat; width: 35px; }
#menu a.active { background: url(images/yakuza_nav_menu.gif) 0 -10px no-repeat; }
#chef a { background: url(images/yakuza_nav_chef.gif) no-repeat; width: 56px; }
#chef a.active { background: url(images/yakuza_nav_chef.gif) 0 -10px no-repeat; }
#location a { background: url(images/yakuza_nav_location.gif) no-repeat; width: 50px; }
#location a.active { background: url(images/yakuza_nav_location.gif) 0 -10px no-repeat; }
#reservations a { background: url(images/yakuza_nav_reservations.gif) no-repeat; width: 80px; }
#reservations a.active { background: url(images/yakuza_nav_reservations.gif) 0 -10px no-repeat; }
#galleryLink a { background: url(images/yakuza_nav_gallery.gif) no-repeat; width: 43px; height: 12px !important; }
#galleryLink a.active { background: url(images/yakuza_nav_gallery.gif) 0 -12px no-repeat; }

/*  Content  */

#content {
	padding: 20px 35px;
}

/*  Columns  */

.middleColumn {
	width: 100%;
}

.leftColumn {
	margin-right: 310px;
}

.rightColumn {
	padding-top: 2em;  /*  This is for spacing   */
	margin-top: 10px;  /*  to adjust for header  */
	width: 275px;
	float: right;
}

.rightColumn .image {
	height: 165px;
}

/*  Gallery  */

#gallery {
	height: 525px;
	position: relative;
	z-index: 10;
}

#gallery .items {
	width: 940px; 
	height: 525px;
}

#gallery .pagerBG {
	background: #fff;
	height: 35px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 20;
}

* html #gallery .pagerBG {
	bottom: -1px;
}

#gallery .pager {
	position: absolute;
	right: 0px;
	bottom: 10px;
	z-index: 30;
}

* html #gallery .pager {
	bottom: 3px;
}

/*  Footer  */

#footer {
	border-top: 1px solid #ccc;
	padding: 20px 35px;
	font-size: 0.83em;
	color: #666;
}

#footer a, #footer a:active, #footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: underline;
}

#footer .links {
	float: right;
}

#footer .copyright {
	color: #999;
}

#footer .copyright a, #footer .copyright a:active, #footer .copyright a:visited, #footer .copyright a:hover {
	color: #999;
}

/*  body classes  */

body.homePage {
	
}

.popover {
	background: transparent;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

.popover .container {
	padding: 20px;
	width: auto;
	margin: 0px;
	height: auto;
}

.popover a, .popover a:active, .popover a:visited, .popover a:hover {
	color: #fff;
}

.popover h1, .popover h2, .popover h3 {
	color: #fff;
}

/*  Misc  */

#info {
	background: url(images/yakuza_info.gif) left center no-repeat;
	min-height: 12px;
	margin-bottom: 20px;
}

* html #info {
	height: 12px;
}

#info #newsletter {
	float: right;
	margin-top: -0.17em;
}

.header {
	text-indent: -9999em;
}

.noBanner {
	width: 940px;
	height: 380px;
	text-align: center;
	line-height: 380px;
	font-size: 3em;
	color: #999;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.pager {
	padding: 0 35px 0 0;
}

.pager ul {
	float: right;
	margin: 0px;
	padding: 0px;
}

.pager li {
	float: left;
	display: inline;
	list-style-type: none;
}

.pager .prev, .pager  .next {
	display:block;
	width: 18px;
	height: 18px;
	margin: 0px;
	cursor: pointer;
}

html > body .pager  .prev {
	background-image: url(images/pager_leftArrow.png);
}

html > body .pager  .next {
	background-image: url(images/pager_rightArrow.png);		
}

html > body .pager  .prev:hover {
	background-image: url(images/pager_leftArrow_over.png);		
}

html > body .pager .next:hover {
	background-image: url(images/pager_rightArrow_over.png);	
}

.pager .navi {
	margin: 2px 10px 0 10px;
	position:relative;
	display: block;
}

.pager .navi span {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	cursor: pointer;
}

html > body .pager .navi span {
	background-image: url(images/pager_dots.png);  	
}

html > body .pager .navi span:hover, html > body .pager .navi span.hover {
	background-image: url(images/pager_dots_over.png);    
}

html > body .pager .navi span.active {
	background-image: url(images/pager_dots_active.png);    
}

.image {
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.image img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

.image .bg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 3em;
	background: #fff;
	width: 100%;
	z-index: 30;
}

* html .image .bg {
	bottom: -0.08em;
}

.icons {
	margin: 0px;
	padding: 0px;
}

.icons li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.icons a {
	padding: 5px 5px 5px 37px;
	margin: 0 0 10px 0;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 32px;
}

* html .icons a {
	height: 32px;
}

.icons a .label {
	font-size: 0.83em;
	font-weight: bold;
	color: #333;
	line-height: 1.17em;
}

.icons a .title {
	font-size: 1.33em;
	line-height: 1.17em;
}

.icons a:hover .title {
	text-decoration: underline;
}

.icons a:hover {
	text-decoration: none;
}

.credits {
	margin: 0px;
	padding: 0px;
}

.credits li {
	list-style-type: none;
	margin: 0 0 20px 0;
}

.credits li a, .credits li a:hover {
	color: #fff;
	text-decoration: none;
}

.credits li .title {
	font-size: 1.33em;
	line-height: 1em;
}

.credits li .name {
	font-size: 2em;
	line-height: 1em;
}

.credits li a:hover .name {
	color: #fff; 
	border-bottom: 1px dashed #fff;
}

.button {
	background: #ebebeb;
	display: block;
	padding: 1em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	text-align: center;
	font-size: 1.33em;
	line-height: 1em;
	color: #666 !important;
	margin: 0 0 10px;
}

.button:hover {
	background: #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	color: #333 !important;
	text-decoration: none;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 0px;
	line-height: 0px;
	display: block;
}