
a         { text-decoration: underline; }
a:link    { color: #D00; }
a:visited { color: #D00; }
a:hover   {  }
a:active  { color: #0F0; }

body
{
	background:  #888;
	color:       #222;
	font-family: Garamond, Helvetica, sans-serif;
	margin:      0;
	padding:     0;
}

code
{
	font-family: monospace;
	margin-bottom: 15px;
	margin-top: 15px;
}

div
{
	background: white;
	border:     1px solid #444;
	margin:     40px;
	padding:    25px 35px 35px 35px;
}

div.collapse-toggle
{
	background:  #BBB;
	bottom:      22px;
	cursor:      pointer;
	display:     inline;
	float:       left;
	font-size:   75%;
	margin:      0 0 0 40px;
	padding:     5px;
	position:    relative;
	white-space: nowrap;
}
div.collapse-toggle.expanded:before
{
	content: "- ";
}
div.collapse-toggle.collapsed:before
{
	content: "+ ";
}

div.comment-wrapper
{
  margin: 5px;
  padding: 5px;
}

div.comment-wrapper div.comment-body
{
  border: 0;
  margin: 2px;
  padding: 10px;
}

div.comment-wrapper div.comment-header
{
  border-width: 0 0 1px 0;
  margin: 2px;
  padding: 2px;
}

div.project-list div
{
	background:     #CCC;
	border:         1px solid black;
	color:          #999;
	display:        inline-block;
	height:         auto;
	line-height:    150%;
	margin:         10px;
	overflow:       hidden;
	padding:        10px;
	text-align:     center;
	vertical-align: middle;
	width:          12em;
}

div.project-list div a
{
	color: black;
	text-decoration: underline;
}
div.project-list div a:link    { color: black; }
div.project-list div a:visited { color: black; }
div.project-list div a:hover
{
	color: black;
	font-weight: bold;
}

div.project-list h2
{
	color:       #88F;
	font-style:  italic;
	font-weight: normal;
}

div#content
{
	background: transparent;
	border:     0;
	margin:     0 0 40px 0;
	padding:    40px;
}

div#content div hr
{
	border:        0;
	border-top:    1px dotted gray;
	margin-bottom: 20px;
	margin-top:    20px;
	width:         50%;
}

div#content div div
{
	background: #EEE;
	color:      #000;
}

div#footer
{
	background: #888;
	border:     0;
	color:      white;
	font-size:  80%;
	margin:     0 0 20px 0;
	padding:    0;
	text-align: center;
}

div#footer a { text-decoration: underline; }
div#footer a:link    { color: white; }
div#footer a:visited { color: white; }
div#footer a:hover   { font-weight: bold; }

div#header
{
	border-width: 0 0 1px 0;
	height:       60px;
	margin:       0;
	min-width:    550px;
	padding:      10px 25px 20px 25px;
	text-align:   left;
}

div#header a
{
	margin:          5px;
	padding:         5px;
	text-decoration: none;
}
div#header a:link    { color: black; }
div#header a:visited { color: black; }
div#header a:hover   { text-decoration: underline; }

div#header img
{
	border: 0;
}

div#header td
{
	font-size:  120%;
	padding:    10px;
	text-align: center;
	vertical-align: middle;
}

div#header td a.nav-button
{
	background: #DDD;
	border:     1px solid black;
}quit

div#header td a.nav-button:hover
{
	background:      #888;
	color:           white;
	text-decoration: none;
}

em
{
	font-style: italic;
}

h1, h2, h3, h4, h5, h6
{
	font-weight:   bold;
	margin-bottom: 1em;
	margin-top:    2em;
}

h1 { font-size: 150%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 95%; }
h6 { font-size: 85%; }

li { margin: 3px; }

p
{
	font-size: 100%;
	line-height: 120%;
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: justify;
}

p.big
{
  font-size: 125%;
  line-height: 120%;
}

strong
{
	font-weight: bold;
}

ul, ol
{
	margin-bottom: 10px;
	margin-left:   20px;
	margin-top:    5px;
}

.center { text-align: center; }
.left   { text-align: left;   }
.right  { text-align: right;  }

.comment
{
	color:      green;
	font-style: italic;
}

.indent { padding-left: 5em; }

.mono { font-family: monospace; }
