

td {
    width: 150px;
    border-bottom: 2px solid white;
}

.thumbnail {
    padding: 2px;
}

#unselectable{
user-drag: none; 
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;    
}

#alignr {
    text-align: right;
}

#blackboxui {
    background-color: black;
    padding-right: 10px;
    margin-left: -12px;
    margin-bottom: -10px;
}

#whitebox{
    background-color: white;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: -10px;
    margin-left:-12px;
}

#blackbox {
    background-color: black;
    padding: 5px;
    padding-left:10px;
    margin-left: -12px;

}

#blackbox img{
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    border: 2px solid black;
}

#blackbox img:hover {
    z-index: 9999;
    position: relative;
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
    transform: rotate(10deg);
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    border: 2px solid white;
}

@font-face{
    font-family: paragraph;
    src: url(fonts/paragraph.ttf);
}

@font-face{
    font-family: title;
    src: url(fonts/title.ttf);
}

.navbtn {
    text-decoration: none;
}
a.navbtn:link{
	color: white;
}

a.navbtn:visited {
	color: white;
}

a.navbtn:hover {
    animation-name: glitch2;
    animation-duration: 0.1s;
    animation-timing-function: cubic-bezier(0,0,0,0);
    animation-iteration-count: 2;
    letter-spacing: 1px;
    color: red;
}

a:link {
    color: lightslategrey;
    text-decoration: none;
}

a:visited{
    color: lightslategrey;
    text-decoration: none;
}

a:hover {
    animation-name: glitch;
    animation-duration: 0.1s;
    animation-timing-function: cubic-bezier(0,-1,0,-1);
    animation-iteration-count: 2;
    color: red;
}

@keyframes glitch {
    0%   {color: black; text-decoration: overline}
    30%  {color: white; text-shadow: 0 -5px purple;}
    75%  {color: black; text-indent: 10px; text-shadow: 0 0px white;}
    80%  {color: white; text-shadow: 0 5px green;}
    90%  {color: black; text-indent: -5px; text-decoration: line-through}
    100% {color: red; text-decoration: underline}
}

@keyframes glitch2 {
    0%   {color: black; text-decoration: overline}
    30%  {color: white; text-shadow: -20px 0px  purple;}
    75%  {color: black; text-indent: 20px; text-shadow: 10px 0px white;}
    80%  {color: white; text-shadow: 20px 0px green;}
    90%  {color: black; text-indent: -10px; text-decoration: line-through}
    100% {color: red; text-decoration: underline}
}

#content {
    overflow-y: scroll;
    background-image: url(images/columnR-bkg.png);
    background-position: top;
    background-repeat: repeat-x;
    background-attachment: fixed;
}

html, body {
    overflow: hidden;
    height: 100%;
    width: 100%;
    height: 100%;
    image-rendering: pixelated;
    font-family: paragraph;
    margin: 0px;
    padding: 0px;
}

#wrapper{
    height: 100%;
    width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto; 
	margin-top:	0px;
}

#header {
    color: black;
    width: inherit;
    height: 100px;
	background-image: url(images/title.png);
    background-position: center;
}

#leftcol{
    position: fixed;
    color: black;
    float:left;
    width: 300px;
    height: inherit;
    background-clip: content-box;
    background-image: url(images/columnL-bkg.png);
    background-repeat: repeat-y;
    background-position: center;
}

#index{
    position: absolute;
    color: black;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: inherit;
    background-clip: content-box;
    background-image: url(images/columnL-bkg.png);
    background-repeat: repeat-y;
    background-position: center;
}

#navbox{
    color: white;
    line-height: 10px;
    text-indent: 10px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 20px;
    margin-left: 8px;
    width: 290px;
    height: 180px;
    background-color: black;
}

#distribute {

    letter-spacing: 20px;
}

#navbox h3{
    color: red;
}

#content{   
    padding-left: 305px;
    padding-top: 0px;
    height: inherit;
    width: auto;
    float: auto;
}

.floatD {
    bottom: 0;
    position: fixed;
    z-index: 9999;
}

#content h1{
    background-color: white;
    margin-bottom: 15px;
}


h1 {
    font-family: title;
    line-height: 0px;
    font-size: 150%;
}

h2 {
    font-family: paragraph;
    font-size: 200%;
}

h3 {
    letter-spacing: -1;
    color: white;
    font-family: title;
    text-indent: 5px;
    line-height: 0px;
    font-size: 150%;
}

h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -0.5;
    color: white;
    line-height: 18px;
    padding-left:10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 100%;
}

h5 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -1;
    color: white;
    line-height: 18px;
    padding-left:10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 100%;
    text-align: left;
}

h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: black;
    line-height: 18px;
    padding-left:10px;
    margin-right: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 100%;
    text-align: left;
    text-align: justify;
  text-justify: inter-word;
}

h7 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: white;
    line-height: 35px;
    padding-left:10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 200%;
    text-align: left;
}

h8 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: black;
    line-height: 35px;
    padding-left:10px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 150%;
    text-align: left;
}

p {
     text-indent: 40px;
     margin-left: 20px;
}

p2 {
     margin-left: 80px;
     margin-top: -10px;
}

#whiteboxtext{
    background-color: white;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left:-12px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}