/***************************************
   =default styles
************************************** */

/********  
link 
********/
a {
  color: #06581f;
}
a.mailto {
  background: url(images/email.png) no-repeat 100% 2px;
  padding-right: 18px;
}
a.pdflink {
  background: url(images/pdf.png) no-repeat 100% 0;
  padding-right: 18px;
}
a.doclink {
  background: url(images/doc.png) no-repeat 100% 0;
  padding-right: 18px;
}
a.xlslink {
  background: url(images/xls.png) no-repeat 100% 0;
  padding-right: 18px;
}
a.pptlink {
  background: url(images/ppt.png) no-repeat 100% 0;
  padding-right: 18px;
}

a.henrylink {
  background-color: #fff;
  padding: 2px;
  border: 1px solid #000;
}
a.external {
  background: #fff url(images/external.png) no-repeat 100% 2px;
  padding-right: 16px;
  border: 1px solid #fcf; 
}

/***************************************
   =Chapter 5 styles
************************************** */
#f-series {
  font-style: italic;
}
#f-title {
  font-size: 1.5em;
  color: blue;
}
#f-author {
  font-size: 1.2em;
}
#excerpt {
  color: blue;
  margin-bottom: 1em;
  border-bottom: 2px solid #eee;
}



/* -----------------------------------
   =FOOTNOTES
-------------------------------------- */

span.footnote {
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  display: block;
  margin: 1em 0;
}

.container.footnote {
  display: inline;
}
.text-reference {
  font-weight: bold;
}
#notes li {
 margin: 1em 0; 
}

#notes {
  margin-top: 1em;
  border-top: 1px solid #dedede;  
}
#footer {
  margin-top: 1em;
  border-top: 1px solid #dedede;
}

/* -----------------------------------
   =PULL-QUOTE WITH ROUNDED CORNERS AND DROP SHADOWS
-------------------------------------- */


.pulled-wrapper {
  background: url(pq-top.jpg) no-repeat left top;
  position: absolute;
  width: 160px;
  right: -180px;
  padding-top: 18px;
}
.pulled_copy {
  background: url(pq-bottom.jpg) no-repeat left bottom;  
  position: relative;
  display: block;
  width: 140px;
  padding: 0 10px 24px 10px;
  font: italic 1.2em "Times New Roman", Times, serif;
}
.pulled {
  background: #e5e5e5;  
  position: absolute;
  width: 145px;
  top:-20px;
  right :-180px;
  padding : 12px 5px 12px 10px;
  font: italic 1.2em "Times New Roman", Times, serif;
}

.highlight {
  font-style: italic;
  border: 1px solid #888;
  padding: 0.5em;
  margin: 5px;
  background-color: #FFFFE2;
}
