/* Print Style Sheet */

#content {display:block; }

body { 
  background:white; 
  color:black; 
  margin:10px;
  font-family: 'Times' serif;
  font-size:12pt;
 }

a:link,a:visited {
  text-decoration:none;
  color:#003399;
}

#header {
  background: url(http://www.wildyeastblog.com/wp-content/themes/wildyeast/img/print-bg.jpg) no-repeat top right;
  margin:0 auto;
  height:20px;
}
#header h1 
{
  font-size:18pt;
  font-variant:small-caps;
}
#header h1 a {color:#000;}

#header p {display:none;}

#header .menu {display:none;}

#main h2 a:link,
#main h2 a:visited {
  color:#000;
}
#main h2 a:after{
  white-space:pre;
  content: "\A"attr(href);
  font-size:10pt;
}
#main .printlink a:after {
 content: " ["attr(href)"]";
}
#main .noprint {display:none;}

#leftside {display:none; }

#rightside {display:none; }

#footer {display:none; }

/*  
Theme Name: Wild Yeast Theme
Description: <a href="http://www.wildyeastblog.com" title="Wild Yeast" target="_blank">Wild Yeast Theme</a> : Created by <a href="http://www.wildyeastblog.com" title="Susan Tenney" target="_blank">Susan Tenney</a>.
Version: 1.0
Author: Susan Tenney
Author URI: http://www.wildyeastblog.com 
*/

/* Links and Images
----------------------------------------------- */
a:link,a:visited {
  text-decoration:none;
  } 
a:link {
  color:#660000;
}
a:visited {
 color:#666633; 
}
a:hover, a:active {
  color:#339999;
  text-decoration: underline;
  }
img.left, img.right {

        border: none;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}	
img.right 
{
	float:right;
	margin:0 0 1em 1em;	
}
a:link img,
a:visited img, 
a:hover img, 
a:active img 
{
	border:0;
}
fieldset 
{
	border:none;
}
/* Lists
----------------------------------------------- */
ul {
  margin:0 0 1em;
  padding:0;
  list-style:none;
  }
li {
  margin:5px 0;
  padding:0;
 /* line-height:1.6em;  */
  }
dl {
  margin:0 0 1em;
  }
dt {
  margin:0;
  font-weight:bold;
  }
dd {
  margin:0 0 .75em;
  padding:0;
  }
blockquote 
{
	border-left: 5px solid #ccc;
        margin-left:1.5em;
	padding-left:5px;
}

table {
  border-collapse: collapse;
  margin-bottom: 10px;
}
.formula table,td,th {
  border: solid 1px black;
}
.formula caption {
  padding-left: 12px;
  text-align: left;
}
.formula td,th {
  padding: 6px;
  text-align: right;
}

.hover-link {
  position:relative;

}

.hover-text {
 text-decoration:underline;
  color:#660000;

}

.hover-popup {
  display:none;
}

