/*  ******************************************  

********  THEME NAME: "paper"
********  Description: none.  

********  
********  Author: David VanThournout
********  Author URI: http://www.oneskygate.net/
********  
********  The CSS, XHTML and design unless otherwize stated is released under Creative Commons              license  Attribution 3.0  United States:http://creativecommons.org/licenses/by/3.0/us/


********  
********  You can tweak this css all you like. It would be great if you would publish under a creative commons license.

********  There are probably more handles in the xhtml than I need. But that's better            

          than not having enough!
***********************************************

*/


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:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 

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

h1 {
	font-size:1.8em;
	padding:0.5em 0em 0.5em 0.5em;
	margin: -0.3em 0em 0em 0.5em;
	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 1em;
	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: left;
	line-height: 1.5em;
	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: 1.3em;
  color:#000000;
	padding: 0em 0.4em 0.4em 0.2em;
	text-align: left;
	background-color: transparent;

}

p.quote2  {
	font-size: 1.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: 1.1em;
        color:#000000;
	padding: 0em 0em 0em 0em;
	text-align: left;
	line-height: 1.7em;	
}

p.header {

	font-size: 0.8em;
	color:#000000;
	padding: 2em 0.4em 0.4em 0em;
	margin: 3.7em 0em 0em 0em;
	text-align: right;
	
}

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


p.comment {
	
	color: red;
	font-size: 1.3em;
	margin: 0.1em 0.1em 0.1em 0.1em;
 	background-color: #fff1cf;
	display: block;
	
}

.comment {
	width: 36em;
	height: auto;
	margin: 1em 2em 5em 6.2em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

p.note {
	color: black;
	font-family: Verdana, Arial;
	font-size: 1.1em;
	margin: 0.1em 0.1em 0.1em 0.1em;
	line-height: 1em;
}

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

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


/*  *********** 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;
	margin: 0.2em 3em 0em 0.2em;
	padding-left: 1em;
	line-height: 1.5em;

}

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

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.right:active { 

	background-color:#7D7373;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px outset #000000;
}

a { 
	color: #5C2718;
	font-size: 1.1em;
	background-color:#A4F4F3;
	text-decoration: none;

}

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

}

a:hover, a.right: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.right: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;
}

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

#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;
	position: relative;
	bottom: 0em;
	left: 8em;
	width:73.44em;
	height:3em;
	margin-right:0em;
	padding-top: 0.5em;
	float: right;
	background-color: transparent;
	border: 0px solid #000000;
}

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

/*  *********** 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;
	padding-top: 0.3em 0em 0.5em 1.6em;
}
*/
.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: 0em 0em 5em 10em;
	padding:0em 0em 3em 3.0em;
}


.floatstudio {
	float: left;
	width: 12.0em;
	height: 71px;
	padding-top: 0em;
	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 ***************** */

#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;}


/* ************* style nav bar  ***************************** */

#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;
}