
/* --- Eric Meyer reset - 2008 version -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
}

ol, ul {
	list-style: none;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* -- Mitch Bryson css reset --*/
hr {
	display: block;
	width: 100%;
	height: 1px;
	color: #aaa;
	background: #aaa;
	border: none;
	margin: 10px 0px 10px 0px;
	}

hr.notices {
	display: block;
	width: 100%;
	height: 1px;
	color: #aaa;
	background: #aaa;
	border: 0px 30px 0px 0px;
	margin: 10px 0px 10px 0px;
	}


/** 3.	TYPOGRAPHY - mitch bryson **/

code, pre, var, .monospace {
	margin: 0.80em 0;
	font-family: "Palatino Linotype", "Courier New", monospace;
	line-height: 1.50em;
	}
	code strong, pre strong, 
	var strong, .monospace strong {
		color: #c33;
		background: inherit;
		}


strong			{ font-weight: 		bold;		}
em, i, cite		{ font-style: 		italic;		}
u, .u			{ text-decoration: 	underline;	}

s, strike 	{ text-decoration: line-through; }
sub 		{ vertical-align: sub; 			 }
sup 		{ vertical-align: sup; 			 }
u 			{ text-decoration: underline; 	 }

/** basic a href styling **/
/* a {
	color: red;
	font-weight: 		regular;
	text-decoration: none;
	}
	a:visited 	{ 	color: red;
	font-weight: 		regular;}
	a:hover 	{ color: #ccc; 	text-decoration: underline;}
	a:active 	{ color: #ccc;}
	*/

/** END of resets ** END of resets **/



/** basic p and h code typography - from Terri **/

p {

font-size: 1em;
	margin: 0.30em 0 1.00em 0;
	line-height: 1.40em;
	}

h1, h2, h3, 
{ 
font-weight: regular; 
margin: .7em 0em .7em 0em;
padding: 0px 0px 0px 0px;
color: #de960a;
}


h4, h5, h6 
{ 
font-weight: regular; 
margin: .7em 0em .7em 0em;
color: #4C6F0F;
}


h1 {  
font-size: 1.70em; 	
line-height: 1.1em;
}

#sitename h1{
font-size: 3.80em; 	
line-height: 1.1em;
	letter-spacing: -3px;
	text-align:right;
	color: #000;
	
	}


h2 {  
font-size: 1.55em; 	
line-height: 1.1em;
color: #de960a;
margin: .7em 0em .7em 0em;
}



h2.pagedivider
{
background-image: url('images/fancyborder3.gif');
background-repeat: repeat-x;
padding: 36px 0px 0px 0px;
color:#de960a;
margin: 0em 0em .7em 0em;
}



h3 
{  
font-size: 1.30em; 	
line-height: 1.1em;
color: #de960a;
margin: .7em 0em .7em 0em;
}

h4 {  
font-size: 1.20em; 	
line-height: 1.1em;
}


h4.whatsnew {  
background-image: url('images/bigdrum-horizontal.gif');
background-repeat: no-repeat;
padding: 0px 0px 0px 56px;
font-size: 1.20em; 	
line-height: 32px;

color: #fff;
}


h5 {  
font-size: 1.10em; 	
line-height: 1.1em;
}

h6 {  
font-size: .90em; 	
line-height: 1.1em;
}

/** end of p and h code typography **/


body
{
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	font-size: 1em;
	line-height: 1.40em;
	}


.clear {
    clear:both;

	/*	margin: 0px;
	padding: 0px;*/
  }



#container
{
background-image: url('images/backbar.jpg');
background-repeat: repeat-y;
	margin: 30px auto;
	width: 820px;
	background-color: transparent;
	text-align: left;

}

#header
{
background-image: url('images/dundun820px7.jpg');
background-repeat: no-repeat;
	margin:0;
	padding: 0;
	width: 100%;
	height: 250px;
	background-color: #fff;

}

#header a
{
	display: block;
	margin: 0 5px 0 5px;
	float: right;
	font-size: 1em;
	font-weight: bold;
	/* color: #a1721b;*/
	color: #b0d748;
}
	
#header a:hover
{
	color: #de960a;
}




#sitename
{
	float: right;
	clear: right;
	width: 550px;
	margin:32px 0 0 0;
}


#leftcol
{
	float: left;
	color: #000;
	margin: 0px 3px 0 3px;
	padding: 0px 10px 0px 10px;
	width: 188px;
	background-color: #efa800;
}

/* -- left vertical menu goes here --*/

#wrapperNavlist {
  display: block;
  width: 183px;
  /*background: #6295E9;*/
   margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #efa800;

}

#navlist {
  margin: 0;/*removes indent IE and Opera*/
  padding: 0;/*removes indent Mozilla and NN7*/
}

#navlist a, #navlist a:visited {
  display: block;
  height: 24px;
  line-height: 24px;/*must be equal to height. Centers the text vertically*/
  padding: 0 0 0 24px;
  border: none;
  border-top: 1px solid #efa800;
  border-bottom: 1px solid #efa800;
  color: #000;
  text-decoration: none;

  background: url(images/navterri.jpg) repeat-x left top;
  /*--top part of navimage is seen on load, bottom part seen on hover*/
}

#navlist a:hover {
  background-position: 0 -24px;   
  /* Shift background image vertically 24px, 
  or start of the 2nd background image (on mouseover) */
  color: #000;

}

#navlist #active a {
  display: block;
background: #f4ca68;
cursor: default;

}
/*-- below-image replacement code-makes the menu work!!--*/
#navlist.ir {
  position: relative;
  width: 183px;
  height: 25px;
  padding: 0;
  overflow: hidden;
}




/* -- end of left vertical menu --*/


#whatsnewbox
{
background-color: #b0d748;

	padding: 4px 8px 4px 8px;
	margin: 0 0 0px 0px;
	color:#FFFFFF;
}



.smallquote
{
padding: 12px 0px 12px 0px;
font-style: italic;
font-size: .9em;
	margin: 1.0em 0 1.00em 0;
	line-height: 1.2em;
align:left;
}



/** style the links in the whatsnew section**/

a.nav:link {color: #4C6F0F; text-decoration: none; }
a.nav:visited {color: #4C6F0F; text-decoration: none; }
a.nav:hover {color: white; text-decoration: underline; }
a.nav:active {color: orange; } 




/*---  main section ---- */



#main
{

	margin: 0 0 0 240px;
	padding: 0 0px 0 0px;
	color: #0F0F0C;
	
}

#main p
{
text-align:justify;
}


/** style the links in the main section **/

a.mainlink:link 
{
font-size: 1em;
	color: #efa800;
	font-weight: 		bold;
	text-decoration: none;
	line-height: 1em;
	}
	
	 	
a.mainlink:visited 	
{ 	
font-size: 1em;
color: #efa800;
	font-weight:	bold;
	text-decoration: none;
	line-height: 1em;
	}
	
	a.mainlink:hover 	
	{ 
	font-size: 1em;
	color: #4C6F0F; 	
	font-weight: 		
	bold; 
	text-decoration: underline;
	line-height: 1em;
	}
	
a.mainlink:active 	
{ font-size: 1em; 
font-weight: 		
bold; color: #4C6F0F;
line-height: 1em;
}





ul.workshops
{
display: block;
width:100%;

float:left;
list-style-type: none;
padding: 0;
margin: 0px 0px 20px 0px;
background-image: url(images/vertical-geomet06.gif);
background-repeat: no-repeat;
}

li.workshops
{
display: block;
width:400px;
padding-left: 50px;
list-style-type: none;
}


ul.bullets
{
display: block;
width:580px;
float:left;
list-style-type: none;
padding: 0;
margin: 0px 0px 20px 0px;

}

li.bullets
{
display: block;
width:580px;
padding-left: 16px;
list-style-type: none;
background-image: url(images/greendot.gif);
background-repeat: no-repeat;
background-position: 2px 6px;;
margin: 0px 0px 0px 0px;
}


ul.linkspage
{
display: block;
float:left;
list-style-type: none;
padding: 0;
margin: 0px 0px 20px 0px;

}

li.linkspage
{
display: block;
width:260px;
padding-left: 16px;
list-style-type: none;
background-image: url(images/greendot.gif);
background-repeat: no-repeat;
background-position: 2px 6px;;
margin: 0px 0px 0px 0px;
}



/** style the "return to top of page" link**/

a.backtotop:link 
{font-size: .9em;
color: #4C6F0F;
font-weight:bold;
text-decoration: none; 
}

a.backtotop:visited 
{font-size: .9em;
color: #4C6F0F;
font-weight: 		bold;
text-decoration: none; 
}

a.backtotop:hover 
{font-size: .9em;
color: #94b35e; 
font-weight: 		bold;
text-decoration: underline; 
}

a.backtotop:active 
{
font-size: .9em;
color: orange; 
} 



/** END of mian links **/





/*Ul and li used on classes page*/

ul.widelink
{

width:98%;
float:left;
list-style-type: none;
padding: 0;
margin: 0px 0px 20px 0px;
}

li.widelink a
{


padding-left: 20px;
list-style-type: none;
background-image: url(images/yellowdot.gif);
background-repeat: no-repeat;
background-position: 2px 6px;
background-color: #fff;
margin: 0px 0px 0px 0px;
color:#606060;

}


ul.widelink a:hover
{
/* see below - width and display block allows an easier 
navigating experience for the user - they 
can access the interactivity of the hover 
state without being directly over the words*/



padding-left: 20px;
list-style-type: none;
background-image: url(images/greendot.gif);
background-repeat: no-repeat;
background-position: 2px 6px;
background-color: #fff;
margin: 0px 0px 0px 0px;
color:#95b460;
}







/* some classes to style images */

.mainimage
{
	float: right;
	background-color: #fff;
	border: 1px solid #000;
	padding: 4px;
	margin: 0 0 5px 10px;
}



.leftcolimg
{
	float: left;

	padding: 3px;
	margin: 4px 4px 4px 4px;
}

.imagefloatleft
{
	float: left;
	/*background-color: #fff;*/
	border: 1px solid #de960a;
	padding: 6px;
	margin: 5px 10px 0px 0;
}


.dropcap
{
color:firebrick;
float: left;
width: .7em;
font-size: 4em;
line-height: 1em;
margin-top:0px;
}

 

/*********Pullquote ***********/

#pullquote
{
background-image: url('images/pull1.jpg');
background-repeat: repeat;
float: right;
width: 40%;
	margin: .3em .3em .3em .5em;
	padding: .5em .7em .5em .5em;
	background-color: #afc5ff;
/*color:#4C6F0F;*/
color:#000;
	font-size: 1.3em;
	line-height: 1.1em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

#pullquote2
{
background-image: url('images/pull1.jpg');
background-repeat: repeat;
float: left;

	margin: .10em .3em .5em .5em;
	padding: .2em .2em .2em .2em;
	background-color: #afc5ff;
/*color:#4C6F0F;*/
color:#000;
	font-size: 1.3em;
	line-height: 1.1em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

.tinytext 
{
font-size: .8em;
font-weight: bold;
	font-style: italic;
	font-weight: normal;
	line-height:1em;
	}

/***** End of Pullquote *****/

#footer
{
	border-top: 2px solid #cccccc;
	margin: 30px 0 0 0;
	padding: 10px;
	clear: both;
	color: #a0a0a0;
	font-size: .9em;
	text-align: center;
		background-color: #fff;
}

#footer a
{
	color: #a0a0a0;
	text-decoration: none;
}

#footer a:hover
{
	color: #606060;
}





/* "Pcture caption code 
use boundingbox with pictures
for purchase page-
NOTE- the maximum row height is 340 pixels!! or the code
will be buggy - agjust image size accordingly*/

#boundingbox
{
 /* border: #cccccc 2px solid; */
 display:block;
	width: 560px;
	height:340px;
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px;	
}


div.picture {
  float: left;
  width: 160px;
   margin: 3px 6px 3px 6px;
 
}
div.captiontext {
  text-align: left; 
  font-size: smaller;
  line-height: 1.2em;
  text-indent: 0px;
   padding: 0px 0px 0px 6px;
}
img.scaled{
  width: 100%;
    margin: 3px 0px 3px 0px;
	padding: 0px;
 border: 1px solid #de960a;
}


/* -- use this code below for standalone pics plus a caption-- */

div.picturecaption {
  float: left;
  width: 170px;
 
}
div.picturecaption p {
  text-align: left; 
  font-size: smaller;
  text-indent: 0px;
   padding: 0px 0px 0px 6px;
}
img.scaledcaption {
  width: 100%;
    margin: 3px 0px 3px 0px;
	padding: 6px;
 border: 1px solid #fff;
}






/* "Gallery -- Pcture caption code 
use boundingbox with pictures*/

#gallerybox
{
 /* border: #cccccc 2px solid; */
 display:block;
	width: 560px;
	height:400px;
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px;	
}


div.picture2 {
  float: left;
  width: 250px;
   margin: 3px 6px 3px 6px;
 
}
div.captiontext2 {
  text-align: left; 
  font-size: smaller;
  text-indent: 0px;
   padding: 0px 0px 0px 6px;
}
img.scaled2{
  width: 100%;
    margin: 3px 0px 3px 0px;
	padding: 0px;
 border: 1px solid #de960a;
}






