/*
English Version
*/

body {
	margin: 0;
	padding: 0;
	background: #050801 url(http://images.tokyopubcrawl.com/main/background.jpg) no-repeat bottom center fixed;
}

h1 {
	font-size: 2.4em;
	color: #F00;
}

h2 {
	font-size: 1.6em;
	color: #FDD00C;
}

h3 {
	font-size: 1.0em;
	color: #FFF;
	font-weight: bold;
}

p, ul, ol {
	font-family: "Catamaran", Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #AAA;
}

span {
	color: #FFF;
	font-weight: bold;
}


ul, ol {
}

a {
	text-decoration: none;
	color: #F00;
}

/* Menu */

#menu-wrapper {
	height: 60px;
}

#menu {
	width: 900px;
	height: 50px;
	margin: 0px auto 0 auto;
	background: rgba(0,0,0,.6);

}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	border-radius: 10px;
}

#menu a {
	display: inline-block;
	height: 60px;
	margin-right: 1px;
	padding: 0px 20px 0px 20px;
	line-height: 60px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu .current_page_item a {
	font-weight:bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	overflow: hidden;
	width: 900px;
	margin: 0px auto;
}

/* Content */

#content {
	float: right;
	width: 515px;
}

.post {
	margin-bottom: 30px;
	padding: 20px 35px 10px 35px;
	background: rgba(0,0,0,.6);
}

.post h1 {
	font-family: "Carter One", Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.4em;
	text-transform: none;
}

.post h2 {
	font-family: "Catamaran", Trebuchet MS, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	margin-top: -20px;
	margin-bottom: -15px;
}

.post .title {
	padding-bottom: 20px;
	letter-spacing: -1px;
	text-transform: capitalize;
	color: #F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post .title a {
	border: none;
	color: #F00;
	font-family: "Comic Sans MS", cursive;
}

.post .meta {
	text-align: left;
	font-family: "Catamaran", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
}

.post .entry {
	font-size: 0.93em;	
	padding: 10px 0px 0px 0px;
}

.post2 {
	background: rgba(0,0,0,.6);
	margin-bottom: 30px;
	padding: 10px 35px 10px 35px;
}

.post2 .meta {
	text-align: left;
	font-family: "Catamaran", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
}

.post2 .meta a {
	color: #900;
}

.post2 h1 {
	color: #900;
	font-family: "Carter One", Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.2em;
}

.post2 h2 {
	color: #999;
	font-family: "Catamaran", Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: -20px;
	margin-bottom: -15px;

}

.post2 p {
	color: #666;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	text-align: center;
	width: 315px;
	padding: 15px 20px;
	background: rgba(0,0,0,0.6);
}

.thisweek {
	padding-top: 32px;
    padding-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: #FDD00C;
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h1 {
	font-size: 2.0em;
	color: #FDD00C;
	text-transform: none;
	font-family: "Carter One", "Street Cred";
	text-align: center;
	margin-bottom: 10px;
}

#sidebar p {
	margin: 0 0px;
	text-align: center;
	color: #FFF;
	font-size: 1.1em;
}

#sidebar span{
	    color: #FDD00C;
	    font-weight: bold;
    }

#sidebar a {
	border: none;
	color: #FDD00C;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #7F7F81;
}

/* Calendar */

#calendar {
	text-align: center;
}

#calendar_wrap {
	padding: 10px;
}

#calendar table {
	margin: auto;
}

#calendar h1 {
	font-size: 1.4em;
    color: #FDD00C;
    font-family: "Carter One", "Street Cred";
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 900px;
	height: 140px;
	margin: 0px auto;
}

#footer p {
	margin: 0;
	padding-top: 30px;
	line-height: normal;
	text-transform: lowercase;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
}

#footer a {
	text-decoration: underline;
}

#about {
	overflow: hidden;
	width: 820px;
	margin: 0px auto 0px auto;
	padding: 20px 40px;
	background: rgba(0,0,0,0);
}

#about .title {
	padding-bottom: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	color: #F00;
	text-align: center;
}

#about .title2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FF0;
	font-size: 24px;
	text-align: center;
	text-transform: none;
}

#pContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	margin:0 auto; /*centered*/
	overflow: hidden; /*float containment*/
	text-align: center;
}

/* Tips Page */

#TipsContent {
	width: 900px;
}

#TipsContainer {
	display: table;
	background: rgba(0,0,0,.8);
	margin-bottom: 15px;
}

#TipsPicLeft {
	width: 370px;
	float: left;
	display: table-cell;
	overflow: hidden;
}

#TipsPicRight {
	width: 370px;
	float: right;
	display: table-cell;
	overflow: hidden;
}

#TipsPicRight img {
	float: