/* ----------------------------------------------------------------------------
 * New for July 2010 with enhancements to headings and preformatted text.
 */
body
{
	/* uncomment this if you want a lightly lined background
	background-image: url( "bg.gif" );*/
	width: 900px;
	//width: 56em;
}

#footer
{
	border-top:		1px solid white;
	background:		url( "t_monet.jpg" ) no-repeat;
	height:				100px;
}
p.footer
{
	margin-top:		10;
	margin-left:	150;
}

p, dd, li, td, th, h1, h2, h3, h4, h5, legend, td, tr, th
{
	font-family: Candara, Trebuchet MS, Arial, Verdana;
}

pre.code
{
	border:						1px solid #C0C0C0;
	background-color:	#F0F0F0;
	font-family:			monospace;
	margin-left:			20px;
	overflow: 				auto;
}

pre.example
{
	border:						1px solid #C0C0C0;
	background-color:	#F0F0F0;
	font-family:			monospace;
	margin-left:			20px;
	width:						1250px;
}

pre.indent     { margin-left: 40px; }

#code
{
	font-family:		monospace;
	margin-left:		20px;
	margin-bottom:	20px;
}

/* use these for the topmost article title, etc. */
h1.title
{
	color:			#2277AA;
	margin-top:	0;
}
h1.title, h2.title, h3.title, h4.title
{
	color:					#2277AA;
	margin-bottom:	0;
}

/* Headers are set up so that you DON'T have to put a break (<br />) in front
 * of them in order to get the vertical white space you want.
 * Tables have a margin at the bottom so that the next paragraph isn't jammed
 * up against them.
 * Also, paragraph tops are attached to the preceding header, but spacing
 * between paragraphs is normal.
 */
p			{ margin-top: 0; }
table	{ margin-bottom: 20; }
h1, h2.section, h3, h4
{
	color:					#2277AA;
	margin-top:			2em;
	margin-bottom:	0;
}

h3.first, h4.first					/* for first heading after TOC, etc. */
{
	margin-top:	0px;
}

h4.bullet	{ margin-top: 0; }

h5
{
	color:					#116699;
	margin-top:			2em;
	margin-bottom:	0;
}

tt, code
{
	font-size: larger;
}

td, th
{
	vertical-align: top;
}

th
{
	text-align: left;
}

legend
{
	font-weight: bold;
	/*font-size: x-large; */
}

.manindent
{
	margin-left: 40pt;
}

.manpage
{
	width: 575px;
}

ul.hyphen					{ list-style-type: none; }
li.hyphen:before	{ content: " - "; }

p.biblio			{ margin-left: 1.5em; text-indent: -1.5em; }
p.image				{ margin-left: 40px; }
dd.toc				{ font-size: smaller; }
a.toc					{ text-decoration: none; }
a.toc:hover		{ text-decoration: underline; }

.cartouche
{
	border:						2px solid #6699CC;
	background-color: #F1F7FA;
	padding:					10px;
	width:						500px;
}

/* for emphasizing the command line */
span.prompt    { color: maroon; font-weight: bold; }
/* For use in formatting bash tree output... */
span.dirblue     { color: #729FD5; font-weight: normal; }
span.dirbluebold { color: #729FD5; font-weight: bold;   }
span.purple      { color: #b12f96; font-weight: normal; }
span.linkcyan    { color: cyan;    font-weight: normal; }
span.linkgreen   { color: green;   font-weight: normal; }
span.execgreen   { color: green;   font-weight: bold;   }
span.execred     { color: red;     font-weight: bold;   }
span.gityellow   { color: #C4A000; font-weight: normal; }
span.gitokay     { color: white; font-weight: bold; background-color: #4E9A06; }
span.gituntracked{ color: white; font-weight: bold; background-color: #C4A000; }
span.gitmodified { color: white; font-weight: bold; background-color: #75507B; }

/* for other, simple color stuff... */
span.red       { color: red;     font-weight: normal; }
span.green     { color: green;   font-weight: normal; }
span.orange    { color: orange;  font-weight: normal; }
span.brown     { color: brown;   font-weight: normal; }
span.greyed    { color: grey;    font-weight: normal; }

.warning			{ border-bottom: dotted 4px yellow; }
.error				{ border-bottom: dotted 4px red; }

#crumbs
{
	position:		absolute;
	top:				0;
	left:				750;
	font-size:	10pt;
}

.redbold     { color: red;     font-weight: bold; }
.gityellow   { color: #C4A000; font-weight: bold; }
.gitokay     { color: white; font-weight: bold; background-color: #4E9A06; }
.gituntracked{ color: white; font-weight: bold; background-color: #C4A000; }
.gitmodified { color: white; font-weight: bold; background-color: #75507B; }
.gitcyan     { color: #1C999A; font-weight: bold; }
.gitred      { color: #D90A22; font-weight: bold; }
.gitgreen    { color: #4E9A06; font-weight: bold; }
.gitgreenbold{ color: #4E9A06; font-weight: bold; }
.backred     { color: black; font-weight: normal; background-color: red; }
.backgreen   { color: white; font-weight: bold; background-color: green; }


.highlight-pastel-pink  { background-color: #FDDFDF; }
.highlight-pastel-grey  { background-color: #F0F0F0; }
/* vim: set tabstop=2 shiftwidth=2 noexpandtab: */
