/*  Typography */

/* Space below paragraphs */

p { margin: 0 0 0.5em 5em; }

/* Styling elements */

hr
{
	margin-top: 1.5ex;
	margin-bottom: 1.5ex;
}

fieldset { border: none; }

address { font-style: normal; margin-left: 2em; text-indent: 0; }

li li, dd li, blockquote blockquote, li li li, li li li li
{
	margin-left: 0.5em;
}

dd p, li p, td p, td h1, td h2, td h3, td h4, td h5, td h6
{
	margin-left: 0em;
	margin-top: 0.5ex;
}

td blockquote { margin-left: 1em; }

strong
{
	font-family: Trebuchet, "Trebuchet MS", Verdana, Georgia, Tahoma, sans-serif;
	font-weight: bolder;
}

abbr, acronym, .jakob
{
	border-bottom: 1px dotted #000000;
	text-transform: none;
}


/* Overrides */

.centre
{
	text-align: center;
	color: black;
	background-color: white;
	margin-left: 0;
}

.centrepad
{
	text-align: center;
	color: black;
	margin-top: 20px;
}

.all-about { margin-left: 12em; }

.green
{
	color: black;
	background: #33CC33;
}

.youarehere, .updated
{	font-family: "Calibri", Lucida, "Lucida Grande", "Bitstream Vera Sans", "Trebuchet MS", Verdana, Univers, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 1.5ex;
	text-align: center;
	letter-spacing: 2px;
	text-indent: 0;
}


.dialogue
{
	margin-bottom: 0;
	text-indent: 1em;
}

.cc, .CC
{
	font-family: "TheSans Mono", "Thesis Mono", "TheSansMono-5 Normal", "Lucida Console", "Lucida Grande Console", "Lucida Sans Typewriter", "Andale Mono", "Bitstream Vera Sans Mono", monospace;
	background: rgb(85%,85%,85%);
	font-size: 95%;
	padding: 0 1px 1px 1px;
}

.non-CC
{
	font-family: Calibri, TheSans, TheMix, Caecilia, "News Gothic MT", "Bitstream Vera Sans",  "Gill Sans",  "Trebuchet MS",  sans-serif; 
	background: rgb(85%,85%,85%);
	padding: 0 1px 1px 1px;
}

.centreborder
{
	text-align: center;
	border-top: dashed 1px;
	padding: 3px;
}

.dotted { border: 2px dotted #990; }

.centre { text-align: center; text-indent: 0;}
.left { text-align: left;  text-indent: 0;}
.right { text-align: right;  text-indent: 0;}
.roman { font-style: normal;  text-indent: 0;}

.block {display: block;}

.thumbnailer ul li img { display: block;}
.thumbnailer li+p { text-indent: 0; }

.centrepad
{
	text-align: center;
	color: black;
	background: white;
	margin-top: 20px;
}

.dek { font-style: italic; margin-left: 2em; margin-right: 2em; }

.summary
{
	background-color: #ffff99;
	color: black;
	font-size: larger;
	margin-left: 5em;
	margin-right: 2em;
	padding: 5px;
}

.callout
{
	background-color: #ffff99;
	color: black;
	font-size: 105%;
	padding: 5px;
}

.caps
{
	font-size: smaller;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.blankabove { margin-top: 1ex; }

.indentborder
{
	margin-left: 1.5em;
	border-left: 1px dotted gray;
	padding-left: 20px;
	text-indent: 0;
}

.sawit
{
	color: #336600;
	font-size: smaller;
	text-align: right;
	margin-top: 0;
	text-indent: 0;
	margin-left: 5em;
}

.grey
{
	color: gray;
	background: white;
}

.grey-background { background: gray; }

.cursivo
{
	font-family: cursive;
	font-size: x-large;
	line-height: 1.3em;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	letter-spacing: 0;
}

.cursive {
	font-family: cursive;
	}

.pagecite
{
	color: gray;
	background: inherit;
	font-size: smaller;
	font-weight: bolder;
}

p.pagecite { text-align: right; }

.margin-auto
{
	margin-left: auto;
	margin-right: auto;
}

caption
{
	font-family: Verdana, "Trebuchet MS", Trebuchet, Skia, Georgia, Geneva, sans-serif;
	font-size: smaller;
	line-height: 1.4em;
	text-align: center;
}

.summary-div
{
	padding: 5px;
	background: #FC3;
	border: 1px dashed #930;
	margin: 1em 0;
}

#summary-div h2
{
	font-size: 110%;
	text-transform: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, "Lucida Grande", sans-serif;
}

.byline
{
font-style: italic;
text-align: center;
text-indent: 0;
margin-left: 0;
}

.caps
{
	font-size: smaller;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.noleftmargin
{
	text-align: left;
	margin-left: 0;
}

.notopmargin
{
	text-align: left;
	margin-top: 0;
}

.noborder { border: none; }

.skip
{
	text-align: right;
	margin: 0;
	font-size: small;
}

.contentcaps
{
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: Skia, Futura, Univers, "Univers 55", "Avant Garde Gothic", "Lubalin Graph", Stymie, Rockwell, Trebuchet, "Trebuchet MS", Verdana, Geneva, Impact, sans-serif;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0.5ex;
}

.sansserif { font-family: Verdana, "Trebuchet MS", Geneva, sans-serif; }
.smaller { font-size: smaller; }
.noline { text-decoration: none; }

/* Searchbox */

.search-input
{
	background-color: #ffffcc;
	color: black;
	font-weight: bold;
}

.search-submit
{
	color: white;
	background-color: #006633;
}

/* ins/del */

ins.block { display: block; background: #FC9; }

ins.block-border
{
	display: block;
	text-decoration: none;
	background: #FFCC66;
	color: black;
	font-size: 90%;
	border-top: 4px double #063;
}

.ed, .ed-noprint, .print-plain
{
	display: inline;
	color: rgb(15%,15%,15%);
	background: rgb(92%,92%,92%);
	font-size: 95%;
	border: none;
	text-decoration: none;
}

.ed a:link, .ed a:visited, .ed a:hover, .ed a:active, .ed a:focus { background: rgb(92%,92%,92%); text-decoration: none; border: none; }



ins.plain
{
	text-decoration: none;
	border: none;
	background: none;
}

p ins, p del { display: inline }

/* hilite */

.hilite-border { border: 1px dotted gray; }

.hilite-limegreen
{
	font-weight: bolder;
	color: black;
	background-color: #33CC00;
	padding: 1px;
}

.hilite-yellow
{
	color: black;
	background-color: #FFFFCC;
	margin-left: 2px;
	margin-top: 2px;
}

.hilite
{
	font-weight: bolder;
	color: black;
	background-color: #99ff99;
	padding: 1px;
}

.hilite-pink
{
	font-weight: bolder;
	color: black;
	background-color: #F39;
	padding: 1px;
}

.hilite-lavender
{
	font-weight: bolder;
	color: black;
	background-color: #C3C;
	padding: 1px;
}

.hilite-mauve
{
	font-weight: bolder;
	color: black;
	background-color: #909;
	padding: 1px;
}

.hilite-fuchsia
{
	font-weight: bolder;
	color: black;
	background-color: #F09;
	padding: 1px;
}

/* blockquote */

blockquote
{
	font-family: TheMix,TheSans, Corbel, Trebuchet, "Trebuchet MS", Geneva, Verdana, sans-serif;
	margin-right: 2em;
	margin-left: 6em;
	font-size: 90%;
	text-align: left;
	border-left: 1px dotted #006633;
	padding-left: 1em;
}

blockquote blockquote
{
	margin-left: 2em;
	border: none;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 { text-align: left; }

blockquote p { margin-left: 0 !important; }

li blockquote, dd blockquote { margin-left: .5em; }

code, samp, kbd, var
{
	font-family: Consolas, "TheSans Mono", "Thesis Mono", "TheSansMono-5 Normal", "Lucida Console", "Lucida Grande Console", "Lucida Sans Typewriter", "Andale Mono", monospace;
	font-size: 98%;
}


.recommendation { margin-left: 2em; font-family: "Lucida Grande","Trebuchet MS", "Gill Sans", Verdana, sans-serif; background: #CCC;
padding: 0.1em}

/* Hanging indent */
.hanging li { margin-left: 3em; text-indent: -3em; }



/* Horizontal rules */

hr
{
	margin-top: 1.2ex;
	margin-bottom: 1.2ex;
}

hr.w25 { width: 25%; }
hr.w33 { width: 33%; }
hr.w50 { width: 50%; }
hr.w66 { width: 66%; }
hr.w75 { width: 75%; }

/* Giant pullquotes and callouts: .screamer */

.screamer
{ font-size: 130%; line-height: 1.4;
margin-right: 15%;
margin-left: 0;
font-family: "Calibri", Lucida, "Lucida Grande", "Bitstream Vera Sans", "Trebuchet MS", Verdana, Univers, sans-serif; }

/* Outdents */
.outdent5 { margin-right: -5em; }
.outdent3 { margin-right: -3em; }
.outdent2 { margin-right: -5em; }
.outdent2 { margin-right: -5em; }

/* Italics within italics */
cite cite, em em, cite em, em cite, cite i, em i, i i { font-style: normal; }
