/*

********  Author: Dave VanThournout
********  Author URI: http://www.oneskygate.net/
********  File name: 00paper.css

*/

html { 
  padding:0em;
  margin:0em;
}

body {
  background: url('../images/paperbk1.jpg') no-repeat top left fixed;
  background-color: #FFFFFF;
  font-family: Verdana, Arial;
  font-size: 70.5%;
  color:#000000;  
  text-align:left;
  padding:0em;
  margin:0em;
}

#skip a, #skip a:hover, #skip a:visited { 
  position:absolute; 
  left: 0em; 
  top: -50em; 
  width: 0.1em; 
  height: 0.1em; 
  overflow:hidden;
} 

#skip a:active { 
  position:static; 
  width:auto; 
  height:auto; 
}

h1 {
  font-size:1.8em;
  padding: 2.5em 0em 0.5em 0.5em;
  margin: -0.3em 0em 0em 1.8em;
  color: #FF2121;
  background-color: transparent;
  text-align: left;
}

h2 {
  font-size:1.3em;
  padding:0.5em 0em 0.5em 0.5em;
  margin: 1.5em 0em 0em 3em;
  color: #000000;
  background-color: transparent;
}

h2.left {
  font-size:1.1em;
  padding:0.5em 0em 0.5em 0.1em;
  margin: 0.1em 0em 0em 0em;
  color: #000000;
  background-color: transparent;
}

h3 {
  font-size:1.3em;
  color: #000000;
  padding:0.5em 0em 0.5em 0.5em;
  margin: 3em 0em 0.5em 3em;
  text-align: left;
}

h4 {
  font-size:1em;
  color: #000000;
  padding:0.5em 0em 0.5em 0.5em;
  margin: 1em 0em 0.5em 4.8em;
  text-align: left;
}	

/* *************** content styling ************************** */

p {
  font-size: 1.1em;
  color:#000000;
  margin: 0.6em 5em 0.6em 3em;
  padding: 0em 0.4em 0.4em 1.7em;
  text-align: justify;
  line-height: 1.5em;
  background-color: transparent;
}

p.indent {
  font-size: 1.1em;
  color:#000000;
  margin: 0.6em 5em 0.6em 13em;
  padding: 0em 0.4em 0.4em 1.7em;
  line-height: 1.5em;
  text-decoration: none;
  background-color: transparent;	
}

p.footer {
  font-size: 0.8em;
  color:#000000;
  margin: 0em 0em 0em 5em;
  padding: 0em 0.4em 0.4em 1.7em;
  text-align: left;
  line-height: 1.5em;
  background-color: transparent;
}

p.example {
  font-size: 1.1em;
  color:#000000;
  padding: 0em 0.4em 0.4em 1.7em;
  text-align: left;
  line-height: 1.5em;
  background-color: transparent;
}

p.quote  {
  font-size: 1em;
  color:#000000;
  padding: 0em 0.4em 0.4em 0.2em;
  text-align: left;
  background-color: transparent;
}

p.quote2  {
  font-size: 1em;
  color:#000000;
  padding: 0em 0.4em 0.4em 0.2em;
  text-align: left;
  background-color: transparent;
}
	
p.date { 
  color: #000000;
  margin: 0em 0em 1em 3.1em;
}

p.left {
  font-size: 0.8em;
  color:#CCCCCC;
  padding: 0em 0em 0em 0.5em;
  text-align: left;
  line-height: 1.2em;	
}

p.header {
  font-size: 0.8em;
  color:#000000;
  padding: 2em 0.4em 0.4em 0em;
  margin: -6.7em 0em 0em 0em;
  text-align: right;	
}

/*  *************  Content Emphasis styling ****************  */

p.comment {
  color: black;
  font-size: 1.1em;
  margin: 0.1em 0.1em 0.1em 7em;
  width: 43em;
  background-color: #fff1cf;
  display: block;
}

p.note {
  font-size: 1.1em;
  color:#000000;
  margin: 0.6em 10em 0.6em 5em;
  padding: 0.4em 0.4em 0.4em 0.4em;
  text-align: justify;
  line-height: 1.5em;
  background-color: transparent;
}

em {
  color: #9B00CE;
  font-size: 1.1em;
  line-height: 1em;
}

em.blue  {
  color: blue;
  font-size: 1.1em;
  line-height: 1em;
}

.comment {
	width: 70%;
	margin: 0em 0em 2em 9em;
	padding: 2em 0em 2em 0em;
	text-align: justify;
  background-color: #fff1cf;
  display: block;	
	-moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: rgba(0,0,0,0.6) 3px 3px 3px;
  -webkit-box-shadow: rgba(0,0,0,0.6) 3px 3px 3px;
  box-shadow: rgba(0,0,0,0.6) 3px 3px 3px;
}

/*  *********** list styling ******************************  */

ol.numbered {
  font-size: 1.1em;
  margin-left: 8em;
  padding-left: 6em;
  list-style-type:decimal;
}

ol.alpha {
  font-size: 1.1em;
  margin-left: 1em;
  padding-left: 3em;
  list-style-type:lower-alpha;
}

ul.none {
  font-size: 1.1em;
  margin-left: 6em;
  padding-left: 6em;
  list-style-type:none;
}

ul.content {
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0em 3em 2em 7.2em;
  padding-left: 1em;
  list-style-type: circle;
}

/*  *********** link styling  ****************************** */

.twitter-share-button {
  padding: 0.8em 0em 0em 3.2em;
}

a.content { 
  color: #0854AA;
  font-size: 1.1em;
  background-color:transparent;
  text-decoration: underline;
}

a.content:visited { 
  color: #0854AA;
  text-decoration: underline;
}

a.content:hover, a.content:active { 
  background-color:#7D7373;
  text-decoration: none;
  color: #000000;
  border-bottom: 1px outset #000000;
}

a { 
  color: #5C2718;
  font-size: 1em;
  background-color:#A4F4F3;
  text-decoration: none;
  line-height: 1.7em;
}

a:visited { 
  text-decoration: none; 
  color: #5C2718;
}

a:hover, a:active { 
  background-color:#1AC4C2;
  text-decoration: none;
  color: #000000;
}

a.footer { 
  color: #000000;
  font-size: 1.1em;
  background-color:transparent;
  text-decoration: underline;
}

a.footer:visited { 
  color: #000000;
  text-decoration: underline;
  background-color:transparent;
}

a.footer:hover, a.footer:active { 
  background-color:#1AC4C2;
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #000000;
}

a.right { 
  color: #0854AA;
  font-size: 1.1em;
  background-color:transparent;
  text-decoration: none;
  width: 10em;
}

a.right:visited { 
  color: #0854AA;
  text-decoration: none;
  background-color:#c5e5e5;
}

a.right:hover, a.right:active { 
  background-color:#FFFFFF;
  text-decoration: none;
  color: #000000;
}

a.block { 
  background: url('../images/linkbkgreen.jpg') no-repeat top right;
  color: #FFFFFF;
  font-size: 1.0em;
  padding: 0.2em 0em 0.2em 0.5em;
  margin: 0.1em 0em 0em 0em;
  text-decoration: none; 
  display: block;
  width: 10em;
  line-height: 1.4;
  border: 1px solid #000000;
  background-color: black;

}
a.block:visited { 
  text-decoration: none; 
  color: #FFFFFF;

	}
a.block:hover, a.block:active { 
  background: url('../images/yellowoverline.jpg') repeat-y top right;
  background-color:#FFFFFF;
  text-decoration: none;
  color: #000000;
  border: 1px solid #000000;
}

/* ********************** page layout containers ************ */

/*#box {
  background-color: transparent;
  width: 74.3em;
  height: auto;
  margin: 0em auto;
  padding: 0em;
  text-align: left;
}*/

#box {
  background: url('../images/paperbk.jpg') no-repeat top center fixed;
  width:74.3em;
  height: auto;
  margin: 0em auto;
  text-align:left;
  padding: 0;
  margin: 0;
  background-color:transparent;
  border: 1px solid #000000;
}

/*#header {
  background: url('../images/paperheader2.jpg') no-repeat top left fixed;
  height: auto;
  width: 74.3em;
}*/

#header {
  background: url('../images/paperheader2.jpg') no-repeat top left fixed;
  position: fixed;
  left: 0em;
  top: -0.7em;
  width:73.80em;
  height: 13.70em;
  float:left;
  background-color:transparent;
  border-right: 0px solid #000000;
  border-left: 0px solid #000000;
  border: 0px solid #000000;
}

#subheader {
  background: url('../images/ppaperheader') no-repeat top left fixed;
  position: fixed;
  left: 0em;
  top: 9.8em;
  width:73.47em;
  height: 3.5em;
  background-color:transparent;
  border: 0px solid #000000;
}

#content {
  background: url('../image/contentbkcrimson.jpg') no-repeat top left fixed;
  width:60.99em;
  height: auto;
  min-height: 45em;
  margin:  0em 0.05em 0em 12.3em;
  padding: 13em 0em 28em 0em;
  float:right;
  background-color:transparent;
  border: 0px solid #000000;
}

#footer {
  background: url('../image/footerbkcrimson.jpg') no-repeat top right;
  bottom: 0em;
  margin: 0em 0em 0em -0.6em;
  width:74.1128em;
  height:auto;
  padding-top: 1em;
  float: left;
  background-color: #CCCCCC;
  /*border-right: 1px solid #000000;*/
  border-left: 1px solid #000000;
}

#googlefriend {
  position: fixed;
  top:1em;
  left: 76em;
  width: auto;
}

#extradiv {
  position: fixed;
  left: 76em;
  top: 23.3em;
  width: 13em;
  padding: 1em 1em 1em 1em;
  border: 0px solid #000000;
  background-color: transparent;
}

#extraleft {
  position: fixed;
  left: 87em;
  top: 23.3em;
  width: 16em;
  padding: 1em 1em 1em 1em;
}

/*  *********** div classes for Image handling  ************* */

.floatimage {
  /* float: right; */
  width: 42.0em;
  height: 30em;
  padding: 0em 0em 0em 0em;
  margin: 3em 0em 0em 4em;
}

.floatnav {
  float: left;
  width: 12.6em;
  height: auto;
  padding: 0.3em 0em 0.5em 1.6em;
  background-color:#000000;
}

.printhead  {
  width: 29.5em;
  display: none;
}

.musicplayer  {
  width: 26.5em;
  padding: 0.4em 0.4em 0.4em 0.4em;
  margin: 1em 1em 1em 4.3em;
  float: right;
}

.floatbig {
  width:47em;
  margin: 4em 0em 0.5em 1em;
  padding:0em 0em 0.5em 0.5em;
}

.floatmap {
  width:57em;
  margin: 0em 0em 0.5em 2em;
  padding:0em 0em 0.5em 0.5em;
}

.floatstudio {
  float: left;
  width: 16.0em;
  height: 10em;
  padding: 0.1em 0.1em 0.1em 0.1em;
  margin: 0.6em 0.6em 1.1em 5.3em;
}

.floatbooks {
  float: left;
  width: 19.0em;
  height: 30em;
  padding: 0em 0em 0em 0em;
  margin: 4em 1em 0em 5.6em;
}

.floatquote {
  float: right;
  width: 18em;
  height: 17em; 
  padding: 2em 0em 1em 2em;
  margin: 1em 2em 1em 1em;
  background-color: #FFFFFF;
  background: url('../images/paperfloatquote.jpg') no-repeat top left;
}

.floatquoteleft {
  float: left;
  width: 18em;
  height: 17em; 
  padding: 2em 0em 1em 2em;
  margin: 1em 1em 1em 2em;
  background-color: #FFFFFF;
  background: url('../images/paperfloatquote.jpg') no-repeat top left;
}

.floatquotelarge {
  float: left;
  width: 52.6em;
  height: 28em; 
  padding: 2em 0em 1em 2.6em;
  margin: 1em 9em 2em 3em;
  background-color: #FFFFFF;
  background: url('../images/paperfloatquotelg.jpg') no-repeat top left;
}

/* *********** navigation style ***************** */

#navwrap {
  position: fixed;
  left: 19.8em;
  top: 8em;
  line-height: 1.3em;
  border-width: 0px 1px 0px 0px;
  border-color:#000000;
  border-style:solid;
  width: auto;
  height: 2.4em;
  padding:0em;
  margin: 0em;
  background-color: #000000;
}

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

li {	
  padding:0;
  margin:0;
}

ul#nav {
  float:left;	
}

ul#nav a {
  font-weight: bold;
  color: black;
  text-align: center;  
}
ul#nav a {

  text-decoration: none;
  display: inline-block;  /*added display block */
}
ul#nav li {

  float: left;
  position: relative;
  width: auto;   /* set fixed width here if desired, eg 10em */
  cursor: default;
  background: #960404;
  border-width: 1px 0px 1px 1px; 
  border-color:#000000;
  border-style:solid;
}

ul#nav li a {
  background-color: #9f0404;
  padding: 0.3em 0.3em 0.3em 0.3em;}

ul#nav li a:hover {
  color: #FFFFFF;
}

ul#nav li li a {
  margin-left: 0em;
  display: block;
  font-weight: normal;
  color: black;
  border: 5px solid #000000;  /*border is present, but same color as background */
  border-width: 0px 1px 0px 1px;
  padding: 3px 5px 3px 5px;
  background: #FFFFFF;
	
}

ul#nav li li a:hover {
  border-color: #000000;
  background: #000000;
  color: white;
}

ul#nav li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: normal;
  /*padding: 0.5em 0 1em 0;*/
}

#nav li ul {
  margin-top: 0em;
  margin-left: -2em;
}

#nav li ul li {
  width:10em;
  display: block;
  float: none;
  background-color: transparent;
  border: 0;
}

#nav li:hover ul, #nav li.over ul {
  display: block;
}

ul#nav li ul {
  border-width: 1px; 
  border-color:#000000;
  border-style:solid;
}

/* ************* css navigation  ***************************** */

#wrapright {
  position: fixed;
  top: 0.4em;
  left: 56.5em;
  width: 16.5em;
  height: 3em;
  padding:0em;
  margin: 0em;
}

.box {display:table;}

.menu {display:inline-block;}
.menu {display:inline;}

.menu {
  display:table-row;
  padding:0;
  margin:0;
  list-style-type:none;
  white-space:nowrap; 
}

.menu li {
  display:inline;
}

.menu a, .menu a:visited {
  display:block;
  float:left;
  padding:0.1em 0.1em 0em 0.1em;
  color:#000; 
  background:transparent; 
  border:1px solid #000000; 
  text-decoration:none;
}

.menu a:hover {
  color:#FFFFFF; 
  background:#000000;
}
	
#wrapright .box {
  margin:0 0 0 auto;
  text-align:left;
}
