html {
    overflow-y: scroll;
}

body {
	font-family: Verdana;
	font-size: 11pt;
	background-color: #dddddd;
}

h1 {
	color:#555;
	text-decoration:none;
	font-size:30px;
	text-shadow: 0px 0px 1px #555;
}

a {
	text-decoration:none;
}

.noblue {
	color:inherit;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
	border-radius:7px;
	box-shadow:0px 0px 7px -1px;
}

li {
    float: left;
}

li a {
    display: block;
    color: #fff;
	font-size:17;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li span {
    display: block;
    color: #fff;
	font-size:17;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.there {
    background-color: #000;
}

li a:hover {
    background-color: #111;
}

#grad1{
	width:25%;
	height:100%;
	position:fixed;
	background: #dddddd; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #888888 , #dddddd); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #888888, #dddddd); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #888888, #dddddd); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #888888 , #dddddd); /* Standard syntax */
}

#grad2{
	width:25%;
	height:100%;
	position:fixed;
	right:0;
	background: #dddddd; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(right, #888888 , #dddddd); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #888888, #dddddd); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #888888, #dddddd); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to left, #888888 , #dddddd); /* Standard syntax */
}

#header {
	height:110px;
	padding:10px;
	text-decoration:none;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
}

#awarets {
	color:#FFFFFF;
	text-decoration:none;
	font-size:60px;
	text-shadow: 0px 0px 8px #000000;
}

#awaretsjp {
	color:#E5E5E5;
	text-decoration:none;
	font-size:30px;
	text-shadow: 0px 0px 6px #000000;
}

#content {
	width:50%;
	min-width:750px;
	padding-bottom:130px;
    margin: 0 auto;
	position: absolute;
	left:0;
	right:0;
}

@media (max-width: 766px) {
	#content {
		width:100%;
		min-width:0px;
	}
	
	@viewport {
	}
	
	/*
	html {
		zoom:0.9
	}
	*/
}

/*
@media (max-width: 689px) {html {zoom:0.85}}
@media (max-width: 612px) {html {zoom:0.8}}
@media (max-width: 536px) {html {zoom:0.75}}
@media (max-width: 460px) {html {zoom:0.7}}
@media (max-width: 383px) {html {zoom:0.65}}
@media (max-width: 306px) {html {zoom:0.6}}
*/



.textbox {
	background-color: #ffffff;
	padding:10px;
	border-radius:7px;
	box-shadow:0px 0px 7px -1px;
}

.imagebox {
	border-radius:7px;
	box-shadow:0px 0px 7px -1px;
}

.padding {
	height:45px;
}

#aboutinner {
	position:absolute;
	top:130px;
	right:-242px;
	width:192px;
}
	
#resizepadding {
	display:none;
}

#aboutdescription {
	padding-top:20px
}

@media (max-width: 1250px) {
	#aboutinner {
		position:static;
		top:0px;
		right:0px;
		width: auto;
	}
	
	#resizepadding {
		display:block;
	}
	
	#aboutimage {
		float:left;
	}
	
	#aboutdescription {
		padding-top:0px;
		padding-left:205px;
		min-height:192px;
	}
}

@media (orientation:portrait) {
	#content {
		width:100%;
		min-width:0px;
	}	
}



.blogpost {
	padding-bottom:40px;
	border-bottom: 3px solid #aaa;
	max-height: 550px;
	overflow-y: scroll;
	padding-top: 40px;
}

.trpage {
	width:100%;
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated; /* Chrome */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
}

.contentsection {
	border-bottom: 3px solid #aaa;
	padding-top:10px;
	padding-bottom:10px;
}

.contentimage {
	padding-right:10px;
	border-right: 3px solid #888;
	vertical-align: top;
	width: 240px;
	height: 135px;
	float:left;
}

.description {
	 margin-left:263px;
	 min-height: 100px;
}

.wholetitle {
	text-align:center;
	box-shadow: inset 0px -4px 7px -5px;
	padding:8px;
	font-size:20px;
	background-color:#FFFFFF;
}

.threeimage {
	width:128px;
	height:128px;
	padding:0px;
	display:block;
}

.fullimage {
	width:384px;
	height:384px;
	padding:0px;
	display:block;
}

.moreimage {
	width:384px;
	height:128px;
	padding:0px;
	display:block;
}

.moreimage:hover {
	opacity:0.75;
}

.moreimage:active {
	opacity:0.5;
}

.threetitle {
	width:33.34%;
	font-size: 9.5pt;
	height:60px;
	border: 1px solid;
	background-color:#FFFFFF;
	padding:2px !important;
	word-break:break-word;
	white-space:normal;
}

.threecontainer {
	padding-top:15px;
	display:table;
	margin: 0 auto;
}

.pagetitle {
	font-size:30px;
	margin:auto;
	width:200px;
	text-align:center;
}

.clicktitle {
	display:inline-block;
	width:210px;
}

.threetable {
	width:384px;
	border-collapse: collapse;
	margin:0;
}

.threetable tr td {
	padding:0px;
	margin:0;
	border-spacing:0;
}

.ranktable {
	text-align:left;
	/*border-collapse: collapse;*/
	/*padding:5px;*/
	padding-top:5px;
	padding-bottom:5px;
	border-spacing: 0;
	counter-reset: rowNumber;
	line-height:22px;
}

.ranktable tr:not(.nonclick) {
    counter-increment: rowNumber;
}

.ranktable tr:not(.nonclick) td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 1em;
    margin-left: 0.2em;
}

.songtable td {
	max-width:270px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	-webkit-transition: max-width 1s;
}

.songtable tr.songlink {
	cursor:pointer;
}

.songtable tr:not(.nonclick):hover {
	color:#FFFFFF;
	background-color:#888888;
}

.songtable tr.songlink:active {
	background-color:#BBBBBB;
}

.songicon-container {
    padding-top: 4px;
    padding-right: 12px;
    display: block;
}
.songicon {
	width:16px;
	height:16px;
    padding: 0px;
    display: block;
}

.song-youtube {
	background-image: url(./icon_youtube.png);
}
.song-spotify {
	background-image: url(./icon_spotify.png);
}
.song-soundcloud {
	background-image: url(./icon_soundcloud.png);
}
.song-bandcamp {
	background-image: url(./icon_bandcamp.png);
}


/*
.songtable tr:hover td{
	max-width:1900px;
}
*/

.rowlink::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5em; /* don't forget to set the height! */
}

.scoretab {
	background-color: #FFFFFF;
	border-right: 1px solid;
	border-left: none;
	border-top: 1px solid;
	border-bottom: 1px solid;
	height:25px;
	width:8%;
	cursor: pointer;
	float:left;
	outline:0;
}

.scoretab:hover {
	background-color: #EEEEEE;
}

.scoretab:active {
	background-color: #CCCCCC;
}



.textbox-pre {
	margin:0;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family: inherit;	
}




/* Dropdown CSS */

.nav li {
  width: 200px;
}

/* Sub Menus */
.nav li ul {
  position: absolute;
  display: none;
  width: inherit;
  border-radius:0;
}

.nav li:hover ul {
  display: block;
}

.nav li ul li {
  display: block;
}
