@charset "UTF-8";
/*================================================
Theme Name:TORIHEI's Theme
Theme URI:Description:For TORIHEI Yakitori Robata Dining
Author:Au8uStudio
Author URI:Version:1.0
================================================*/
@import "fonts/font.css";
@import "reset.css";

/* Basic Design */
body{
	font-family: 'CartoGothicStdBook';
	background:url(img/bg_cream_01.jpg)	;
}
body,h1,h2,h3,h4,h5,h6,pre,li,dt,dd,th,td,p{
	font-size:14px
}
a{
	text-decoration:none;  /*リンク部分の下線を削除*/
}
a img{border:none}

/* Container Before */
div#containerbefore{
	background-image:url(img/bg_red_01.jpg);
	width:100%
}

/* Header Container */
div#headercontainer{
	width:auto;
	max-width:1582px;
	min-width:766px;
	margin:auto
}

/* Container */
div#container{
	width:100%;
	margin:auto
}

/* Header */
div#header{
	position:relative;
	color:#FFFFFF;
	width:100%;
	height:135px;
	max-width:1580px;
	min-width:766px;
	margin:auto;
	padding:6px 0;
	font-family:'OSPDIN'
}
div#header img#headerkanban{
	float:right;
	margin-right:10px;
	height:123px;
	box-shadow:1px -1px 3px rgba(0,0,0,0.5) 
}
div#header a#toriheiclock{
	color:#ff6;
	position:absolute;
	bottom:10px;
	left:200px;
	height:80px;
	width:80px;
	box-shadow:0 -1px 2px rgba(0,0,0,0.5),1px -2px 4px rgba(51,51,51,0.5);
	border-radius:18px
}
div#header a#toriheiclock:hover{
	color:#FC0;
	box-shadow:0 0 4px #FF6
}
div#header a#toriheiclock>img{
	height:80px;
}
div#header div#info{
	float:right;
	margin-right:5px;
	padding-right:20px;
	padding-left:0.5em;
	padding-top: 0.5em;
	max-width:480px;
}
div#info p,div#info address{
	text-shadow:0 -1px 0 #333,0 1px 0 #DDD,1px -2px 2px #333;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=45,strength=3,color=161616);
	font-size:28px;
	line-height:1.2em;
	text-align:right;
	display:block;
}
/*@media screen and (max-width: 1233px) {
	div#header p,div#header address{
		text-shadow:0 -1px 0 #333,0 1px 0 #DDD,-1px -2px 2px #333;
		font-size:16px;
		max-width:270px
	}
}
*/
/*Header Logo*/
div#header div#logo{
	width:170px;
	margin-left:10px;
	margin-right:1em;
	float:left;
	clear:right;
	margin-bottom:-100px
}
div#header div#logo img#logo-tengu{
	width:170px;
	height:170px;
	position:relative;
	z-index:500 !important;
}
/*Navigation*/
div#nav{
	z-index:20;
	clear:right;
	font-size:1em;
	text-transform:uppercase;
	height:40px;
	background-color:rgba(102,0,0,1);
	background-image:url(img/nav-bg01.jpg);
	box-shadow:0 -2px 2px rgba(255,255,186,0.4),0 2px 8px rgba(32,13,0,0.9),0 0 4px rgba(0,0,0,0,1);
	z-index:200;
	position:relative
}
div#nav nav{
	width:auto;
	margin-left:185px;
	max-width:1364px;
	min-width:550px;
}
div#nav nav ul li{
	font-family:'Cherry Cream Soda',sans-serif;
	font-size:18px;
}
div#nav nav ul li a{
	display:block;
	min-width:60px;
	max-width:300px;
	margin:auto 10px;
	line-height:40px;
	color:#ffffff;
	color:rgba(255,255,255,1);
	text-align:center
}
div#nav nav ul li a:hover{
	text-shadow:0 0 3px rgba(255,255,153,1);
	filter: progid:DXImageTransform.Microsoft.glow(strength=2,color=FFFF99);
	background-color:rgba(255,102,0,0);
}
div#nav nav>ul>li>a:hover{
	padding-bottom:2px;
	margin-top:-2px
}
div#nav nav>ul>li{	
	float:left;
	white-space:nowrap
}
div#nav nav ul ul{
	display:none;
	z-index:250;
	position:absolute
}
div#nav nav li li{
	clear:left;
	position:relative;
	width:100%
}
div#nav nav ul ul ul{
	top:0;
	left:100%
}
div#nav nav ul li:hover>ul{
	display:block;
}
div#nav nav li li{
	background-image:url(img/nav-bg01.jpg);
}
div#nav nav li li{
	box-shadow:0 0 3px rgba(0,0,0,0.7)
}
*+html div#nav nav ul ul a { /*IE用*/
width: 100px; /*（94-10-10-1-1）パディングとボーダーの分を引いた値*/
white-space: normal; /*幅に応じて改行*/
}

/*Head Image*/
div#headimg{
	background-color:rgba(0,0,0,0.7);
	box-shadow:inset 0px 0px 10px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5);
	width:100%;
	min-height:400px;
	overflow:hidden;
	z-index:50;
}
div#headimg img{
	object-fit:cover;
	object-position:50%, 50%;
	overflow:hidden;
	z-index:-50 !important;
	margin:auto
}
div#headimg div.slideshow{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
	margin:auto;
	width:100%;
	min-height:400px;
	overflow:hidden;
	display:none
}
/*Slideshow general*/
div#headimg>div.slideshow h1{
	padding:10px 0 10px 30px;
	font-size:60px;
	line-height:1.4em;
    font-family: 'CartoGothicStdBook';
	color:#ffffff;
	color:rgb(255,255,255);
	text-shadow: 1px 1px 2px #161616, 0 0 1px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=2,color=161616);
}
div#headimg>div.slideshow strong{
    font-family: 'CartoGothicStdBold';
}
div#headimg>div.slideshow p{
	text-align:left;
	padding:8px 30px;
	color:rgb(255,255,255);
	font-size:24px;
	text-shadow: 1px 1px 2px #161616, 0 0 1px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=2,color=161616);
}
div#headimg>div.slideshow a:link,div#headimg>div.slideshow a:visited{
	font-family: 'CartoGothicStdBoldItalic';
	color:#FF6
}
div#headimg>div.slideshow a:hover{
	color:#FC0
}
div#headimg>div.slideshow a:active{
	color:#FFF
}
/*Slideshow each*/
div#headimg div#menuset01{
	background-image:url(http://www.wptest.torihei-usa.com/test/wordpress/wp-content/uploads/2011/10/sample011.jpg)
}
div#headimg div#hallview01{
	background-image:url(http://www.wptest.torihei-usa.com/test/wordpress/wp-content/uploads/2011/11/sample02.jpg)
}
div#headimg div#oden-xiao{
	background-image:url(http://www.wptest.torihei-usa.com/test/wordpress/wp-content/uploads/2011/11/cropped-xiao-long-bao.jpg)
}
div#headimg div#yakitori-grill{
	background-image:url(http://www.wptest.torihei-usa.com/test/wordpress/wp-content/uploads/2011/11/cropped-yakitori-grill.jpg)
}
div#headimg div#appetizer01{
	background-image:url(http://www.wptest.torihei-usa.com/test/wordpress/wp-content/uploads/2011/11/cropped-tataki-kyuri-with-goma.jpg)
}
div#headimg div#sake-set{
	background-image:url(http://www.wptest.torihei-usa.com/test/wordpress/wp-content/uploads/2011/11/cropped-sake-sake-sake.jpg)
}
div#headimg div#sashimi01{
	background-image:url(http://www.wptest.torihei-usa.com/test/wordpress/wp-content/uploads/2011/11/cropped-kobe-beef-sashimi.jpg)
}
div#headimg div#hamaguri{
	background-image:url(http://www.wptest.torihei-usa.com/test/wordpress/wp-content/uploads/2011/12/hamaguri01.jpg)
}
/*div#headimg img{
	z-index:-1;
	margin:auto;
	width:100%;
	max-width:1580px;
	max-height:770px;
	min-width:766px;
	min-height:630px;
	object-fit:cover;
	object-position:center center
}
*/
/* Main */
.main{margin:auto}
@media screen and (max-width: 679px) {
	div.main{
		width:560px
	}
}
@media screen and (min-width: 680px) and (max-width: 899px) {
	div.main{
		width:660px
	}
}
@media screen and (min-width: 900px) and (max-width: 1219px) {
	div.main{
		width:880px
	}
}
@media screen and (min-width: 1220px) and (max-width: 1539px) {
	div.main{
		width:1200px
	}
}
@media screen and (min-width: 1540px){
	div.main{
		width:1520px;
}
}


/* Content */
div#content{
	display:block;
	float:left;
	margin-bottom:10px
}

@media screen and (max-width: 679px) {
	div#content{
		width:320px
	}
}
@media screen and (min-width: 680px) and (max-width: 899px) {
	div#content{
		width:640px
	}
}
@media screen and (min-width: 900px) and (max-width: 1219px) {
	div#content{
		width:640px
	}
}
@media screen and (min-width: 1220px) and (max-width: 1539px) {
	div#content{
		width:960px
	}
}
@media screen and (min-width: 1540px){
	div#content{
		width:1280px;
}
}
div#content h2#cat-title{
	clear:both;
	font-family:'Cherry Cream Soda',sans-serif;
	font-variant:small-caps;
	font-size:46px;
    font-weight: 700;
	padding:4px 10px 10px;
	color:#600;
	text-shadow:1px 1px 2px rgb(22,22,22);

	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=3,color=161616);
}
/*Social Buttons*/
div.socialbutton{
	float:left;
	height:30px;
	padding-left:10px;
	margin:5px
}
div.socialbutton div.fbbutton{
	float:left;
	margin-right:5px;
	width:100px;
}
div.socialbutton div.gpbutton{
	float:left;
	margin-right:5px;
	width:170px;
}
div.socialbutton div.twbutton{
	float:left;
	margin-right:5px;
	width:120px
}

/*Navigation for the Childnav*/
div#nav-food,div#nav-drink,div#nav-menu,div#nav-about{clear:left}
div#nav-food li,div#nav-drink li,div#nav-menu li,div#nav-about li{
	font-family:'Cherry Cream Soda',sans-serif;
	font-variant:small-caps;
	font-size:18px;
	line-height:30px;
	text-shadow:1px 1px 1px rgb(22,22,22);
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=2,color=161616);
	margin-left:2px;
	float:left;
}
div#nav-food li a,div#nav-drink li a,div#nav-menu li a,div#nav-about li a{
	background:url(img/nav-bg01.jpg);
	box-shadow:1px 1px 2px rgba(0,0,0,0.5);
	display:block;
	min-width:75px;
	height:30px;
	padding:6px;
	text-align:center;
	padding:0 8px;
	margin:4px 0;
	color:#FFFFFF;
	color:rgba(255,255,255,1);
}
div#nav-food li a:hover,div#nav-drink li a:hover,div#nav-menu li a:hover,div#nav-about li a:hover{
	color:#FC3;
	color:rgba(255,204,51,1);
}
/*Category page*/
div.cat-description>p{
	font-size:16px;
	margin:2px 5px;
	font-family:'Formata';
	font-weight:bold
	
}
/* Tiles */
div#tiles{clear:both}
/* Posts as Thumbs */
div.post{	
	font-family: 'CartoGothicStdBook';
	font-size:14px;
	font-weight:normal;
	line-height:1.4em;
	background:#ffffec url(img/bg_kraft-paper_litebrown_01.jpg) repeat;
	background:rgba(255,255,236,0.7) url(img/bg_kraft-paper_litebrown_01.jpg) repeat;
	overflow:hidden;
	box-shadow:1px 1px 2px rgba(0,0,0,0.5);
	max-height:310px
}

div.post:nth-child(5n){
	background-color:rgba(236,236,255,0.7);
}
div.post:nth-child(5n+1){
	background-color:rgba(255,232,221,0.7)
}
div.post:nth-child(5n+2){
	background-color:rgba(221,255,238,0.7);
}
div.post:nth-child(5n+3){
	background-color:rgba(255,236,249,0.7);
}
div.post .postinfo{
	height:34px !important;
	overflow:hidden;
}
div.post .postinfo h2.posttitle{
	font-size:18px;
    font-family: 'Formata',sans-serif;
	font-weight:bold;
	line-height:30px;
	padding:2px 5px;
	display:block;
	max-height:30px;
	text-shadow:0 0 3px rgba(0,0,0,0.5);
}
div.post .postinfo h2.posttitle a:link,div.post h2.posttitle a:visited{
	color:#100505
}
div.post .postinfo h2.posttitle a:hover{
	color:#ffffff
}
div.post .postinfo h2.posttitle a:active{
	color:#CDCDCD
}
div.post .postinfo p.postinfo{
    font-family: 'Formata',sans-serif;
	font-weight:bold;
	text-align:right;
	margin:-36px 10px 4px 0
}
div.post .postinfo p.postcat{
    font-family: 'Formata',sans-serif;
	font-weight:bold;
	text-align:right;
	margin:-20px 10px 0 0
}
div.post .postinfo p.postcat a{
	font-size:smaller;
	background-color:#063;
	border-radius:2px;
	color:#fff;
	padding:1px 5px
}
div.post .postinfo p.postcat a:hover{
	background-color:#0C3
}
div.post>a.post-thumbs-link{
}
div.post>a.post-thumbs-link>div.clickthumb{
	position:absolute;
	display:none;
}
div.post>a.post-thumbs-link:hover>div.clickthumb{
	display:block;
	background:rgba(255,255,255,0.35) url(img/clicktodetail.png) no-repeat center center;
	width:310px;
	height:276px;
	z-index:121
}
div.post>a.post-thumbs-link:hover img{
	z-index:120
}
/* Post for Singlepage */
div.post-s{
	margin:10px 5px;
    font-family: 'Constantia',serif;
	font-size:14px;
	font-weight:normal;
	line-height:1.4em;
	background:#ffffec url(img/bg_kraft-paper_litebrown_01.jpg) repeat;
	box-shadow:1px 1px 2px rgba(0,0,0,0.5)
}
div.post-s:after{
	content:"";
	display:block;
	clear:both
}
div.post-s div.story-s>p a{
	text-decoration:underline
}
div.post-s a:link,div.post-s a:visited{
	color:#600
}
div.post-s a:hover{
	color:#C00
}
div.post-s a:active{
	color:#FF6
}
div.post-s h2#cat-title{
	padding:10px 0 0 10px;
	line-height:1.2em;
}
div.post-s h2.posttitle-s a:link,div.post-s h2.posttitle a:visited{
	color:#111
}
div.post-s h2.posttitle-s a:hover{
	color:#069
}
div.post-s h2.posttitle-s a:active{
	color:#666
}
div.post-s span.price{
	display:block;
	font-size:38px;
	margin:-70px 5px 35px 0;
	padding-left:10px;
	line-height:1em;
	text-align:right;
}
div.post-s span.price>a{
	color:#000;
}
div.post-s span.postinfo-s{
    font-family: 'Formata';
	font-weight:bold;
	text-align:right;
	margin:-40px 10px 4px 0
}
div.post-s p.postcat-s{
    font-family: 'Formata';
	font-weight:bold;
	text-align:right;
	font-size:20px;
	margin:-25px 5px 5px;
}
div.post-s>hr{
	border-style:dashed none none none;
	border-width:2px;
	border-color:#600;
	margin-top:5px
}
div.post-s p.postcat-s a{
	background-color:#063;
	border-radius:4px;
	color:#fff;
	padding:1px 5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.5)
}
div.post-s p.postcat-s a:hover{
	background-color:#0C3
}
div.post-s div.story-s{
	clear:both;
	padding:0 0.4em 1.2em 0.4em
}
div.post-s div.story-s>p{
	font-weight:400;
	font-size:20px;
	line-height:1.4em;
	margin:0;
	padding:0;
	text-shadow:0 0 1px rgba(255,204,102,0.8);
}
div.post-s div.story-s>p.cap:first-letter{
	float: left;
	font-size:380%;
	line-height:1em;
	margin:0;
	padding:0;
	font-weight:bold;
	}
div.post-s div.story-s em{font-style:italic}
div.post-s div.story-s strong{font-weight:700}
div.post-s div.story-s blockquote{
	font-style:italic;
	font-weight:bold;
}
div.post-s div.story-s ul,div.story ol{margin-left:2em}
div.post-s div.story-s ul{list-style:square}
div.post-s div.story-s ol{list-style:decimal}
div.post-s div.story-s h1{font-size:x-large}
div.post-s div.story-s h2{font-size:large}
div.post-s div.story-s h3{font-size:medium}
div.post-s div.story-s h1,div.post-s div.story-s h2,div.post-s div.story-s h3{
	font-weight:bold;
	line-height:1.2em;
	display:block;
	margin-bottom:0.6em
}
div.post-s div.story-s address{
	text-decoration:underline;
	font-style:italic;
	line-height:1.2em;
	font-size:18px;
	font-weight:bold
}
div.post-s div.story-s hr{
	border-style:dashed none none none;
	border-width:3px;
	border-color:#111;
	margin:.6em 0
}
/*Contact form*/
div.post-s div.story-s dl>dd textarea,div.post-s div.story-s dl>dd input,div.post-s div.story-s .wpcf7-captchar{
	border:solid 1px #111;
	background:#FFC
}
div.post-s div.story-s dl>dd textarea:focus,div.post-s div.story-s dl>dd input:focus{
	background:#FC6
}
div.post-s div.story-s dl>dt{
	clear:both;
	font-size:21px;
	 font-family: 'CartoGothicStdBold';
	line-height:1.4em;
}
div.post-s div.story-s dl>dt small{
	font-size:12px;
	color:#C00;
}
div.post-s div.story-s dl>dd{
	margin-bottom:5px
}
div.post-s div.story-s dl>dd span.Howmanytimes label{
	display:block;
	float:left;
	width:23em;
	line-height:1.2em
}
div.post-s div.story-s dl>dd input.wpcf7-text{
	width:290px;
}
div.post-s div.story-s dl>dd textarea{
	width:290px;
	height:230px;
	resize:none;
	font-size:12px
}
div.post-s div.story-s .wpcf7-response-output{
	border:dashed #660000 2px;
	padding:0.3em 1ex;
	font-size:14px;
	font-family: 'CartoGothicStdBold';
	color:#C00;
	border-radius:8px;
	line-height:1.6em;
}
div.post-s div.story-s .wpcf7-mail-sent-ok{
	font-size:18px;
	color:#111
}
div.post-s div.story-s .wpcf7-not-valid-tip{
	border:none;
	border-radius:8px;
	background:#600;
	color:#fff;
	font-family: 'CartoGothicStdBold';
	font-size:14px;
	line-height:1.6em;
	padding:0.2em 1ex;
}
div.post-s div.story-s input.wpcf7-submit{
	background:url(img/nav-bg01.jpg) repeat #600;
	color:#FFF;
	font-family:'Cherry Cream Soda',sans-serif;
	font-weight:bold;
	border:none;
	padding:2px 3px;
	margin:0.5em 0;
	cursor:pointer;
}
div.post-s div.story-s input.wpcf7-submit:hover{
	color:#FC3;
	color:rgba(255,204,51,1);
}

/*Single page > Caption*/
div.post-s div.story-s div.wp-caption{
	background-color:#ffffec;
	border:none;
	color:#141414;
	color:rgb(20,20,20);
	font-family:'Cherry Cream Soda',cursive;
	box-shadow:1px 1px 2px rgba(0,0,0,0.5)
}
div.wp-caption>p.wp-caption-text{
	display:block;
	font-size:22px;
	margin:3px 0 8px;
	text-shadow:0 0 2px rgba(20,20,20,0.7);
	text-transform:capitalize
}
div.post-s div.story-s>div.wp-caption img:before{
	content:url(img/pin-red.png);
}
@media screen and (min-width: 1220px) and (max-width: 1539px) {
	div.post-s h2#cat-title{
		max-width:785px
	}
	div.post-s div.story-s img{
		max-width:940px;
		height:auto;
	}
	div.post-s div.story-s>div.wp-caption{
		max-width:950px
	}
}
@media screen and (min-width: 680px) and (max-width: 1219px) {
	div.post-s h2#cat-title{
		font-size:38px !important;
		line-height:55px;
		max-width:455px
	}
	div.post-s div.story-s img{
		max-width:420px;
		height:auto;
	}
	div.post-s div.story-s>div.wp-caption{
		max-width:430px
	}
}
@media screen and (max-width: 679px){
	div.post-s h2#cat-title{
		font-size:28px !important;
	}
	div.post-s div.story-s img{
		max-width:300px;
		height:auto
	}
	div.post-s div.story-s>div.wp-caption{
		max-width:310px
	}
}
/* Positioning of images in the post */
.aligncenter{
    display:block;
    margin-left:auto;
    margin-right:auto
}
 
.alignnone{
    display:block;
    margin-left:auto;
    margin-right:auto
}
 
.alignleft{
    float:left;
    margin-right:10px;
    margin-bottom:10px
}
 
.alignright{
    float:right;
    margin-left:10px;
    margin-bottom:10px
}
 
.wp-caption{
	position:relative;
    border:solid 1px #aaaaaa;
    text-align:center;
    padding-top:5px
}
.wp-caption>div.pin{
	background:url(img/pin-red.png) no-repeat 0 0;
	width:54px;
	height:96px;
	position:absolute;
	right:-14px;
	top:-24px;
	z-index:920
}
.wp-caption>img{
	margin:0 auto;
}
/* Pagenation */
div.pagenation{
	width:100%;
    font-size:0.9em;   /*リンクの文字サイズを0.7emに指定*/
    overflow:hidden}   /*コンテンツの回り込み禁止*/
 
span.oldpage{
    float:right;
	display:block
}
span.newpage{
    float:left;
	display:block
}
span.newpage a:link,span.oldpage a:link,span.newpage a:visited,span.oldpage a:visited{
	color:#ffffff;
	display:block;
	font-size:14px;
	 font-family: 'CartoGothicStdBold';
	width:50px;
	line-height:1.5em;
	padding:0 3px;
	border-radius:3px;
	background:#600;
	box-shadow:1px 1px 2px rgba(0,0,0,0.5);
}
span.newpage a:hover,span.oldpage a:hover{
	background:#F00;
}
	

	
/* Sidebar */
div#sidebar{
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	float:left;
	background: url(img/bg_kraft-paper_litecream_01.jpg) repeat;
	box-shadow:1px 1px 2px rgba(0,0,0,0.5)
}
div#sidebar a:link,div#sidebar a:visited{
	color:#C00
}
div#sidebar a:hover{
	color:#F00;
	text-shadow:0 0 2px rgba(255,255,204,0.7)
}
div#sidebar a:active{
	color:#F30
}
div#sidebar .widget{margin-bottom:10px}
div#sidebar h2{
	font-family:'Cherry Cream Soda',sans-serif;
	font-size:18px;
	color:#600;
	text-shadow:1px 1px 2px rgba(0,0,0,0.5);
	font-weight:700;
	line-height:1.6em;
	padding-left:4px
}
div#sidebar li.notice article{
	background:#FFC;
	background:rgba(255,255,204,0.4);
	padding-left:5px
}
div#sidebar li.notice article:nth-of-type(even){
	background:#FCC;
	background:rgba(255,204,204,0.4)
}
div#sidebar li.notice h3{
	font-size:14px;
	font-weight:700
}
div#sidebar li.notice time{
	font-size:0.8em
}
div#sidebar a#morenotice{
	font-size:12px;
	padding-left:5px;
	text-align:right
}
div#sidebar li li{
	font-size:0.8em;
	border-bottom:solid 1px #333;
	border-left:solid 4px rgba(255,153,0,1)
}
div#sidebar li li:nth-of-type(even){
	border-left:solid 4px rgba(255,204,102,1)
}
div#sidebar li li a{
	color:#111;
	display:block;
	padding:2px 5px
}
div#sidebar li li a:hover{
	background-color:rgba(255,255,204,1)
}
@media screen and (max-width: 899px) {
	div#sidebar{
		float:none;
		clear:both;
	}
}
/**/
div#sidebar select#cat{
	margin-left:5px;
	background-color:#FFC;
	border:solid #111 1px;
}
div#sidebar select#cat option:nth-of-type(even){
	background-color:#FF9;
}
/* Facebook Like Box*/
div#sidebar div.fb-like-box{
	background:#ffffec;
	background:rgba(255,255,236,0.2);
	background:none
}
div#sidebar div.fb-like-box>iframe{
	border:none !important
}
	
/* Footer */
div#footer{
	margin-top:10px;
	padding:10px 0.4em ;
	clear:both;
	background-color:#600;
	background-color:rgba(102,0,0,1);
	background:url(img/nav-bg01.jpg)
} 
div#footer p.copyright{
	color:#FFC;
	font-size:0.75em; 
	font-style:normal;
	font-family:Verdana,sans-serif;
	text-align:right;
	margin:0
}
div#footer>div#login{
	display:block;
}
div#footer a:link,div#footer a:visited{
	color:#FFC
}
div#footer a:hover{
	color:#FF9;
	text-shadow:0 0 2px rgba(255,255,204,0.7)
}
/*Excuse for customers*/
.excuse{
	font-size:24px;
	color:#600;
	color:rgba(102,0,0,1);
	font-family: 'CartoGothicStdBook';
}