/*


 Author: Dave VanThournout
 Author URI: http://www.oneskygate.net/
 File name: crimson.css


*/



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

body {
	background: url('../images/back.jpg') repeat-x 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 0em;
	color: #eee468;
	background-color: transparent;
	text-align: left;

}

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


h3 {

	font-size:1.3em;
	color: #000000;
	padding:0.5em 0em 0.5em 0em;
	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:#FFFFFF;
	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: 5.8em 0.4em 0.4em 63em;
	
}

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

}

/*  *********** 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:#eee468;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px outset #ff0000;
}

a { 
	color: #eee468;
	font-size: 1.1em;
	background-color:transparent;
	text-decoration: none;
	line-height: 1.5em;

}

a:visited { 
	text-decoration: none; 
	color: #eee468;

}

a:hover, a.right:active { 
	background-color:#ffc600;
	text-decoration: underline;
	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:#c5e5e5;
	text-decoration: underline;

}

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

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

a.block { 
  background: url('../image/linkbkcrimson.jpg') no-repeat top left;
  color: #eee468;
  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;
  background-color:transparent;
/*	border: 1px solid #000000;
	background-color: black; */

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

	}
a.block:hover, a.block:active { 
/*	background: url('../images/yellowoverline.jpg') repeat-y top right; */
/*	background-color:#FFFFFF; */
	background-color:transparent;
	text-decoration: none;
	color: #f43939;
}


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

}

#header {
  background: url('../images/crimsonheader.jpg') no-repeat top right;
	position: fixed;
	left: 1.3em;
	top: -0.1em;
	width:73.492em;
	height: 12.70em;
	float:right;
	background-color:#FFFFFF;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;


}

#subheader {
	background: url('../images/crimsonsubbk.jpg') repeat-x center center;
	position: fixed;
	left: 1.37em;
	top: 9.6em;
	width:73.492em;
	height: 3.5em;
	background-color:#480000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}





#content {
  background: url('../images/contentbkcrimson.jpg') no-repeat top left fixed;
	width:73.44em;
	height: auto;
	min-height: 45em;
	margin:  0em 2.05em 0em 1.3em;
	padding: 13em 0em 28em 0em;
	float:left;
	background-color:#DFFDE3;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;

}



#footer {
  background: url('../images/footerbkcrimson.jpg') no-repeat top right;
	position: fixed;
	bottom: 0em;
	left: 1.3em;
	width:73.44em;
	height:3.0em;
	margin-right:2.05em;
	padding-top: 0.5em;
	float: right;
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#extradiv {
	position: fixed;
	left: 80em;
	top: 1em;
	width: 13em;
	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;
	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  {
  background: url('../images/deliciousbk.jpg') repeat-y top right;
  width: 36.5em;
  padding: 1em 1em 1em 1em;
  margin: 1em 19em 1em 0em;
  float: right;
}

.picasaGallery  {
  background: url('../images/deliciousbk.jpg') repeat-y top right;
  width: 36.5em;
  padding: 1em 1em 1em 1em;
  margin: 1em 19em 1em 0em;
  float: right;
}

.floatbig
{

	width:47em;
	margin: 2em 2em 5em 10em;
	padding:0em 0em 3em 3.0em;
}


.floatstudio {
	float: left;
	width: 12.0em;
	height: 71px;
	padding-top: 0em;
	margin: 0.6em 0.6em 2.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: 20em;
	height: 16em; 
	padding: 3em 0em 1em 2em;
	margin: 1em 5em 1em 3em;
	background-color: #FFFFFF;
	background: url('../images/crimsonfloatquote.jpg') no-repeat top left;
}

.floatquoteleft
{
	float: left;
	width: 20.0em;
	height: 18em; 
	padding: 2em 0em 0em 2em;
	margin: 0.6em 0.6em 1em 5em;
	background-color: #9D90DE;
	background: url('../images/crimsonfloatquote.jpg') no-repeat top left;
}

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

/* *********** navigation ***************** */

#navwrap {
  position: fixed;
  left: 21.2em;
  top: 10.3em;
  line-height: 1.3em;
  border-width: 0px 1px 0px 0px; 
  border-color:black;
  border-style:solid;
  width: auto;
  height: 2.4em;
  padding:0em;
  margin: 0em;

}

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; /* changed 7-26-09 */
  border-color:black;
  border-style:solid;
}

ul#nav li a {
  background-color: #9f0404;
  background: url('../images/crimsonsubbk.jpg') repeat-x center center;
  padding: 0.3em 0.3em 0.3em 0.3em;
}

ul#nav li a:hover {
  
  color: #000000;
  background: url('../images/crimsonsubbk.jpg') repeat-x top;
}

ul#nav li li a {
  margin-left: 0em;
  display: block;
  font-weight: normal;
  color: black;
  border: 5px solid #F30303;  /*border is present, but same color as background */
  border-width: 0px 1px 0px 1px;
  padding: 3px 5px 3px 5px;
  background: #9f0404;
  background: url('../images/crimsonmenubk.jpg') no-repeat bottom left;
}
ul#nav li li a:hover {
  color: #FFFFFF;
  background: #f96363;
  background: url('../images/crimsonmenuactive.jpg') no-repeat bottom left;
}

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:#F30303;
	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:#de0808; 
  border:1px solid #fd0100; 
  text-decoration:none;
  }
.menu a:hover {
  color:#ff0000; 
  background:#eee468;
  }
	
#wrapright .box {
					 margin:0 0 0 auto;
					 text-align:left;
}
