/*
Theme Name: Sushi Girl Custom Theme
Author: Mujahid Ishtiaq
Author URI: mailto:mujahid158@gmail.com

*/

/*******************************************************************************************************/

@font-face{
	font-family: HiraKaku;
	src: url('fonts/HiraKakuStd-W8.otf');
}

@font-face{
	font-family: Helvetica Bold;
	src: url('fonts/Helvetica_Bold.ttf');
}

@font-face{
	font-family: Helvetica Bold Obligue;
	src: url('fonts/Helvetica_BoldOblique.ttf');
}

@font-face{
	font-family: Helvetica Obligue;
	src: url('fonts/Helvetica_Oblique.ttf');
}

@font-face{
	font-family: HelveticaLt;
	src: url('fonts/HelveticaLt.TTF');
}

@font-face{
	font-family: Franklin M54;
	src: url('fonts/Franklin_M54.ttf');
}

/*******************************************************************************************************/

li,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input{margin:0; padding:0;}

body{
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	}
	
h1{
	font-family: HiraKaku;
	color: #a40606;
	}
	
h1 span{
	font-family: Helvetica Obligue;
	color: #fff;
	}
	
h2, h3, h4, h5, h6{
	font-family: Franklin M54;
	color: #fff;
	font-weight: normal;
	}
	
h1{
	font-family: Franklin M54;
	color: #a40606;
	
	}
	
p{
	color: #FFFFFF;
    font-family: HelveticaLt;
    font-size: 15px;
    line-height: 24px;
	}
	
a{
	font-family: Helvetica Bold;
	color: #a40606;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	
input[type="submit"], input#saveForm, .wufoo input.btTxt{
	}


.wrapper{
	width: 950px;
	margin: 0 auto;
	background: url(images/bg.jpg) no-repeat;
	height: 1900px;
	padding: 10px 25px 10px 25px;
	}
	
.clear{
	clear: both;
	}

/*******************************************************************************************************/

#main{
	min-height: 1710px;
	}

#header{
	width: 100%;
	}

#logo{
	float: left;
	}
	
#logo a{
	background: url(images/logo.png) no-repeat;
	width: 383px;
	height: 68px;
	display: block;
	text-indent: -9999px;
	}

#sublines{
	margin-top: 7px;
    float: left;
    width: 300px;    
	}

#sublines h2{
	font: normal 30px Franklin M54;
	color: #a40606;
	line-height: 0.9;
	}
	
#sublines h2 span{
	color: #fff;
	}
    
#pre_order{
    float: left;
    margin: 5px 0 0 40px;
}

#pre_order a{
    font-family: HiraKaku;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#pre_order a span{
    color: #A40606;
}
	
#main_menu{
	float: right;
	margin: 25px 0 0 0;
	}
	
#main_menu a{
	background: url(images/main_menu.png) no-repeat;
	width: 229px;
	height: 42px;
	display: block;
	text-indent: -9999px;
	}

/*******************************************************************************************************/

#nav{
	width: 60em;
	border: 1px solid red;
	margin-top: 6px;
	padding: 5px 0;
	}
	
#nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#nav ul li{
	float: left;
	display: inline;
	padding: 0 19px;
	text-align: center;
	}
	
#nav ul li a{
	font: 22px HiraKaku;
	color: #a40606;
	}
	
#nav ul li a span.sub{
	font: normal 12px Helvetica Obligue;
	color: #fff;
	}
	
#nav ul li a:hover{
	color: #fcfcfc;
	text-decoration: none;
	}
    
#nav ul li ul{
	display: none;
	position: absolute;
	z-index: 2;
    margin-top: 5px;
}

#nav ul li ul li{
	float: none;
	display: block;
	padding: 0;
	text-align: center;
    border: 1px solid red;
    background: #000;
	width: 100px;
    padding: 10px 0;
	}
    
#nav ul li ul li.nav1{
    margin-left: -20px;
}

#nav ul li ul li.nav2{
    margin-left: -15px;
}

#nav ul li ul li.nav3{
    margin-left: -6px;
}

#nav ul li ul li.nav4{
    margin-left: 2px;
}

#nav ul li ul li.nav5{
    margin-left: -16px;
}

#nav ul li ul li.nav6{
    margin-left: -7px;
}

#nav ul li ul li.nav7{
    margin-left: -23px;
}

#nav ul li ul li.nav8{
    margin-left: -5px;
}
	
#nav ul li ul li a{
	font: bold 18px HelveticaLt;
	color: #a02d13;
	}

#nav ul li > ul {
	top: auto;
	left: auto;
}

#nav ul li:hover > ul{
	display: block;
}
	
/*#nav ul li{
	float: left;
	display: inline;
	padding: 0 22px;
	}
	
#nav ul li a{
	display: block;
	text-indent: -9999px;
	height: 37px;
	}
	
#nav ul li a.nav1{
	background: url(images/nav_appetizer.png) no-repeat;
	width: 59px;
	}
	
#nav ul li a.nav2{
	background: url(images/nav_sushi.png) no-repeat;
	width: 66px;
	}
	
#nav ul li a.nav3{
	background: url(images/nav_entree.png) no-repeat;
	width: 80px;
	}

#nav ul li a.nav4{
	background: url(images/nav_carte.png) no-repeat;
	width: 99px;
	}
	
#nav ul li a.nav5{
	background: url(images/nav_side.png) no-repeat;
	width: 71px;
	}
	
#nav ul li a.nav6{
	background: url(images/nav_dessert.png) no-repeat;
	width: 78px;
	}
	
#nav ul li a.nav7{
	background: url(images/nav_takeout.png) no-repeat;
	width: 53px;
	}
	
#nav ul li a.nav8{
	background: url(images/nav_reviews.png) no-repeat;
	width: 78px;
	}
	
*/
/*******************************************************************************************************/

#nav_hover{
	position: relative;
	}
	
#nav_hover .hover{
	display: none;
	text-indent: -9999px;
	position: absolute;
	z-index: 999;
	}
	
#nav_hover .appetizer{
	background: url(images/hover_appetizer.png) no-repeat;
	width: 166px;
	height: 104px;
	top: 27px;
	left: 280px;
	}
	
#nav_hover .sushi{
	background: url(images/hover_sushi.png) no-repeat;
	width: 161px;
	height: 170px;
	top: 183px;
	right: 305px;
	}

#nav_hover .entree{
	background: url(images/hover_entree.png) no-repeat;
	width: 311px;
	height: 95px;
	top: 438px;
	left: 155px;
	}
	
#nav_hover .side{
	background: url(images/hover_side.png) no-repeat;
	width: 242px;
	height: 170px;
	top: 473px;
	right: 220px;
	}
	
#nav_hover .carte{
	background: url(images/hover_carte.png) no-repeat;
	width: 302px;
	height: 169px;
	top: 643px;
	left: 180px;
	}

#nav_hover .takeout{
	background: url(images/hover_takeout.png) no-repeat;
	width: 220px;
	height: 172px;
	top: 808px;
	right: 185px;
	}

#nav_hover .dessert{
	background: url(images/hover_dessert.png) no-repeat;
	width: 282px;
	height: 251px;
	top: 818px;
	left: 125px;
	}

#nav_hover .reviews{
	background: url(images/hover_reviews.png) no-repeat;
	width: 338px;
	height: 128px;
	top: 1208px;
	right: 270px;
	}
	

#girl_hover{
	position: relative;
	}
	
#girl_hover .hover{
	display: block;
	text-indent: -9999px;
	position: absolute;
	z-index: 100;
	}
	
#girl_hover .appetizer{
	width: 180px;
	height: 220px;
	top: 50px;
	left: 380px;
	}
	
#girl_hover .sushi{
	top: 320px;
	height: 75px;
	width: 250px;
	left: 350px;
	}
	
#girl_hover .side{
	width: 200px;
	height: 50px;
	left: 375px;
	top: 450px;
	}
	
#girl_hover .entree{
	width: 200px;
	height: 75px;
	left: 375px;
	top: 510px;
	}
	
#girl_hover .carte{
	width: 200px;
	height: 100px;
	left: 375px;
	top: 605px;
	}
	
#girl_hover .takeout{
	width: 100px;
	right: 360px;
	top: 725px;
	height: 225px;
	}
	
#girl_hover .dessert{
	width: 100px;
	left: 370px;
	top: 730px;
	height: 225px;
	}
	
#girl_hover .reviews{
	width: 125px;
	left: 260px;
	top: 1290px;
	height: 125px;
	}

/*******************************************************************************************************/

#testimonials_left{
	width: 230px;
	position: relative;
	float: left;
	}
	
#testimonials_right{
	width: 230px;
	position: relative;
	float: right;
	}
	
.lr-testimonials p{
	font: normal 14px Helvetica Bold;
	color: #fff;
	}
	
.lr-testimonials p em{
	font-family: Helvetica Bold Obligue;
	}
	
.lr-testimonials p span{
	font-family: Helvetica Obligue;
	color: #a40606;
	}
	
#testimonials_left .first{
	width: 100%;
	position: absolute;
	top: 75px;
	}
	
#testimonials_left .second{
	width: 100%;
	position: absolute;
	top: 325px;
	}
	
#testimonials_left .third{
	width: 100%;
	position: absolute;
	top: 590px;
	}
	
#testimonials_left .fourth{
	width: 100%;
	position: absolute;
	top: 1295px;
	}
	
#testimonials_right .first{
	width: 100%;
	position: absolute;
	top: 85px;
	}
	
#testimonials_right .second{
	width: 100%;
	position: absolute;
	top: 355px;
	}
	
#testimonials_right .third{
	width: 100%;
	position: absolute;
	top: 610px;
	}
	
#testimonials_right .fourth{
	width: 100%;
	position: absolute;
	top: 1295px;
	}
	

/*******************************************************************************************************/

#footer{
	background: url(images/footer.png) no-repeat;
	width: 100%;
	height: 181px;
	}
	
	
#social{
	float: right;
	margin-top: 30px;
	}
	
#social .fb{
	float: left;
	margin-right: 10px;
	}

#social .fb a{
	background: url(images/fb_icon.png) no-repeat;
	width: 31px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	}
	
#social .fb a:hover{
	background: url(images/fb_icon_hover.png) no-repeat;
	}
	
#social .twitter{
	float: left;
	}

#social .twitter a{
	background: url(images/twitter_icon.png) no-repeat;
	width: 31px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	}
	
#social .twitter a:hover{
	background: url(images/twitter_icon_hover.png) no-repeat;
	}
	

/*******************************************************************************************************/

#page{
	background: #000;
	width: 922px;
	margin-top: 20px;
	padding: 20px;
	opacity: 1;
	min-height: 400px;
	border: 1px solid red;
	}
	
#page p{
	color: #fff;
    font-family: HelveticaLt;
    font-size: 15px;
	line-height: 24px;
	}
    
#cast-page{
	width: 922px;
    padding: 20px;
    border: 1px solid red;
    background: #000;
    margin-top: 20px;
 }
	
#page2{
	width: 660px;
	float: left;
	opacity: 1;
	}

#page2 h1{
    font-family: Franklin M54;
    font-size: 30px;
    font-weight: normal;
    color: #a02d13;
}
	
#page2 img{
	-webkit-box-shadow: -5px 7px 10px 1px #000;
	box-shadow: -5px 7px 10px 1px #000;
	}
    
#page2 p{
    color: #fff;
    font-family: HelveticaLt;
    font-size: 15px;
	line-height: 24px;
}

/*******************************************************************************************************/

#sidebar{
	float: right;
	width: 218px;
	margin-top: 20px;
	padding: 10px;
	}
    
#cast-links h2{
    font: normal 30px Franklin M54;
    color:  #fff;
    text-align: center;
}

#cast-links h4{
    border: 1px solid red;
    padding: 10px 0;
    text-align: center;
}
	
#cast-links h4 a{
	font: normal 16px Franklin M54;
    color:  #fff;
	font-weight: normal;
	}
    
/*******************************************************************************************************/

#appetizer-page h1{
    font-family: Franklin M54;
    font-size: 30px;
    font-weight: normal;
    color: #a02d13;
}

#appetizer-page .left{
    float: left;
    width: 200px;
    height: 378px;
    overflow: auto;
}

#appetizer-page .left h4{
    border: 1px solid red;
    text-align: center;
}
	
#appetizer-page .left h4 a{
	font: normal 16px Franklin M54;
    color:  #fff;
    display: block;
    padding: 10px 0;
	}
    
#appetizer-page .left::-webkit-scrollbar {
	background: #000;
	width: 10px;
    border: 1px solid red;
    border-left: none;
}

	
#appetizer-page .left::-webkit-scrollbar-thumb{
	background: #a02d13;
	}

#appetizer-page .right{
    float: left;
    width: 690px;
    margin-left: 30px;
}

#appetizer-page .right p{
    color: #fff;
}

/*******************************************************************************************************/

/*******************************************************************************************************/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



/*******************************************************************************************************/

/* = J I G O     S H O P    S T Y L I N G
-------------------------------------------------------------- */


#container{
	background: #fff;
	margin-top: 20px;
	padding: 20px;
	opacity: 1;
	}
	
	
/*******************************************************************************************************/

#testi-page{
	width: inherit;
	}
	
#testi-page .box{
	float: left;
	width: 410px;
	margin-bottom: 20px;
	display: inline;
	margin-right: 25px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px 1px #bbb;
	box-shadow: 0px 0px 10px 1px #bbb;
	}
	
#testi-page .box p span{
	font-family: Helvetica Obligue;
	color: #a40606;
	}