/* John Makransky website 2007

*/

* {
  padding: 0;
  margin: 0;
  }

img { 
 border: none; 
}

/* structure
--------------------------------------------- */

body {
  background: #cccccc;
  background: #ccc url(../images/img_pattern.gif) repeat 0 0;
  text-align: center;
  font-size: 11px;
  voice-family: "\"}\""; voice-family:inherit;
  } html>body {font-size:11.5px;
  }

#container {
  position: relative;
  border: gray 1px solid;
  background: #fff url(../images/img_3columns.gif) repeat-y 0 0;
  margin: 1em auto;
  width: 960px;
  text-align: left;
  }



/* header
--------------------------------------------- */

#header {
  width: 960px;
  height: 120px;
  background-image: url(../images/img_header.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  }

#header h1, h1 span /* site title */ {
  display: none;
  }

#header h2, h2 span /* site subtitle */ {
  display: none;
  }


/* left navigation
--------------------------------------------- */

#navcontainer {
  float: left;
  margin-top: 0;
  width: 156px;
  height: 100%;
  background-image: url(../images/img_leftnav.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  }

#navigation ul {
  list-style: none;
  margin-top: 0;
  margin-left:6px;
  padding: 0;
  }

#navigation {
  margin-top: 30px;
  margin-left: 6px;
  margin-bottom: 10px;
  font-size: 11px;
  font-family: Verdana, Geneva, 'Lucida Grande', Lucida, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  }

#navigation li {
    border-bottom: 1px dotted #F98300;
    margin-bottom: 6px;
  }

#navigation li a:link, #navigation li a:visited {
  display: block;
  padding: 0.1em 0 0 0.1em;
  background-color: #transparent;
  color: #711515;
  text-decoration: none;
  }

#navigation li a:hover, #navigation li a:active {
  background-color: #B70000;
  color: #ffffff;
 text-decoration: none; 
  }

.current { 
 color: #ffffff; 
 background-color: #E76607; 
}
 
.current a:link { 
 text-decoration: none; 
 color: #ffffff; 
 background-color: #transparent; 
}

.current a:visited { 
 text-decoration: none; 
 color: #ffffff; 
 background-color: #transparent; 
}

#navigation ul ul {
  margin-left: 10px;
  }
#navigation ul ul li {
  margin:0;
  }
#navigation ul ul a:link {
  background-color: #transparent;
  color: #711515;
  }
#navigation ul ul a:visited {
  background-color: #transparent;
  color: #711515;
  }
#navigation ul ul a:hover {
  background-color: #711515;
  color: #FFFFFF;
  }
#navigation ul ul a:active {
  background-color: #711515;
  color: #870E1F;
  }

/* callout
--------------------------------------------- */

#callout /* styles the right-side endorsement callout container */{
  position: relative;
  float: right;
  padding: 20px 20px 20px 20px;
  margin-right: 0;
  margin-bottom: 20px;
  width: 196px;
  background-color: #EDE1CC;
/*  background-image: url(../images/img_ornament.gif);*/
  background-repeat: no-repeat;
  background-position: bottom center;
  }

#endorsement {
  font-size: 18px;
  font-family: Georgia, "Times Roman", Times;
  font-weight: normal;
  font-style: italic;
  color: #870E1F;
  line-height: 1.5em;
  letter-spacing: -0.04em;
  word-spacing: 0.04em;
  }

#endorsement em {
  font-style: normal;
  }

#author {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 11px;
  font-family: 'Lucida Grande', Lucida, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #381904;
  }

#callout blockquote, blockquote p {
  text-indent: -0.5em;
  }


/* main content
--------------------------------------------- */

#content {
  position: relative;
  margin-top: 20px;
  margin-right: 280px;
  margin-left: 190px;
  margin-bottom: 40px;
  font-family: Verdana, Geneva, 'Lucida Grande', Lucida, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #421721;
}

#content ul {} /* styles any <ul> in the container */

#content ul li {
  list-style: none;
  margin: 0;
  padding: 0.25em;
  border-bottom: 1px #421721;
  text-decoration: none;
  }

#content a:link, #content a:visited {
  color: #611010;
  text-decoration: none;
  font-weight: bold;
  }
	
#content a:hover {
  background-color: #711515;
  color: #FFFFFF;
  text-decoration: none;
  }
	
#content a:active {
  color: #870E1F;
  text-decoration: none;
  }

#content a.small {
	text-decoration: underline;
}
/*
#content a.small:link, a.small:visited {
	text-decoration: underline;
}
*/
#content a.small:hover, a.small:active{
	text-decoration: none;
	background-color: #ffffff;
	color: #611010;
}

#content p {
  margin-top: 10px;
  }

div.img img {
  display: inline;
  margin: 3px;
  border: none;
}

div.img a:hover img {
  border: none;
}

#book /* styles the book image */{
  float: left;
  padding: 0;
  margin-top: 10px;
  margin-right: 12px;
  margin-bottom: 40px;
  margin-left: 12px;
  width: 134px;
  height: 227px;
  background-image: url(images/img_book.jpg);
  border: 0;
  }

#summary_themes #book /* styles the book image on the summary page */{
  float: right;
  padding: 0;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  width: 134px;
  height: 227px;
  background-image: url(images/img_book.jpg);
  border: 0;
  }

#headshot_bio /* styles the bio headshot image */ {
  padding: 0;
  margin-top: 10px;
  margin-right: 6px;
  margin-bottom: 40px;
  margin-left: 0px;
  width: 182px;
  height: 259px;
  background-image: url(images/img_headshot_bio.jpg);
  border: 0;
  }

.quote {
  font-family: Verdana, Geneva, 'Lucida Grande', Lucida, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #421721;
  }

.source {
  font-family: Verdana, Geneva, 'Lucida Grande', Lucida, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #381904;
  }

p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText { /* footnotes for articles */
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10px;
}

span.MsoFootnoteReference { /* footnotes for articles */
	vertical-align:super;
	font-size:9px;
}

#notfound #summary /* styles the content of error message */ {
  margin-top: 60px;
  }

.pdficon {
  background: url(../images/ico_pdf.jpg) right center no-repeat;
  padding-top: 20px;
  padding-left: 18px;
  padding-bottom: 10px;
  }


/* unique to homepage
--------------------------------------------- */ 

#container_home {
  position: relative;
  background: #fff url(../images/img_2columns.gif) repeat-y 0 0;
  margin: 1em auto;
  width: 960px;
  text-align: left;
  }

#summary_home {
  padding-top: 4px;
  }

#headshot_home /* styles the headshot on the homepage */{
  position: relative;
  float: right;
  margin-top:25px;
  margin-right: 0;
  margin-bottom: 0px;
  width: 470px;
  height: 395px;
  background-color: #ffffff;
  background-image: url(../images/../images/img_headshot_home.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  }

#book_home /* styles the book image on the homepage*/{
  float: left;
  padding: 0;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 134px;
  height: 227px;
  background-image: url(images/img_book.jpg);
  border: 0;
  }

#themes_home {
  margin-top: 0px;
  _margin-top: -2px;
  margin-right: 0px;
  margin-bottom: -10px;
  _margin-bottom: -40px;
  margin-left: 0px;
  }


/* headings and replacement images
--------------------------------------------- */ 
/*
#content h1 span { /* page title */
/*  display:none
  }
*/
#content h1 {
  font-family: FlareLightGothic, Myriad Pro, Perpetua, Times New Roman;
  font-size: 2.6em;
  color: #611010;
  font-weight: 400;
  text-align: center;
  }

#summary_themes h1 {
  background-image: url(../images/hd_book_summary.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 246px;
  height: 30px;
  }

#endorsements_all h1 {
  background-image: url(../images/hd_book_endorsements.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 170px;
  height: 30px;
  }

#author_qa h1 {
  background-image: url(../images/hd_book_author_qa.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 315px;
  height: 30px;
  }

#excerpts h1 {
  background-image: url(../images/hd_book_exerpts.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 100px;
  height: 30px;
  }

#biography h1 {
  background-image: url(../images/hd_biography.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 118px;
  height: 30px;
}

#appearances h1 {
  background-image: url(../images/hd_workshops.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 270px;
  height: 30px;
}

#reviews_media h1 {
  background-image: url(../images/hd_reviews_media.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 205px;
  height: 30px;
}

#press_release h1 {
  background-image: url(../images/hd_press_release.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 162px;
  height: 30px;
}

#buddhist_websites h1 {
  background-image: url(../images/hd_buddhist_websites.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 220px;
  height: 30px;
}

#audio_video_clips h1 {
  background-image: url(../images/hd_audio_video_clips.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 237px;
  height: 30px;
}

#articles h1 {
  background-image: url(../images/hd_articles.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 202px;
  height: 30px;
}

#academia h1 {
  background-image: url(../images/hd_academic_work.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 205px;
  height: 30px;
}

#academia ul li {
   margin-top: 6px;
  }

#book_discussion_groups h1 {
  background-image: url(../images/hd_book_discussion_groups.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 285px;
  height: 30px;
}

#meditation_groups h1 {
  background-image: url(../images/hd_meditation_groups.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 387px;
  height: 30px;
}

#contact h1 {
  background-image: url(../images/hd_contact.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 91px;
  height: 30px;
}

#notfound h1 {
  background-image: url(../images/hd_notfound.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 188px;
  height: 30px;
}

#content h2 /* page subtitle */ {
  font-family: Georgia, "Times Roman", Times;
  font-size: 22px;
  font-style: italic;
  font-weight: normal;
  line-height: 1.4em;
  color: #755134;
  margin-top: 26px;
  background-image: url(../images/img_separator.gif); 
  background-repeat: repeat-x;
  background-position: top left;
/*  height: 30px;*/
  }

#content h3 /* orange titles */ {
  margin-top:6px;
  font-family: Verdana, Geneva, 'Lucida Grande', Lucida, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #D85C10;
  }

#reviews_media h3 {
  margin-top: 20px;
  }

#audio_video_clips h3, #academia h3 {
  margin-top: 10px;
  margin-bottom: 4px;
  }

#propper_up {
  min-height:40px;
  _height:auto !important;
  height:35px;
  }



/* Articles pages
--------------------------------------------- */ 

#content h4 /* articles subtitle */ {
  font-weight: bold;
  font-size: 11px;
  margin-top: 16px;
  text-align: center; 
  }

#content h5 /* articles paragraph-level headings */ {
  font-weight: bold;
  font-size: 11px;
  margin-top: 16px;
  }

.article_intro /* articles subtitle */ {
  margin-top:12px;
  font-family: Georgia, "Times Roman", Times;
  font-size: 11px;
  font-weight: normal;
  color: #9B4C2E;
  }

.indented {
  text-indent:.15in
}

#bibliography {
  margin-left: 1.5em;
}

.biblio_li /* articles bibliography listings*/ {
  margin-top: 60px;
  text-indent: -1.5em;
  }



/* not used 
--------------------------------------------- */ 

div.spacer {
  clear: both;
  }



/* footer
--------------------------------------------- */

#footer {
  clear: both;
  height: 20px;
  background-color: #421721;
}
