@font-face  {
  font-family: "Qlassik";
  src: url("Qlassik_TB.ttf") format("truetype"),
  url('qlassik_tb.svg#QlassikMedium') format('svg');
}

@font-face  {
  font-family: "Sedona Script";
  src: url("SedonaScriptFLF.ttf") format("truetype"),
  url('sedonascriptflf.svg#SedonaScriptFLF') format('svg');
}  
	
body {
	font-family: "Qlassik", "Arial Rounded MT Bold", "Verdana";
	font-size: 14pt;
	color: black;
	padding: 0px;
	margin: 0px;
    background-color: black;
	background-image: url(branch-white.png), url(branch-white.png), url(gradient-green.png);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: 630px top, left bottom, left top;
    }

div#all {
	background-color: white;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    margin-left: 125px;
    margin-top: 25px;
    margin-bottom: 25px;
	padding: 50px;
	width: 670px;
	-webkit-transform: rotate(-.9deg) skew(1deg,-2deg);
	-moz-transform: rotate(-.9deg) skew(1deg,-2deg);
	-o-transform: rotate(-.9deg) skew(1deg,-2deg);
	transform: rotate(-.9deg) skew(1deg,-2deg);
	background-image: url(branch.png);
	background-repeat: repeat-x repeat-y;
}	
	
img { 
    background-color: #ffcc00;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: black;
 	padding: 10px;
 	margin: 10px;
	text-align: center;
	-moz-box-shadow: #333333 5px 5px 4px;
	-webkit-box-shadow: #333333 5px 5px 4px;
	box-shadow: #333333 5px 5px 4px;
 }
 
img[alt="footer"], img[alt="logo"], img[alt="Benjamin-Newton Creative Works"] {
     background-color: black;
}

a > img {
     -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
     background-color: white;
     text-align: center;
     margin: 10px;
	 padding: 10px;
	 -moz-box-shadow: white 0px 0px 0px;
	-webkit-box-shadow: white 0px 0px 0px;
	box-shadow: white 0px 0px 0px;
}

noscript + div {
     background: rgba(255, 204, 0, 0.6); 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	margin: 0px;
	padding: 0px;
	text-align: center;
	-webkit-transform: skew(-1deg,2deg) rotate(.9deg);
	-moz-transform: skew(-1deg,2deg) rotate(.9deg);
	-o-transform: skew(-1deg,2deg) rotate(.9deg);
	transform: skew(-1deg,2deg) rotate(.9deg);
}

h1 {
	background-image: url(header-big.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 18pt;
	color: white;
	text-align: center;
	text-shadow: 2px 2px 2px black;
	-webkit-transform: skew(-1deg,2deg) rotate(.9deg);
	-moz-transform: skew(-1deg,2deg) rotate(.9deg);
	-o-transform: skew(-1deg,2deg) rotate(.9deg);
	transform: skew(-1deg,2deg) rotate(.9deg);
	padding-top: 20px;
	padding-bottom: 100px;
}

ul {
    -webkit-transform: skew(-1deg,2deg) rotate(.9deg);
	-moz-transform: skew(-1deg,2deg) rotate(.9deg);
	-o-transform: skew(-1deg,2deg) rotate(.9deg);
	transform: skew(-1deg,2deg) rotate(.9deg);  
	text-indent: 0px;
	list-style-type: none;
	background: rgba(255, 204, 0, 0.1);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border-width: 5px;
	border-color: rgba(0, 0, 0, .2);
	border-style: dotted;
	margin: 5px;
	padding: 5px;
	text-align: center;
 }

li {
    background-image: url(button-snow-clear.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
	padding: 5px;
    color: black;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

p {
	padding: 0px;
	margin: 0px;
	-webkit-transform: skew(-1deg,2deg) rotate(.9deg);
	-moz-transform: skew(-1deg,2deg) rotate(.9deg);
	-o-transform: skew(-1deg,2deg) rotate(.9deg);
	transform: skew(-1deg,2deg) rotate(.9deg);
}

p img {
	-webkit-transform: rotate(-.9deg) skew(1deg,-2deg);
	-moz-transform: rotate(-.9deg) skew(1deg,-2deg);
	-o-transform: rotate(-.9deg) skew(1deg,-2deg);
	transform: rotate(-.9deg) skew(1deg,-2deg);
}

#accordion1 p[style="text-align: justify;"], #accordion1 p[align="justify"] {
	padding-bottom: 20px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

h1 + p[style="text-align: justify;"], h1 + p[align="justify"] {
    background-color: white;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	margin: 10px;
	padding: 10px;
	-moz-box-shadow: #333333 5px 5px 4px;
	-webkit-box-shadow: #333333 5px 5px 4px;
	box-shadow: #333333 5px 5px 4px;
}

li a { 
     text-decoration: none;
}

li a:visited {
   opacity: .6;
}

li:nth-child(odd) a {
  background-color: #cccccc;
}

li:nth-child(even) a {
  background-color: white;
}

a {
	color: black;
	text-decoration: underline;
}

a[name] {
      text-decoration: none;
}

a[name] h1 {
    font-variant: small-caps;
}

a[href^='#']:after {
    content: " (on this page) ";
}

li a[onclick]:before {
    content: "select layout option - ";
}

li a[onclick] {
   text-transform: capitalize;
}

li a[href^='#']:after {
    content: "";
}

li a[href^='http://']:after {
    content: " - different website";
}

li a[href*='benjamin-newton']:after {
    content: " - my other website";
}

li a[href$='.zip']:after {
    content: " (Zip archive) ";
}

#accordion2 li a[href^='#']:after {
    content: " - on this page";
}
 
em {
    font-size: 24pt;
 	font-family: "Sedona Script", "Zapfino", "Impact";
 	font-weight: bold;
 }
 
strong {
    font-size: 24pt;
 	font-family: "Sedona Script", "Zapfino", "Impact";
 	font-weight: bold;
 	color: rgb(204, 0, 0);
 }
 
td {
	font-size: 10pt;
	}

div#maincontent {
	padding: 0px;
	margin: 0px;
	width: 350px;
	vertical-align: top;
	text-align: center;
}

div#rightcolumn {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 314px; 
	border-left-color: black;
	border-left-style: dotted;
	border-left-width: 2px;
	vertical-align: top;
	text-align: center;
}

div#maincontent h1 {
	background-image: url(header-small.png);
	padding: 20px;
}

div#rightcolumn h1 {
	background-image: url(header-small.png);
	padding: 20px;
}

div#footer {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	margin: 30px;
	padding: 30px;
	text-align: center;
	background: rgba(255, 204, 0, 0.6); 
	-moz-box-shadow: #333333 5px 5px 4px;
	-webkit-box-shadow: #333333 5px 5px 4px;
	box-shadow: #333333 5px 5px 4px;
}

div#footer p[align="justify"]:first-line, div#footer p[style="text-align: justify;"]:first-line {
   font-family: "Sedona Script", "Zapfino", "Impact";
   font-size: 18pt;
}

div#footer p[align="justify"]:first-letter, div#footer p[style="text-align: justify;"]:first-letter {
    font-family: "Sedona Script", "Zapfino", "Impact";
    font-size: 72pt; 
    color: white;
    text-shadow: 5px 5px 5px black;
    margin-left: 10px;
	padding-left: 10px; 
	margin-right: 40px;
	padding-right: 40px; 
	margin-bottom: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
	padding-top: 40px;
	background-image: url(drop-caps-green.png);
	background-repeat: no-repeat;
}

#skip2 {
	visibility: hidden;
}

audio { 
    background-color:black;
    color: white;
}

.boxclear {
	clear: both;
}
