/*

This top area was scratch for Google Fonts web typography. I tried nearly everything, and couldn't find anything better than the classics. I'm still using it for a monospace font, though... Cousine. 

<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700,700italic|Droid+Serif:400,400italic,700,700italic|Cousine:400,400italic,700,700italic|Nothing+You+Could+Do' rel='stylesheet' type='text/css' />

<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700,700italic|Droid+Serif:400,400italic,700,700italic|Cousine:400,400italic,700,700italic|Nothing+You+Could+Do&subset=latin,latin-ext' rel='stylesheet' type='text/css' />

|Lato:300,300italic,900,900italic

font-family: 'Open Sans', 'Myriad Pro', 'Segoe UI', Verdana, sans-serif;
font-family: 'Droid Serif', 'Adobe Garamond Pro', Palatino, 'Palatino Linotype', Georgia, serif;
font-family: 'Cousine', Menlo, 'Lucida Console', 'Andale Mono', monospace;
font-family: 'Nothing You Could Do', 'Apple Casual', cursive;

font-family: 'Ubuntu', 'Myriad Pro', 'Segoe UI', Verdana, sans-serif;
font-family: 'Lora', 'Adobe Garamond Pro', Palatino, 'Palatino Linotype', Georgia, serif;
font-family: 'Cousine', Menlo, 'Lucida Console', 'Andale Mono', monospace;

font-family: 'Nothing You Could Do', 'Apple Casual', cursive;

font-family: 'Rock Salt', cursive;
font-family: 'La Belle Aurore', cursive;
font-family: 'Permanent Marker', cursive;
font-family: 'Lobster Two', cursive;

*/

/* Tag styles */

body, tr, p, td.page_content {
	font-size: 16px;
	/* line-height: 120%; */
	font-family: Palatino, 'Palatino Linotype', Georgia, serif;
	/* max-width: 1000px; */
}

body {
  background-color: #FFFFFF;
  color: #000000;
  margin: 0;
  padding: 0;
}

body.no_cst {
  margin: 100px 0 0 0;
  padding: 30px 10% 30px 10%;
  
   -webkit-box-shadow: inset 0 0px 40px #DCB;
   -moz-box-shadow: inset 0 0px 40px #DCB;
   box-shadow: inset 0 0px 40px #DCB;
}

p {
	margin-top: 0.5em; 
	margin-bottom: 0.75em;
	line-height: 1.4em;
	text-align: justify;
}

li, li p {
	margin-top: 0.5em; 
	margin-bottom: 0.75em;
	line-height: 1.4em;
	text-align: left;
}

ul {
	padding-left: 16px;
}

ul p {
	font-size: 1.0em;
	line-height: 1.0em;
}

ul li {
	font-size: 0.93em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


a, a:hover, a:visited { text-decoration: none; }

a         { color: #00C; border-bottom: 1px solid #CCF }
a:hover   { color: #00F; border-bottom: 1px solid #00F }
a:visited { color: #70A; border-bottom: 1px solid #ECF }
a:visited:hover { color: #90C; border-bottom: 1px solid #90C }
a[name] {color: #000; border-bottom: 0}
a[name]:hover {color: #000; border-bottom: 0}

img {
	border: 0;
}

a img {
	border: 0;
	border-bottom: 0;
}

.margin_backdrop a, .simple_masthead a, .masthead_backdrop a, .footer_backdrop a  {
	border-bottom: 0
}

b, strong {
	font-family: 'Myriad Pro', Myriad, 'Segoe UI', Verdana, sans-serif;
	font-weight: bold;
}

blockquote {
	font-family: 'Myriad Pro', Myriad, 'Segoe UI', Verdana, sans-serif;
	font-size: 14px;
	font-weight: lighter;

	border-left: 1px dashed #EDC;
	margin-left: 3%;
	padding-left: 3%;

	border-right: 1px dashed #EDC;
	margin-right: 3%;
	padding-right: 3%;

	border-top: 1px solid #FED;
	padding-top: 4px;
	margin-top: 16px;

	border-bottom: 1px solid #BCD;
	padding-bottom: 4px;
	margin-bottom: 18px;

	-webkit-box-shadow: 0 1px 5px #CBA;
	-moz-box-shadow: 0 1px 5px #CBA;
	box-shadow: 0 1px 5px #CBA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	background-color: #FBFCFD;
}

blockquote p {
	font-family: 'Myriad Pro', Myriad, 'Segoe UI', Verdana, sans-serif;
	font-size: 14px;
	font-weight: lighter;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Myriad Pro', Myriad, 'Segoe UI', Verdana, sans-serif;
	font-weight: normal;
	margin-top: 1em; 
	margin-bottom: 0.5em;
}

h6, .h6 { font-size: 14px; color: #BDB }
h5, .h5 { font-size: 16px; color: #9B9 }
h4, .h4 { font-size: 18px; color: #797 }
h3, .h3 { font-size: 20px; color: #575; font-weight: bold; }
h2, .h2 { font-size: 24px; color: #353; font-weight: bold;
	border-bottom: 1px solid #EEE; 
	font-style: italic;
}
h1, .h1 { font-size: 30px; color: #000; font-weight: bold;
	border-bottom: 1px solid #CCC;
	margin-top: 0.5em; 
	margin-bottom: 0.5em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	border-bottom: 0;
}

h3 em {
	font-family: 'Nothing You Could Do', 'Apple Casual', cursive;
	font-weight: normal;
	font-style: normal;
}

.margin_backdrop h4, .margin_backdrop .h4 {
	font-size: 18px; 
	color: #321
}
.margin_backdrop h5, .margin_backdrop .h5 {
	font-size: 16px; 
	color: #543
}
.margin_backdrop h6, .margin_backdrop .h6, .margin_backdrop .heading {
	font-size: 14px; 
	color: #765
}

.heading_date {
	font-family: 'Myriad Pro', Myriad, 'Segoe UI', Verdana, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	text-align: right;
	margin-top: 4px;
	float: right;
}

h1.heading_title {
	margin-bottom: 4px;
}

.dateline {
	font-family: 'Myriad Pro', Myriad, 'Segoe UI', Verdana, sans-serif;
	font-weight: lighter;
	font-size: 13px;
	text-align: left;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 12px;
}

form.search {
	display:block; 
	position:absolute; 
	top: 0px; 
	right: 0px; 
	width: 200px; 
	height: 20px; 
	text-align: right; 
	padding: 8px; 
	color: #000;
	border: 0;
}

form.search input[type="text"], .search .input_text {
	display: inline;
	border-radius: 7px;
	width: 120px; 
	height: 18px; 
	font-size:10px
}

form.search input[type="submit"], .search .input_submit {
	display: inline;
	width:56px; 
	height:18px; 
	font-size:11px
}

a[title~='{Figure}'], a[title~='{Thumb}'], a[title~='{Float}'], a[title~='{Badge}'], figure, .figure, .thumbnail, .page_content table, .floater {
	margin: 8px;
	padding: 8px;
	background-color: white;
	border-top: 1px solid #FED;
	border-left: 1px solid #EDC;
	border-right: 1px solid #EDC;
	border-bottom: 1px solid #BCD;
	-webkit-box-shadow:  0px 2px 6px #DCB;
	-moz-box-shadow:  0px 2px 6px #DCB;
	box-shadow:  0px 2px 6px #DCB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

a[title~='{Figure}'], a[title~='{Float}'], figure, .figure, .floater, .double_floater {
	display: block;
	float: right;
	clear: right;
	text-align: center;
	margin-left: 3%;
	margin-right: 0;
	width: 30%;
	min-width: 100px;
	max-width: 300px;
}

.page_content a[title~='{Badge}'] {
	display: block;
	float: right;
	clear: both;
	text-align: center;
	margin-left: 3%;
	margin-right: 0;
}

/*
	background-color: #EFE7DF;
*/

.margin_backdrop a[title~='{Figure}'], .margin_backdrop a[title~='{Thumb}'], .margin_backdrop a[title~='{Float}'], .margin_backdrop a[title~='{Badge}'], .margin_backdrop figure, .margin_backdrop .figure, .margin_backdrop .thumbnail, .margin_backdrop table, .page_margin_right .blosxomCalendar, .badge {
	display: block;
	float: none;
	clear: both;
	margin: 8px;
	margin-left: 0;
	margin-right: 0;
	padding: 8px;
	width: auto;
	min-width: 0;
	max-width: 100px;
	text-align: center;
	background-color: #DFE7EF;
	border-top: 1px solid #BA9;
	border-left: 1px solid #987;
	border-right: 1px solid #987;
	border-bottom: 1px solid #FED;
	-webkit-box-shadow: 0px 2px 4px #765;
	-moz-box-shadow: 0px 2px 4px #765;
	box-shadow: 0px 2px 4px #765;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

.page_margin_left .blosxomCalendar {
	display: block;
	float: none;
	clear: both;
	margin: 8px;
	margin-left: 0;
	margin-right: 0;
	padding: 8px;
	width: auto;
	min-width: 0;
	max-width: 100px;
	text-align: center;
	background-color: transparent;
	
	/*
	border:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	*/
	
	border-top: 1px solid #FED;
	border-left: 1px solid #EDC;
	border-right: 1px solid #EDC;
	border-bottom: 1px solid #BCD;
	-webkit-box-shadow:  0px 2px 6px #DCB;
	-moz-box-shadow:  0px 2px 6px #DCB;
	box-shadow:  0px 2px 6px #DCB;
}

.page_margin_left .badge {
	background-color: transparent;
	border-top: 1px solid #FED;
	border-left: 1px solid #EDC;
	border-right: 1px solid #EDC;
	border-bottom: 1px solid #BCD;
	-webkit-box-shadow:  0px 2px 6px #DCB;
	-moz-box-shadow:  0px 2px 6px #DCB;
	box-shadow:  0px 2px 6px #DCB;
}

a[title~='{Figure}'] img, a[title~='{Thumb}'] img, figure img, .figure>a img, .thumbnail>a img {
	width: 100%;
}

a[title~='{Figure}'] em, a[title~='{Thumb}'] em, figcaption, .figure .caption, .thumbnail .caption {
	font-family: 'Myriad Pro', Myriad, 'Segoe UI', Verdana, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	text-align: left;
	margin-top: 4px;
}

a[title~='{Thumb}'], .thumbnail {
	width: 120px;
	float: none;
	clear: none;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 4px 2px 4px 2px;
}

.page_content, .page_content td {
	vertical-align: top;
}

.page_content .floater table {
	margin: 0;
	padding: 2px;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none; /* future proofing */
	-khtml-border-radius: none; /* for old Konqueror browsers */
}

a[title~='{Float}'] img, .floater img {
	max-width: 100%;
}


/* To center an image alone on a line rather than put it inline or leave it left-aligned, prepend `==` to its Markdown alt text, like so: 

	![==Photo of a cat drinking milk][1]
*/

img[alt|="=="] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.double_floater {
	max-width: 60%;
	min-width: 40%;
}

.margin_floater {
	float: left;
	clear: none;
	max-width: 200px;
	margin: 8px 3% 8px -160px;
	padding: 8px;
	background-color: white;
	border-top: 1px solid #FED;
	border-left: 1px solid #EDC;
	border-right: 1px solid #EDC;
	border-bottom: 1px solid #BCD;
	-webkit-box-shadow:  0px 2px 6px #DCB;
	-moz-box-shadow:  0px 2px 6px #DCB;
	box-shadow:  0px 2px 6px #DCB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

dfn {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-style: normal
}

pre {
	font-family: Cousine, Menlo, 'Lucida Console', 'Andale Mono', monospace;
	font-size: 14px;
}

dt {
	font-family: 'Myriad Pro', Myriad, 'Segoe UI', Verdana, sans-serif
}

code {
	font-family: Cousine, Menlo, 'Lucida Console', 'Andale Mono', monospace; 
	/* font-size: 12px */
}

samp {
	font-family: 'Myriad Pro', Myriad, 'Segoe UI', Verdana, sans-serif; 
	font-size: 12px;
	color: #003333;
	font-weight: bold
}

/* Overrides of default text font for special situations */

td, th, .margin_floater, .double_floater, .floater {   /* Normal inline tables*/
	font-family: 'Myriad Pro', Myriad, 'Segoe UI', Verdana, sans-serif;
	font-size: 12px;
}

/*

td.page_margin_left {
	width: 20%;
	min-width: 240px;
}

td.page_margin_left {
	width: 10%;
	min-width: 120px;
}
*/

.references {
	max-width: 400px;
	overflow: hidden;
}

.masthead_backdrop, .margin_backdrop, .footer_backdrop,
.masthead_backdrop p, .margin_backdrop p, .footer_backdrop p,
.masthead_backdrop td, .margin_backdrop td, .footer_backdrop td
{
	font-family: 'Myriad Pro', Myriad, 'Segoe UI', Verdana, sans-serif;
	font-size: 12px;
}

.page_margin_right p {
	text-align: left; 
	margin: 4px 10px 4px 20px;
}

.page_margin_left p {
	text-align: left; 
	margin: 4px 20px 4px 10px;
}

.footer_backdrop {
	color: #CBA;
}

.masthead_backdrop a, .footer_backdrop a {
	color: #ABC;
	/* border-bottom: 1px solid #678; */
	border-bottom: 0;
}

.page_content, #left_margin {
   -webkit-box-shadow: inset 0 0px 40px #DCB;
   -moz-box-shadow: inset 0 0px 40px #DCB;
   box-shadow: inset 0 0px 40px #DCB;
}

.page_content {
	background-color: #FFF;
}

#right_margin {
	border-left: 1px solid #321;
   -webkit-box-shadow: inset 5px -5px 20px #321;
   -moz-box-shadow: inset 5px -5px 20px #321;
   box-shadow: inset 5px -5px 20px #321;
   background-color: #CBA;
}

/* background images:

*/

.masthead_backdrop td, .simple_masthead {
	-webkit-box-shadow: inset 0 0 20px #000;
	-moz-box-shadow: inset 0 0 20px #000;
	box-shadow: inset 0 0 20px #000;
	background-color: #453; /* #124; #369 500 */
	background-image: url(/ajax/design/bg/pastoral-2_453.jpg);
	background-attachment: fixed;
	background-position: center top; 
	background-repeat:no-repeat;	
	border-bottom: 1px solid #000;
	vertical-align: bottom;
}

.simple_masthead {
	position: absolute; 
	width: 100%; 
	height: 100px; 
	top: 0px; 
	left: 0px; 
	text-align: center; 
	vertical-align: middle; 
	color: #CBA;
}

a.logo_link {
	/* float:left; */
	display: inline-block;
	font-size: 16px; 
	color: #090; 
	border-bottom: none; 
	text-shadow: 0px 3px 10px black; 
	font-family: Cousine, Menlo, 'Lucida Console', 'Andale Mono', monospace;
	text-align: center; 
	vertical-align: bottom;
	/* height: 100%; */
}

a.logo_link b {
	color: #FC0; 
	font-size: 40px; 
	font-family: 'Impact', sans-serif; 
	font-weight: normal
}

a.logo_link b span {
	color: #C90;
}

.logo_img {
	/* float:left;
	display: inline-block;*/
	
	vertical-align: bottom;
}

.screen_view_icon {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	right: 8px;
	bottom: 8px;
}

.mobile_view_icon {
	display: block;
	position: absolute;
	width: 19px;
	height: 32px;
	right: 56px;
	top: 56px;
}

.print_preview_icon {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	right: 8px;
	top: 56px;
}

.footer_backdrop td {
	border-top: 1px solid #000;
   -webkit-box-shadow: inset 0 0 20px #000;
   -moz-box-shadow: inset 0 0 20px #000;
   box-shadow: inset 0 0 20px #000;
   background-color: #543; /* #575 */
}



.margin_backdrop {
	background-color: #FFFCF9;
}


table .simple_masthead {
	display: none;

}

.jot, .left_margin_column {
	font-family: 'Nothing You Could Do', 'Bradley Hand', 'Apple Casual', cursive;
}

.left_margin_column {
	margin: 20px 20px 20px 10px;
	font-size: 24px;
	line-height: 24px;
	color: #543;
}


.pn, .pagination {display:none}
.person .url {
	font-size: x-large; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none; 
	color: black
}
.spaced_list li {margin-bottom: 1em}
.hideFromWeb {display:none}

.page_header {display:none}
.page_copyright {display:none}
.page_sections {display:none}

/* Specialized styles */

ul.people {font-size:11px}
ul.people, ul.people ul, ul.people li, ul.people li li {display:block; text-align:center; list-style-type:none}
ul.people li li li, ul.people ul ul {display:inline}
ul.people  {margin: 0 0 8px 0;padding:0}
ul.people ul {margin:0;padding:0}
ul.people li a {font-weight:normal; font-style:italic}
ul.people li li a {font-weight:bold; font-style:normal}
ul.people li li li a {font-weight:normal; margin-left:2px; margin-right:2px; white-space:nowrap}
ul.people li li li a:before {content:" - "; white-space:nowrap}

ul.pages {
  position:relative;
  right: 0px;
  width: 80px
}
ul.pages, ul.pages li {
  display: block;
  list-style-type:none;
  font-size:11px; 
  text-align:left; 
  margin:0;
  padding:0
}
ul.pages ul {
  padding:0 0 0 16px; 
  margin:0 0 8px 0
}
ul.pages li li {
  display: list-item;
  list-style-type:circle
}
ul.pages li a {font-weight:bold}
ul.pages li li a {font-weight:normal}

.person img {margin: 0 0 0 8px}

/*
	-webkit-box-shadow:  0px 2px 6px #DCB;
	-moz-box-shadow:  0px 2px 6px #DCB;
	box-shadow:  0px 2px 6px #DCB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;

*/


.tabs {
	display: inline-block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: bottom;
	margin-bottom: 5px;
	padding-bottom: 0;
}

.tabs a
{
	display: block /* inline; */
	vertical-align: bottom;
	float: none;
	color: #543;
	text-shadow: #CBA 0px -1px 1px;
	background-color: #E7DACE;
	text-decoration: none;
	margin-bottom:0;
	padding: 2px 10px 6px 10px;
	border-top: 1px solid #987;
	border-left: 1px solid #654;
	border-right: 1px solid #654;
	border-bottom: 1px solid #432;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-box-shadow: inset 0px -3px 6px #654;
	-moz-box-shadow: inset 0px -3px 6px #654;
	box-shadow: inset 0px -3px 6px #654;
}

.tabs a:hover
{
	color: #321;
	text-shadow: #FFF 0px 1px 1px;
	background-color: #EFE7DE;
	border-bottom: 1px solid #BA9;
	padding-left: 10px
	-webkit-box-shadow: inset 0px -1px 4px #987;
	-moz-box-shadow: inset 0px -1px 4px #987;
	box-shadow: inset 0px -1px 4px #987;
}

.tabs a.tab_on, .tabs a.tab_on:hover
{
	color: #000;
	background-color: #EFE7DE;
	border-bottom: 1px solid #EFE7DE;
	padding-left: 10px
	-webkit-box-shadow:  0px -2px 2px #777;
	-moz-box-shadow:  0px -2px 2px #777;
	box-shadow:  0px -2px 2px #777;
}

.tabs ul
{
	/* display: inline; */
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0
	vertical-align: bottom;
}

.tabs li
{
	/* display: inline; */
	list-style-type: none;
	float: left;
	margin: 0;
	vertical-align: bottom;
}

/* 

PyBlosxom pycalendar.py styles...

# * blosxomCalendar: for the calendar table
# * blosxomCalendarHead: for the month year header (January 2003)
# * blosxomCalendarWeekHeader: for the week header (Su, Mo, Tu, ...)
# * blosxomCalendarEmpty: for filler days
# * blosxomCalendarCell: for calendar days that aren't today
# * blosxomCalendarBlogged: for calendar days that aren't today that
#   have entries
# * blosxomCalendarSpecificDay: for the specific day we're looking at
#   (if we're looking at a specific day)
# * blosxomCalendarToday: for today's calendar day

*/

.follow_link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
	margin-top: 8px;
	margin-bottom: 8px;
}

.follow_link iframe {
	 display: inline-block; 
	 float: none;
	 vertical-align: middle;
}