@font-face {
    font-family: myItaliana;
    src: url(../_fonts/Italiana-Regular.ttf);
}
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: white none repeat scroll 0 0;
    color: #33333d;
    font: 17px/1.5 "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
a {
    color: #33a0c0;
	text-decoration: none;
}
a.thumbnail {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    transition: 0.3s;
}
a.thumbnail:hover {
    box-shadow: 0 0 2px 1px rgba
    (0, 140, 186, 0.5);
}
section {
    min-height: 50%;
}
section:not(:last-child) {
    border-bottom: 1px solid #eee;
}
section:not(#top) {
    padding: 150px 100px;
    text-align: center;
}
.jplayercentre {
	margin: auto;
	width: 480px;
}
.jplayeraudiocentre {
	margin: auto;
	width: 240px;
}
pre {
    background: white none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-family: monospace;
    font-size: 0.9em;
    overflow-x: auto;
    padding: 25px;
}
.content img {
    width: 100%;
}
p {
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-weight: 300;
}
code {
    font-family: monospace;
    font-size: 0.9em;
}
h1 {
    font-size: 2em;
    margin-top: 0;
}
h1:not(:first-child) {
    margin-top: 50px;
}
h2 {
    font-size: 1.2em;
    margin-top: 80px;
}
h3 {
    font-size: 1em;
    margin-top: 40px;
}
h4 {
	font-size: 0.8em;
    margin-top: 20px;
}
ul li {
    font-size: 0.8em;
}
section:nth-child(2n) {
    background: #fdfdfd none repeat scroll 0 0;
    box-shadow: 0 1px 0 0 white inset;
}
img {
    border-radius: 8px;
	image-orientation: from-image;
}
.content {
    margin: 0 auto;
    max-width: 750px;
    text-align: left;
}
.chinese {
    font-family: "Apple LiGothic Medium","Microsoft JhengHei",Helvetica,Arial,Verdana,sans-serif;
}
.withtime {
    margin-top: 80px;
}
.withtime h2,
.withtime h4 {
	display: inline;
}
#top {
    height: 100%;
}
#heading {
    margin-top: -150px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#logo {
    font: 150px "myItaliana", sans-serif;
    // text-transform: lowercase;
}
#tagline {
    font: "myItaliana", sans-serif;
    font-size: 16px;
}
#menu {
    position: fixed;
    right: 30px;
    top: 35px;
    z-index: 50;
}
#menu:hover ul {
    display: block;
}
#menu a {
    color: inherit;
}
#menu a#toggle {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
#menu:hover a#toggle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #efefef #efefef -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
}
#menu ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    border-color: #efefef #efefef #ddd;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px 0 #eee;
    display: none;
    margin: 0;
    padding: 25px;
    position: absolute;
    right: 0;
    top: 35px;
}
#menu ul li {
    list-style: outside none none;
}
#menu ul li a {
    display: block;
    padding: 3px 0;
    text-decoration: none;
}
#menu ul li a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 700px) {
section:not(#top) {
    padding: 50px 25px;
}
#heading {
    margin-top: -75px;
}
#logo {
    font-size: 75px;
}
#tagline {
    font-size: 12px;
}
}
@media screen and (max-width: 500px) {
body {
    font-size: 13px;
}
}